- GaussianKernel(int) - Constructor for class com.reportmill.graphics.RMImageEffect.GaussianKernel
-
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
- generateReport() - Method in class com.reportmill.shape.ReportOwner
-
Generates the report.
- generateReport() - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object.
- generateReport(Object) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object.
- generateReport(Object, Object) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object and userInfo.
- generateReport(Object, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object with an option to paginate.
- generateReport(Object, Object, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns generated report from this template evaluated against given object/userInfo (with option to paginate).
- get(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
-
Returns the specific object that meets the criteria.
- get(String) - Method in class com.reportmill.shape.RMShape
-
Returns the Object associated with the given name for the shape.
- get(String, Object) - Method in class com.reportmill.shape.RMShape
-
Returns the object associated with given key, using the given default if not found.
- get3D() - Method in class com.reportmill.shape.RMGraph
-
Returns the 3d shape.
- getAction() - Method in class com.reportmill.graphics.RMInvocation
-
Returns the action for this invocation.
- getActorName() - Method in class com.reportmill.base.RMExtras.MovieRole
-
- getAlignment() - Method in class com.reportmill.shape.RMShape
-
Returns the alignment.
- getAlignmentX() - Method in class com.reportmill.shape.RMImageShape
-
Returns the horizontal alignment.
- getAlignmentX() - Method in class com.reportmill.shape.RMShape
-
Returns the horizontal alignment.
- getAlignmentX() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the horizontal alignment.
- getAlignmentX() - Method in class com.reportmill.shape.RMTextShape
-
Returns the alignment for char 0.
- getAlignmentX() - Method in class com.reportmill.text.RMParagraph
-
Returns the alignment associated with this paragraph.
- getAlignmentX() - Method in class com.reportmill.text.RMTextEditor
-
Returns the alignment for current selection.
- getAlignmentY() - Method in class com.reportmill.shape.RMImageShape
-
Returns the vertical alignment.
- getAlignmentY() - Method in class com.reportmill.shape.RMShape
-
Returns the vertical alignment.
- getAlignmentY() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the vertical alignment.
- getAlignmentY() - Method in class com.reportmill.shape.RMTextShape
-
Returns the vertical alignment.
- getAlignmentY() - Method in class com.reportmill.text.RMTextLayout
-
Returns the vertical alignment of this layout.
- getAlignString() - Method in class com.reportmill.shape.RMTextShape
-
Returns the alignment as a string, one of: "left", "center" or "right".
- getAlignX() - Method in class com.reportmill.text.RMXString
-
Returns the horizontal alignment of the first paragraph of the xstring.
- getAllValues(String) - Method in class com.reportmill.base.RMGroup
-
Returns all values for a given grouping in this group hierarchy.
- getAlpha() - Method in class com.reportmill.graphics.RMColor
-
Returns the alpha component in the range 0-1.
- getAlphaColorIndex() - Method in class com.reportmill.graphics.RMImageData
-
Color map support: returns the index of the transparent color in a color map image.
- getAlphaInt() - Method in class com.reportmill.graphics.RMColor
-
Returns the alpha component in the range 0-255.
- getAlternates() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the map used to hold alternate versions.
- getAlternates(boolean) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the map used to hold alternate versions.
- getAltFont(char) - Static method in class com.reportmill.text.RMFontUtils
-
Returns an alternate font for given char, if one is found that can display it
- getAltFonts() - Static method in class com.reportmill.text.RMFontUtils
-
Returns the list of suggested alternate fonts.
- getAltitude() - Method in class com.reportmill.graphics.RMEmbossEffect
-
Returns altitude of light source.
- getAncestor(int) - Method in class com.reportmill.shape.RMShape
-
Returns the ancestor at the given index (parent is ancestor 0).
- getAncestorCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of ancestors (from this shape's parent up to the document).
- getAncestorInCommon(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns first ancestor that the given shape and this shape have in common.
- getAnchor() - Method in class com.reportmill.text.RMTextSel
-
Returns the anchor.
- getAndResetError() - Static method in class com.reportmill.base.RMKeyChain
-
Returns the last error encountered by the key chain parser and resets parser.
- getAngle(double) - Method in class com.reportmill.graphics.RMLine
-
Returns the angle at given parametric point (in degrees).
- getAngleBetween(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
-
Returns the angle between the receiver and the given vector.
- getAnimator(int) - Method in class com.reportmill.shape.RMDocument
-
Returns the animator for a specific page.
- getAnimator() - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape registers changes with.
- getAnimator(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape registers changes with (creating, if requested and currently null).
- getAnimatorLast() - Method in class com.reportmill.shape.RMDocument
-
Returns the animator for the last page.
- getAnimChild() - Method in class com.reportmill.shape.RMAnimPathShape
-
Returns the animated child shape.
- getArcLength() - Method in class com.reportmill.graphics.RMLine
-
Returns the total arc length of the segment
- getArcLength(float) - Method in class com.reportmill.graphics.RMLine
-
Returns the arc length of the segment up to parametric value t
- getArcLength(float, float) - Method in class com.reportmill.graphics.RMLine
-
Returns the arc length of the segment in range [start..end]
- getArcLength(float, float) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the arc length of the segment up to parametric value t
- getArcLengthFunction() - Method in class com.reportmill.graphics.RMBezier
-
Returns an RMFunc which calculates the arclength of the curve up to t.
- getArcLengthFunction() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns an RMFunc which calculates the arclength of the curve up to t
- getArg() - Method in class com.reportmill.graphics.RMInvocation
-
Returns the arg for this invocation.
- getArgClass() - Method in class com.reportmill.graphics.RMInvocation
-
Returns the class of this invocation's arg.
- getArrowHead() - Method in class com.reportmill.shape.RMLineShape
-
Returns the line segment arrow head.
- getAssignments() - Static method in class com.reportmill.base.RMKeyChain
-
Returns a thread-local assignments map.
- getAttribute(String) - Method in class com.reportmill.text.RMTextStyle
-
Returns the default for a given key.
- getAttribute(String) - Method in class com.reportmill.text.RMXStringRun
-
Returns a specific attribute for the given key.
- getAuthor() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns the author.
- getAutosizing() - Method in class com.reportmill.shape.RMShape
-
Returns the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
- getAutosizingDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the autosizing default.
- getAutosizingDefault() - Method in class com.reportmill.shape.RMShape
-
Returns the autosizing default.
- getAxisCount() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns the number of increments in the axis.
- getAxisMax() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns the axis maximum.
- getAxisMin() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns the axis minimum.
- getAzimuth() - Method in class com.reportmill.graphics.RMEmbossEffect
-
Returns angle of light source.
- getBar() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the item bar.
- getBar() - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Returns the bar created for this series value.
- getBarBounds(int, int) - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the bar bounds for bar at given series and item.
- getBarCount() - Method in class com.reportmill.shape.RMGraphPartBars
-
Returns the minimum number of bars for the graph to provide space for in a section.
- getBarGap() - Method in class com.reportmill.shape.RMGraphPartBars
-
Returns the width of the gap between bars in a set as a fraction of bar width.
- getBarLabelMaxWidth() - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the width available for a bar label.
- getBarPrototype() - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the shape used to represent the basic attributes of bars & wedges.
- getBars() - Method in class com.reportmill.shape.RMGraph
-
Returns the bars shape.
- getBBox() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the bounding box for the path as {min,max}.
- getBeginPoint() - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the begin point.
- getBestHeight() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the best height for the row.
- getBestHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the best height for current width.
- getBestHeight(double) - Method in class com.reportmill.shape.RMShape
-
Returns the best height for current width.
- getBestWidth() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the best height for the row.
- getBestWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the best width for current height.
- getBestWidth(double) - Method in class com.reportmill.shape.RMShape
-
Returns the best width for current height.
- getBevelDepth() - Method in class com.reportmill.graphics.RMChiselEffect
-
Returns bevel depth.
- getBinding(int) - Method in class com.reportmill.shape.RMShape
-
Returns the individual binding at the given index.
- getBinding(String) - Method in class com.reportmill.shape.RMShape
-
Returns the individual binding with the given property name.
- getBindingCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of bindings associated with shape.
- getBitsPerPixel() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of bits per pixel (derived from bits per sample and samples per pixel).
- getBitsPerSample() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of bits per sample (eg, 24 bit RGB image is 8 bits per sample).
- getBitsPerSample() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the bits per sample.
- getBloat() - Method in class com.reportmill.shape.RMStarShape
-
Return the bloat.
- getBlue() - Method in class com.reportmill.graphics.RMColor
-
Returns the blue component in the range 0-1.
- getBlueInt() - Method in class com.reportmill.graphics.RMColor
-
Returns the blue component in the range 0-255.
- getBlurredImage(BufferedImage, int, int) - Method in class com.reportmill.graphics.RMImageEffect
-
Returns the blur image (can be set pre-inset image for efficiency of ConvolveOp).
- getBlurredImage(BufferedImage, int, Kernel) - Method in class com.reportmill.graphics.RMImageEffect
-
Returns the image blurred with the particular Kernel.
- getBold() - Method in class com.reportmill.text.RMFont
-
Returns the bold version of this font.
- getBold() - Method in class com.reportmill.text.RMFontFile
-
Returns the bold version of this font.
- getBook() - Method in class com.reportmill.viewer.RMViewer
-
Returns a java.awt.print.Book, suitable for AWT printing.
- getBoolValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a boolean for an object and key chain.
- getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMBezier
-
Returns the bounds.
- getBounds(double, double, double, double, double, double, double, double, Rectangle2D) - Static method in class com.reportmill.graphics.RMBezier
-
Returns the bounds of the bezier.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMBlurEffect
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMDoubleStroke
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMEffect
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMFill
-
Returns the bounds required to render this fill for this shape.
- getBounds() - Method in class com.reportmill.graphics.RMLine
-
Returns the bounds of the line.
- getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMLine
-
Get bounds of line in given rect.
- getBounds() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the bounds of the painter shape operations.
- getBounds() - Method in class com.reportmill.graphics.RMPath
-
Returns the bounds for the path as an integer rect.
- getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the bounds.
- getBounds(double, double, double, double, double, double, Rectangle2D) - Static method in class com.reportmill.graphics.RMQuadratic
-
Returns the bounds of the bezier.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMReflectionEffect
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape) - Method in class com.reportmill.graphics.RMStroke
-
Returns the bounds required to render this fill for this shape.
- getBounds() - Method in class com.reportmill.shape.RMGraphSection
-
Returns the bounds of the section.
- getBounds() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the bounds for this section item.
- getBounds() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
- getBounds() - Method in class com.reportmill.shape.RMShape
-
Returns the X, Y, width and height of the shape as a rect (use getFrame if shape has roll/scale/skew).
- getBounds() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the painting bounds (can be null).
- getBounds() - Method in class com.reportmill.text.RMTextEditor
-
Returns the text editor bounds.
- getBounds() - Method in class com.reportmill.viewer.RMViewer.PhantomPane
-
- getBounds2D() - Method in class com.reportmill.graphics.RMPath
-
Returns the bounds for the path.
- getBounds2D() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
- getBoundsInside() - Method in class com.reportmill.shape.RMShape
-
Returns the bounds of the shape in the shape's own coords.
- getBoundsMarked() - Method in class com.reportmill.shape.RMAnimPathShape
-
Overridden to just reflect bounds of anim child.
- getBoundsMarked() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the marked bounds.
- getBoundsMarked() - Method in class com.reportmill.shape.RMShape
-
Returns the bounds of the path associated with this shape in local coords, adjusted to account for stroke width.
- getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMAnimPathShape
-
Overridden to just reflect bounds of anim child.
- getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMShape
-
Returns the marked bounds of this shape and it's children.
- getBoundsOfChildren() - Method in class com.reportmill.shape.RMParentShape
-
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
- getBoundsOfChildren(RMShape, List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the bounds of a given subset of this shape's children.
- getBoxKernel(int) - Static method in class com.reportmill.graphics.RMImageEffect.BoxKernel
-
Returns kernel for a boxy blur convolve.
- getBreadthLimit() - Method in class com.reportmill.base.RMSchemaMaker
-
Returns the maximum number of items to write for lists/array relationships.
- getBreadthLimit() - Method in class com.reportmill.base.RMXMLWriter
-
Returns the maximum number of items to write for lists/array relationships.
- getBudget() - Method in class com.reportmill.base.RMExtras.Studio
-
- getBuffer() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns the current pdf buffer.
- getBytes() - Method in class com.reportmill.graphics.RMImageData
-
Returns the original bytes for the image (loaded from the source).
- getBytes() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the sound data bytes.
- getBytes(RMDocument) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns a PDF byte array for a given RMDocument.
- getBytes() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as an XML byte array.
- getBytesCSV() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a CSV file.
- getBytesDecoded() - Method in class com.reportmill.graphics.RMImageData
-
Returns the decoded image bytes for the image.
- getBytesDelimitedAscii(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a delimited ASCII file (using given field, record separator strings).
- getBytesExcel() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of an Excel file.
- getBytesHTML() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of an HTML file.
- getBytesJPEG() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of a JPEG file.
- getBytesPDF(RMDocument) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Deprecated.
- getBytesPDF() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a PDF file.
- getBytesPerRow() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of bytes per row (derived from width and bits per pixel).
- getBytesPNG() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of PNG file.
- getBytesRTF() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of an Excel file.
- getCachedImage(RMShape) - Method in class com.reportmill.graphics.RMImageEffect
-
Returns the effect image from cache (calls getImage to load image into cache).
- getCamera() - Method in class com.reportmill.shape.RMScene3D
-
Returns the camera as a vector.
- getCategory() - Method in class com.reportmill.base.RMExtras.Movie
-
- getCell(int, int) - Method in class com.reportmill.shape.RMCrossTab
-
Returns the cell at the given row and column indexes.
- getCell(int) - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the specific child cell at the given index in the list of unique cells for this row.
- getCell(int) - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the specific child cell at the given index in the list of unique cells for this row.
- getCellAbove() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the cell just above this cell.
- getCellAfter() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the cell after, or to the right of, this cell.
- getCellBefore() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the cell before, or to the left of, this cell.
- getCellBelow() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the cell just below this cell.
- getCellCount() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the number of cells in this row.
- getCellCount() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the number of cells in this row.
- getCenter() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the center point of the path.
- getChannelCount() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the channel count.
- getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextArea
-
Returns the char index for given point in text coordinate space.
- getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextEditor
-
Returns the char index for given point in text coordinate space.
- getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextLayout
-
Returns the character index for the given x/y point.
- getCharIndex(double, double) - Method in class com.reportmill.text.RMTextLayout
-
Returns the character index for the given x/y point.
- getCharIndex(double) - Method in class com.reportmill.text.RMTextLine
-
Returns the character index for the given x/y point.
- getCharIndex(double) - Method in class com.reportmill.text.RMTextRun
-
Returns the character index for the given x/y point.
- getCharLeft() - Method in class com.reportmill.text.RMTextSel
-
Moves the selection index backward a character (or if a range is selected, moves to beginning of range).
- getCharRight() - Method in class com.reportmill.text.RMTextSel
-
Moves the selection index forward a character (or if a range is selected, moves to end of range).
- getCharSpacing() - Method in class com.reportmill.shape.RMTextShape
-
Returns the char spacing at char 0.
- getCharSpacing() - Method in class com.reportmill.text.RMTextEditor
-
Returns the character spacing of the current selection or cursor.
- getCharSpacing() - Method in class com.reportmill.text.RMTextRun
-
Returns the run's char spacing.
- getCharSpacing() - Method in class com.reportmill.text.RMTextStyle
-
Returns the char spacing.
- getCharSpacing() - Method in class com.reportmill.text.RMXStringRun
-
Returns the char spacing.
- getChild(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain.
- getChild(int) - Method in class com.reportmill.shape.RMPageLayer
-
Returns the specific child of this layer at the given index.
- getChild(int) - Method in class com.reportmill.shape.RMParentShape
-
Returns the child at the given index.
- getChild(int) - Method in class com.reportmill.shape.RMShape
-
Returns the child at given index.
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMPage
-
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
- getChildAnimator() - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape's children use.
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape's children use (creating, if requested and currently null).
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the child animator of the switch shape (creating it if absent and requested).
- getChildArray() - Method in class com.reportmill.shape.RMParentShape
-
Returns a copy of the children as an array.
- getChildContaining(RMPoint) - Method in class com.reportmill.shape.RMParentShape
-
Returns the first (top) shape hit by the point given in this shape's coords.
- getChildCount() - Method in class com.reportmill.base.RMKeyChain
-
Returns the number of children in the keychain.
- getChildCount() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the number of children in this layer.
- getChildCount() - Method in class com.reportmill.shape.RMParentShape
-
Returns the number of children associated with this shape.
- getChildCount() - Method in class com.reportmill.shape.RMShape
-
Returns the child count.
- getChildIndex(RMShape) - Method in class com.reportmill.shape.RMPageLayer
-
Returns the index of a given child.
- getChildKeyChain(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain as a keychain.
- getChildLast() - Method in class com.reportmill.shape.RMParentShape
-
Returns the last child of this shape.
- getChildLayer(RMShape) - Method in class com.reportmill.shape.RMPage
-
Returns the layer for a given child.
- getChildOrigin() - Method in class com.reportmill.shape.RMAnimPathShape
-
Returns the child origin.
- getChildren() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the list of children for this layer.
- getChildren() - Method in class com.reportmill.shape.RMParentShape
-
Returns the list of children associated with this shape.
- getChildren() - Method in class com.reportmill.shape.RMShape
-
Returns the children list.
- getChildrenIntersecting(RMPath) - Method in class com.reportmill.shape.RMParentShape
-
Returns the child shapes hit by the path given in this shape's coords.
- getChildrenWithClass(Class<T>) - Method in class com.reportmill.shape.RMParentShape
-
Returns all the shapes in the shape hierarchy of a particular class.
- getChildrenWithClass(List, Class<T>) - Method in class com.reportmill.shape.RMParentShape
-
Adds all the shapes in the shape hierarchy of a particular class to the list.
- getChildRPGCount() - Method in class com.reportmill.shape.RMTableRowRPG
-
Returns the number of child rpgs.
- getChildString(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain as a string.
- getChildTable(int) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the top level table at the given index for this table group.
- getChildTable(Object, int) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the specific child table of the given table at the given index.
- getChildTableCount() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the number of top level tables in this table group.
- getChildTableCount(Object) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the number of child tables for the given parent table.
- getChildTables() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of top level tables for this table group.
- getChildTables(Object) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of child tables for the given table.
- getChildTables(Object, boolean) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of child tables for the given table, creating the list if requested.
- getChildWithClass(Class<T>) - Method in class com.reportmill.shape.RMParentShape
-
Returns first child found with the given class (called recursively on children if not found at current level).
- getChildWithName(String) - Method in class com.reportmill.shape.RMParentShape
-
Returns first child found with the given name (called recursively on children if not found at current level).
- getChildWithTitle(String) - Method in class com.reportmill.shape.RMTable
-
Returns a specific child with the given name.
- getClassMap() - Method in class com.reportmill.shape.RMArchiver
-
Returns the class map.
- getClip() - Method in interface com.reportmill.graphics.RMPainter
-
- getClip() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getClip() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the clip.
- getClip(boolean) - Method in class com.reportmill.shape.RMSoundShape
-
Returns the clip, creating it if requested.
- getClipBounds() - Method in interface com.reportmill.graphics.RMPainter
-
- getClipBounds() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getClipShape() - Method in class com.reportmill.shape.RMShape
-
Returns clip shape for shape.
- getClipShape() - Method in class com.reportmill.shape.RMSubreport
-
Returns clip shape for shape.
- getClipShape() - Method in class com.reportmill.shape.RMTableRow
-
Returns clip shape for shape.
- getCoalesceNewlines() - Method in class com.reportmill.shape.RMTextShape
-
Returns whether text should coalesce consecutive newlines in rpgClone.
- getCol(int) - Method in class com.reportmill.shape.RMCrossTab
-
Returns the specific column at the given index.
- getCol(double) - Method in class com.reportmill.shape.RMCrossTab
-
Returns the specific column index for the given point.
- getCol() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the column of this cell.
- getColCount() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the number of rows for this table.
- getColEnd() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the end column of this cell.
- getColor() - Method in class com.reportmill.graphics.RMFill
-
Returns the color associated with this fill.
- getColor() - Method in class com.reportmill.graphics.RMGradientFill.ColorStop
-
Returns stop color.
- getColor() - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the color associated with this fill.
- getColor() - Method in interface com.reportmill.graphics.RMPainter
-
- getColor() - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the color associated with this fill.
- getColor(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the specific color at the given index.
- getColor() - Method in class com.reportmill.shape.RMShape
-
Returns the color of the shape.
- getColor() - Method in class com.reportmill.shape.RMShapeImager
-
Returns the background color.
- getColor() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getColor() - Method in class com.reportmill.text.RMTextEditor
-
Returns the color of the current selection or cursor.
- getColor() - Method in class com.reportmill.text.RMTextRun
-
Returns the run color.
- getColor() - Method in class com.reportmill.text.RMTextStyle
-
Returns the color for this run.
- getColor() - Method in class com.reportmill.text.RMXStringRun
-
Returns the color for this run.
- getColorChanged() - Method in class com.reportmill.text.RMTextRun
-
Returns whether color changed from last run.
- getColorCount() - Method in class com.reportmill.shape.RMGraph
-
Returns the number of colors set for this graph.
- getColorMap() - Method in class com.reportmill.graphics.RMImageData
-
Color map support: returns the bytes of color map from a color map image.
- getColorModel() - Method in class com.reportmill.graphics.RMContourFill
-
PaintContext method.
- getColorModel() - Method in class com.reportmill.graphics.RMMultipleStopGradient
-
ARGB.
- getColors() - Method in class com.reportmill.shape.RMGraph
-
Returns the list of colors to be used by this graph (or the default graph colors, if null).
- getColorStop(int) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the individual color stop at given index.
- getColorStopCount() - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the number of color stops in the gradient
- getColorStops() - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the list of color stops.
- getColSpan() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the number of columns this cell spans.
- getColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the divider column as cell column.
- getColumn(int) - Method in class com.reportmill.shape.RMTableRow
-
Returns the column at the given index (assumes row is structured and column is RMTextShape).
- getColumnCount() - Method in class com.reportmill.shape.RMGraphLegend
-
Returns the number of columns in legend.
- getColumnCount() - Method in class com.reportmill.shape.RMTable
-
Returns the number of columns that this table should be repeated over on the same page before paginating.
- getColumnSpacing() - Method in class com.reportmill.shape.RMTable
-
Returns the space between a table that has more than one column (int printer points).
- getCombinedPath(List<RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the combined path from given shapes.
- getCombinedPathsShape(List<RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns a polygon shape by combining paths of given shapes.
- getCompress() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns whether to compress or not.
- getCompress() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should compress images in generated file formats like PDF.
- getConeKernel(int) - Static method in class com.reportmill.graphics.RMImageEffect.ConeKernel
-
Returns kernel for a cone blur convolve.
- getContent() - Method in class com.reportmill.viewer.RMViewer
-
Returns the root shape that is the content of this viewer.
- getContentX() - Method in class com.reportmill.viewer.RMViewer
-
Returns the content shape's X location in viewer.
- getContentY() - Method in class com.reportmill.viewer.RMViewer
-
Returns the content shape's Y location in viewer.
- getControlPointBounds() - Method in class com.reportmill.graphics.RMPath
-
Returns the rectangle that encloses all the control points.
- getCorraledRect(RMRect, float) - Method in class com.reportmill.base.RMRect
-
Returns the given rect moved, if needed, to be contained by this rect.
- getCount() - Method in class com.reportmill.base.RMTopNSort
-
Returns the count.
- getCoverFill() - Method in class com.reportmill.shape.RMSubreport
-
Returns the fill to use on top of subreport shape when painting in editor.
- getCoverStroke() - Method in class com.reportmill.shape.RMSubreport
-
Override to force gray stroke.
- getCreator() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns the creator.
- getCrossProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
-
Returns the vector perpendicular to the receiver and the given vector.
- getCurrentEvent() - Static method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the most recently delivered event.
- getCustomSchema() - Method in class com.reportmill.base.RMDataSource
-
Returns a schema that may differ from the one stored in an XML file.
- getDashArray() - Method in class com.reportmill.graphics.RMStroke
-
Returns the dash array for this stroke.
- getDashArray(String, String) - Static method in class com.reportmill.graphics.RMStroke
-
Returns a dash array for given dash array string and delimeter.
- getDashArrayString() - Method in class com.reportmill.graphics.RMStroke
-
Returns the dash array for this stroke as a string.
- getDashArrayString(float[], String) - Static method in class com.reportmill.graphics.RMStroke
-
Returns the dash array for this stroke as a string.
- getDashPhase() - Method in class com.reportmill.graphics.RMStroke
-
Returns the dash phase.
- getDataset() - Method in class com.reportmill.base.RMDataSource
-
Returns a sample dataset of objects associated with the datasource.
- getDatasetEntity() - Method in class com.reportmill.shape.RMDocument
-
Returns the entity this shape should show in keys browser.
- getDatasetEntity() - Method in class com.reportmill.shape.RMShape
-
Returns the entity this shape should show in keys browser.
- getDatasetKey() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the dataset key.
- getDatasetKey() - Method in class com.reportmill.shape.RMGraph
-
Returns the dataset key associated with the graph.
- getDatasetKey() - Method in class com.reportmill.shape.RMLabels
-
Returns the dataset key associated with labels.
- getDatasetKey() - Method in class com.reportmill.shape.RMPage
-
Returns the dataset key associated with the table.
- getDatasetKey() - Method in class com.reportmill.shape.RMShape
-
Returns the dataset key associated with this shape.
- getDatasetKey() - Method in class com.reportmill.shape.RMTable
-
Returns the dataset key associated with the table.
- getDatasetKey() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the complete dataset key for the current main table (pre-pending dataset keys of parents).
- getDataSource() - Method in class com.reportmill.shape.RMDocument
-
Returns the RMDataSource associated with this document.
- getDataSourceSchema() - Method in class com.reportmill.shape.RMDocument
-
Returns the schema for the RMDataSource associated with this document (convenience).
- getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the decimal separator.
- getDefaultAttribute(String) - Method in class com.reportmill.text.RMXString
-
Returns the default for a given key.
- getDefaultColor() - Method in class com.reportmill.text.RMXString
-
Returns the default color for this string.
- getDefaultColors() - Static method in class com.reportmill.shape.RMGraph
-
Returns the default list of colors to be used by any graph without an explicit list of colors.
- getDefaultFont() - Static method in class com.reportmill.text.RMFont
-
Returns the user's default font.
- getDefaultFont() - Method in class com.reportmill.text.RMXString
-
Returns the default font for this string.
- getDefaultFormat() - Method in class com.reportmill.text.RMXString
-
Returns the default format for this string.
- getDefaultLocale() - Static method in class com.reportmill.base.RMNumberFormat
-
Returns the default locale.
- getDefaultParagraph() - Method in class com.reportmill.text.RMXString
-
Returns the default paragraph for this string.
- getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the default version name.
- getDeflater() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns a shared deflater.
- getDelay() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the number of seconds the nested doc animation time lags the master document.
- getDelay() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the delay after which this sound is supposed to start to play.
- getDeleteVerticalSpansOfHiddenShapes() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether layout deletes vertical spans of hidden shapes.
- getDepth() - Method in class com.reportmill.shape.RMScene3D
-
Returns the depth of the scene.
- getDepthLimit() - Method in class com.reportmill.base.RMSchemaMaker
-
Returns the limit of recursion for relationships.
- getDirection() - Method in class com.reportmill.graphics.RMInterpolator
-
Returns the interpolator direction.
- getDistance(RMPoint) - Method in class com.reportmill.graphics.RMBezier
-
Returns the minimum distance from the given point to this segment.
- getDistance(RMPoint) - Method in class com.reportmill.graphics.RMLine
-
Returns the minimum distance from the given point to this segment.
- getDistance(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
-
Returns the distance from a point to the plane of this polygon.
- getDistance(RMPath, RMPoint) - Static method in class com.reportmill.graphics.RMPathUtils
-
Returns shortest distance from any point in path to given point.
- getDistance(RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the minimum distance from the given point to this segment.
- getDistance() - Method in class com.reportmill.shape.RMAnimPathShape
-
Returns distance along the path where children are positioned.
- getDistanceBezier(RMPoint) - Method in class com.reportmill.graphics.RMBezier
-
Returns the minimum distance from the given point to the curve.
- getDistanceLine(RMPoint) - Method in class com.reportmill.graphics.RMLine
-
Returns the minimum distance from the given point to this line.
- getDistanceLineSquared(double, double) - Method in class com.reportmill.graphics.RMLine
-
Returns the minimum distance from the given point to this line, squared.
- getDistanceLineSquared(double, double, double, double, double, double) - Static method in class com.reportmill.graphics.RMLine
-
Returns the distance from the given point components (p0) to the given line components (p1->p2).
- getDistanceQuadratic(RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the minimum distance from the given point to the curve.
- getDistanceSigned(RMPath, RMPoint) - Static method in class com.reportmill.graphics.RMPathUtils
-
Returns shortest distance from any point in path to given point (negative means inside the path).
- getDivider(int) - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the specific divider at given index.
- getDivider(int) - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the specific divider at given index.
- getDividerCount() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the divider count.
- getDividerCount() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the divider count.
- getDividers() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the dividers for this column.
- getDividers() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the dividers for this column.
- getDoc(Object, Archivable) - Method in class com.reportmill.shape.RMArchiver
-
Creates a document.
- getDoc(Object) - Static method in class com.reportmill.shape.RMDocument
-
Creates a new document from aSource using RMArchiver.
- getDocument() - Method in class com.reportmill.shape.RMDocument
-
Returns the document itself (over-ridden from RMShape).
- getDocument() - Method in class com.reportmill.shape.RMShape
-
Returns the RMDocument ancestor of this shape (or null if not there).
- getDocument() - Method in class com.reportmill.viewer.RMViewer
-
Returns the RMDocument associated with this viewer.
- getDocumentBounds() - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds of the viewer document.
- getDotProduct(RMVector) - Method in class com.reportmill.graphics.RMVector
-
Returns the dot product of the receiver and the given vector.
- getDotProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
-
Returns the dot product of the receiver and the given vector.
- getDoubleValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a double for an object and key chain.
- getDraw3D() - Method in class com.reportmill.shape.RMGraph
-
Returns whether the graph draws in 3D.
- getDrawsBackground() - Method in class com.reportmill.viewer.RMViewer
-
Returns whether or not the gutter, page background & drop shadow get drawn.
- getDrawsClippedLine() - Method in class com.reportmill.shape.RMLinkedText
-
Overrides text to indicate that linked texts never show clipped lines.
- getDrawsSelectionRect() - Method in class com.reportmill.shape.RMTextShape
-
Returns whether text should always draw at least a light gray border (useful when editing).
- getDrawsWedge() - Method in class com.reportmill.shape.RMOvalShape
-
Return whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
- getDrawWedgeLabelLines() - Method in class com.reportmill.shape.RMGraphPartPie
-
Returns whether a pie graph draws lines from the wedges to wedge labels.
- getDX() - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the X offset of the shadow.
- getDY() - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the Y offset of the shadow.
- getEffect() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getEffect() - Method in class com.reportmill.shape.RMShape
-
Returns the effect for this shape.
- getElement(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the element type at the given index.
- getElement(int, RMPoint[]) - Method in class com.reportmill.graphics.RMPath
-
Returns the element type at the given index and its associated points (returned in the given point array).
- getElement(int) - Method in class com.reportmill.graphics.RMPath3D
-
Returns the element type at the given index.
- getElement(int, RMPoint3D[]) - Method in class com.reportmill.graphics.RMPath3D
-
Returns the element at the given index.
- getElementCount() - Method in class com.reportmill.graphics.RMPath
-
Returns the number of elements in this path.
- getElementCount() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the number of elements in the path3d.
- getElementIndexForPointIndex(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the element index for the given point index.
- getElementLast() - Method in class com.reportmill.graphics.RMPath
-
Returns the last element.
- getElementPointIndex(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the point index for a given element.
- getEnabledEvents() - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Returns an array of enabled events.
- getEnabledEventsString() - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Returns the events string.
- getEncryptor() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns the current PDF encryptor.
- getEnd() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the ending row index (if column divider) or column index (if row divider) for this divider.
- getEnd() - Method in class com.reportmill.text.RMSpellCheck.Word
-
Returns the end index.
- getEnd() - Method in class com.reportmill.text.RMTextLayout
-
Returns the end char index of the layout in XString.
- getEnd() - Method in class com.reportmill.text.RMTextRun
-
Returns the char end of this line.
- getEnd() - Method in class com.reportmill.text.RMTextSel
-
Returns the end.
- getEndAction() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the action to be performed at the end of animation.
- getEndPoint() - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the end point.
- getEndsWithNewline() - Method in class com.reportmill.text.RMTextRun
-
Returns whether run ends with newline.
- getEndsWithWhiteSpace() - Method in class com.reportmill.text.RMTextRun
-
Returns whether line ends with space.
- getEntityList(String) - Method in class com.reportmill.base.RMXMLReader
-
Returns the individual list of maps for the given entity name.
- getEntityLists() - Method in class com.reportmill.base.RMXMLReader
-
Returns the entity maps.
- getError() - Static method in class com.reportmill.base.RMKeyChain
-
Returns the last error encountered by the key chain parser (or null).
- getEvent() - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
-
Returns the shape mouse event.
- getEventAdapter(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the ShapeEventAdapter for this shape.
- getExecutionBounds() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the total bounds from execution.
- getExecutionTime() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the execution time for painter shape operations.
- getExecutionTime() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the total execution time of all painter shape operations.
- getExtrusionKey() - Method in class com.reportmill.shape.RMGraphPartPie
-
Returns the key used to determine which pie wedges get extruded.
- getFadeHeight() - Method in class com.reportmill.graphics.RMReflectionEffect
-
Returns the height of the faded region as a fraction of reflection height (defaults to .5).
- getFamily() - Method in class com.reportmill.text.RMFont
-
Returns the family name of this font.
- getFamily() - Method in class com.reportmill.text.RMFontFile
-
Returns the family name of this font.
- getFamilyEnglish() - Method in class com.reportmill.text.RMFont
-
Returns the family name of this font in English.
- getFamilyEnglish() - Method in class com.reportmill.text.RMFontFile
-
Returns the family name of this font in English.
- getFamilyNames() - Static method in class com.reportmill.text.RMFontUtils
-
Returns a list of all system family names.
- getFieldOfView() - Method in class com.reportmill.shape.RMScene3D
-
Returns the field of view of the camera (derived from focalLength).
- getFilename() - Method in class com.reportmill.shape.RMDocument
-
Returns the filename associated with this document, if available.
- getFill() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getFill() - Method in class com.reportmill.shape.RMShape
-
Returns the fill for this shape.
- getFillColor() - Method in class com.reportmill.text.RMXString.Outline
-
Returns the fill color for this outline.
- getFilterKey() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the optional key chain expression string used to prune the table list derived from dataset key.
- getFilterKey() - Method in class com.reportmill.shape.RMGraph
-
Returns the optional key chain (expression) used to limit the table list derived from dataset key.
- getFilterKey() - Method in class com.reportmill.shape.RMTable
-
Returns the optional key chain expression string used to prune the table list derived from dataset key.
- getFirstActivePosition() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns the first active position.
- getFitCurveSegments(RMPoint[], RMSize, RMSize, List) - Static method in class com.reportmill.graphics.RMPathFitCurves
-
Fit a curve, preserving the start & end tangents.
- getFitCurveSegments(com.reportmill.base.RMMath.RMFunc, double, double, int, double) - Static method in class com.reportmill.graphics.RMPathFitCurves
-
- getFloatValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a float for an object and key chain.
- getFloatValue() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the item float value
- getFloatValue() - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Returns the float value for this series value.
- getFocalLength() - Method in class com.reportmill.shape.RMScene3D
-
Returns the focal length of the camera (derived from the field of view and with view size).
- getFocusAngle() - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the angle.
- getFont() - Method in interface com.reportmill.graphics.RMPainter
-
- getFont() - Method in class com.reportmill.shape.RMDocument
-
Returns the document's default font.
- getFont() - Method in class com.reportmill.shape.RMGraphLegend
-
Return current font.
- getFont() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Return current font.
- getFont() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getFont() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Return current font.
- getFont() - Method in class com.reportmill.shape.RMLinkedText
-
Returns the font for char 0 of the start text.
- getFont() - Method in class com.reportmill.shape.RMShape
-
Returns the font for the shape (defaults to parent font).
- getFont() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getFont() - Method in class com.reportmill.shape.RMTextShape
-
Returns the font for char 0.
- getFont(String, double) - Static method in class com.reportmill.text.RMFont
-
Returns the font for the given name and size (substitutes Arial if not found).
- getFont(String, float) - Static method in class com.reportmill.text.RMFontUtils
-
Returns a Font for a given name and size.
- getFont() - Method in class com.reportmill.text.RMTextArea
-
Return AWT Font for current selection.
- getFont() - Method in class com.reportmill.text.RMTextEditor
-
Returns the font of the current selection or cursor.
- getFont() - Method in class com.reportmill.text.RMTextRun
-
Returns the run font.
- getFont() - Method in class com.reportmill.text.RMTextStyle
-
Returns the font for this run.
- getFont() - Method in class com.reportmill.text.RMXStringRun
-
Returns the font for this run.
- getFontAscent() - Method in interface com.reportmill.graphics.RMPainter
-
Returns the ascender for the current font.
- getFontAscent() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the ascender for the current font.
- getFontAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the current font at the given character index.
- getFontBox(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the font box for part at index.
- getFontChanged() - Method in class com.reportmill.text.RMTextRun
-
Returns whether font changed from last run.
- getFontFile() - Method in class com.reportmill.text.RMFont
-
Returns the font file for this font.
- getFontFile(String) - Static method in class com.reportmill.text.RMFontFile
-
Returns a font file for a given font name.
- getFontName() - Method in class com.reportmill.text.RMFont
-
Returns the name of this font.
- getFontName() - Method in class com.reportmill.text.RMFontFile
-
Returns the name of this font.
- getFontNameEnglish() - Method in class com.reportmill.text.RMFont
-
Returns the name of this font in English.
- getFontNameEnglish() - Method in class com.reportmill.text.RMFontFile
-
Returns the name of this font in English.
- getFontNameNormalized(String) - Static method in class com.reportmill.text.RMFontUtils
-
Returns a "cleaned up" or standardized version of the given font name:
1.
- getFontNames() - Static method in class com.reportmill.text.RMFontUtils
-
Returns a list of all system fontnames (excludes any that don't start with capital A-Z).
- getFontNames(String) - Static method in class com.reportmill.text.RMFontUtils
-
Returns a list of all font names for a given family name.
- getFonts() - Static method in class com.reportmill.text.RMFontUtils
-
Returns the array of system fonts.
- getFontScale() - Method in class com.reportmill.text.RMTextArea
-
Convenience - returns text editor font scale.
- getFontScale() - Method in class com.reportmill.text.RMTextEditor
-
Returns the scale applied to text when editing.
- getFontScale() - Method in class com.reportmill.text.RMTextLayout
-
Returns the font scale of the text layout.
- getFormat() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getFormat() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns the format for the shape.
- getFormat() - Method in class com.reportmill.shape.RMShape
-
Returns the format for the shape.
- getFormat() - Method in class com.reportmill.shape.RMTextShape
-
Returns the format for char 0.
- getFormat() - Method in class com.reportmill.text.RMTextEditor
-
Returns the format of the current selection or cursor.
- getFormat() - Method in class com.reportmill.text.RMTextStyle
-
Returns the format.
- getFormat() - Method in class com.reportmill.text.RMXStringRun
-
Returns the format for this run.
- getFormatString() - Method in class com.reportmill.base.RMDateFormat
-
Returns the date format string.
- getFormatString() - Method in interface com.reportmill.base.RMFormat
-
Returns a format string.
- getFormatString() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the format string for this format.
- getFrame() - Method in class com.reportmill.shape.RMShape
-
Returns the rect in parent coords that fully encloses the shape.
- getFrameHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the height of the rect that fully encloses the shape in parent coords.
- getFrameMaxX() - Method in class com.reportmill.shape.RMShape
-
Returns the max X of the shape's frame.
- getFrameMaxY() - Method in class com.reportmill.shape.RMShape
-
Returns the max Y of the shape's frame.
- getFrameRate() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the frame rate for this animator.
- getFrameWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the width of the rect that fully encloses the shape in parent coords.
- getFrameX() - Method in class com.reportmill.shape.RMShape
-
Returns the X of the rect that fully encloses the shape in parent coords.
- getFrameXY() - Method in class com.reportmill.shape.RMShape
-
Returns the origin of the shape's bounds rect in parent coords.
- getFrameY() - Method in class com.reportmill.shape.RMShape
-
Returns the Y of the rect that fully encloses the shape in parent coords.
- getFrequency() - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- getFunctionCall(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Find the Method to invoke for evaluating the given key chain (assumed to be a function) on the given object.
- getGapDelay() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the number of seconds the nested doc animation will wait between loops.
- getGapHeight() - Method in class com.reportmill.graphics.RMReflectionEffect
-
Returns the height of the gap between the shape and the reflection in points (defaults to 0).
- getGaussianKernel(int) - Static method in class com.reportmill.graphics.RMImageEffect.GaussianKernel
-
Returns kernel for a Gaussian blur convolve.
- getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the 2 points, in the shape's coordinate system, which define the gradient.
- getGradientAxis(RMRect, Point2D, Point2D) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the 2 points, in the shape's coordinate system, which define the gradient.
- getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the 2 points, in the shape's coordinate system, which define the gradient.
- getGradientBounds(Shape) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the gradient bounds for a given shape which is the bounds required to encompass the entire shape in the
coordinates of the gradient rotation (effectively the bounds of the shape rotated by opposite gradient rotation).
- getGraph() - Method in class com.reportmill.shape.RMGraphLegend
-
Returns the graph that owns this legend.
- getGraph() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the source graph.
- getGraphics() - Method in interface com.reportmill.graphics.RMPainter
-
Returns the graphics.
- getGraphics() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the graphics.
- getGraphIntervals(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphIntervals
-
Returns graph intervals for a given graph.
- getGraphRPG() - Method in interface com.reportmill.shape.RMGraphRPG.GraphShape
-
Returns the GraphRPG.
- getGraphRPG() - Method in class com.reportmill.shape.RMGraphRPGBar.BarGraphShape2D
-
Returns the RMGraphRPG.
- getGraphShape() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the graph shape.
- getGraphTypeString() - Method in class com.reportmill.shape.RMGraph
-
Returns the graph type as a simple string: bar, pie or hbar.
- getGreen() - Method in class com.reportmill.graphics.RMColor
-
Returns the green component in the range 0-1.
- getGreenInt() - Method in class com.reportmill.graphics.RMColor
-
Returns the green component in the range 0-255.
- getGridSpacing() - Method in class com.reportmill.shape.RMDocument
-
Returns the grid spacing for the document's grid.
- getGroup(int) - Method in class com.reportmill.base.RMGroup
-
Returns the sub-group at the given index.
- getGroup() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the group for this cell.
- getGroup() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the item group.
- getGroup() - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Returns the group.
- getGroup() - Method in class com.reportmill.shape.RMTableRowRPG
-
Returns the group.
- getGrouper() - Method in class com.reportmill.shape.RMTable
-
Returns the grouper associated with the table.
- getGrouping(int) - Method in class com.reportmill.base.RMGrouper
-
Returns the grouping at the given index.
- getGrouping(String) - Method in class com.reportmill.base.RMGrouper
-
Returns the grouping with the given key.
- getGrouping() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the grouping.
- getGrouping() - Method in class com.reportmill.shape.RMGraph
-
Returns the graph grouping.
- getGrouping() - Method in class com.reportmill.shape.RMLabels
-
Returns the grouping for this labels shape.
- getGrouping(int) - Method in class com.reportmill.shape.RMTable
-
Returns the individual grouping at the given index.
- getGrouping(String) - Method in class com.reportmill.shape.RMTable
-
Returns the individual grouping that has the same key as the one given.
- getGrouping(String, boolean, int) - Method in class com.reportmill.shape.RMTable
-
Returns the individual grouping that has the same key as the one given, with option to create at index if missing.
- getGroupingCount() - Method in class com.reportmill.base.RMGrouper
-
Returns the number of groupings in this grouper.
- getGroupingCount() - Method in class com.reportmill.shape.RMTable
-
Returns the number of groups in this table.
- getGroupingKey(int) - Method in class com.reportmill.base.RMGrouper
-
Return the key for the grouping at the given index.
- getGroupingLast() - Method in class com.reportmill.base.RMGrouper
-
Returns the last grouping.
- getGroupLast() - Method in class com.reportmill.base.RMGroup
-
Returns the last sub-group.
- getHasDetails() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a details.
- getHasHeader() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a header.
- getHasSummary() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a summary.
- getHead(double) - Method in class com.reportmill.graphics.RMBezier
-
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
- getHead(double) - Method in class com.reportmill.graphics.RMLine
-
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
- getHeaderColCount() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the number header columns for table.
- getHeaderRowCount() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the number of header rows for table.
- getHeight() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of pixels vertically.
- getHeight() - Method in class com.reportmill.graphics.RMPath
-
Returns the height of the path.
- getHeight() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the row height.
- getHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the height of the shape.
- getHeight() - Method in class com.reportmill.text.RMFont
-
Returns the height of this font.
- getHeight() - Method in class com.reportmill.text.RMFontFile
-
Returns the height of this font file.
- getHeight() - Method in class com.reportmill.text.RMTextEditor
-
Returns the bounds height.
- getHeightToFit() - Method in class com.reportmill.text.RMTextEditor
-
Returns the height needed to display all characters.
- getHeightToFit() - Method in class com.reportmill.text.RMTextLayout
-
Returns the height to fit.
- getHitCount() - Method in class com.reportmill.graphics.RMHitInfo
-
Returns the numer of intersections associated with the given geometries.
- getHitEdges(Point2D, double) - Method in class com.reportmill.base.RMRect
-
Returns the mask of edges hit by the given point.
- getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMBezier
-
Returns the hit info for this bezier and a given line.
- getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMBezier
-
Returns a hit info for this bezier and given bezier.
- getHitInfo(RMBezier, RMLine, int) - Static method in class com.reportmill.graphics.RMBezierLineHit
-
Returns the hit info for this bezier and a given line.
- getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMLine
-
Returns a hit info object for this line and the given line.
- getHitInfo(RMQuadratic) - Method in class com.reportmill.graphics.RMLine
-
Returns a hit info object for this line and the given bezier curve.
- getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMLine
-
Returns a hit info object for this line and the given bezier.
- getHitInfo(RMLine, boolean) - Method in class com.reportmill.graphics.RMPath
-
Returns the hit info for the given line against this path.
- getHitInfo(RMBezier, boolean) - Method in class com.reportmill.graphics.RMPath
-
Returns the hit info for the given bezier curve against this path.
- getHitMaxX() - Method in class com.reportmill.text.RMTextLine
-
Returns the max x position possible for layout's path.
- getHover() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getHover() - Method in class com.reportmill.shape.RMShape
-
Sets the Hover string for the shape.
- getHoverShape() - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the hover shape.
- getHoverShape(String) - Method in class com.reportmill.viewer.RMViewer
-
Returns a hover shape for given something.
- getHoverTimer() - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the shared hover timer.
- getHoverTimer(RMShapeMouseEvent) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the hover timer, creating it if missing.
- getImage(RMShape) - Method in class com.reportmill.graphics.RMBlurEffect
-
Returns the blur image.
- getImage(RMShape) - Method in class com.reportmill.graphics.RMChiselEffect
-
Creates effect image
- getImage(RMShape) - Method in class com.reportmill.graphics.RMEmbossEffect
-
Creates effect image
- getImage() - Method in class com.reportmill.graphics.RMImageData
-
Returns the buffered image for image data.
- getImage(RMShape) - Method in class com.reportmill.graphics.RMImageEffect
-
Returns the effect image.
- getImage(RMShape) - Method in class com.reportmill.graphics.RMReflectionEffect
-
Returns the effect image.
- getImage(RMShape) - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the effect image.
- getImageBounds() - Method in class com.reportmill.shape.RMImageShape
-
Returns the image bounds.
- getImageData(Object) - Static method in class com.reportmill.graphics.RMImageData
-
Returns an image data loaded from aSource.
- getImageData(Object, int) - Static method in class com.reportmill.graphics.RMImageData
-
Returns an image data loaded from aSource.
- getImageData() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the image data associated with this image fill.
- getImageData() - Method in class com.reportmill.graphics.RMImageReader
-
Returns the image data.
- getImageData() - Method in class com.reportmill.shape.RMImageShape
-
Returns the image data.
- getImageHeight() - Method in class com.reportmill.graphics.RMImageData
-
Returns the actual display height of the image in printer's points using the image DPI if available.
- getImageHeight() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the actual display height of the image in printer's points using the image DPI if available.
- getImageMap(RMShape, StringBuffer) - Static method in class com.reportmill.base.RMExtras
-
Returns a StringBuffer image map for a given shape.
- getImageWidth() - Method in class com.reportmill.graphics.RMImageData
-
Returns the actual display width of the image in printer's points using the image DPI if available.
- getImageWidth() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the actual display width of the image in printer's points using the image DPI if available.
- getIncludeAllValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping includes all values.
- getIncludeFields() - Method in class com.reportmill.base.RMSchemaMaker
-
Returns whether to include fields.
- getIncludeFields() - Method in class com.reportmill.base.RMXMLWriter
-
Returns whether to include fields.
- getIncludeNewlines() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns whether to include newline and tab characters characters.
- getIncludeNewlinesDefault() - Static method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns whether to include newline and tab characters characters.
- getIncludeOthers() - Method in class com.reportmill.base.RMTopNSort
-
Returns whether to include others.
- getIncludeValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether to include values explicitly provided.
- getIndent(RMXStringRun) - Method in class com.reportmill.text.RMTextLayout
-
Returns the indent for this line.
- getIndex() - Method in class com.reportmill.graphics.RMHitInfo
-
Returns the index of hit segment (for paths).
- getIndex(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
-
Return index for given key frame.
- getIndex() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the index of this column in the table.
- getIndex() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the index of this row in the table.
- getIndex() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the index of this layer in its page.
- getIndex() - Method in class com.reportmill.text.RMTextRun
-
Returns the index of this run in the line.
- getInnerRuleWidth() - Method in class com.reportmill.graphics.RMDoubleStroke
-
Returns the inner rule width.
- getInnerStroke() - Method in class com.reportmill.graphics.RMDoubleStroke
-
Return the stroke used on the inside of a clockwise path
- getInputAdapter() - Method in class com.reportmill.viewer.RMViewer
-
Returns the input adapter for the viewer (handles mouse and keyboard input).
- getInputParagraph() - Method in class com.reportmill.text.RMTextEditor
-
Returns the paragraph of the current selection or cursor position.
- getInputStyle() - Method in class com.reportmill.text.RMTextEditor
-
Returns the text style applied to any input characters.
- getInterpolation(double, RMInvocation) - Method in class com.reportmill.graphics.RMInvocation
-
Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
- getInterpolator(String) - Static method in class com.reportmill.graphics.RMInterpolator
-
Returns a shared interpolator for given name.
- getInterpolator(int) - Static method in class com.reportmill.graphics.RMInterpolator
-
Returns the individual common interpolator at given index.
- getInterpolator() - Method in class com.reportmill.graphics.RMKeyValue
-
Returns the interpolator.
- getInterpolatorCount() - Static method in class com.reportmill.graphics.RMInterpolator
-
Returns number of shared common interpolators.
- getInterval() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the update interval of the animator in milliseconds.
- getInterval(int) - Method in class com.reportmill.shape.RMGraphIntervals
-
Returns the individual interval at a given index as a float value.
- getInterval(int) - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the individual interval at a given index as a float value.
- getIntervalCount() - Method in class com.reportmill.shape.RMGraphIntervals
-
Returns the number of intervals for this filled graph.
- getIntervalCount() - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the number of intervals for this filled graph.
- getIntervalLast() - Method in class com.reportmill.shape.RMGraphIntervals
-
Returns the last interval as a float value.
- getIntervalLast() - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the last interval as a float value.
- getIntValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns an int for an object and key chain.
- getInverseArcLengthFunction() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns an RMFunc which calculates t for a percentage length along the curve.
- getItalic() - Method in class com.reportmill.text.RMFont
-
Returns the italic version of this font.
- getItalic() - Method in class com.reportmill.text.RMFontFile
-
Returns the italic version of this font.
- getItem(int) - Method in class com.reportmill.shape.RMGraphSection
-
Returns the specific item at the given index.
- getItem(int) - Method in class com.reportmill.shape.RMGraphSeries
-
Returns the individual series item at the given index.
- getItemCount() - Method in class com.reportmill.shape.RMGraphSection
-
Returns the number of section items
- getItemCount() - Method in class com.reportmill.shape.RMGraphSeries
-
Returns the number of items in this series.
- getItemIndex() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the item index.
- getItemKey() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Returns the item key.
- getItemsLayout() - Method in class com.reportmill.shape.RMGraph
-
Returns the layout of section items.
- getKey() - Method in class com.reportmill.base.RMGroup
-
Returns the key associated with this group.
- getKey(List) - Static method in class com.reportmill.base.RMGroup
-
Returns the key for the given List if it is an RMGroup instance.
- getKey() - Method in class com.reportmill.base.RMGrouping
-
Returns the grouping key.
- getKey() - Method in class com.reportmill.base.RMSort
-
Returns the key for this sort.
- getKey() - Method in class com.reportmill.graphics.RMKeyValue
-
Returns the key.
- getKey() - Method in class com.reportmill.graphics.RMKeyValueList
-
Returns the list key.
- getKey(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the specific key at the given index.
- getKey() - Method in class com.reportmill.shape.RMGraphSeries
-
Returns the key for this series.
- getKey() - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Returns the key.
- getKey() - Method in class com.reportmill.shape.RMImageShape
-
Returns the report key used to load an image if none is provided.
- getKey() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the RPG key for this sound shape.
- getKeyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
-
Returns a keyChain for aSource (should be a String or existing RMKeyChain).
- getKeyChainListValue(String) - Method in class com.reportmill.shape.ReportOwner
-
Returns a list for the given keychain.
- getKeyChainValue(Object, RMKeyChain) - Method in class com.reportmill.base.RMGroup
-
Custom implementation of valueForKeyChain to handle top N groups.
- getKeyChainValue(Object, RMKeyChain) - Method in interface com.reportmill.base.RMKeyChain.Get
-
- getKeyChainValue(Object, RMKeyChain) - Method in class com.reportmill.shape.ReportOwner
-
RMKeyChain.Get implementation to run against DataStack.
- getKeyCount() - Method in class com.reportmill.shape.RMGraph
-
Returns the number of keys for this graph.
- getKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
-
Returns an individual key frame at given index.
- getKeyFrameAt(int) - Method in class com.reportmill.graphics.RMTimeline
-
Returns the key frame at the given time.
- getKeyFrameAt(int, boolean) - Method in class com.reportmill.graphics.RMTimeline
-
Returns the key frame at the given time, with an option to create it if missing.
- getKeyFrameCount() - Method in class com.reportmill.graphics.RMTimeline
-
Returns the number of key frames.
- getKeyFrames() - Method in class com.reportmill.graphics.RMTimeline
-
Returns the list of key frames.
- getKeyFrameTimes() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the list of key-frames present in animator owner's children.
- getKeyFrameTimes(List<RMShape>, boolean) - Method in class com.reportmill.graphics.RMAnimator
-
Returns the list of key-frames present in the given list of shapes (assumed to be animator owner's descendants).
- getKeyValue(String) - Method in class com.reportmill.base.RMGroup
-
Custom implementation of valueForKey to handle group heritage keys.
- getKeyValue(String) - Method in class com.reportmill.base.RMGroup.Running
-
Overrides default valueForKey to handle Page and Running keys.
- getKeyValue(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
-
Implements this method to provide page info.
- getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the individual key value at index.
- getKeyValue(Object, String) - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the key value for given object and key, if present.
- getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
-
Returns the individual key value at given index.
- getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the number of key values.
- getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyValueList
-
Returns the number of key values.
- getKeyValueList(Object, String) - Method in class com.reportmill.graphics.RMTimeline
-
Returns a key value list for a given target and value.
- getKeyValueList(Object, String, boolean) - Method in class com.reportmill.graphics.RMTimeline
-
Returns a key value list for a given target and value, with an option to create if missing.
- getKeyValues() - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the list of key values.
- getLabel() - Method in class com.reportmill.shape.RMLabels
-
Returns the default label shape.
- getLabelAxis() - Method in class com.reportmill.shape.RMGraph
-
Returns the label axis shape.
- getLabelHeight() - Method in class com.reportmill.shape.RMLabels
-
Returns the height of an individual label.
- getLabelShape(RMGraphPartSeries.LabelPos) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns a label shape for given position.
- getLabelWidth() - Method in class com.reportmill.shape.RMLabels
-
Returns the width of an individual label.
- getLastChar() - Method in class com.reportmill.text.RMTextRun
-
Returns the last char.
- getLastOpOfClass(Class<T>) - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the first operation of given class.
- getLastX() - Method in class com.reportmill.graphics.RMLine
-
Returns the last x.
- getLastY() - Method in class com.reportmill.graphics.RMLine
-
Returns the last y.
- getLayer(int) - Method in class com.reportmill.shape.RMPage
-
Returns the layer at the given index.
- getLayer(String) - Method in class com.reportmill.shape.RMPage
-
Returns the layer with the given name.
- getLayerCount() - Method in class com.reportmill.shape.RMPage
-
Returns the number of layers associated with this page.
- getLayers() - Method in class com.reportmill.shape.RMPage
-
Returns the list of page layers.
- getLayerState() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the state of this layer (locked, visible, invisible).
- getLayout() - Method in class com.reportmill.shape.RMParentShape
-
Returns the layout for this shape.
- getLayout() - Method in class com.reportmill.text.RMTextEditor
-
Returns the configured text layout used to layout text.
- getLayout() - Method in class com.reportmill.text.RMTextRun
-
Returns the layout.
- getLayoutInfo() - Method in class com.reportmill.shape.RMShape
-
Returns an object describing layout paramaters of this shape in its parent's layout.
- getLeading() - Method in class com.reportmill.text.RMFont
-
Returns the default distance between lines for this font.
- getLeading() - Method in class com.reportmill.text.RMFontFile
-
Returns the default distance between lines for this font.
- getLeftIndent() - Method in class com.reportmill.text.RMParagraph
-
Returns the left side indentation of this paragraph.
- getLeftIndentFirst() - Method in class com.reportmill.text.RMParagraph
-
Returns left side indentation of first line in this paragraph (this can be set different than successive lines).
- getLegend() - Method in class com.reportmill.shape.RMGraph
-
Returns the child of the graph that represents the legend (if present).
- getLegendText() - Method in class com.reportmill.shape.RMGraphLegend
-
Returns the legend text.
- getLength() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the length of the divider in terms of rows (or columns).
- getLength() - Method in class com.reportmill.shape.RMTableRowRPG.Span
-
Returns the span length.
- getLicense() - Static method in class com.reportmill.base.ReportMill
-
Returns the ReportMill license string for the current user.
- getLight() - Method in class com.reportmill.shape.RMScene3D
-
Returns the scene light as a vector.
- getLine(int) - Method in class com.reportmill.text.RMTextEditor
-
Returns the individual line at given index.
- getLine() - Method in class com.reportmill.text.RMTextLayout
-
Returns the head line of line linked list.
- getLine(int) - Method in class com.reportmill.text.RMTextLayout
-
Returns the individual line at given index.
- getLine() - Method in class com.reportmill.text.RMTextRun
-
Returns the line this run is associated with.
- getLineAdvance() - Method in class com.reportmill.text.RMFont
-
Returns the distance from the top of a line of text to the to top of a successive line of text.
- getLineAdvance() - Method in class com.reportmill.text.RMFontFile
-
Returns the distance from the top of a line of text to the to top of a successive line of text.
- getLineAdvance() - Method in class com.reportmill.text.RMTextLine
-
Returns the vertical distance for any line below this line.
- getLineCount() - Method in class com.reportmill.text.RMTextEditor
-
Returns the number of lines.
- getLineCount() - Method in class com.reportmill.text.RMTextLayout
-
Returns the number of lines.
- getLineEnd() - Method in class com.reportmill.text.RMTextSel
-
Moves the insertion point to next newline or text end.
- getLineForChar(int) - Method in class com.reportmill.text.RMTextEditor
-
Returns the line index for the given character index.
- getLineForChar(int) - Method in class com.reportmill.text.RMTextLayout
-
Returns the line for the given character index.
- getLineForPointY(double) - Method in class com.reportmill.text.RMTextLayout
-
Returns the line for the given y value.
- getLineGap() - Method in class com.reportmill.shape.RMTextShape
-
Returns the line gap at char 0.
- getLineGap() - Method in class com.reportmill.text.RMParagraph
-
Returns additional line spacing expressed as a constant amount in points.
- getLineGap() - Method in class com.reportmill.text.RMTextEditor
-
Returns the line gap for current selection.
- getLineHeight() - Method in class com.reportmill.text.RMFont
-
Returns the height for a line of text in this font.
- getLineHeight() - Method in class com.reportmill.text.RMFontFile
-
Returns the height of a line of text in this font.
- getLineHeightMax() - Method in class com.reportmill.shape.RMTextShape
-
Returns the maximum line height at char 0.
- getLineHeightMax() - Method in class com.reportmill.text.RMParagraph
-
Returns the maximum line height in printer points associated with this paragraph.
- getLineHeightMax() - Method in class com.reportmill.text.RMTextEditor
-
Returns the maximum line height for a line of text (even if font size would dictate higher).
- getLineHeightMin() - Method in class com.reportmill.shape.RMTextShape
-
Returns the minimum line height at char 0.
- getLineHeightMin() - Method in class com.reportmill.text.RMParagraph
-
Returns the minimum line height in printer points associated with this paragraph.
- getLineHeightMin() - Method in class com.reportmill.text.RMTextEditor
-
Returns the min line height for current selection.
- getLineLast() - Method in class com.reportmill.text.RMTextLayout
-
Returns the last line.
- getLineSpacing() - Method in class com.reportmill.shape.RMTextShape
-
Returns the line spacing at char 0.
- getLineSpacing() - Method in class com.reportmill.text.RMParagraph
-
Returns the spacing of lines expressed as a factor of a given line's height.
- getLineSpacing() - Method in class com.reportmill.text.RMTextEditor
-
Returns the line spacing for current selection.
- getLineStart() - Method in class com.reportmill.text.RMTextSel
-
Moves the insertion point to the beginning of line.
- getLineWrap() - Method in class com.reportmill.text.RMTextArea
-
Returns whether to wrap lines to pane width.
- getLinkedText() - Method in class com.reportmill.shape.RMTextShape
-
Returns the linked text for this text (if any).
- getListValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a list for an object and key chain.
- getListValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
-
Silly method to support DatasetKeys like: List1Key.List2Key, which returns a flattened Master/Detail list.
- getLocalCurrencySymbol() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the Currency symbol used for this locale.
- getLongWordFound() - Method in class com.reportmill.text.RMTextLayout
-
Returns whether a word was found that over-ran a whole line by itself.
- getLoopCount() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the number of loops that this sound should play before stopping.
- getLoops() - Method in class com.reportmill.graphics.RMAnimator
-
Returns whether this animator loops when time hits max time.
- getLoops() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the last animator loops.
- getMagnitude() - Method in class com.reportmill.graphics.RMVector
-
Returns the magnitude of the vector.
- getMagnitude() - Method in class com.reportmill.graphics.RMVector3D
-
Returns the magnitude of the vector.
- getMainTable() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the currently selected table.
- getMaps(ResultSet, int) - Static method in class com.reportmill.base.RMSQLUtils
-
Returns a list of maps for a given ResultSet.
- getMapsDeep(Map, int) - Static method in class com.reportmill.base.RMSQLUtils
-
Returns map where any ResultSets have been converted to Lists.
- getMargin() - Method in class com.reportmill.shape.RMTextShape
-
Returns margin.
- getMargin() - Method in class com.reportmill.text.RMTextArea
-
Returns the text margins.
- getMarginBottom() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects bottom value.
- getMarginBottom() - Method in class com.reportmill.shape.RMTextShape
-
Returns the bottom margin of the text (defaults to 0).
- getMarginDefault() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the default text margin for RMCell (top=5, left=5, right=5, bottom=5).
- getMarginDefault() - Method in class com.reportmill.shape.RMTextShape
-
Returns the default margin of the text (top=1, left=2, right=2, bottom=0).
- getMarginLeft() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects left value.
- getMarginLeft() - Method in class com.reportmill.shape.RMTextShape
-
Returns the left margin of the text (default to 2).
- getMarginRect() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rect for this document.
- getMarginRectDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the default margin rect.
- getMarginRight() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects right value.
- getMarginRight() - Method in class com.reportmill.shape.RMTextShape
-
Returns the right margin of the text (defaults to 2).
- getMarginString() - Method in class com.reportmill.shape.RMTextShape
-
Returns the margin as a string.
- getMarginTop() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects top value.
- getMarginTop() - Method in class com.reportmill.shape.RMTextShape
-
Returns the top margin of the text (defaults to 1).
- getMaskImage(int, int) - Method in class com.reportmill.graphics.RMContourFill
-
Draws the path into a buffered image to use as a mask
- getMaskPath() - Method in class com.reportmill.shape.RMShape
-
Returns the outline of the shape as a path.
- getMaskPath() - Method in class com.reportmill.shape.RMTextShape
-
Overridden from RMShape to provide the outlines of all the glyphs
- getMaxAdvance() - Method in class com.reportmill.text.RMFontFile
-
Returns the max advance of characters in this font.
- getMaxAscent() - Method in class com.reportmill.text.RMFont
-
Returns the max distance above the baseline that this font goes.
- getMaxAscent() - Method in class com.reportmill.text.RMFontFile
-
Returns the max distance above the baseline that this font goes.
- getMaxAscent() - Method in class com.reportmill.text.RMTextLine
-
Returns the max ascent of the chars in this line.
- getMaxDescent() - Method in class com.reportmill.text.RMFont
-
Returns the max distance below the baseline that this font goes.
- getMaxDescent() - Method in class com.reportmill.text.RMFontFile
-
Returns the max distance below the baseline that this font goes.
- getMaxTime() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the max time for this animator.
- getMaxTime() - Method in class com.reportmill.shape.RMDocument
-
Returns the total time needed to animate this document (total of all page animators).
- getMaxTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the animator max time in seconds.
- getMaxValue() - Method in class com.reportmill.shape.RMGraphSection
-
Returns section maximum value.
- getMaxX() - Method in class com.reportmill.graphics.RMBezier
-
Returns the max x point of this bezier.
- getMaxX() - Method in class com.reportmill.graphics.RMLine
-
Returns the max x point of this line.
- getMaxX() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the max x point of this bezier.
- getMaxX() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the max x of this column.
- getMaxX() - Method in class com.reportmill.shape.RMShape
-
Returns the max X of the shape (assumes not rotated, scaled or skewed).
- getMaxY() - Method in class com.reportmill.graphics.RMBezier
-
Returns the max y point of this bezier.
- getMaxY() - Method in class com.reportmill.graphics.RMLine
-
Returns the max y point of this line.
- getMaxY() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the max y point of this bezier.
- getMaxY() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the row max y.
- getMaxY() - Method in class com.reportmill.shape.RMShape
-
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
- getMidX() - Method in class com.reportmill.base.RMRect
-
Returns the x mid-point of the rect.
- getMidY() - Method in class com.reportmill.base.RMRect
-
Returns the y mid-point of the rect.
- getMinHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the shape minimum height.
- getMinHeight(double) - Method in class com.reportmill.shape.RMShape
-
Returns the shape minimum height.
- getMinimumSize() - Method in class com.reportmill.text.RMTextArea
-
Overrides JComponent method to declare minimum size to be current size.
- getMinorTickCount() - Method in class com.reportmill.shape.RMGraphRPGBar
-
Returns the number of suggested ticks between the intervals of the RPG'd graph.
- getMinSplitHeight() - Method in class com.reportmill.shape.RMTableRow
-
Returns the minimum distance in points from the top of the row that this row can split.
- getMinSplitRemainderHeight() - Method in class com.reportmill.shape.RMTableRow
-
Returns the minimum distance in points from the bottom of the row that this row can split.
- getMinValue() - Method in class com.reportmill.shape.RMGraphSection
-
Returns section minimum value.
- getMinWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the shape minimum width.
- getMinWidth(double) - Method in class com.reportmill.shape.RMShape
-
Returns the shape minimum width.
- getMinX() - Method in class com.reportmill.graphics.RMBezier
-
Returns the min x point of this bezier.
- getMinX() - Method in class com.reportmill.graphics.RMLine
-
Returns the min x point of this line.
- getMinX() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the min x point of this bezier.
- getMinY() - Method in class com.reportmill.graphics.RMBezier
-
Returns the min y point of this bezier.
- getMinY() - Method in class com.reportmill.graphics.RMLine
-
Returns the min y point of this line.
- getMinY() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the min y point of this bezier.
- getMisspelledWord(String, int) - Static method in class com.reportmill.text.RMSpellCheck
-
Returns the first misspelled word in a given string starting at the given index (or null or no misspelled words).
- getModel() - Method in class com.reportmill.shape.ReportOwner
-
Returns the model object.
- getMorphing() - Method in class com.reportmill.shape.RMMorphShape
-
Returns the morph factor.
- getMorphing() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
Returns the morphing value between the two shapes.
- getMorphingShape() - Method in class com.reportmill.shape.RMMorphShape
-
Returns the current morphing.
- getMorphingShape(int) - Method in class com.reportmill.shape.RMMorphShape
-
Returns the morphing at the given index.
- getMorphingShapeIndex() - Method in class com.reportmill.shape.RMMorphShape
-
Returns the index of the morphing shape for the current morphing value.
- getMouseDownEvent() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the mouse down event.
- getMouseEvent() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the original mouse event.
- getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should be moved to the bottom of the table during report generation.
- getMovieRoles() - Method in class com.reportmill.base.RMExtras.Movie
-
- getMovies() - Static method in class com.reportmill.base.RMExtras
-
Returns a list of movies.
- getName() - Method in class com.reportmill.base.RMDataSource
-
Returns the name for this data source.
- getName() - Method in class com.reportmill.base.RMExtras.MovieRole
-
- getName() - Method in class com.reportmill.base.RMExtras.Studio
-
- getName() - Method in class com.reportmill.base.RMXMLReader
-
Returns the name of the root element.
- getName() - Method in class com.reportmill.graphics.RMEffect
-
Returns the name of the effect.
- getName() - Method in class com.reportmill.graphics.RMFill
-
Returns the name of the fill.
- getName() - Method in class com.reportmill.graphics.RMImageData
-
Returns the name for the image (assigned from our hashCode).
- getName() - Method in class com.reportmill.graphics.RMInterpolator.Bounce
-
- getName() - Method in class com.reportmill.graphics.RMInterpolator
-
Returns the name of this interpolator.
- getName() - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
Override to return Periodic.
- getName() - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the name of the fill (Returns superclass name so the pop-up doesn't get confused).
- getName() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the name for this sound.
- getName() - Method in class com.reportmill.graphics.RMStroke
-
Returns the name of the fill.
- getName() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the layer's name.
- getName() - Method in class com.reportmill.shape.RMShape
-
Returns the name for the shape.
- getNeedsLayout() - Method in class com.reportmill.shape.RMParentShape
-
Returns whether children need to be laid out.
- getNeedsLayout() - Method in class com.reportmill.text.RMTextLayout
-
Returns whether text needs to perform layout.
- getNestedDoc() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the nested document.
- getNewInterpolator(String) - Static method in class com.reportmill.graphics.RMInterpolator
-
Returns a new interpolator instance for a given name.
- getNewValue() - Method in class com.reportmill.text.RMXString.CharsChange
-
- getNext() - Method in class com.reportmill.text.RMTextLine
-
Returns the next run.
- getNext() - Method in class com.reportmill.text.RMTextRun
-
Returns the next run.
- getNext() - Method in class com.reportmill.text.RMXStringRun
-
Return next run.
- getNextColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the divider column below the divider.
- getNextLineStartPoint(RMXStringRun) - Method in class com.reportmill.text.RMTextLayout
-
Returns what this line thinks is the next line's x.
- getNextLineStartPoint(RMXStringRun) - Method in class com.reportmill.text.RMTextLayoutInPath
-
Returns what this line thinks is the next line's x.
- getNextPeer() - Method in class com.reportmill.base.RMGroup
-
Returns the next group which is a peer to this one.
- getNextRow() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the divider row to the right of the divider.
- getNormal() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the normal of the path3d.
- getNormalized() - Method in class com.reportmill.graphics.RMVector
-
Returns the normalized vector.
- getNullString() - Method in class com.reportmill.base.RMDateFormat
-
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
- getNullString() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
- getNullString() - Method in class com.reportmill.shape.ReportOwner
-
Returns the string used to represent null values.
- getNullString() - Method in class com.reportmill.shape.RMDocument
-
Returns the string used to replace any occurrances of null values in a generated report.
- getNumberOfChildrenToStayWith() - Method in class com.reportmill.shape.RMTableRow
-
Returns the number of children this table row needs to be accompanied by, if some children run off page bottom.
- getNumberOfColumns() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of columns in the labels block.
- getNumberOfColumns() - Method in class com.reportmill.shape.RMTableRow
-
Returns the number of columns in this table row (really just child count).
- getNumberOfRows() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of rows in the labels block.
- getNumberValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a number for an object and key chain.
- getNumPoints() - Method in class com.reportmill.shape.RMStarShape
-
Return the point count.
- getObjects() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the graph objects.
- getOffsetZ() - Method in class com.reportmill.shape.RMScene3D
-
Returns the Z offset of the scene (for zooming).
- getOldValue() - Method in class com.reportmill.text.RMXString.CharsChange
-
- getOp() - Method in class com.reportmill.base.RMKeyChain
-
Returns the top level operator of the keychain.
- getOp(int) - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the individual operation at given index.
- getOpacity() - Method in interface com.reportmill.graphics.RMPainter
-
Returns the opacity.
- getOpacity() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getOpacity() - Method in class com.reportmill.shape.RMShape
-
Returns the opacity of the shape (1 for opaque, 0 for transparent).
- getOpacity() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the opacity.
- getOpacityDeep() - Method in class com.reportmill.shape.RMShape
-
Returns the combined opacity of this shape and its parent.
- getOpCount() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the number of painter shape operations.
- getOpOfClass(Class) - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the first operation of given class.
- getOps() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the list of ops.
- getOptimalBloat(int) - Method in class com.reportmill.shape.RMStarShape
-
Returns a value for the inner radius so the stars look reasonable by default.
- getOrder() - Method in class com.reportmill.base.RMSort
-
Returns the order for this sort.
- getOrderDefault() - Method in class com.reportmill.base.RMSort
-
Returns the order default.
- getOrderString() - Method in class com.reportmill.base.RMSort
-
Returns the order as a string.
- getOrigin() - Method in class com.reportmill.base.RMRect
-
Returns the origin of the rect as an RMPoint.
- getOrigin() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
-
Returns the point, in the shape's coordinate system, of the origin (attachment point).
- getOrigin() - Method in class com.reportmill.shape.RMScene3D
-
Returns the scene's origin.
- getOuterRuleWidth() - Method in class com.reportmill.graphics.RMDoubleStroke
-
Returns the outer rule width.
- getOuterStroke() - Method in class com.reportmill.graphics.RMDoubleStroke
-
Return the stroke used on the outside of a clockwise path
- getOutline() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getOutline() - Method in class com.reportmill.shape.RMShape
-
Returns the outline for the shape.
- getOutline() - Method in class com.reportmill.shape.RMTextShape
-
Returns the outline for char 0.
- getOutline() - Method in class com.reportmill.text.RMTextEditor
-
Returns whether current selection is outlined.
- getOutline() - Method in class com.reportmill.text.RMTextRun
-
Returns whether the run should be outline.
- getOutline() - Method in class com.reportmill.text.RMTextStyle
-
Returns the outline.
- getOutline() - Method in class com.reportmill.text.RMXStringRun
-
Returns the outline info for this run (null for none).
- getOutline(Map) - Static method in class com.reportmill.text.RMXStringRun
-
Returns the Outline record for the given attributes map (or null for none).
- getOverlap() - Method in class com.reportmill.shape.RMSoundShape
-
Returns whether this sound should overlap other sounds.
- getOwner() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the owner of the animator.
- getOwner() - Method in class com.reportmill.graphics.RMTimeline
-
Returns the timeline owner.
- getPad() - Method in class com.reportmill.base.RMTopNSort
-
Returns whether to pad to top N value.
- getPadding() - Method in class com.reportmill.shape.RMImageShape
-
Returns the padding.
- getPage(int) - Method in class com.reportmill.graphics.RMImageData
-
Returns the image data for a successive page.
- getPage(int) - Method in class com.reportmill.shape.RMDocument
-
Returns the page at the given index.
- getPage() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the page associated with this layer.
- getPageBounds() - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds of the viewer document's selected page.
- getPageBreak() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreak" for this shape as defined by shapes that define a page break (currently only RMTable).
- getPageBreak() - Method in class com.reportmill.shape.RMTableRPG
-
Returns the page break
- getPageBreakGroupIndex() - Method in class com.reportmill.shape.RMTable
-
Returns the index of the grouping in the grouper at which an explicit.
- getPageBreakKey() - Method in class com.reportmill.shape.RMTableRow
-
Returns the key used to determine whether row should force a page break.
- getPageBreakMax() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakMax" for this shape as defined by shapes that define a page break (currently only RMTable).
- getPageBreakMax() - Method in class com.reportmill.shape.RMTableRPG
-
Returns the page break max.
- getPageBreakPage() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakPage" for this shape, or the page number relative to the last page break,
as defined by shapes that define explicit page breaks (currently only RMTable).
- getPageBreakPage() - Method in class com.reportmill.shape.RMTableRPG
-
Returns the page break page.
- getPageBreakPageMax() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakPageMax" for this shape, or the max page number relative to the last and next page breaks,
as defined by shapes that define explicit page breaks (currently only RMTable).
- getPageBreakPageMax() - Method in class com.reportmill.shape.RMTableRPG
-
Returns the page break page max.
- getPageChildIndex() - Method in class com.reportmill.shape.RMPageLayer
-
Returns the index of this layer's first child in the page.
- getPageCount() - Method in class com.reportmill.graphics.RMImageData
-
Returns the total number of pages for the image.
- getPageCount() - Method in class com.reportmill.shape.RMDocument
-
Returns the number of pages in this document.
- getPageCount() - Method in class com.reportmill.viewer.RMViewer
-
Returns the page count.
- getPageEndGroup() - Method in class com.reportmill.base.RMGroup
-
Returns the child group for the most recent page end.
- getPageIndex() - Method in class com.reportmill.graphics.RMImageData
-
Returns the page index for the image.
- getPageIndex() - Method in class com.reportmill.shape.RMImageShape
-
Returns the page index.
- getPageLast() - Method in class com.reportmill.shape.RMDocument
-
Returns the last page (convenience).
- getPageLast() - Method in class com.reportmill.shape.RMTableRPG
-
Returns the last page.
- getPageLayout() - Method in class com.reportmill.shape.RMDocument
-
Returns the page layout for the document.
- getPageReferenceShapes() - Method in class com.reportmill.shape.ReportOwner
-
Returns the list of page reference shapes.
- getPages() - Method in class com.reportmill.shape.RMDocument
-
Returns the list of pages associated with this document.
- getPageShape() - Method in class com.reportmill.shape.RMPage
-
Overrides shape implementation to return this page, since it is the page shape.
- getPageShape() - Method in class com.reportmill.shape.RMShape
-
Returns the RMPage ancestor of this shape (or null if not there).
- getPageSize() - Method in class com.reportmill.shape.RMDocument
-
Returns the size of a document page.
- getPageSizeDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the default page size.
- getPageStartGroup() - Method in class com.reportmill.base.RMGroup
-
Returns the child group for the most recent page start.
- getPaginate() - Method in class com.reportmill.shape.ReportOwner
-
Returns whether this reportmill paginates.
- getPaint() - Method in class com.reportmill.graphics.RMContourFill
-
Paint & PaintContext interface methods.
- getPaint(float, float, float, float) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns a java.awt.Paint instance to draw this gradient.
- getPaint() - Method in interface com.reportmill.graphics.RMPainter
-
- getPaint(float, float, float, float) - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns a java.awt.Paint instance to draw this gradient.
- getPaint() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getPaintBackground() - Method in class com.reportmill.shape.RMPage
-
Returns whether to paint white background even if not explicitly defined and drop shadow.
- getPainter() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the first painter.
- getPainter(int) - Method in class com.reportmill.shape.RMPainterShape
-
Returns the specific painter at given index.
- getPainterCount() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the number of painters.
- getPaintFrameRate() - Method in class com.reportmill.viewer.RMViewer
-
Returns whether we paint frame rate.
- getPaintShape() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the paint shape.
- getPaintSpeedDefault() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns the default paint speed.
- getParagraph() - Method in class com.reportmill.text.RMTextRun
-
Returns the run paragraph.
- getParagraph() - Method in class com.reportmill.text.RMTextStyle
-
Returns the paragraph.
- getParagraph() - Method in class com.reportmill.text.RMXStringRun
-
Returns the paragraph for this run.
- getParagraphAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the current paragraph at the given character index.
- getParagraphSpacing() - Method in class com.reportmill.text.RMParagraph
-
Returns the spacing between paragraphs in printer points associated with this paragraph.
- getParameterForLength(float) - Method in class com.reportmill.graphics.RMLine
-
Returns parametric point t that corresponds to a given length along the curve.
- getParameterForLength(float) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns parametric point t that corresponds to a given length along the curve.
- getParent() - Method in class com.reportmill.base.RMGroup
-
Returns the parent for this group.
- getParent() - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- getParent() - Method in class com.reportmill.shape.RMShape
-
Returns the parent of this shape.
- getParent(Class<T>) - Method in class com.reportmill.shape.RMShape
-
Returns the first parent with given class by iterating up parent hierarchy.
- getParent() - Method in class com.reportmill.shape.RMShapeLayout
-
Returns the parent for this layout.
- getParent() - Method in class com.reportmill.shape.RMTableRowLayout
-
Returns the parent as table row.
- getParentCount() - Method in class com.reportmill.base.RMGroup
-
Returns the number of parents that this group has.
- getParentPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in shape's parent's coords.
- getParentShape(Object) - Method in class com.reportmill.shape.RMArchiver
-
Returns a parent shape for source.
- getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the parent of the given table.
- getParentX() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in shape's parent's coords.
- getParentY() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in shape's parent's coords.
- getPart(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the individual part at index.
- getPartCount() - Method in class com.reportmill.shape.RMGraph
-
Returns the number of graph parts.
- getPartName(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the individual part at index.
- getParts() - Method in class com.reportmill.shape.RMGraph
-
Returns the parts.
- getPath() - Method in class com.reportmill.graphics.RMPath3D
-
Returns a path for the path3d.
- getPath() - Method in class com.reportmill.shape.RMLineShape
-
Returns the line path.
- getPath() - Method in class com.reportmill.shape.RMMorphShape
-
Returns the morph path for this shape.
- getPath() - Method in class com.reportmill.shape.RMOvalShape
-
Returns the (oval) path for this shape.
- getPath() - Method in class com.reportmill.shape.RMPolygonShape
-
Returns the path for this polygon shape.
- getPath() - Method in class com.reportmill.shape.RMRectShape
-
Returns the path for the rectangle (building path with rounded corners if needed).
- getPath() - Method in class com.reportmill.shape.RMShape
-
Returns the shape's path.
- getPath() - Method in class com.reportmill.shape.RMStarShape
-
Returns the star path.
- getPath() - Method in class com.reportmill.shape.RMTextShape
-
Returns the path for this shape (might be PathShape).
- getPath() - Method in class com.reportmill.text.RMTextLayoutInPath
-
Returns the path that the text should wrap to.
- getPath3D() - Method in class com.reportmill.shape.RMScene3D.RMShape3D
-
Returns the path3D for this shape.
- getPathFlattened(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
-
Returns a path with only moveto, lineto.
- getPathForChars(int, int) - Method in class com.reportmill.text.RMTextLayout
-
Returns a path for two char indexes - it will be a a simple box with extensions for first/last lines.
- getPathInBounds() - Method in class com.reportmill.shape.RMShape
-
Returns the shape's path scaled to the shape's current bounds.
- getPathInBounds() - Method in class com.reportmill.shape.RMTextShape
-
Overrides shape implementation to pass through getPathInBounds(inset).
- getPathInBounds(int) - Method in class com.reportmill.shape.RMTextShape
-
Returns the shape's path scaled to the shape's current bounds.
- getPathInRect(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
-
Returns a copy of the path scaled to exactly fit in the given rect.
- getPathIterator(AffineTransform) - Method in class com.reportmill.graphics.RMPath
-
Returns a path iterator for this path and the given transform.
- getPathIterator(AffineTransform, double) - Method in class com.reportmill.graphics.RMPath
-
Returns a path iterator for this path and the given transform and flatness.
- getPathIterator(AffineTransform) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
- getPathIterator(AffineTransform, double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
- getPaths(RMPath, float, float) - Static method in class com.reportmill.graphics.RMPath3DUtils
-
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
- getPaths(RMPath, double, double, double) - Static method in class com.reportmill.graphics.RMPath3DUtils
-
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
- getPathShape() - Method in class com.reportmill.shape.RMTextShape
-
Returns the shape that provides the path for this text to wrap text to.
- getPathTransform() - Method in class com.reportmill.shape.RMPolygonShape
-
Returns the matrix which transforms from path space to this shape's space (path space is arbitrarily defined,
and always gets scaled to fit exactly into getBoundsInside()).
- getPathWithFlattendCubics(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
-
Returns a copy of the path with cubics demoted to one or more quadratics.
- getPDFFile() - Method in class com.reportmill.graphics.RMPDFImageReader
-
Returns the PDF file for the PDF image data (creating if necessary).
- getPDFPage() - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns the current PDF page.
- getPeerTableNext(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the next peer table of the given table.
- getPeerTablePrevious(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the previous peer table of the given table.
- getPeerTables(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of peer tables for a given table.
- getPerformsWrap() - Method in class com.reportmill.shape.RMTextShape
-
Returns whether text should wrap around other shapes that cause wrap.
- getPerimeterPointForRadial(double, boolean) - Method in class com.reportmill.base.RMRect
-
Returns the point on the rectangle's perimeter that is intersected by a radial at the given angle from the
center of the rect.
- getPhantomPane() - Method in class com.reportmill.viewer.RMViewer
-
Returns the phantom pane (creating, if necessary).
- getPhase() - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- getPie() - Method in class com.reportmill.shape.RMGraph
-
Returns the pie shape.
- getPitch() - Method in class com.reportmill.shape.RMScene3D
-
Returns the rotation about the X axis in degrees.
- getPlaying() - Method in class com.reportmill.shape.RMSoundShape
-
Returns whether this sound is currently playing.
- getPlayStartTime() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the play start time.
- getPlexing() - Method in class com.reportmill.shape.RMPage
-
Returns the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
- getPoint(Point2D) - Static method in class com.reportmill.base.RMPoint
-
Returns an RMPoint version of the given Point2D (just the Point2D if it's already an RMPoint).
- getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMBezier
-
Returns a specific point on the curve at the given parametric value (from 0-1).
- getPoint(double) - Method in class com.reportmill.graphics.RMLine
-
Returns the point on this line at the parametric location t (defined from 0-1).
- getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMLine
-
Returns the point on this line at the parametric location t (defined from 0-1).
- getPoint(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the point at the given index.
- getPoint(int) - Method in class com.reportmill.graphics.RMPath3D
-
Returns the point3d at the given index.
- getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the point on this curve at the parametric location t (defined from 0-1).
- getPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Overrides MouseEvent version to return point in shape coords.
- getPoint2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event point in shape coords.
- getPointCount() - Method in class com.reportmill.graphics.RMBezier
-
Returns the point count of segment.
- getPointCount() - Method in class com.reportmill.graphics.RMLine
-
Returns the point count of segment.
- getPointCount() - Method in class com.reportmill.graphics.RMPath
-
Returns the number of points in the path.
- getPointCount() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the number of points in the path3d.
- getPointCount() - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the point count of segment.
- getPointForChar(int) - Method in class com.reportmill.text.RMTextLayout
-
Returns the text origin for the given character index.
- getPointForChar(int) - Method in class com.reportmill.text.RMTextLine
-
Returns the text origin for the given character index.
- getPointForChar(int) - Method in class com.reportmill.text.RMTextRun
-
Returns the text origin for the given character index.
- getPointLast() - Method in class com.reportmill.graphics.RMPath
-
Returns the last point in the path.
- getPoints() - Method in class com.reportmill.base.RMRect
-
Returns an array of four points containing each corner of the rect.
- getPointsFromUnits(double) - Method in class com.reportmill.shape.RMDocument
-
Converts given value from document units to printer points (1/72 of an inch).
- getPointX(int) - Method in class com.reportmill.graphics.RMBezier
-
Returns the x of point at given index.
- getPointX(int) - Method in class com.reportmill.graphics.RMLine
-
Returns the x of point at given index.
- getPointX(int) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the x of point at given index.
- getPointY(int) - Method in class com.reportmill.graphics.RMBezier
-
Returns the y of point at given index.
- getPointY(int) - Method in class com.reportmill.graphics.RMLine
-
Returns the y of point at given index.
- getPointY(int) - Method in class com.reportmill.graphics.RMQuadratic
-
Returns the y of point at given index.
- getPosition() - Method in class com.reportmill.graphics.RMGradientFill.ColorStop
-
Returns stop position.
- getPosition() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns the value label position (top, middle, bottom, outside).
- getPosition(String) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns a label position for a given string.
- getPreferredScrollableViewportSize() - Method in class com.reportmill.text.RMTextArea
-
Scrollable method.
- getPreferredScrollableViewportSize() - Method in class com.reportmill.viewer.RMViewer
-
- getPreferredSize() - Method in class com.reportmill.text.RMTextArea
-
Overrides JComponent method to declare preferred size to be text editor's optimal height.
- getPreferredSize() - Method in class com.reportmill.viewer.RMViewer
-
Returns the optimal size of the viewer.
- getPrefHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred height.
- getPrefHeight(double) - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred height.
- getPrefWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred width.
- getPrefWidth(double) - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred width.
- getPreserveRatio() - Method in class com.reportmill.shape.RMImageShape
-
Returns whether to preserve the natural width to height ratio of image.
- getPreservesOrientation() - Method in class com.reportmill.shape.RMAnimPathShape
-
Returns whether the children will have their rotation adjusted as they move along the path.
- getPreviousText() - Method in class com.reportmill.shape.RMLinkedText
-
Returns the text that this text is linked from.
- getPrintEvenIfGroupIsEmpty() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
- getProperty(Object, Class, String, int, Entity) - Method in class com.reportmill.base.RMSchemaMaker
-
Configures a property for a property value.
- getPropertyNameMapped(String) - Method in class com.reportmill.shape.RMShape
-
Returns a mapped property name.
- getPropertyNames() - Method in class com.reportmill.shape.RMShape
-
Returns the property names for helper's instance class.
- getPropertyNextUniqueID(Property) - Method in class com.reportmill.base.RMXMLWriter
-
Returns the next unique id for given property.
- getProxy() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns the proxy, determined by the current position.
- getPseudoSkewX() - Method in class com.reportmill.shape.RMScene3D
-
Returns the skew angle for X by Z.
- getPseudoSkewY() - Method in class com.reportmill.shape.RMScene3D
-
Returns the skew angle for Y by Z.
- getPSName() - Method in class com.reportmill.text.RMFont
-
Returns the PostScript name of this font.
- getPSName() - Method in class com.reportmill.text.RMFontFile
-
Returns the PostScript name of this font.
- getPublishUrl() - Method in class com.reportmill.shape.RMDocument
-
Returns the URL this document should be uploaded to.
- getR() - Method in class com.reportmill.graphics.RMHitInfo
-
Returns the parametric location (from 0-1) of hit on receiving geometry.
- getRadius() - Method in class com.reportmill.graphics.RMBlurEffect
-
Returns the radius of the blur.
- getRadius() - Method in class com.reportmill.graphics.RMEmbossEffect
-
Returns radius of edge rounding.
- getRadius() - Method in class com.reportmill.graphics.RMRadialGradientFill
-
Returns the radius.
- getRadius() - Method in class com.reportmill.graphics.RMShadowEffect
-
Returns the radius of the blur.
- getRadius() - Method in class com.reportmill.shape.RMRectShape
-
Returns the rounding radius for the rectangle.
- getRadius() - Method in class com.reportmill.shape.RMSubreport
-
Override to make rounding a constant of 3.
- getRandom() - Static method in class com.reportmill.graphics.RMColor
-
Returns a random color.
- getRanOutOfRoom() - Method in class com.reportmill.text.RMTextLayout
-
Returns whether layout ran out of room trying to render chars.
- getRaster(int, int, int, int) - Method in class com.reportmill.graphics.RMContourFill
-
Creates a new raster.
- getRaster(int, int, int, int) - Method in class com.reportmill.graphics.RMMultipleStopGradient
-
- getRating() - Method in class com.reportmill.base.RMExtras.Movie
-
- getRatio(double) - Method in class com.reportmill.graphics.RMInterpolator.Bounce
-
- getRatio(double) - Method in class com.reportmill.graphics.RMInterpolator
-
Returns a new ratio given normal ratio.
- getReader() - Method in class com.reportmill.graphics.RMImageData
-
Returns the reader used to load the image.
- getRed() - Method in class com.reportmill.graphics.RMColor
-
Returns the red component in the range 0-1.
- getRedInt() - Method in class com.reportmill.graphics.RMColor
-
Returns the red component in the range 0-255.
- getReflectionHeight() - Method in class com.reportmill.graphics.RMReflectionEffect
-
Returns the height of the reflected image as fraction of shape height (defaults to 1).
- getRepaintBoundsForShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds for a given shape in the viewer.
- getReportOwner() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the ReportOwner.
- getRepresentableString() - Method in class com.reportmill.text.RMXString
-
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in
their associated fonts (simply returns the receiver if all characters are valid).
- getRepresentableString(RMXString) - Static method in class com.reportmill.text.RMXStringUtils
-
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in
their associated fonts (simply returns the receiver if all characters are valid).
- getReprintHeaderRows() - Method in class com.reportmill.shape.RMCrossTabFrame
-
Returns whether a paginating table will reprint header rows.
- getReprintWhenWrapped() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row is reprinted on a new page when it's children cross a page boundary.
- getResetTimeOnStop() - Method in class com.reportmill.graphics.RMAnimator
-
Returns whether the time is reset to start value when animator stops.
- getResizeBarAtPoint(RMPoint) - Method in class com.reportmill.shape.RMTable
-
Returns the index of the resize bar that is hit by the given point.
- getResizeBarBounds(int) - Method in class com.reportmill.shape.RMTable
-
Returns the bounds rect of the resize bar for the child at the given index.
- getResources() - Method in class com.reportmill.base.RMXMLReader
-
Returns the resources read from last source.
- getReversedPath() - Method in class com.reportmill.graphics.RMPath
-
Returns a new path with the same points as this path, but in reverse order.
- getRGBA() - Method in class com.reportmill.graphics.RMColor
-
Returns the color as an int.
- getRightIndent() - Method in class com.reportmill.text.RMParagraph
-
Returns the right side indentation of this paragraph.
- getRoll() - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the gradient's rotation.
- getRoll() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns this CPU's current roll.
- getRoll() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getRoll() - Method in class com.reportmill.shape.RMShape
-
Returns the roll of the shape.
- getRoll3D() - Method in class com.reportmill.shape.RMScene3D
-
Returns the rotation about the Z axis in degrees.
- getRootShape() - Method in class com.reportmill.shape.RMShape
-
Returns the top level shape (usually an RMDocument).
- getRow(int) - Method in class com.reportmill.shape.RMCrossTab
-
Returns the specific row at the given index.
- getRow(double) - Method in class com.reportmill.shape.RMCrossTab
-
Returns the specific row index for the given point.
- getRow() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the row of this cell.
- getRow() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the divder row as a cell row.
- getRow(int) - Method in class com.reportmill.shape.RMTable
-
Returns the specific table row at the given index.
- getRow(String) - Method in class com.reportmill.shape.RMTable
-
Returns the specific table row with the given name.
- getRowAbove() - Method in class com.reportmill.shape.RMTableRow
-
Returns the row above this one in the template.
- getRowCount() - Method in class com.reportmill.shape.RMCrossTab
-
Returns the number of rows.
- getRowEnd() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the end row of this cell.
- getRowSpan() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the number of rows this cell spans.
- getRulePositions() - Method in class com.reportmill.graphics.RMDoubleStroke
-
Returns the double stroke rule positions.
- getRun() - Method in class com.reportmill.text.RMTextLayout
-
Returns the head run in linked list of runs for the layout.
- getRun(int) - Method in class com.reportmill.text.RMTextLayout
-
Returns the text run at the given index.
- getRun(int) - Method in class com.reportmill.text.RMTextLine
-
Returns the text run at the given index.
- getRun() - Method in class com.reportmill.text.RMTextRun
-
Returns the RMXStringRun for this text run.
- getRun(int) - Method in class com.reportmill.text.RMTextRun
-
Returns the run at given index.
- getRun() - Method in class com.reportmill.text.RMXString
-
Returns the XString head run.
- getRun(int) - Method in class com.reportmill.text.RMXString
-
Returns the specific Run at the given index in this XString.
- getRun(int) - Method in class com.reportmill.text.RMXStringRun
-
Returns the run at given index.
- getRunAt(int, boolean) - Method in class com.reportmill.text.RMTextRun
-
Returns the run that contains or ends (if given option is true) at given index.
- getRunAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the XString run that contains or ends at given index.
- getRunAt(int, boolean) - Method in class com.reportmill.text.RMXString
-
Returns the XString run that contains or ends (if given option is true) at given index.
- getRunAt(int, boolean) - Method in class com.reportmill.text.RMXStringRun
-
Returns the XString run that contains or ends (if given option is true) at given index.
- getRunCount() - Method in class com.reportmill.text.RMTextLayout
-
Returns the number of runs in this line.
- getRunCount() - Method in class com.reportmill.text.RMTextLine
-
Returns the number of runs in this line.
- getRunCount() - Method in class com.reportmill.text.RMTextRun
-
Returns the run count.
- getRunCount() - Method in class com.reportmill.text.RMXString
-
Returns the number of runs in this XString.
- getRunCount() - Method in class com.reportmill.text.RMXStringRun
-
Returns the run count.
- getRunForPoint(double, double) - Method in class com.reportmill.text.RMTextLayout
-
Returns the run for given x/y.
- getRunForPointX(double) - Method in class com.reportmill.text.RMTextLine
-
Returns the line index for the given y value.
- getRunLast() - Method in class com.reportmill.text.RMTextLayout
-
Returns the last run.
- getRunLast() - Method in class com.reportmill.text.RMTextLine
-
Returns the last run.
- getRunLast() - Method in class com.reportmill.text.RMTextRun
-
Returns the last run.
- getRunLast() - Method in class com.reportmill.text.RMXString
-
Returns the last run in this XString (convenience).
- getRunLast() - Method in class com.reportmill.text.RMXStringRun
-
Returns the last run.
- getRunsHeight() - Method in class com.reportmill.text.RMTextLine
-
Returns the total height of line runs.
- getS() - Method in class com.reportmill.graphics.RMHitInfo
-
Returns the parametric location (from 0-1) of hit on secondary geometry.
- getSampleBytes() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the sample bytes.
- getSampleCount() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the sample count.
- getSamplesPerPixel() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of samples per pixel (RGB=3, RGBA=4, GrayScale=1, etc.).
- getSamplesPerSecond() - Method in class com.reportmill.graphics.RMSoundData
-
Returns the samples per second.
- getScale() - Method in class com.reportmill.shape.RMShapeImager
-
Returns the scale.
- getScale() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the default scale.
- getScaleFactor() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the relative speed of the nested docs animation relative to the master document.
- getScaleX() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the scale x of the image fill image.
- getScaleX() - Method in class com.reportmill.shape.RMShape
-
Returns the scale of the X axis of the shape.
- getScaleY() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the scale y of the image fill image.
- getScaleY() - Method in class com.reportmill.shape.RMShape
-
Returns the scale of the Y axis of the shape.
- getSchema() - Method in class com.reportmill.base.RMDataSource
-
Returns the schema of represented datasource as a hierarchy of Entity and Property objects.
- getSchema(Object, String, int) - Method in class com.reportmill.base.RMSchemaMaker
-
This code returns a schema for a given object graph of Java primitives (Map, List, String, Number, Date).
- getSchema(XMLElement) - Method in class com.reportmill.base.RMSchemaMaker
-
Creates and returns a schema for a given xml element tree.
- getSchema() - Method in class com.reportmill.base.RMXMLReader
-
Returns a hierarchy of RMEntity objects describing the XML.
- getSchema() - Method in class com.reportmill.base.RMXMLWriter
-
Returns the schema.
- getSchemaMaker() - Method in class com.reportmill.base.RMXMLWriter
-
Returns the schema maker.
- getScopeTime() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the key-frame time that new anim records should be made relative to.
- getScripting() - Method in class com.reportmill.text.RMTextRun
-
Returns the run's scripting.
- getScripting() - Method in class com.reportmill.text.RMTextStyle
-
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
- getScripting() - Method in class com.reportmill.text.RMXStringRun
-
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.text.RMTextArea
-
Scrollable method.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
-
- getScrollableTracksViewportHeight() - Method in class com.reportmill.text.RMTextArea
-
Scrollable method.
- getScrollableTracksViewportHeight() - Method in class com.reportmill.viewer.RMViewer
-
- getScrollableTracksViewportWidth() - Method in class com.reportmill.text.RMTextArea
-
Scrollable method.
- getScrollableTracksViewportWidth() - Method in class com.reportmill.viewer.RMViewer
-
Scrollable methods.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.text.RMTextArea
-
Scrollable method.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
-
- getSecondsElapsed() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the number of seconds the animator has been playing for.
- getSection(int) - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the individual section at the given index.
- getSectionCount() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the number of sections in this graph.
- getSectionLayout() - Method in class com.reportmill.shape.RMGraph
-
Returns the layout of series values.
- getSections() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the graph sections.
- getSections(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphSection
-
Returns the list of sections for the graph.
- getSectionTotal() - Method in class com.reportmill.shape.RMGraphSection
-
Returns the total for all values in series.
- getSegments() - Method in class com.reportmill.graphics.RMPath
-
Converts a path into a list of RMLine/RMQuadratic/RMBezier.
- getSegments() - Method in class com.reportmill.shape.RMAnimPathShape
-
Builds the segment list and caches it
- getSel() - Method in class com.reportmill.text.RMTextEditor
-
Returns the text editor selection.
- getSel(double, double, double, double) - Method in class com.reportmill.text.RMTextEditor
-
Returns the selected range that would result from the given two points.
- getSelAnchor() - Method in class com.reportmill.text.RMTextArea
-
Returns the selection anchor.
- getSelAnchor() - Method in class com.reportmill.text.RMTextEditor
-
Returns the character index of the last explicitly selected char (confined to the bounds of the selection).
- getSelectedGrouping() - Method in class com.reportmill.base.RMGrouper
-
Returns the currently selected grouping (while editing only).
- getSelectedGroupingIndex() - Method in class com.reportmill.base.RMGrouper
-
Returns the currently selected grouping's index (for editing, mostly).
- getSelectedIndex() - Method in class com.reportmill.shape.RMDocument
-
Returns the current page index of this document.
- getSelectedLayer() - Method in class com.reportmill.shape.RMPage
-
Returns the selected layer.
- getSelectedLayerIndex() - Method in class com.reportmill.shape.RMPage
-
Returns the index of the selected layer.
- getSelectedPage() - Method in class com.reportmill.shape.RMDocument
-
Returns the currently selected page of this document.
- getSelectedPage() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the selected page.
- getSelectedPage() - Method in class com.reportmill.viewer.RMViewer
-
Returns the currently selected page shape.
- getSelectedPageIndex() - Method in class com.reportmill.shape.RMNestedDoc
-
Returns the selected page index.
- getSelectedPageIndex() - Method in class com.reportmill.viewer.RMViewer
-
Returns the index of the current visible document page.
- getSelectedSort() - Method in class com.reportmill.base.RMGrouping
-
Returns the currently selected grouping's sort (while editing only).
- getSelectedSortIndex() - Method in class com.reportmill.base.RMGrouping
-
Returns the currently selected grouping's currently selected sort (for editing, mostly).
- getSelEnd() - Method in class com.reportmill.text.RMTextArea
-
Returns the selection end.
- getSelEnd() - Method in class com.reportmill.text.RMTextEditor
-
Returns the character index of the end of the text selection.
- getSelPath() - Method in class com.reportmill.text.RMTextEditor
-
Returns the path for the current selection.
- getSelStart() - Method in class com.reportmill.text.RMTextArea
-
Returns the selection start.
- getSelStart() - Method in class com.reportmill.text.RMTextEditor
-
Returns the character index of the start of the text selection.
- getSelStartLine() - Method in class com.reportmill.text.RMTextEditor
-
Returns the line at selection start.
- getSeries(int) - Method in class com.reportmill.shape.RMGraph
-
Returns the individual series object and the given index.
- getSeries(int) - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the individual series at the given index.
- getSeries() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the list of series.
- getSeries() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the section item series.
- getSeries(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphSeries
-
Returns the graph series for a given graph.
- getSeriesCount() - Method in class com.reportmill.shape.RMGraph
-
Returns the number of series.
- getSeriesCount() - Method in class com.reportmill.shape.RMGraphRPG
-
Returns the number of series in this graph.
- getSeriesIndex() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the series index.
- getSeriesItem() - Method in class com.reportmill.shape.RMGraphSection.Item
-
Returns the section item series item.
- getSeriesTotal() - Method in class com.reportmill.shape.RMGraphSeries
-
Returns the total for all values in series.
- getSetGap() - Method in class com.reportmill.shape.RMGraphPartBars
-
Returns the width of the gap between sets as a fraction of chart area.
- getShadePixel(float) - Method in class com.reportmill.graphics.RMMultipleStopGradient
-
Returns the argb pixel value for the distance along the shading axis.
- getShape(Object, Archivable) - Method in class com.reportmill.shape.RMArchiver
-
Creates a document.
- getShape(int) - Method in class com.reportmill.shape.RMMorphShape
-
Returns the indivudal sahpe at given index.
- getShape(int) - Method in class com.reportmill.shape.RMScene3D
-
Returns the specific shape at the given index from the shape list.
- getShape() - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Returns the shape.
- getShape() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event shape.
- getShape() - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
-
Return the shape.
- getShape(String) - Method in class com.reportmill.viewer.RMViewer
-
Returns the document shape for given name.
- getShapeAtPoint(Point2D, boolean) - Method in class com.reportmill.viewer.RMViewer
-
Returns the first shape hit by the given point.
- getShapeBelowFrameY(RMParentShape, RMShape) - Static method in class com.reportmill.shape.RMTableRowRPG
-
Returns the next shape y for a given parent and child (so we can find the gap).
- getShapeCount() - Method in class com.reportmill.shape.RMMorphShape
-
Returns the number of shapes to morph.
- getShapeCount() - Method in class com.reportmill.shape.RMScene3D
-
Returns the number of shapes in the shape list.
- getShapeImage(RMShape, int, boolean) - Method in class com.reportmill.graphics.RMImageEffect
-
Returns image of given shape inside a gutter of given inset (maybe should be insets one day).
- getShapePainter(Graphics2D) - Method in class com.reportmill.viewer.RMViewer
-
Returns the object that is actually responsible for paining shapes in the viewer.
- getShapeRepaintEnabled() - Method in class com.reportmill.viewer.RMViewer
-
Returns whether changes to shapes cause repaints.
- getShapesToAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shapes from this shape to a given ancestor, inclusive.
- getShapesToDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shape's from this shape to given descendant, inclusive.
- getShapesToShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shapes from this shape to given shape.
- getShared() - Static method in class com.reportmill.shape.RMSharedMap
-
Returns an empty shared map.
- getShiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether to shift shapes below hidden shapes up.
- getShowAxisLabels() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Returns whether the graph shows axis labels.
- getShowAxisLabels() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns whether the graph draws axis labels.
- getShowBottom() - Method in class com.reportmill.graphics.RMBorderStroke
-
Returns whether to show bottom border.
- getShowBottomBorder() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns whether cell shows bottom border.
- getShowDate() - Method in class com.reportmill.base.RMExtras.Movie
-
- getShowGrid() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should show an alignment grid.
- getShowGridLines() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Returns whether the graph shows grid lines between label axis sections.
- getShowLeft() - Method in class com.reportmill.graphics.RMBorderStroke
-
Returns whether to show left border.
- getShowLeftBorder() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns whether cell shows left border.
- getShowLegend() - Method in class com.reportmill.shape.RMGraph
-
Returns whether the graph shows a legend.
- getShowMajorGrid() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns whether the graph draws the major axis.
- getShowMargin() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should show a margin rect.
- getShowMinorGrid() - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Returns whether the graph draws the minor axis.
- getShowRight() - Method in class com.reportmill.graphics.RMBorderStroke
-
Returns whether to show right border.
- getShowRightBorder() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns whether cell shows right border.
- getShowTop() - Method in class com.reportmill.graphics.RMBorderStroke
-
Returns whether to show top border.
- getShowTopBorder() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns whether cell shows top border.
- getSize() - Method in class com.reportmill.shape.RMShape
-
Returns the size of the shape.
- getSize() - Method in class com.reportmill.text.RMFont
-
Returns the font size of this font.
- getSize() - Method in class com.reportmill.text.RMTextSel
-
The length.
- getSkewX() - Method in class com.reportmill.shape.RMShape
-
Returns the skew of the X axis of the shape.
- getSkewY() - Method in class com.reportmill.shape.RMShape
-
Returns the skew of the Y axis of the shape.
- getSnapGrid() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should snap to an alignment grid.
- getSnapMargin() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should snap to a margin rect.
- getSort(int) - Method in class com.reportmill.base.RMGrouping
-
Returns the individual sort at the given index.
- getSort(int) - Method in class com.reportmill.shape.RMLabels
-
Returns the specific sort at the given index.
- getSortCount() - Method in class com.reportmill.base.RMGrouping
-
Returns the number of sorts in the grouping.
- getSortCount() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of sorts associated with labels.
- getSortOnValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether to sort on values explicitly provided.
- getSorts() - Method in class com.reportmill.base.RMGrouping
-
Returns the groupings list of sorts.
- getSorts() - Method in class com.reportmill.shape.RMLabels
-
Returns the list of sorts associated with labels.
- getSoundData(Object) - Static method in class com.reportmill.graphics.RMSoundData
-
Returns a sound data for a given source.
- getSoundData() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the sound data for this sound shape.
- getSoundName() - Method in class com.reportmill.shape.RMSoundShape
-
Returns the name of the sound.
- getSource() - Method in class com.reportmill.base.RMDataSource
-
Returns the source for this data source.
- getSource() - Method in class com.reportmill.graphics.RMImageData
-
Returns the original source for the image (byte[], File, InputStream or whatever).
- getSource() - Method in class com.reportmill.shape.RMSoundShape
-
For the moment, this has to be here for binding.
- getSourceURL() - Method in class com.reportmill.base.RMDataSource
-
Returns the source for this data source.
- getSourceURL() - Method in class com.reportmill.graphics.RMImageData
-
Returns the source URL, if loaded from URL.
- getSourceURL() - Method in class com.reportmill.shape.RMParentShape
-
Returns the Source URL.
- getSourceURL() - Method in class com.reportmill.viewer.RMViewer
-
Returns the source URL.
- getSpacingHeight() - Method in class com.reportmill.shape.RMLabels
-
Returns the spacing between labels vertically.
- getSpacingWidth() - Method in class com.reportmill.shape.RMLabels
-
Returns the spacing between labels horizontally.
- getSpacingX() - Method in class com.reportmill.shape.RMFlowShape
-
Returns the horizontal spacing between children.
- getSpacingY() - Method in class com.reportmill.shape.RMFlowShape
-
Returns the vertical spacing between children.
- getSpellingPath() - Method in class com.reportmill.text.RMTextEditor
-
Returns a path for misspelled word underlining.
- getStart() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the starting row index (if column divider) or column index (if row divider) for this divider.
- getStart() - Method in class com.reportmill.text.RMSpellCheck.Word
-
Returns the start index.
- getStart() - Method in class com.reportmill.text.RMTextLayout
-
Returns the start char index of the layout in XString.
- getStart() - Method in class com.reportmill.text.RMTextRun
-
Returns the char start of this line.
- getStart() - Method in class com.reportmill.text.RMTextSel
-
Returns the start.
- getStartAngle() - Method in class com.reportmill.shape.RMOvalShape
-
Returns the start angle for the oval.
- getStartingPageBreak() - Method in class com.reportmill.shape.RMTable
-
Returns whether this table should always start on a new page (if in table group).
- getStopColor(int) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the color of the stop at the given index.
- getStopPosition(int) - Method in class com.reportmill.graphics.RMGradientFill
-
Returns the position (in the range {0-1}) for the given stop index.
- getStrikethroughOffset() - Method in class com.reportmill.text.RMFont
-
Returns the distance above the baseline that a strikethrough should be drawn.
- getStrikethroughOffset() - Method in class com.reportmill.text.RMFontFile
-
Returns the distance above the baseline that a strikethrough should be drawn.
- getString() - Method in class com.reportmill.text.RMSpellCheck.Word
-
Returns the string.
- getString() - Method in class com.reportmill.text.RMTextEditor
-
Returns the plain string of the xstring being edited.
- getString() - Method in class com.reportmill.text.RMTextSel
-
Returns the selected text string.
- getStringBounds(String) - Method in interface com.reportmill.graphics.RMPainter
-
Returns the string bounds for current font.
- getStringBounds(String) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns the string bounds for current font.
- getStringCSV() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a string of a CSV file.
- getStringDelimitedText(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a string of a delimited text file.
- getStringValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a string for an object and key chain.
- getStroke() - Method in interface com.reportmill.graphics.RMPainter
-
- getStroke() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getStroke() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke for this shape.
- getStroke() - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- getStrokeColor() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke color of the shape.
- getStrokeOnTop() - Method in class com.reportmill.shape.RMShape
-
Returns whether to stroke on top.
- getStrokeOnTop() - Method in class com.reportmill.shape.RMTable
-
Override to paint table stroke on top.
- getStrokeOnTop() - Method in class com.reportmill.shape.RMTableGroup
-
Override to paint table stroke on top.
- getStrokeOnTop() - Method in class com.reportmill.shape.RMTableRowRPG
-
Override to paint table stroke on top.
- getStrokeOnTop() - Method in class com.reportmill.shape.RMTableRPG
-
Override to paint table stroke on top.
- getStrokePath(RMShape) - Method in class com.reportmill.graphics.RMBorderStroke
-
Returns the path to be stroked, transformed from the input path.
- getStrokePath(RMShape) - Method in class com.reportmill.graphics.RMStroke
-
Returns the path to be stroked, transformed from the input path.
- getStrokeWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke width of the shape's stroke in printer points.
- getStrokeWidth() - Method in class com.reportmill.text.RMXString.Outline
-
Returns the stroke width for this outline.
- getStudio() - Method in class com.reportmill.base.RMExtras.Movie
-
- getStudio2() - Method in class com.reportmill.base.RMExtras.Movie
-
- getStyle() - Method in class com.reportmill.text.RMXStringRun
-
Returns the text style.
- getStyleAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the text style for the run at the given character index.
- getStyleAt(int, boolean) - Method in class com.reportmill.text.RMXString
-
Returns the text style for the run at the given character index.
- getSubpathsSegments() - Method in class com.reportmill.graphics.RMPath
-
Converts a path into a list subpath lists of RMLine/RMQuadratic/RMBezier.
- getSubreport(String) - Method in class com.reportmill.shape.RMDocument
-
Returns a subreport document for given name (override to improve).
- getSubreportName() - Method in class com.reportmill.shape.RMSubreport
-
Returns the subreport name.
- getSubreportShape() - Method in class com.reportmill.shape.RMSubreport
-
Returns the subreport shape.
- getSubtractedPath(List<RMShape>, int) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns the combined path from given shapes.
- getSubtractedPathsShape(List<RMShape>, int) - Static method in class com.reportmill.shape.RMShapeUtils
-
Returns a polygon shape by combining paths of given shapes.
- getSuggestions() - Method in class com.reportmill.text.RMSpellCheck.Word
-
Returns a list of suggestions.
- getSweepAngle() - Method in class com.reportmill.shape.RMOvalShape
-
Returns the sweep angle for the oval.
- getSyncStructureWithAlternates() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether table row should synchronize the column widths of alternate versions.
- getSyncStructureWithRowAbove() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether table row should synchronize the column widths of the row immediately above it.
- getTab(int) - Method in class com.reportmill.text.RMParagraph
-
Returns the specific tab value for the given index in printer points.
- getTab() - Method in class com.reportmill.text.RMTextRun
-
Returns the tab location if this run is a tab.
- getTabCount() - Method in class com.reportmill.text.RMParagraph
-
Returns the number of tabs associated with this paragraph.
- getTabIndex(float) - Method in class com.reportmill.text.RMParagraph
-
Returns the tab index for the given location.
- getTable() - Method in class com.reportmill.shape.RMCrossTabCell
-
Returns the table for this cell.
- getTable() - Method in class com.reportmill.shape.RMCrossTabDivider
-
Returns the table this divider is a part of.
- getTable() - Method in class com.reportmill.shape.RMCrossTabFrame
-
Returns the crosstab associated with this crosstab.
- getTable() - Method in class com.reportmill.shape.RMTableRow
-
Returns the parent of this table row.
- getTabs() - Method in class com.reportmill.text.RMParagraph
-
Returns the raw tab array
- getTabsString() - Method in class com.reportmill.text.RMParagraph
-
Returns the values of all the tabs associated with this paragraph as a comma separated string.
- getTabType(int) - Method in class com.reportmill.text.RMParagraph
-
Returns the type of tab at the given index.
- getTabType() - Method in class com.reportmill.text.RMTextRun
-
Returns tab type if this run is a tab.
- getTabTypes() - Method in class com.reportmill.text.RMParagraph
-
Returns the raw tab type array
- getTail(double) - Method in class com.reportmill.graphics.RMBezier
-
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
- getTail(double) - Method in class com.reportmill.graphics.RMLine
-
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
- getTangent(double, RMSize) - Method in class com.reportmill.graphics.RMLine
-
Return the tangent at given point.
- getTarget() - Method in class com.reportmill.graphics.RMInvocation
-
Returns the target for this invocation.
- getTarget() - Method in class com.reportmill.graphics.RMKeyValue
-
Returns the target.
- getTarget() - Method in class com.reportmill.graphics.RMKeyValueList
-
Returns the list target.
- getTemplate() - Method in class com.reportmill.shape.ReportOwner
-
Returns the template.
- getTemplate() - Method in class com.reportmill.shape.RMTableRowRPG
-
Returns the template.
- getText() - Method in class com.reportmill.shape.RMTextShape
-
Returns the text associated with this RMText as a plain String.
- getText() - Method in class com.reportmill.text.RMTextArea
-
Returns text string of text editor.
- getText() - Method in class com.reportmill.text.RMTextSel
-
Returns the text.
- getText() - Method in class com.reportmill.text.RMXString
-
Returns the simple String represented by this RMXString.
- getTextBounds() - Method in class com.reportmill.text.RMTextArea
-
Returns the text rect.
- getTextCharsShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
-
Returns a group shape with a text shape for each individual character in this text shape.
- getTextColor() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getTextColor() - Method in class com.reportmill.shape.RMShape
-
Returns the text color for the shape.
- getTextColor() - Method in class com.reportmill.shape.RMTextShape
-
Returns the color of the first character of the xstring associated with this RMText.
- getTextEditor() - Method in class com.reportmill.text.RMTextArea
-
Returns the text editor associated with this text area.
- getTextLayout() - Method in class com.reportmill.shape.RMTextShape
-
Returns a text layout.
- getTextPath(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
-
Returns a path for all text chars.
- getTextPathShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
-
Returns an RMPolygon shape with the glyph path for the chars in this text.
- getTextRunPath(RMTextShape, RMTextRun) - Static method in class com.reportmill.shape.RMTextShapeUtils
-
Returns a path for given run.
- getTextRunPathShape(RMTextShape, RMTextRun) - Static method in class com.reportmill.shape.RMTextShapeUtils
-
Returns a polygon shape for the glyphs in a given text run.
- getTextX() - Method in class com.reportmill.shape.RMGraph.FontBox
-
- getTextY() - Method in class com.reportmill.shape.RMGraph.FontBox
-
- getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the thousands separator.
- getTime() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the current time of the animator.
- getTime() - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the time.
- getTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
-
Returns the individual time at given index.
- getTime() - Method in class com.reportmill.graphics.RMTimeline
-
Returns the current time of the timeline (in milliseconds).
- getTime() - Method in class com.reportmill.shape.RMPainterShape
-
Returns the time.
- getTimeline() - Method in class com.reportmill.graphics.RMKeyFrame
-
Returns the timeline that owns this key frame (if present).
- getTimeline() - Method in class com.reportmill.shape.RMShape
-
Returns the timeline for animating shape property changes.
- getTimeline(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the timeline for animating shape property changes, with an option to create if absent.
- getTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
-
Returns the animator time in seconds.
- getTitle() - Method in class com.reportmill.base.RMExtras.Movie
-
- getTitle() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Returns the title of the series.
- getTitle() - Method in class com.reportmill.shape.RMGraphSeries
-
Returns the title for this series.
- getTitle() - Method in class com.reportmill.shape.RMTableRow
-
Returns the title for this table row.
- getTopNSort() - Method in class com.reportmill.base.RMGrouping
-
Returns the top N sort for the grouping.
- getTotalLength() - Method in class com.reportmill.shape.RMAnimPathShape
-
Returns the actual total arclength of the curve.
- getTransferData(DataFlavor) - Method in class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
-
Returns an inputstream with clipboard data for requested flavor.
- getTransferDataFlavors() - Method in class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
-
Returns the supported flavors: RMTextFlavor and stringFlavor.
- getTransform() - Method in class com.reportmill.shape.RMAnimPathShape.RMAnimPathGroup
-
Returns a transform that rotates about the center of rotation, if set.
- getTransform() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
-
Overridden from RMShape to change the center of rotation to the arrowhead's origin.
- getTransform() - Method in class com.reportmill.shape.RMShape
-
Returns the transform to this shape from its parent.
- getTransform3D() - Method in class com.reportmill.shape.RMScene3D
-
Returns the transform 3d for the scene's camera.
- getTransformFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the transform from the given shape to this shape.
- getTransformFromShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
-
Returns the transform from given shape to viewer.
- getTransformInverse() - Method in class com.reportmill.shape.RMShape
-
Returns the transform from this shape to it's parent.
- getTransformToShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the transform from this shape to the given shape.
- getTransparency() - Method in class com.reportmill.graphics.RMContourFill
-
PaintContext method.
- getTransparency() - Method in class com.reportmill.graphics.RMMultipleStopGradient
-
Alpha & color definitions
- getType() - Method in class com.reportmill.graphics.RMImageData
-
Returns the type for the image (one of gif, jpg, png, pdf, etc.).
- getType() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the type of the image for this image fill (gif, jpg, png, etc.).
- getType(byte[]) - Static method in class com.reportmill.graphics.RMImageReader
-
Returns the type of the image bytes provided.
- getType() - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- getType() - Method in class com.reportmill.shape.RMGraph
-
Returns the graph type (TYPE_BAR, TYPE_PIE, etc.).
- getUnderlineOffset() - Method in class com.reportmill.text.RMFont
-
Returns the distance below the baseline that an underline should be drawn.
- getUnderlineOffset() - Method in class com.reportmill.text.RMFontFile
-
Returns the distance below the baseline that an underline should be drawn.
- getUnderlineStroke() - Method in class com.reportmill.text.RMTextLine
-
Returns the max stroke width of any underlined chars in this line.
- getUnderlineStroke() - Method in class com.reportmill.text.RMTextRun
-
Returns the stroke width for the underline.
- getUnderlineStyle() - Method in class com.reportmill.text.RMTextRun
-
Returns the underline style of this run.
- getUnderlineStyle() - Method in class com.reportmill.text.RMTextStyle
-
Returns the underline style of this run.
- getUnderlineStyle() - Method in class com.reportmill.text.RMXStringRun
-
Returns the underline style of this run.
- getUnderlineThickness() - Method in class com.reportmill.text.RMFont
-
Returns the default thickness that an underline should be drawn.
- getUnderlineThickness() - Method in class com.reportmill.text.RMFontFile
-
Returns the default thickness that an underline should be drawn.
- getUnderlineY() - Method in class com.reportmill.text.RMTextLine
-
Returns the Y position of any underlined chars in this line.
- getUnderlineY() - Method in class com.reportmill.text.RMTextRun
-
Returns the Y position for the underline.
- getUndoer() - Method in class com.reportmill.shape.RMShape
-
Returns the undoer for this shape (or null if not there).
- getUndoer() - Method in class com.reportmill.text.RMTextEditor
-
Returns the undoer.
- getUndoer() - Method in class com.reportmill.viewer.RMViewer
-
Returns the undoer associated with the viewer's document.
- getUnit() - Method in class com.reportmill.shape.RMDocument
-
Returns the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
- getUnitsFromPoints(double) - Method in class com.reportmill.shape.RMDocument
-
Converts given value to document units from printer points (1/72 of an inch).
- getUnitsMultiplier() - Method in class com.reportmill.shape.RMDocument
-
Returns the multiplier used to convert printer points to document units.
- getURL() - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- getURL() - Method in class com.reportmill.shape.RMShape
-
Sets the URL for the shape.
- getUseFractionalMetrics() - Method in class com.reportmill.text.RMTextLayout
-
Returns whether to use fractional character metrics.
- getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMSchemaMaker
-
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMXMLWriter
-
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- getValue() - Method in class com.reportmill.base.RMGroup
-
Returns the value associated with this group.
- getValue(Object, String) - Static method in class com.reportmill.base.RMKey
-
Returns a value for given object and key.
- getValue() - Method in class com.reportmill.base.RMKeyChain
-
Returns the value of the keychain.
- getValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValue(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValue(Object, Object, Class<T>) - Static method in class com.reportmill.base.RMKeyChain
-
Returns a key value if it is of given class (otherwise null).
- getValue(Object, List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
-
Evaluates a given keychain on a given List.
- getValue(double) - Method in class com.reportmill.graphics.RMInterpolator
-
Returns an interpolated value for 0 & 1 given a ratio.
- getValue(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator
-
Returns a value given a ratio and start/end values.
- getValue(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
The main entry point.
- getValue() - Method in class com.reportmill.graphics.RMKeyValue
-
returns the value.
- getValue() - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Returns the value for this series value.
- getValueAxis() - Method in class com.reportmill.shape.RMGraph
-
Returns the value axis shape.
- getValueImpl(Object, String) - Static method in class com.reportmill.base.RMKey
-
Returns a value for given object and key.
- getValueImpl(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValueIsAdjusting() - Method in class com.reportmill.shape.RMScene3D
-
Returns whether scene3d is being re-oriented.
- getValues() - Method in class com.reportmill.base.RMGrouping
-
Returns a list of explicit values for this grouping.
- getValuesString() - Method in class com.reportmill.base.RMGrouping
-
Returns the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
- getValueString() - Method in class com.reportmill.base.RMKeyChain
-
Returns the value of the keychain as a string.
- getVersion() - Method in class com.reportmill.shape.RMDocument
-
Returns the version this document was loaded as.
- getVersion() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the currently selected version string for the switch shape.
- getVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the switch shape associated with the given version name.
- getVersionKey() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the version key used to get the version used in a report.
- getVersionNames() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns a sorted list of all version names contained in the switch shape.
- getViewer() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the viewer.
- getViewerPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in viewer coords.
- getViewerPreferencesDefault() - Static method in class com.reportmill.pdf.writer.RMPDFWriter
-
Returns default viewer preferences map.
- getViewerShape() - Method in class com.reportmill.viewer.RMViewer
-
Returns the viewer shape.
- getViewerX() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in viewer coords.
- getViewerY() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event location in viewer coords.
- getVisibleEnd() - Method in class com.reportmill.shape.RMTextShape
-
Returns the last character index visible in this text.
- getVisibleStart() - Method in class com.reportmill.shape.RMLinkedText
-
Overrides text implementation to return index where previous text left off.
- getVisibleStart() - Method in class com.reportmill.shape.RMTextShape
-
Returns the first character index visible in this text.
- getWidth() - Method in class com.reportmill.graphics.RMImageData
-
Returns the number of pixels horizontally.
- getWidth() - Method in class com.reportmill.graphics.RMPath
-
Returns the width of the path.
- getWidth() - Method in class com.reportmill.graphics.RMStroke
-
Returns the line width of this stroke.
- getWidth() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the width of this column.
- getWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the width of the shape.
- getWidth() - Method in class com.reportmill.text.RMTextEditor
-
Returns the bounds width.
- getWidthToFit() - Method in class com.reportmill.text.RMTextEditor
-
Returns the width needed to display all characters.
- getWidthToFit() - Method in class com.reportmill.text.RMTextLayout
-
Returns the width to fit.
- getWindingRule() - Method in class com.reportmill.graphics.RMPath
-
Returns the winding rule which describes how inner path perimeters are filled and clipped.
- getWindingRule() - Method in class com.reportmill.graphics.RMPathIterator
-
Returns the path winding rule.
- getWrapped() - Method in class com.reportmill.text.RMTextLayout
-
Returns whether layout had to wrap a line.
- getWraps() - Method in class com.reportmill.shape.RMFlowShape
-
Returns whether to wrap children to bounds of parent.
- getWraps() - Method in class com.reportmill.shape.RMTextShape
-
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
- getX() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the X location (offset) of the image fill image.
- getX() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns this CPU's current x position.
- getX() - Method in class com.reportmill.graphics.RMPath
-
Returns the X of the path.
- getX() - Method in class com.reportmill.shape.RMCrossTabCol
-
Returns the x of this column.
- getX() - Method in class com.reportmill.shape.RMShape
-
Returns the X location of the shape.
- getX() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Overrides MouseEvent version to return point in shape coords.
- getX() - Method in class com.reportmill.text.RMTextEditor
-
Returns the bounds x.
- getX2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event point x.
- getXForChar(int) - Method in class com.reportmill.text.RMTextLine
-
Returns the x coord for the given character index.
- getXForChar(int) - Method in class com.reportmill.text.RMTextRun
-
Returns the char advance to given char index.
- getXMax() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max X for the path.
- getXMin() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max X for the path.
- getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
-
Returns an xml XMLElement tree for given Java dataset and optional userInfo, out to given degree of separation.
- getXML(Object, Schema, int) - Method in class com.reportmill.base.RMXMLWriter
-
Returns an element tree for given collections map and schema.
- getXString() - Method in class com.reportmill.shape.RMLinkedText
-
Returns the same xstring as previoust text.
- getXString() - Method in class com.reportmill.shape.RMTextShape
-
Returns the XString associated with this RMText.
- getXString() - Method in class com.reportmill.text.RMTextArea
-
Convenience - returns text editor string.
- getXString() - Method in class com.reportmill.text.RMTextEditor
-
Returns the xstring that is being edited.
- getXString() - Method in class com.reportmill.text.RMTextLayout
-
Returns the RMXString.
- getXString() - Method in class com.reportmill.text.RMTextRun
-
Returns the RMXString for this run.
- getXY() - Method in class com.reportmill.shape.RMShape
-
Returns the XY location of the shape as a point.
- getXYP() - Method in class com.reportmill.shape.RMShape
-
Returns the origin point of the shape in parent's coords.
- getY() - Method in class com.reportmill.graphics.RMImageFill
-
Returns the Y location (offset) of the image fill image.
- getY() - Method in class com.reportmill.graphics.RMPaintbot
-
Returns this CPU's current y position.
- getY() - Method in class com.reportmill.graphics.RMPath
-
Returns the Y of the path.
- getY() - Method in class com.reportmill.shape.RMCrossTabRow
-
Returns the row y.
- getY() - Method in class com.reportmill.shape.RMShape
-
Returns the Y location of the shape.
- getY() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Overrides MouseEvent version to return point in shape coords.
- getY() - Method in class com.reportmill.text.RMTextEditor
-
Returns the bounds y.
- getY2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
-
Returns the event point y.
- getYaw() - Method in class com.reportmill.shape.RMScene3D
-
Returns the rotation about the Y axis in degrees.
- getYBaseline() - Method in class com.reportmill.text.RMTextLine
-
Returns the y position for this line (in same coords as the layout frame).
- getYBaseline() - Method in class com.reportmill.text.RMTextRun
-
Returns the y baseline position for this run (in the same coords as the layout frame).
- getYMax() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max Y for the path.
- getYMin() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max Y for the path.
- getZMax() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max Z for the path.
- getZMin() - Method in class com.reportmill.graphics.RMPath3D
-
Returns the max Z for the path.
- getZoomFactor() - Method in class com.reportmill.viewer.RMViewer
-
Returns the viewer's zoom factor (1 by default).
- getZoomFactor(RMViewer.ZoomMode) - Method in class com.reportmill.viewer.RMViewer
-
Returns the zoom factor for the given mode at the current viewer size.
- getZoomFocusRect() - Method in class com.reportmill.viewer.RMViewer
-
Returns zoom focus rect (just the visible rect by default, but overriden by editor to return selected shapes rect).
- getZoomMode() - Method in class com.reportmill.viewer.RMViewer
-
Returns the ZoomMode (ZoomToFit, ZoomIfNeeded, ZoomToFactor).
- getZoomToActualSizeFactor() - Method in class com.reportmill.viewer.RMViewer
-
Returns the zoom factor to view the document at actual size taking into account the current screen resolution.
- glyphVector(Graphics2D) - Method in class com.reportmill.text.RMTextRun
-
Returns the glyph vector for the run.
- gray - Static variable in class com.reportmill.graphics.RMColor
-
- green - Static variable in class com.reportmill.graphics.RMColor
-
- group(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
-
Returns the original list grouped by the given key chain.
- groupBy(RMGrouper, int) - Method in class com.reportmill.base.RMGroup
-
Groups this group by the groupings in the given grouper.
- groupBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
-
Groups this group by given grouping.
- groupBy(RMGrouping, List) - Method in class com.reportmill.base.RMGroup
-
Groups this group by given grouping.
- groupByKey(String, List) - Method in class com.reportmill.base.RMGroup
-
Groups a new group by given keys list.
- groupByLeafKey(String) - Method in class com.reportmill.base.RMGroup
-
Turns all list objects into leaf groups.
- groupObjects(List) - Method in class com.reportmill.base.RMGrouper
-
Separates given objects into RMGroups defined by groupings.
- groupShapes(List<? extends RMShape>, RMParentShape) - Static method in class com.reportmill.shape.RMShapeUtils
-
Adds the subset of children in given list into a given group shape, which is then added back to receiver.
- guessFont(String) - Static method in class com.reportmill.text.RMFontUtils
-
Returns the system font with the most similar name to the given name.
- RadialGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.graphics.RMMultipleStopGradient.RadialGradient
-
Create MultipleStopRadialGradient.
- RANDOM - Static variable in class com.reportmill.graphics.RMInterpolator
-
Random interpolator.
- readBasicInfo(RMImageData) - Method in interface com.reportmill.graphics.RMImageData.ImageReader
-
Reads basic image info (width, height, etc.) without parsing the whole image file, if possible.
- readBasicInfo(RMImageData) - Method in class com.reportmill.graphics.RMImageReader
-
Reads basic image info.
- readBasicInfo(RMImageData) - Method in class com.reportmill.graphics.RMPDFImageReader
-
Reads the basic info from PDF data.
- readBasicInfoJPG() - Method in class com.reportmill.graphics.RMImageReader
-
Reads basic image info specifically optimized for JPEG images (without having to create Java RenderedImage).
- readBytesDecoded() - Method in interface com.reportmill.graphics.RMImageData.ImageReader
-
Reads the image bytes decoded.
- readBytesDecoded() - Method in class com.reportmill.graphics.RMImageReader
-
Loads and sets the decoded bytes for the image data.
- readBytesDecoded() - Method in class com.reportmill.graphics.RMPDFImageReader
-
ImageReader method - just a stub, since PDF images don't have image bytes.
- readData() - Method in class com.reportmill.graphics.RMSoundData
-
Reads sound format info from sounds data bytes.
- readImage(RMImageData) - Method in interface com.reportmill.graphics.RMImageData.ImageReader
-
Reads the image file as a buffered image.
- readImage(RMImageData) - Method in class com.reportmill.graphics.RMImageReader
-
Reads the buffered image.
- readImage(RMImageData) - Method in class com.reportmill.graphics.RMPDFImageReader
-
Reads the image.
- readObject(Object) - Method in class com.reportmill.base.RMXMLReader
-
Returns a map loaded from the given XML source.
- readObject(Object, Schema) - Method in class com.reportmill.base.RMXMLReader
-
Returns a map loaded from the given XML source with the given XML schema.
- red - Static variable in class com.reportmill.graphics.RMColor
-
- redo() - Method in class com.reportmill.text.RMTextEditor
-
Called to redo the last undo operation in the editor.
- relativeCurveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a CurveTo element to the path for the given point offset from the path's current point.
- relativeLineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a LineTo element to the path for the given point offset from the path's current point.
- relativeMoveTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a MoveTo element to the path for the given point offset from the path's current point.
- relayout() - Method in class com.reportmill.shape.RMGraph
-
Overrides to relayout legend too.
- relayout() - Method in class com.reportmill.shape.RMParentShape
-
Sets shape layout to invalid and requests deferred layout.
- relayout() - Method in class com.reportmill.text.RMTextEditor
-
Tells editor to rebuild layout.
- removeAnimatorListener(RMAnimator.Listener) - Method in class com.reportmill.graphics.RMAnimator
-
Removes an animator listener.
- removeBinding(int) - Method in class com.reportmill.shape.RMShape
-
Removes the binding at the given index from shape's bindings list.
- removeBinding(String) - Method in class com.reportmill.shape.RMShape
-
Removes the binding with given property name.
- removeCell(int) - Method in class com.reportmill.shape.RMCrossTabCol
-
Removes a cell at given index.
- removeCell(int) - Method in class com.reportmill.shape.RMCrossTabRow
-
Removes a cell at given index.
- removeChars(int, int) - Method in class com.reportmill.text.RMXString
-
Removes characters in given range.
- removeChild(RMShape) - Method in class com.reportmill.shape.ReportOwner.ShapeList
-
- removeChild(int) - Method in class com.reportmill.shape.RMPage
-
Removes the child at the given index (over-rides RMShape version to propogate to RMPageLayer).
- removeChild(int) - Method in class com.reportmill.shape.RMPageLayer
-
Removes a child from this layer.
- removeChild(RMShape) - Method in class com.reportmill.shape.RMPageLayer
-
Removes a child from this layer.
- removeChild(int) - Method in class com.reportmill.shape.RMParentShape
-
Remove's the child at the given index from this shape's children list.
- removeChild(RMShape) - Method in class com.reportmill.shape.RMParentShape
-
Removes the given child from this shape's children list.
- removeChildren(List<RMShape>) - Method in class com.reportmill.shape.RMPageLayer
-
Removes a list of children from this layer.
- removeChildren() - Method in class com.reportmill.shape.RMPageLayer
-
Removes all children from this layer.
- removeChildren() - Method in class com.reportmill.shape.RMParentShape
-
Removes all children from this shape (in reverse order).
- removeCol(int) - Method in class com.reportmill.shape.RMCrossTab
-
Removes the column at the given index.
- removeColorStop(int) - Method in class com.reportmill.graphics.RMGradientFill
-
Removes the stop at the given index.
- removeDeepChangeListener(DeepChangeListener) - Method in class com.reportmill.shape.RMShape
-
Removes a deep change listener from shape.
- removeElement(int) - Method in class com.reportmill.graphics.RMPath
-
Removes an element, reconnecting the elements on either side of the deleted element.
- removeFramesAtTime(int) - Method in class com.reportmill.graphics.RMAnimator
-
Removes records of the animator owner's children at a given time.
- removeFramesBetweenTimes(int, int, boolean) - Method in class com.reportmill.graphics.RMAnimator
-
Removes records of the animator owner's children in the given time range.
- removeFromParent() - Method in class com.reportmill.shape.RMShape
-
Removes this shape from it's parent.
- removeGrouping(int) - Method in class com.reportmill.base.RMGrouper
-
Removes the grouping at the given index.
- removeGrouping(RMGrouping) - Method in class com.reportmill.base.RMGrouper
-
Removes the given grouping.
- removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
-
Removes the given grouping.
- removeKey(int) - Method in class com.reportmill.shape.RMGraph
-
Removes a key.
- removeKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
-
Removes a keyframe at given index.
- removeKeyFrame(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
-
Removes the given key frame.
- removeKeyFrameKeyValues(Object, String, int, int, boolean) - Method in class com.reportmill.graphics.RMTimeline
-
Removes key frame key values for target and key between two times (with option to include those times).
- removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
-
Removes a key value at given index.
- removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyFrame
-
Removes a key value.
- removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
-
Removes the key value and time at given index.
- removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyValueList
-
Removes a given key value and its corresponding time.
- removeLastElement() - Method in class com.reportmill.graphics.RMPath
-
Removes the last element from the path.
- removeLayer(int) - Method in class com.reportmill.shape.RMPage
-
Removes the layer at given index (and its children).
- removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
-
Removes the given layer.
- removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
-
Override to stop listening to property changes.
- removeLength(int, int) - Method in class com.reportmill.text.RMXStringRun
-
Removes a length from run(s) for char index.
- removeLine() - Method in class com.reportmill.text.RMTextLayout
-
Removes a line.
- removeMouseListener(RMShapeMouseListener) - Method in class com.reportmill.shape.RMShape
-
Remove mouse listener.
- removePage(int) - Method in class com.reportmill.shape.RMDocument
-
Removes a page from this document.
- removePage(RMPage) - Method in class com.reportmill.shape.RMDocument
-
Removes the given page.
- removeRow(int) - Method in class com.reportmill.shape.RMCrossTab
-
Removes the row at the given index.
- removeShape(int) - Method in class com.reportmill.shape.RMScene3D
-
Removes the shape at the given index from the shape list.
- removeSort(int) - Method in class com.reportmill.base.RMGrouping
-
Removes the sort at the given index.
- removeSort(RMSort) - Method in class com.reportmill.base.RMGrouping
-
Removes the given sort from the grouping.
- removeSpan(RMTableRowRPG.Span) - Method in class com.reportmill.shape.RMTableRowRPG.SpanList
-
Removes a span from a list of spans, either by reducing a span or by removing a span.
- removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
This method removes a table from the table group.
- removeTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
-
Removes a given time and its corresponding key value.
- removeTimeBetweenTimes(List<? extends Number>, float, float) - Static method in class com.reportmill.graphics.RMAnimUtils
-
Removes the times between the two given times (not including the two times).
- removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Removes the version shape associated with the given name from the alternates map.
- repaint() - Method in class com.reportmill.shape.RMGraph
-
Overrides shape implementation to repaint parent too.
- repaint() - Method in class com.reportmill.shape.RMShape
-
Visual change notification - call before making changes that will require repaint.
- repaint(List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
-
Convenience to mark a whole list of shapes for repaint.
- repaint(Rectangle2D) - Method in class com.reportmill.viewer.RMViewer
-
Requests a repaint for the area represented by the given rect.
- replace(String) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given string.
- replace(String, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given string.
- replace(String, Map, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given string.
- replace(String, RMTextStyle, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given string.
- replace(RMXString) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given xstring.
- replace(RMXString, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
-
Replaces the current selection with the given xstring.
- replaceChars(CharSequence, int, int) - Method in class com.reportmill.text.RMXString
-
Replaces chars in given range, with given String.
- replaceChars(CharSequence, RMTextStyle, int, int) - Method in class com.reportmill.text.RMXString
-
Replaces chars in given range, with given String, using the given attributes.
- replaceDatasetKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
-
Replaces any dataset key in template that matches first given dataset key with the second given dataset key.
- replaceFormat(RMShape, RMFormat) - Static method in class com.reportmill.base.RMExtras
-
Replaces a format.
- replaceGroupingKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
-
Replaces any grouping key in the template that matches first given key with the second given key.
- replaceSort(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
-
Replaces any sort in the template that matches first given sort with the second given sort.
- replaceString(RMXString, int, int) - Method in class com.reportmill.text.RMXString
-
Replaces the chars in given range, with given XString.
- replaceText(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
-
Iterates over all document (or shape) text and replaces occurrences of the first string with the second.
- ReportMill - Class in com.reportmill.base
-
This class is used as a helper object by RMDocument to generate a report.
- ReportMill() - Constructor for class com.reportmill.base.ReportMill
-
- ReportMill.AppServer - Interface in com.reportmill.base
-
An inner class to provide a hook for converting objects (like NSArray to List, etc.).
- ReportMill.Listener - Interface in com.reportmill.base
-
An interface for classes than want to know about filled shapes.
- ReportOwner - Class in com.reportmill.shape
-
A base class that loads and runs reports.
- ReportOwner() - Constructor for class com.reportmill.shape.ReportOwner
-
- ReportOwner.ShapeList - Class in com.reportmill.shape
-
A shape class to represent multiple pages of shapes.
- reset() - Method in class com.reportmill.graphics.RMEffect
-
Tells the effect to reset.
- reset() - Method in class com.reportmill.graphics.RMImageEffect
-
Override to reset image.
- reset() - Method in class com.reportmill.graphics.RMPath
-
Resets the current path with no elements or points.
- reset() - Method in class com.reportmill.shape.RMSpringLayout
-
Update LayoutInfo for all children.
- reset() - Method in class com.reportmill.shape.RMTableRowLayout
-
Override to do nothing if structured.
- resetDividers() - Method in class com.reportmill.shape.RMCrossTabCol
-
Resets dividers so they will be recalculated.
- resetDividers() - Method in class com.reportmill.shape.RMCrossTabRow
-
Resets dividers so they will be recalculated.
- resetLayers() - Method in class com.reportmill.shape.RMPage
-
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
- resetPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
-
Replace the polygon's current path with a new path, adjusting the shape's bounds to match the new path.
- resolvePageReferences() - Method in class com.reportmill.shape.ReportOwner
-
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
- resolvePageReferences() - Method in class com.reportmill.shape.RMDocument
-
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
- resort() - Method in class com.reportmill.shape.RMScene3D
-
Resorts child shapes from back to front.
- revalidate() - Method in class com.reportmill.shape.RMTextShape
-
Override to do home-brew layout.
- reverse() - Method in class com.reportmill.graphics.RMPath3D
-
Reverses the path3d.
- reverseColors() - Method in class com.reportmill.graphics.RMGradientFill
-
Reverse the order of the color stops
- rgbToLab(double, double, double) - Static method in class com.reportmill.graphics.RMColor
-
Converts an RGB triplet to a CIELab triplet
- RMAllFontGlyphs(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns all of the printable characters for the given font name.
- RMAllFonts(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns a string with all fonts names rendered as the fonts themselves (at the given size).
- RMAnimator - Class in com.reportmill.graphics
-
This class represents a timer for animation, holding things like a current time and max time.
- RMAnimator() - Constructor for class com.reportmill.graphics.RMAnimator
-
- RMAnimator.Listener - Interface in com.reportmill.graphics
-
An interface for classes that want to receive notification of certain animator events.
- RMAnimPathGroup() - Constructor for class com.reportmill.shape.RMAnimPathShape.RMAnimPathGroup
-
- RMAnimPathShape - Class in com.reportmill.shape
-
A shape that can orient its children along a bezier path.
- RMAnimPathShape() - Constructor for class com.reportmill.shape.RMAnimPathShape
-
Creates a new RMAnimPathShape.
- RMAnimPathShape(RMShape) - Constructor for class com.reportmill.shape.RMAnimPathShape
-
Creates an animpath shape from another shape.
- RMAnimPathShape.RMAnimPathGroup - Class in com.reportmill.shape
-
A shape subclass that adds the ability to be rotated about an arbitrary point.
- RMAnimUtils - Class in com.reportmill.graphics
-
This class holds a number of convenient static methods used for animation stuff.
- RMAnimUtils() - Constructor for class com.reportmill.graphics.RMAnimUtils
-
- RMArchiver - Class in com.reportmill.shape
-
This class handles RM document archival.
- RMArchiver() - Constructor for class com.reportmill.shape.RMArchiver
-
- RMArrayUtils - Class in com.reportmill.base
-
A collection of array utility methods.
- RMArrayUtils() - Constructor for class com.reportmill.base.RMArrayUtils
-
- RMAWTUtils - Class in com.reportmill.base
-
This class has a bunch of convenience utility methods from drawing lines, RMRects, buttons, etc.
- RMAWTUtils() - Constructor for class com.reportmill.base.RMAWTUtils
-
- RMBezier - Class in com.reportmill.graphics
-
This class models a simple bezier curve, providing methods for extracting points, distance calculation, bisection,
hit detection and such.
- RMBezier() - Constructor for class com.reportmill.graphics.RMBezier
-
Creates a new bezier.
- RMBezier(RMPoint, RMPoint, RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMBezier
-
Creates a new bezier from the given start point, control points and end point.
- RMBezier(double, double, double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMBezier
-
Creates a new bezier from the given start point, control points and end point.
- RMBezierLineHit - Class in com.reportmill.graphics
-
Hit detection for bezier and a line.
- RMBezierLineHit() - Constructor for class com.reportmill.graphics.RMBezierLineHit
-
- RMBitRate11k - Static variable in class com.reportmill.graphics.RMSoundData
-
- RMBitRate22k - Static variable in class com.reportmill.graphics.RMSoundData
-
- RMBitRate44k - Static variable in class com.reportmill.graphics.RMSoundData
-
- RMBitRate5k - Static variable in class com.reportmill.graphics.RMSoundData
-
- RMBitRateUndefined - Static variable in class com.reportmill.graphics.RMSoundData
-
- RMBlurEffect - Class in com.reportmill.graphics
-
This class adds a blur to a given shape.
- RMBlurEffect() - Constructor for class com.reportmill.graphics.RMBlurEffect
-
Creates a new blur effect.
- RMBlurEffect(int) - Constructor for class com.reportmill.graphics.RMBlurEffect
-
Creates a new blur effect with the parameters.
- RMBorderStroke - Class in com.reportmill.graphics
-
This stroke subclass strokes the rectangular border of a given shape, with option include/exclude
individual sides.
- RMBorderStroke() - Constructor for class com.reportmill.graphics.RMBorderStroke
-
- RMChiselEffect - Class in com.reportmill.graphics
-
An emboss effect that uses contour fill as its bump map.
- RMChiselEffect() - Constructor for class com.reportmill.graphics.RMChiselEffect
-
- RMClassUtils - Class in com.reportmill.base
-
Utility methods for Class.
- RMClassUtils() - Constructor for class com.reportmill.base.RMClassUtils
-
- RMColor - Class in com.reportmill.graphics
-
This class represents an RGBA color, just like Java.awt.Color.
- RMColor() - Constructor for class com.reportmill.graphics.RMColor
-
Creates a plain black opaque color.
- RMColor(double) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given gray value (0-1).
- RMColor(double, double) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given gray and alpha values (0-1).
- RMColor(double, double, double) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given red, green blue values (0-1).
- RMColor(int, int, int) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given red, green blue values (0-1).
- RMColor(double, double, double, double) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given red, green, blue values (0-1).
- RMColor(double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given cyan, magenta, yellow, black and alpha values (0-1).
- RMColor(Color) - Constructor for class com.reportmill.graphics.RMColor
-
Creates an RMColor from the given AWT color.
- RMColor(String) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a new color from the given hex string.
- RMConditional(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the trueVal if condition is true, otherwise null.
- RMConditional(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
- RMContourFill - Class in com.reportmill.graphics
-
RMFill implementation of a shape-burst gradient.
- RMContourFill() - Constructor for class com.reportmill.graphics.RMContourFill
-
Creates a contour fill.
- RMContourFill(float) - Constructor for class com.reportmill.graphics.RMContourFill
-
Creates a contour fill with given height.
- RMCrossTab - Class in com.reportmill.shape
-
Manages a table of RMCells, which is really a stack of RMCellRows.
- RMCrossTab() - Constructor for class com.reportmill.shape.RMCrossTab
-
Creates a new RMCrossTab.
- RMCrossTabCell - Class in com.reportmill.shape
-
A text shape subclass used to form the basis of a table.
- RMCrossTabCell() - Constructor for class com.reportmill.shape.RMCrossTabCell
-
Creates a new RMCrossTabCell.
- RMCrossTabCol - Class in com.reportmill.shape
-
Provides info for a column in a crosstab.
- RMCrossTabCol() - Constructor for class com.reportmill.shape.RMCrossTabCol
-
- RMCrossTabDivider - Class in com.reportmill.shape
-
This class represents a line that divedes a cell row or cell column.
- RMCrossTabDivider(Object) - Constructor for class com.reportmill.shape.RMCrossTabDivider
-
Creates a new divider for given row or column.
- RMCrossTabFrame - Class in com.reportmill.shape
-
This class wraps a shape around a crosstab to constrain the crosstab's bounds to a region on the page.
- RMCrossTabFrame() - Constructor for class com.reportmill.shape.RMCrossTabFrame
-
Creates a new crosstab.
- RMCrossTabRow - Class in com.reportmill.shape
-
This shape manages a row of cells.
- RMCrossTabRow() - Constructor for class com.reportmill.shape.RMCrossTabRow
-
- RMCurveFit - Class in com.reportmill.graphics
-
This class creates an approximating polygon for a given RMFunction.
- RMCurveFit() - Constructor for class com.reportmill.graphics.RMCurveFit
-
- RMCurveFit.InverseFunc - Class in com.reportmill.graphics
-
A function whose value is the inverse of another function
ie.
- RMCurveFit.NevilleFunc - Class in com.reportmill.graphics
-
A function whose value is determined by interpolating through a set
of sample points using Neville's Method.
- RMCurveFit.Piece - Class in com.reportmill.graphics
-
- RMCurveFit.ScaledFunc - Class in com.reportmill.graphics
-
A function scaled such that f(1) == 1
- RMDataSource - Class in com.reportmill.base
-
This class is used as a proxy for objects passed to document's generateReport() method.
- RMDataSource() - Constructor for class com.reportmill.base.RMDataSource
-
Creates a plain datasource.
- RMDataSource(WebURL) - Constructor for class com.reportmill.base.RMDataSource
-
Creates a datasource from a given source with a given name (can be null).
- RMDateFormat - Class in com.reportmill.base
-
This is just a SimpleDateFormat subclass to support RM archiving and legacy formats.
- RMDateFormat() - Constructor for class com.reportmill.base.RMDateFormat
-
Creates a plain format.
- RMDateFormat(String) - Constructor for class com.reportmill.base.RMDateFormat
-
Creates a format from the given string format.
- RMDocument - Class in com.reportmill.shape
-
The RMDocument class represents a ReportMill document and is also an RMShape subclass, so it can be a real part of
the document/shape hierarchy.
- RMDocument() - Constructor for class com.reportmill.shape.RMDocument
-
Creates a plain empty document.
- RMDocument(double, double) - Constructor for class com.reportmill.shape.RMDocument
-
Creates a document with the given width and height (in printer points).
- RMDocument(Object) - Constructor for class com.reportmill.shape.RMDocument
-
Creates a new document from the given source.
- RMDocument.PageLayout - Enum in com.reportmill.shape
-
- RMDocument.Unit - Enum in com.reportmill.shape
-
- RMDoubleStroke - Class in com.reportmill.graphics
-
Strokes a path with 2 lines of different widths, with an arbitrary separation (d) between them.
- RMDoubleStroke() - Constructor for class com.reportmill.graphics.RMDoubleStroke
-
Creates a new plain double stroke.
- RMDoubleStroke(RMColor, float) - Constructor for class com.reportmill.graphics.RMDoubleStroke
-
Creates a new double stroke.
- RMDoubleStroke(RMColor, float, float, float, int) - Constructor for class com.reportmill.graphics.RMDoubleStroke
-
Creates a new double stroke.
- RMEffect - Class in com.reportmill.graphics
-
An RMFill subclass for drawing effects that rely on shape's standard fill/stroke.
- RMEffect() - Constructor for class com.reportmill.graphics.RMEffect
-
- RMEmbossEffect - Class in com.reportmill.graphics
-
Renders a given shape with an emboss effect.
- RMEmbossEffect() - Constructor for class com.reportmill.graphics.RMEmbossEffect
-
Creates a new emboss effect.
- RMEmbossEffect(float, float, int) - Constructor for class com.reportmill.graphics.RMEmbossEffect
-
Creates a new emboss effect with given altitude, azimuth and radius.
- RMEnumUtils - Class in com.reportmill.base
-
Utilities for enums.
- RMEnumUtils() - Constructor for class com.reportmill.base.RMEnumUtils
-
- RMExtras - Class in com.reportmill.base
-
This file is just meant to hold various utility methods that customers have asked for.
- RMExtras() - Constructor for class com.reportmill.base.RMExtras
-
- RMExtras.Category - Enum in com.reportmill.base
-
Movie category constant type.
- RMExtras.Movie - Class in com.reportmill.base
-
A movie class.
- RMExtras.MovieRole - Class in com.reportmill.base
-
A movie role class.
- RMExtras.Studio - Class in com.reportmill.base
-
A movie class.
- RMFileUtils - Class in com.reportmill.base
-
Utility methods for file.
- RMFileUtils() - Constructor for class com.reportmill.base.RMFileUtils
-
- RMFill - Class in com.reportmill.graphics
-
This class represents a simple shape fill, drawing a given color in a provided path.
- RMFill() - Constructor for class com.reportmill.graphics.RMFill
-
Creates a plain, black fill.
- RMFill(RMColor) - Constructor for class com.reportmill.graphics.RMFill
-
Creates a plain fill with the given color.
- RMFlowShape - Class in com.reportmill.shape
-
A shape to layout children with flow.
- RMFlowShape() - Constructor for class com.reportmill.shape.RMFlowShape
-
- RMFont - Class in com.reportmill.text
-
This class represents a font for use in rich text.
- RMFont() - Constructor for class com.reportmill.text.RMFont
-
Creates an empty font (really only used for unarchival).
- RMFont(String, double) - Constructor for class com.reportmill.text.RMFont
-
Returns the font for the given name and size.
- RMFontFile - Class in com.reportmill.text
-
This class represents all the information about a font that is independent of size.
- RMFontUtils - Class in com.reportmill.text
-
Provides some utility methods for Fonts.
- RMFontUtils() - Constructor for class com.reportmill.text.RMFontUtils
-
- RMFormat - Interface in com.reportmill.base
-
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
- RMGradientFill - Class in com.reportmill.graphics
-
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
- RMGradientFill() - Constructor for class com.reportmill.graphics.RMGradientFill
-
Creates an uninitialized gradient fill.
- RMGradientFill(RMColor, RMColor, float) - Constructor for class com.reportmill.graphics.RMGradientFill
-
Creates a gradient fill from the given start color to the given end color with the given roll.
- RMGradientFill.ColorStop - Class in com.reportmill.graphics
-
Simple static class to represent a stop (they're immutable).
- RMGraph - Class in com.reportmill.shape
-
The RMGraph class provides a template and the machinery for generating graphs.
- RMGraph() - Constructor for class com.reportmill.shape.RMGraph
-
- RMGraph.FontBox - Class in com.reportmill.shape
-
Returns the part rect.
- RMGraph.ItemLayout - Enum in com.reportmill.shape
-
- RMGraph.SectionLayout - Enum in com.reportmill.shape
-
- RMGraph.Type - Enum in com.reportmill.shape
-
- RMGraphIntervals - Class in com.reportmill.shape
-
Returns a list of graph intervals given a range and count.
- RMGraphIntervals(float, float, int) - Constructor for class com.reportmill.shape.RMGraphIntervals
-
Return well-chosen intervals given a min/max value.
- RMGraphLegend - Class in com.reportmill.shape
-
An inner class for Legend.
- RMGraphLegend() - Constructor for class com.reportmill.shape.RMGraphLegend
-
- RMGraphPartBars - Class in com.reportmill.shape
-
This shape is used by graph area to hold attributes of bars.
- RMGraphPartBars() - Constructor for class com.reportmill.shape.RMGraphPartBars
-
- RMGraphPartLabelAxis - Class in com.reportmill.shape
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartLabelAxis() - Constructor for class com.reportmill.shape.RMGraphPartLabelAxis
-
- RMGraphPartPie - Class in com.reportmill.shape
-
This shape is used by graph area to hold attributes of pies.
- RMGraphPartPie() - Constructor for class com.reportmill.shape.RMGraphPartPie
-
- RMGraphPartSeries - Class in com.reportmill.shape
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartSeries(RMGraph) - Constructor for class com.reportmill.shape.RMGraphPartSeries
-
Creates a new series part.
- RMGraphPartSeries.LabelPos - Enum in com.reportmill.shape
-
- RMGraphPartValueAxis - Class in com.reportmill.shape
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartValueAxis() - Constructor for class com.reportmill.shape.RMGraphPartValueAxis
-
- RMGraphRPG - Class in com.reportmill.shape
-
A shape class for a generated RMGraph.
- RMGraphRPG(RMGraph, ReportOwner) - Constructor for class com.reportmill.shape.RMGraphRPG
-
Creates a new RMGraphRPG for a graph and a report owner.
- RMGraphRPG.GraphShape - Interface in com.reportmill.shape
-
An interface to identify generated graph shapes.
- RMGraphRPGBar - Class in com.reportmill.shape
-
This class generates (and represents) a RPG'd bar graph area.
- RMGraphRPGBar(RMGraph, ReportOwner) - Constructor for class com.reportmill.shape.RMGraphRPGBar
-
Creates a bar graph maker.
- RMGraphRPGBar.BarGraphShape - Interface in com.reportmill.shape
-
An interface for a shape that renders a bar graph from bar graph pieces.
- RMGraphRPGBar.BarGraphShape2D - Class in com.reportmill.shape
-
A BarGraphShape implementation.
- RMGraphRPGLine - Class in com.reportmill.shape
-
This class generates (and represents) a RPG'd line graph area.
- RMGraphRPGLine(RMGraph, ReportOwner) - Constructor for class com.reportmill.shape.RMGraphRPGLine
-
Creates a bar graph maker.
- RMGraphRPGPie - Class in com.reportmill.shape
-
This class generates (and represents) a RPG'd pie graph area.
- RMGraphRPGPie(RMGraph, ReportOwner) - Constructor for class com.reportmill.shape.RMGraphRPGPie
-
Creates a pie graph area for the given graph area and graphRPG.
- RMGraphRPGPie.PieGraphShape - Interface in com.reportmill.shape
-
An interface for a shape that renders a bar graph from bar graph pieces.
- RMGraphSection - Class in com.reportmill.shape
-
Represents the data in the sections of a merged or separated graph.
- RMGraphSection(RMGraphRPG, int) - Constructor for class com.reportmill.shape.RMGraphSection
-
Creates a new graph section.
- RMGraphSection.Item - Class in com.reportmill.shape
-
An inner class for a section item.
- RMGraphSeries - Class in com.reportmill.shape
-
A class to represent a graph series, contains a list of series items.
- RMGraphSeries(String, String, RMGroup) - Constructor for class com.reportmill.shape.RMGraphSeries
-
Creates a new series.
- RMGraphSeries.Item - Class in com.reportmill.shape
-
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
- RMGroup - Class in com.reportmill.base
-
This class is a smart List subclass used to hold objects from an original list broken down by grouping keys.
- RMGroup() - Constructor for class com.reportmill.base.RMGroup
-
Creates an empty group.
- RMGroup(List) - Constructor for class com.reportmill.base.RMGroup
-
Creates a group with the (assumed) list of groups.
- RMGroup.Running - Class in com.reportmill.base
-
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup.
- RMGrouper - Class in com.reportmill.base
-
This class simply manages a list of groupings and has some nice convenience methods.
- RMGrouper() - Constructor for class com.reportmill.base.RMGrouper
-
Creates an empty grouper.
- RMGrouping - Class in com.reportmill.base
-
This object represents an individual grouping with attributes like key, sorts, topN sort, etc.
- RMGrouping() - Constructor for class com.reportmill.base.RMGrouping
-
Creates an empty grouping.
- RMGrouping(String) - Constructor for class com.reportmill.base.RMGrouping
-
Creates a grouping with the given key.
- RMHitInfo - Class in com.reportmill.graphics
-
This class encapsulates simple hit information of a given curve or line against another curve or line.
- RMHitInfo(int, double, double, int) - Constructor for class com.reportmill.graphics.RMHitInfo
-
Creates a hit info record with given attributes.
- RMHTML(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns an xstring by interpreting html commands in the given string.
- RMHTMLParser - Class in com.reportmill.text
-
This class provides methods to create an xstring from HTML and RTF.
- RMHTMLParser() - Constructor for class com.reportmill.text.RMHTMLParser
-
- RMImage(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns an xstring with an embedded image shape for given image source.
- RMImageData - Class in com.reportmill.graphics
-
This class manages image data.
- RMImageData.ImageReader - Interface in com.reportmill.graphics
-
An interface for classes that can handle image reading for RMImageData.
- RMImageEffect - Class in com.reportmill.graphics
-
A effect based on image filtering.
- RMImageEffect() - Constructor for class com.reportmill.graphics.RMImageEffect
-
- RMImageEffect.BoxKernel - Class in com.reportmill.graphics
-
A kernel class for box filters (really?).
- RMImageEffect.ConeKernel - Class in com.reportmill.graphics
-
A kernel class for cone effects.
- RMImageEffect.GaussianKernel - Class in com.reportmill.graphics
-
Extends Kernel with constructor which takes Kernel size and automatically generates a gaussian matrix.
- RMImageFill - Class in com.reportmill.graphics
-
This class is used to fill a shape's path with an image.
- RMImageFill() - Constructor for class com.reportmill.graphics.RMImageFill
-
Creates a plain image fill.
- RMImageFill(Object) - Constructor for class com.reportmill.graphics.RMImageFill
-
Creates an image fill from an image source.
- RMImageFill(Object, boolean) - Constructor for class com.reportmill.graphics.RMImageFill
-
Creates an image fill from an image source with an option to tile.
- RMImageReader - Class in com.reportmill.graphics
-
Uses ImageIO or JAI to read an image, its basic info and its decoded bytes.
- RMImageReader(RMImageData) - Constructor for class com.reportmill.graphics.RMImageReader
-
Creates a new image reader for given image data.
- RMImageShape - Class in com.reportmill.shape
-
This class is a shape representation of an image.
- RMImageShape() - Constructor for class com.reportmill.shape.RMImageShape
-
Creates an RMImageShape.
- RMImageShape(Object) - Constructor for class com.reportmill.shape.RMImageShape
-
Creates an RMImageShape from the image source provided.
- RMInterpolator - Class in com.reportmill.graphics
-
This class provides functionality to interpolate between two numbers given a ratio between 0-1.
- RMInterpolator() - Constructor for class com.reportmill.graphics.RMInterpolator
-
Creates a new interpolator.
- RMInterpolator(RMInterpolator.Direction) - Constructor for class com.reportmill.graphics.RMInterpolator
-
Creates a new interpolator with given direction.
- RMInterpolator.Bounce - Class in com.reportmill.graphics
-
Parameterizable bounce interpolator class.
- RMInterpolator.Direction - Enum in com.reportmill.graphics
-
- RMInterpolator.Periodic - Class in com.reportmill.graphics
-
An Interpolator subclass that can be used for periodic (ie looping) motion.
- RMInterpolator.Periodic.PeriodType - Enum in com.reportmill.graphics
-
- RMInvocation - Class in com.reportmill.graphics
-
This class represent a method call and is used to set values on another object, either by calling a "setFoo()"
method or by directly setting the value of a public instance variable.
- RMInvocation() - Constructor for class com.reportmill.graphics.RMInvocation
-
Creates an uninitialized invocation.
- RMInvocation(Object, String, Object) - Constructor for class com.reportmill.graphics.RMInvocation
-
Creates a new invocation for the given object, method name and value.
- RMInvocation.Blend - Interface in com.reportmill.graphics
-
Implemented by any class that can interpolate themselves for animation purposes.
- RMKey - Class in com.reportmill.base
-
This class provides an optimized convenience for getting named values from arbitrary objects.
- RMKey() - Constructor for class com.reportmill.base.RMKey
-
- RMKeyChain - Class in com.reportmill.base
-
This class evaluates a string expression on a given object: RMKeyChain.getValue(object, expression).
- RMKeyChain(RMKeyChain.Op) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(RMKeyChain.Op, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(RMKeyChain.Op, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(Object, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain.Get - Interface in com.reportmill.base
-
This is interface is implemented by objects that can get key chain values themselves.
- RMKeyChain.Op - Enum in com.reportmill.base
-
- RMKeyChainAggr - Class in com.reportmill.base
-
A class to evaluate keychains on lists slightly differently than normal objects.
- RMKeyChainAggr() - Constructor for class com.reportmill.base.RMKeyChainAggr
-
- RMKeyChainFuncs - Class in com.reportmill.base
-
This class represents an RM function call (method plus args) and defines a bunch of built-in functions.
- RMKeyChainFuncs(Method, Object[]) - Constructor for class com.reportmill.base.RMKeyChainFuncs
-
Creates a function call.
- RMKeyFrame - Class in com.reportmill.graphics
-
An animation object that holds an object key/value for a given time.
- RMKeyFrame(int) - Constructor for class com.reportmill.graphics.RMKeyFrame
-
Creates a new key frame.
- RMKeyValue - Class in com.reportmill.graphics
-
An animation class that represents a key/value pair in a key frame.
- RMKeyValue(Object, String, Object) - Constructor for class com.reportmill.graphics.RMKeyValue
-
Creates a new key frame.
- RMKeyValueList - Class in com.reportmill.graphics
-
An animation object that keeps track of Key-Values at Key Frame times for a target/key pair.
- RMKeyValueList(Object, String) - Constructor for class com.reportmill.graphics.RMKeyValueList
-
Creates a new key value list for given target and key.
- RMLabel - Class in com.reportmill.shape
-
This class represents an individual label inside an RMLabels template.
- RMLabel() - Constructor for class com.reportmill.shape.RMLabel
-
- RMLabels - Class in com.reportmill.shape
-
This class represents a block of labels.
- RMLabels() - Constructor for class com.reportmill.shape.RMLabels
-
Creates a new labels template.
- RMLine - Class in com.reportmill.graphics
-
This class models a simple line, providing methods for extracting points, distance calculation, bisection,
hit detection and such.
- RMLine() - Constructor for class com.reportmill.graphics.RMLine
-
Creates a new line.
- RMLine(double, double, double, double) - Constructor for class com.reportmill.graphics.RMLine
-
Creates a new line for the given x & y start/end points.
- RMLine(RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMLine
-
Creates a new line for the given start point and end point.
- RMLineShape - Class in com.reportmill.shape
-
This class represents a simple line shape, drawing a line from a start point to an end point.
- RMLineShape() - Constructor for class com.reportmill.shape.RMLineShape
-
Creates a basic line (a point actually at 0,0).
- RMLineShape(double, double, double, double) - Constructor for class com.reportmill.shape.RMLineShape
-
Creates a basic black line from the given x1, y1 to the given x2, y2.
- RMLineShape.ArrowHead - Class in com.reportmill.shape
-
A line segment arrow head.
- RMLinkedText - Class in com.reportmill.shape
-
This class is a shape used to render text that didn't fit in a referenced text shape.
- RMLinkedText() - Constructor for class com.reportmill.shape.RMLinkedText
-
Creates a new linked text.
- RMLinkedText(RMTextShape) - Constructor for class com.reportmill.shape.RMLinkedText
-
Creates a new overfloat text for the given text shape.
- RMListUtils - Class in com.reportmill.base
-
Utility methods for use with Java.util.List.
- RMListUtils() - Constructor for class com.reportmill.base.RMListUtils
-
- RMMapUtils - Class in com.reportmill.base
-
Utility methods for use with Java.util.Map.
- RMMapUtils() - Constructor for class com.reportmill.base.RMMapUtils
-
- RMMath - Class in com.reportmill.base
-
Utility methods for common math operations.
- RMMath() - Constructor for class com.reportmill.base.RMMath
-
- RMMorphShape - Class in com.reportmill.shape
-
An RMShape subclass to support morphing from one shape to another.
- RMMorphShape() - Constructor for class com.reportmill.shape.RMMorphShape
-
- RMMorphShape.Morphing2D - Class in com.reportmill.shape
-
A morphing shape is a shape which geometry is constructed from two
other shapes: a start shape and an end shape.
- RMMultipleStopGradient - Class in com.reportmill.graphics
-
An implementation of the java.awt.Paint interface for RMGradientFills.
- RMMultipleStopGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.graphics.RMMultipleStopGradient
-
- RMMultipleStopGradient.AngleGradient - Class in com.reportmill.graphics
-
Multiple stop angle gradient with angles.
- RMMultipleStopGradient.DiamondGradient - Class in com.reportmill.graphics
-
A multiple stop diamond gradient.
- RMMultipleStopGradient.RadialGradient - Class in com.reportmill.graphics
-
Multiple stop radial gradient.
- RMNestedDoc - Class in com.reportmill.shape
-
This class represents a shape for a document inside a page of another document.
- RMNestedDoc() - Constructor for class com.reportmill.shape.RMNestedDoc
-
- RMNumberFormat - Class in com.reportmill.base
-
This subclass extends DecimalFormat to implement ReportMill's RMFormat interface and to support the extended features
"Negative in Red" and "Null String".
- RMNumberFormat() - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates an uninitialized number format.
- RMNumberFormat(String) - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates a number format for the given format string.
- RMNumberFormat(RMNumberFormat) - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates a number format identical to the given format.
- RMOvalShape - Class in com.reportmill.shape
-
This class represents a simple oval, with a setable start angle and sweep angle.
- RMOvalShape() - Constructor for class com.reportmill.shape.RMOvalShape
-
Creates a plain oval (draws stroke).
- RMOvalShape(float, float) - Constructor for class com.reportmill.shape.RMOvalShape
-
Creates an oval with the given startAngle and sweep.
- RMPage - Class in com.reportmill.shape
-
The RMPage class represents an individual page in an RMDocument.
- RMPage() - Constructor for class com.reportmill.shape.RMPage
-
Creates a plain empty page.
- RMPage.Plexing - Enum in com.reportmill.shape
-
- RMPageLayer - Class in com.reportmill.shape
-
This class represents a page layer, a standard feature of page layout applications that lets you
manage the children of a page as separate groups, so that some can be made unselectable or invisible
to ease template editing.
- RMPageLayer() - Constructor for class com.reportmill.shape.RMPageLayer
-
Creates a plain layer.
- RMPageLayer(RMPage, String) - Constructor for class com.reportmill.shape.RMPageLayer
-
Creates a page layer for a given page and name.
- RMPaintbot - Class in com.reportmill.graphics
-
An object to process painter shape operations.
- RMPaintbot() - Constructor for class com.reportmill.graphics.RMPaintbot
-
Creates a new painter shape painter.
- RMPaintbot.CurveTo - Class in com.reportmill.graphics
-
A path construction operation for painting a bezier curve.
- RMPaintbot.Forward - Class in com.reportmill.graphics
-
An op class for moving a shape forward along the path of its current roll.
- RMPaintbot.Jump - Class in com.reportmill.graphics
-
An op class for moving a shape forward along the path of its current roll.
- RMPaintbot.LineTo - Class in com.reportmill.graphics
-
A path construction operation for painting a line.
- RMPaintbot.MoveTo - Class in com.reportmill.graphics
-
An inner class for path move to.
- RMPaintbot.Op - Class in com.reportmill.graphics
-
A class representing an operation to an painter shape, like MoveTo or LineTo.
- RMPaintbot.PathOperation - Class in com.reportmill.graphics
-
An inner class for path construction operations.
- RMPaintbot.QuadTo - Class in com.reportmill.graphics
-
A path construction operation for painting a quadratic curve.
- RMPaintbot.SetPaintColor - Class in com.reportmill.graphics
-
An operation to set paint color.
- RMPaintbot.SetPaintSpeed - Class in com.reportmill.graphics
-
An operation to set painting speed.
- RMPaintbot.SetStrokeWidth - Class in com.reportmill.graphics
-
An operation to set stroke width.
- RMPaintbot.Turn - Class in com.reportmill.graphics
-
An op class for turning a shape by a given number of degrees.
- RMPainter - Interface in com.reportmill.graphics
-
A base class for painting RMShapes.
- RMPainterShape - Class in com.reportmill.shape
-
A shape that references another shape and acts.
- RMPainterShape() - Constructor for class com.reportmill.shape.RMPainterShape
-
- RMParagraph - Class in com.reportmill.text
-
This class represents attributes of a paragraph in an RMXString (all of the characters up to and including each
newline in an RMXString make up a paragraph).
- RMParagraph() - Constructor for class com.reportmill.text.RMParagraph
-
Creates a new paragraph object initialized to defaultParagraph.
- RMParagraph(RMTypes.AlignX, float, float, float) - Constructor for class com.reportmill.text.RMParagraph
-
Creates a new paragraph with the given alignment and indentation.
- RMParentShape - Class in com.reportmill.shape
-
A shape implementation that can have children.
- RMParentShape() - Constructor for class com.reportmill.shape.RMParentShape
-
- RMPath - Class in com.reportmill.graphics
-
RMPath - A graphics path (moveTo, lineTo, etc.).
- RMPath() - Constructor for class com.reportmill.graphics.RMPath
-
Creates an empty path.
- RMPath(Shape) - Constructor for class com.reportmill.graphics.RMPath
-
Creates a path for the given shape.
- RMPath3D - Class in com.reportmill.graphics
-
This class represents a path in 3D space.
- RMPath3D() - Constructor for class com.reportmill.graphics.RMPath3D
-
Creates a new empty path.
- RMPath3D(RMPath, double) - Constructor for class com.reportmill.graphics.RMPath3D
-
Creates a 3D path from a 2D path with a depth.
- RMPath3DUtils - Class in com.reportmill.graphics
-
Helper methods for the RMPath3D class.
- RMPath3DUtils() - Constructor for class com.reportmill.graphics.RMPath3DUtils
-
- RMPathFitCurves - Class in com.reportmill.graphics
-
Bezier curve fitting code adapted from
"An Algorithm for Automatically Fitting Digitized Curves", by Philip J.
- RMPathFitCurves() - Constructor for class com.reportmill.graphics.RMPathFitCurves
-
- RMPathIterator - Class in com.reportmill.graphics
-
An implementation of path iterator for RMPath.
- RMPathIterator(RMPath, AffineTransform) - Constructor for class com.reportmill.graphics.RMPathIterator
-
Creates a new path iterator for given path.
- RMPathOffsetter - Class in com.reportmill.graphics
-
Offset path - a path that follows the curvature of the input path but is located a constant distance
away from the curve.
- RMPathOffsetter() - Constructor for class com.reportmill.graphics.RMPathOffsetter
-
- RMPathUtils - Class in com.reportmill.graphics
-
Some utility methods for RMPaths.
- RMPathUtils() - Constructor for class com.reportmill.graphics.RMPathUtils
-
- RMPDFImageReader - Class in com.reportmill.graphics
-
Provides info for an encapsulated PDF (a PDF used as an image).
- RMPDFImageReader(RMImageData) - Constructor for class com.reportmill.graphics.RMPDFImageReader
-
Creates a new PDF image reader.
- RMPDFWriter - Class in com.reportmill.pdf.writer
-
PDF Writer.
- RMPDFWriter() - Constructor for class com.reportmill.pdf.writer.RMPDFWriter
-
- RMPoint - Class in com.reportmill.base
-
This class extends Point2D.Float to add a few convenience methods.
- RMPoint() - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to 0,0.
- RMPoint(double, double) - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to the given x and y.
- RMPoint(Point2D) - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to the given AWT Point.
- RMPoint3D - Class in com.reportmill.graphics
-
This class represents a 3D point.
- RMPoint3D(double, double, double) - Constructor for class com.reportmill.graphics.RMPoint3D
-
Creates a new point3d from the x, y, z coords.
- RMPolygonShape - Class in com.reportmill.shape
-
This class is an RMShape subclass that encapsulates an arbitrary path.
- RMPolygonShape() - Constructor for class com.reportmill.shape.RMPolygonShape
-
Creates a new empty polygon shape.
- RMPolygonShape(RMPath) - Constructor for class com.reportmill.shape.RMPolygonShape
-
Creates a new polygon shape for the given path.
- RMPrefsUtils - Class in com.reportmill.base
-
This class offers a number of useful general purpose utilities used by ribs classes.
- RMPrefsUtils() - Constructor for class com.reportmill.base.RMPrefsUtils
-
- RMQuadratic - Class in com.reportmill.graphics
-
This class models a simple quadratic curve, providing methods for extracting points, distance calculation, bisection,
hit detection and such.
- RMQuadratic() - Constructor for class com.reportmill.graphics.RMQuadratic
-
Creates a new quadratic curve.
- RMQuadratic(RMPoint, RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMQuadratic
-
Creates a new quadratic curve for this gvein start point, control point and end point.
- RMQuadratic(double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMQuadratic
-
Creates a new quadratic curve for this gvein start point, control point and end point.
- RMRadialGradientFill - Class in com.reportmill.graphics
-
Radial Gradient Fill.
- RMRadialGradientFill() - Constructor for class com.reportmill.graphics.RMRadialGradientFill
-
Creates an uninitialized radial fill.
- RMRadialGradientFill(RMColor, RMColor, Point2D, Point2D) - Constructor for class com.reportmill.graphics.RMRadialGradientFill
-
Creates a gradient fill from the given start color to the given end color with the given endpoints.
- RMRect - Class in com.reportmill.base
-
This class extends Rectanlge2D to add some convenient rect methods.
- RMRect() - Constructor for class com.reportmill.base.RMRect
-
Creates an empty rect.
- RMRect(double, double, double, double) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect with the given x, y, width and height (doubles).
- RMRect(Point2D...) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect enclosing the given array of points.
- RMRect(Rectangle2D) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect from an awt rect.
- RMRectShape - Class in com.reportmill.shape
-
This class represents a simple rectangle shape with a rounding radius.
- RMRectShape() - Constructor for class com.reportmill.shape.RMRectShape
-
- RMReflectionEffect - Class in com.reportmill.graphics
-
This class adds a reflection to a given shape.
- RMReflectionEffect() - Constructor for class com.reportmill.graphics.RMReflectionEffect
-
- RMRTF(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns an xstring by interpreting rtf commands in the given string.
- RMRTFParser - Class in com.reportmill.text
-
Parses rtf data from a string and returns it as an xstring.
- RMRTFParser() - Constructor for class com.reportmill.text.RMRTFParser
-
- RMScene3D - Class in com.reportmill.shape
-
This class manages a list of children and transforms them to 3D representations for display based on
X and Y axis rotations.
- RMScene3D() - Constructor for class com.reportmill.shape.RMScene3D
-
- RMScene3D.RMShape3D - Class in com.reportmill.shape
-
RMPolygon subclass that encapsulates a Path3D.
- RMSchemaMaker - Class in com.reportmill.base
-
This class makes a schema from an object graph, given a top level object.
- RMSchemaMaker() - Constructor for class com.reportmill.base.RMSchemaMaker
-
Creates a new schema maker.
- RMShadowEffect - Class in com.reportmill.graphics
-
This class adds a shadow to a given shape.
- RMShadowEffect() - Constructor for class com.reportmill.graphics.RMShadowEffect
-
Creates a new shadow effect.
- RMShadowEffect(RMColor, int, int, int) - Constructor for class com.reportmill.graphics.RMShadowEffect
-
Creates a new shadow effect with the parameters.
- RMShape - Class in com.reportmill.shape
-
This class is the basis for all graphic elements in a ReportMill document.
- RMShape() - Constructor for class com.reportmill.shape.RMShape
-
- RMShape3D(RMPath3D) - Constructor for class com.reportmill.shape.RMScene3D.RMShape3D
-
Creates a new shape 3d from the given path3d.
- RMShapeEventAdapter - Class in com.reportmill.shape
-
A class to listen for Swing events and send them on.
- RMShapeEventAdapter(RMShape) - Constructor for class com.reportmill.shape.RMShapeEventAdapter
-
Creates a new RMShapeEventAdapter for given shape.
- RMShapeImager - Class in com.reportmill.shape
-
A class to produce an image for an RMShape.
- RMShapeImager() - Constructor for class com.reportmill.shape.RMShapeImager
-
- RMShapeLayout - Class in com.reportmill.shape
-
Handles code for laying out shape children with springs and struts.
- RMShapeLayout() - Constructor for class com.reportmill.shape.RMShapeLayout
-
- RMShapeMouseEvent - Class in com.reportmill.shape
-
The RMShapeMouseEvent is a subclass of MouseEvent which is sent to an RMShape's mouse listeners.
- RMShapeMouseEvent(RMShape, MouseEvent) - Constructor for class com.reportmill.shape.RMShapeMouseEvent
-
Creates a new shape mouse event.
- RMShapeMouseListener - Interface in com.reportmill.shape
-
A listener for shape mouse events.
- RMShapeMouseListener.Adapter - Class in com.reportmill.shape
-
An adapter class for RMShapeMouseListener.
- RMShapePainter - Interface in com.reportmill.shape
-
This class manages the painting of shapes to a Java2D graphics object.
- RMShapePainterJ2D - Class in com.reportmill.shape
-
This class manages the painting of shapes to a Java2D graphics object.
- RMShapePainterJ2D(Graphics2D) - Constructor for class com.reportmill.shape.RMShapePainterJ2D
-
Creates a new RMShapePainterJ2D.
- RMShapeRSS - Class in com.reportmill.shape
-
A class to hold a shape roll, scale and skew.
- RMShapeRSS() - Constructor for class com.reportmill.shape.RMShapeRSS
-
- RMShapeUtils - Class in com.reportmill.shape
-
Some shape utility methods.
- RMShapeUtils() - Constructor for class com.reportmill.shape.RMShapeUtils
-
- RMShapeUtils.HoverTimer - Class in com.reportmill.shape
-
A Timer subclass.
- RMSharedMap - Class in com.reportmill.shape
-
An inner class to hold less-common attributes.
- RMSharedMap() - Constructor for class com.reportmill.shape.RMSharedMap
-
Creates a new map.
- RMSize - Class in com.reportmill.base
-
This class represents a simple geometric size (width, height).
- RMSize() - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to 0,0.
- RMSize(double, double) - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to the given width and height.
- RMSize(RMSize) - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to the given size.
- RMSize(Dimension) - Constructor for class com.reportmill.base.RMSize
-
Creates a size from a java2D dimension
- RMSize(String) - Constructor for class com.reportmill.base.RMSize
-
Creates a size from a string (assumes comma separated).
- RMSort - Class in com.reportmill.base
-
This class provides a basic description for comparison and sorting with a simple key and order (ascending or
descending).
- RMSort() - Constructor for class com.reportmill.base.RMSort
-
Creates a plain sort with no key.
- RMSort(String) - Constructor for class com.reportmill.base.RMSort
-
Creates a sort with the given key and ORDER_ASCEND.
- RMSort(String, int) - Constructor for class com.reportmill.base.RMSort
-
Creates a sort with the given key and order.
- RMSoundData - Class in com.reportmill.graphics
-
Manages sound data from sound file bytes.
- RMSoundData(Object) - Constructor for class com.reportmill.graphics.RMSoundData
-
Creates a new sound data for given source.
- RMSoundShape - Class in com.reportmill.shape
-
This class represents a sound in a document.
- RMSoundShape() - Constructor for class com.reportmill.shape.RMSoundShape
-
Creates an empty sound shape.
- RMSoundShape(Object) - Constructor for class com.reportmill.shape.RMSoundShape
-
Creates a sound shape from a given source (File, String path, InputStream, byte array, etc.).
- RMSoundShape.RMSoundListener - Interface in com.reportmill.shape
-
A listener interface that can be implemented by anyone that cares.
- RMSpellCheck - Class in com.reportmill.text
-
This class provides provides generic spell check API ideal for RM's needs.
- RMSpellCheck() - Constructor for class com.reportmill.text.RMSpellCheck
-
- RMSpellCheck.Word - Class in com.reportmill.text
-
An inner class to represent a misspelled word.
- RMSpringLayout - Class in com.reportmill.shape
-
Handles code for laying out shape children with springs and struts.
- RMSpringLayout() - Constructor for class com.reportmill.shape.RMSpringLayout
-
- RMSpringShape - Class in com.reportmill.shape
-
A parent shape that does child layout with RMSpringLayout.
- RMSpringShape() - Constructor for class com.reportmill.shape.RMSpringShape
-
Creates a new RMSpringShape.
- RMSQLUtils - Class in com.reportmill.base
-
Utility methods for ResultSet.
- RMSQLUtils() - Constructor for class com.reportmill.base.RMSQLUtils
-
- RMStarShape - Class in com.reportmill.shape
-
An n pointed star.
- RMStarShape() - Constructor for class com.reportmill.shape.RMStarShape
-
- RMStringUtils - Class in com.reportmill.base
-
This class is a collection of convenient static String utils.
- RMStringUtils() - Constructor for class com.reportmill.base.RMStringUtils
-
- RMStroke - Class in com.reportmill.graphics
-
An RMFill subclass specifically designed to describe strokes.
- RMStroke() - Constructor for class com.reportmill.graphics.RMStroke
-
Creates a plain, black stroke.
- RMStroke(RMColor, float) - Constructor for class com.reportmill.graphics.RMStroke
-
Creates a stroke with the given color and line width.
- RMSubreport - Class in com.reportmill.shape
-
A shape to reference another template.
- RMSubreport() - Constructor for class com.reportmill.shape.RMSubreport
-
- RMSwitchShape - Class in com.reportmill.shape
-
This class represents a sophisticated shape that can maintain multiple versions of itself.
- RMSwitchShape() - Constructor for class com.reportmill.shape.RMSwitchShape
-
- RMTable - Class in com.reportmill.shape
-
This RMShape subclass provides functionality to graphically represent a list of data in a ReportMill report.
- RMTable() - Constructor for class com.reportmill.shape.RMTable
-
Creates a plain table.
- RMTable(String) - Constructor for class com.reportmill.shape.RMTable
-
Creates a table with given dataset key (and corresponding default grouping and details row).
- RMTableGroup - Class in com.reportmill.shape
-
This class manages a hierarchy of tables so that multiple tables can be configured to display in the same area
of a given page.
- RMTableGroup() - Constructor for class com.reportmill.shape.RMTableGroup
-
- RMTableOfContents - Class in com.reportmill.base
-
This Hashtable subclass provides page number information for table rows in a generated report for the purpose of
generating a table of contents.
- RMTableOfContents(RMDocument) - Constructor for class com.reportmill.base.RMTableOfContents
-
Creates a new table of contents instance.
- RMTableOfContents.RowGroup - Class in com.reportmill.base
-
An inner class to assist flattening.
- RMTableRow - Class in com.reportmill.shape
-
This class models a table row in a table.
- RMTableRow() - Constructor for class com.reportmill.shape.RMTableRow
-
Creates a plain, unstructured table row.
- RMTableRow(boolean) - Constructor for class com.reportmill.shape.RMTableRow
-
Creates a table row allowing the user to specify whether it should be structured.
- RMTableRow.ColumnResizeMode - Enum in com.reportmill.shape
-
- RMTableRowLayout - Class in com.reportmill.shape
-
A shape layout implementation that handles layout of structured table rows.
- RMTableRowLayout() - Constructor for class com.reportmill.shape.RMTableRowLayout
-
- RMTableRowRPG - Class in com.reportmill.shape
-
Report generation shape for RMTableRow.
- RMTableRowRPG() - Constructor for class com.reportmill.shape.RMTableRowRPG
-
- RMTableRowRPG.Span - Class in com.reportmill.shape
-
A class to represent an interval
- RMTableRowRPG.SpanList - Class in com.reportmill.shape
-
A class to represent a list of spans.
- RMTableRPG - Class in com.reportmill.shape
-
Performs RPG for a table.
- RMTableRPG(ReportOwner, RMTable) - Constructor for class com.reportmill.shape.RMTableRPG
-
Creates a new RMTableRPG for ReportOwner and Table.
- RMText - Class in com.reportmill.shape
-
Deprecated.
- RMText() - Constructor for class com.reportmill.shape.RMText
-
Deprecated.
- RMTextArea - Class in com.reportmill.text
-
A text editor subclass for editing text in a Swing component.
- RMTextArea() - Constructor for class com.reportmill.text.RMTextArea
-
Creates a new text area.
- RMTextEditor - Class in com.reportmill.text
-
This class provides all of the event and drawing code necessary to edit text in the form of an RMXString
(separated from an actual UI Component).
- RMTextEditor() - Constructor for class com.reportmill.text.RMTextEditor
-
Creates a plain text editor.
- RMTextEditor.TextSelection - Class in com.reportmill.text
-
A class to act as text selection.
- RMTextEditorUtils - Class in com.reportmill.text
-
Text editor utils.
- RMTextEditorUtils() - Constructor for class com.reportmill.text.RMTextEditorUtils
-
- RMTextEditorUtils.RMXStringTransferable - Class in com.reportmill.text
-
Transferable implementation for text editor and xstrings.
- RMTextLayout - Class in com.reportmill.text
-
A class to layout text.
- RMTextLayout() - Constructor for class com.reportmill.text.RMTextLayout
-
- RMTextLayoutInPath - Class in com.reportmill.text
-
Performs text layout in a path.
- RMTextLayoutInPath(RMPath) - Constructor for class com.reportmill.text.RMTextLayoutInPath
-
Creates a new RMTextLayoutInPath for given path.
- RMTextLine - Class in com.reportmill.text
-
A class to represent a line of text in a layout.
- RMTextLine() - Constructor for class com.reportmill.text.RMTextLine
-
- RMTextRun - Class in com.reportmill.text
-
Represents a run of characters in a line.
- RMTextRun() - Constructor for class com.reportmill.text.RMTextRun
-
- RMTextSel - Class in com.reportmill.text
-
A class to represent a selection of text.
- RMTextSel(RMTextEditor, int, int) - Constructor for class com.reportmill.text.RMTextSel
-
Creates a new selection.
- RMTextSel(RMTextEditor, int, int, int) - Constructor for class com.reportmill.text.RMTextSel
-
Creates a new selection.
- RMTextShape - Class in com.reportmill.shape
-
This class is an RMShape subclass for handling rich text.
- RMTextShape() - Constructor for class com.reportmill.shape.RMTextShape
-
Creates an empty text instance.
- RMTextShape(RMXString) - Constructor for class com.reportmill.shape.RMTextShape
-
Creates a text instance initialized with the given RMXString.
- RMTextShape(String) - Constructor for class com.reportmill.shape.RMTextShape
-
Creates a text instance initialized with the given plain text String.
- RMTextShapeUtils - Class in com.reportmill.shape
-
Utility methods for some esoteric text functionality.
- RMTextShapeUtils() - Constructor for class com.reportmill.shape.RMTextShapeUtils
-
- RMTextStyle - Class in com.reportmill.text
-
A class to hold style attributes for a text run.
- RMTextStyle(RMXStringRun) - Constructor for class com.reportmill.text.RMTextStyle
-
Creates a new RMTextStyle.
- RMTextTypes - Interface in com.reportmill.text
-
Text constants.
- RMTextTypes.TabType - Enum in com.reportmill.text
-
- RMTextUtils - Class in com.reportmill.text
-
Some utility methods for text processing.
- RMTextUtils() - Constructor for class com.reportmill.text.RMTextUtils
-
- RMTimeline - Class in com.reportmill.graphics
-
An animation object that holds a list of key frames.
- RMTimeline() - Constructor for class com.reportmill.graphics.RMTimeline
-
Creates a new timeline.
- RMTimeline(Object) - Constructor for class com.reportmill.graphics.RMTimeline
-
Creates a new timeline with owner.
- RMTopNSort - Class in com.reportmill.base
-
This is a sort subclass to support sorting objects by their relative position in an array of values.
- RMTopNSort() - Constructor for class com.reportmill.base.RMTopNSort
-
Creates a new value sort.
- RMTopNSort(String, int, int, boolean) - Constructor for class com.reportmill.base.RMTopNSort
-
Creates a new value sort.
- RMTransform - Class in com.reportmill.graphics
-
This class represents a simple 2D transform.
- RMTransform() - Constructor for class com.reportmill.graphics.RMTransform
-
Creates a new identity transform.
- RMTransform(RMTransform) - Constructor for class com.reportmill.graphics.RMTransform
-
Creates a new transform from a given transform.
- RMTransform(double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMTransform
-
Creates a transform initialized to given matrix components.
- RMTransform(double, double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMTransform
-
Create a transform with translation, rotation, and skew.
- RMTransform(double, double, double, double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMTransform
-
Creates a transform with translation and given rotation/skew about a point.
- RMTransform3D - Class in com.reportmill.graphics
-
This class represents a 3D transform.
- RMTransform3D() - Constructor for class com.reportmill.graphics.RMTransform3D
-
Creates a transform3d with the identity matrix.
- RMTypes - Interface in com.reportmill.base
-
Common types.
- RMTypes.Align - Enum in com.reportmill.base
-
- RMTypes.AlignX - Enum in com.reportmill.base
-
- RMTypes.AlignY - Enum in com.reportmill.base
-
- RMUnicode(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the unicode character string for the given unicode value.
- RMUnicodeRange(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the unicode string for the given range of unicode values.
- RMURLUtils - Class in com.reportmill.base
-
Utilities for URL.
- RMURLUtils() - Constructor for class com.reportmill.base.RMURLUtils
-
- RMUtils - Class in com.reportmill.base
-
This class provides a bunch of utility methods for common problems.
- RMUtils() - Constructor for class com.reportmill.base.RMUtils
-
- RMValueSort - Class in com.reportmill.base
-
This is a sort subclass to support sorting objects by their relative position in an array of values.
- RMValueSort(String, List) - Constructor for class com.reportmill.base.RMValueSort
-
Creates a new value sort.
- RMVector - Class in com.reportmill.graphics
-
This class represents a 2D vector.
- RMVector() - Constructor for class com.reportmill.graphics.RMVector
-
Creates a new vector.
- RMVector(double, double) - Constructor for class com.reportmill.graphics.RMVector
-
Creates a new vector.
- RMVector3D - Class in com.reportmill.graphics
-
This class represents a 3D vector.
- RMVector3D(double, double, double) - Constructor for class com.reportmill.graphics.RMVector3D
-
Creates a new vector from the given coords.
- RMVector3D(RMVector3D) - Constructor for class com.reportmill.graphics.RMVector3D
-
Creates a new vector from the given vector.
- RMViewer - Class in com.reportmill.viewer
-
The RMViewer class is a JComponent subclass that can be used in Swing applications to display and/or print an
RMDocument.
- RMViewer() - Constructor for class com.reportmill.viewer.RMViewer
-
Creates a new RMViewer with an empty document in it.
- RMViewer.PhantomPane - Class in com.reportmill.viewer
-
A phantom component that resides in the viewer, that Swing JComponentShapes can attach to, to draw.
- RMViewer.ZoomMode - Enum in com.reportmill.viewer
-
- RMXMLReader - Class in com.reportmill.base
-
This class creates an object graph of collections (Map/List) and core Java types from a given XML source.
- RMXMLReader() - Constructor for class com.reportmill.base.RMXMLReader
-
Creates an uninitialized reader.
- RMXMLWriter - Class in com.reportmill.base
-
This class turns any Java dataset into XML.
- RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
-
- RMXString - Class in com.reportmill.text
-
An RMXString is like a String that lets you apply attributes, like fonts and colors, to character ranges.
- RMXString() - Constructor for class com.reportmill.text.RMXString
-
Creates an empty RMXString.
- RMXString(CharSequence) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String and no attributes.
- RMXString(CharSequence, RMTextStyle) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String with all characters set to the given style.
- RMXString(CharSequence, Object...) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String with all characters set to the given attributes.
- RMXString.CharsChange - Class in com.reportmill.text
-
A property change event for addChars/removeChars.
- RMXString.Outline - Class in com.reportmill.text
-
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
- RMXString.StyleChange - Class in com.reportmill.text
-
A property change event for RMXStringRun.Style change.
- RMXStringRun - Class in com.reportmill.text
-
The Run class represents a range of characters in an xstring that share common attributes.
- RMXStringRun(RMXString) - Constructor for class com.reportmill.text.RMXStringRun
-
Creates a new run.
- RMXStringTransferable(RMXString) - Constructor for class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
-
Creates a new editor clipboard for given xstring.
- RMXStringUtils - Class in com.reportmill.text
-
This class provides a method to perform @key@ substitution on an xstring.
- RMXStringUtils() - Constructor for class com.reportmill.text.RMXStringUtils
-
- roman(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Formats the given object in roman numerals.
- roman(Number) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Formats the given object in roman numerals.
- rotate(double) - Method in interface com.reportmill.graphics.RMPainter
-
- rotate(double) - Method in class com.reportmill.graphics.RMTransform
-
Rotates this transform by given angle in degrees (returns this for convenience).
- rotate(RMVector3D, double) - Method in class com.reportmill.graphics.RMTransform3D
-
Rotate about arbitrary axis.
- rotate(double, double, double) - Method in class com.reportmill.graphics.RMTransform3D
-
Rotate x,y,z with three Euler angles (same as rotateX(rx).rotateY(ry).rotateZ(rz))
- rotate(double) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- rotateX(double) - Method in class com.reportmill.graphics.RMTransform3D
-
Rotate x axis by given degrees.
- rotateY(double) - Method in class com.reportmill.graphics.RMTransform3D
-
Rotate y axis by given degrees.
- rotateZ(double) - Method in class com.reportmill.graphics.RMTransform3D
-
Rotate z axis by given degrees.
- round(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the given double value rounded to the nearest whole number.
- round(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the given double value rounded to given number of decimal places.
- RowGroup(RMShape, Object) - Constructor for class com.reportmill.base.RMTableOfContents.RowGroup
-
Creates a new table of contents entry.
- rpg(RMShape, RMShape) - Method in class com.reportmill.shape.ReportOwner
-
Performs RPG on a given shape.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMCrossTab
-
Sets a reportmill for this crosstab (which really gets the dataset and calls setObjects).
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMCrossTabFrame
-
Override to constrain child crosstab to frame.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMGraph
-
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
- rpgAll(ReportOwner, RMShape, boolean) - Method in class com.reportmill.shape.RMGraph
-
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMLabels
-
Report Generation.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMPage
-
Returns a report page.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMParentShape
-
Generate report with report owner.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMShape
-
Generate report with report owner.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMSubreport
-
Override to setReportMill in subreport shape and install.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMSwitchShape
-
Report generation.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMTable
-
Report generation for table.
- rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMTableGroup
-
Override to set main table to first child table.
- rpgAll(ReportOwner, RMTableRow, RMGroup, String) - Method in class com.reportmill.shape.RMTableRowRPG
-
Generate Report for ReportOwner, RMTableRow and group.
- rpgAll() - Method in class com.reportmill.shape.RMTableRPG
-
Do RPG.
- rpgBindings(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMShape
-
Report generation for URL and bindings.
- rpgClone(ReportOwner, Object, RMShape, boolean) - Method in class com.reportmill.text.RMXString
-
Creates a clone of the receiver, with substitution performed on @-sign delineated keys.
- rpgClone(RMXString, ReportOwner, Object, RMShape, boolean) - Static method in class com.reportmill.text.RMXStringUtils
-
Performs @key@ substitution on an xstring.
- rpgPage(ReportOwner, RMDocument, RMPage, int) - Static method in class com.reportmill.base.RMTableOfContents
-
Re-run report with table of contents.
- rpgShape(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMImageShape
-
Report generation method.
- rtf(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns an xstring by interpreting rtf commands in the given string.
- RULE_GAP_ON_PATH - Static variable in class com.reportmill.graphics.RMDoubleStroke
-
- RULES_CENTERED_ABOUT_PATH - Static variable in class com.reportmill.graphics.RMDoubleStroke
-
- Running(RMGroup, RMGroup, RMGroup) - Constructor for class com.reportmill.base.RMGroup.Running
-
Creates a Running group for parent group and start/end groups on page.
- runZoomPanel() - Method in class com.reportmill.viewer.RMViewer
-
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).
- scale(double) - Method in class com.reportmill.base.RMRect
-
Scales the receiver rect by the given amount.
- scale(double, double) - Method in interface com.reportmill.graphics.RMPainter
-
- scale(double, double) - Method in class com.reportmill.graphics.RMTransform
-
Scales this transform by given scale x and scale y (returns this for convenience).
- scale(double, double) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- ScaledFunc(com.reportmill.base.RMMath.RMFunc) - Constructor for class com.reportmill.graphics.RMCurveFit.ScaledFunc
-
- scaledRect(double) - Method in class com.reportmill.base.RMRect
-
Creates a rect derived from the receiver scaled by the given amount.
- scaleFont(double) - Method in class com.reportmill.text.RMFont
-
Returns a font with the same family as the receiver but with size adjusted by given scale factor.
- scaleFonts(double) - Method in class com.reportmill.shape.RMTextShape
-
Resizes all the font's in text string by given factor.
- scaleFonts(RMXString, float) - Static method in class com.reportmill.text.RMXStringUtils
-
Sets a value to that should be multiplied times all font sizes in this string.
- scaleFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
-
Scales records of the animator owner's children in the range from start to start + length to a given new length.
- scaleRecords(int, float) - Method in class com.reportmill.graphics.RMTimeline
-
This method scales all records from a given start time through a length to a new length.
- selectAll() - Method in class com.reportmill.text.RMTextEditor
-
Selects all the characters in the text editor.
- selectLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
-
Selects the given layer.
- selectLayer(String) - Method in class com.reportmill.shape.RMPage
-
Selects the layer with the given name.
- selectLineEnd() - Method in class com.reportmill.text.RMTextEditor
-
Moves the insertion point to next newline or text end.
- selectLineStart() - Method in class com.reportmill.text.RMTextEditor
-
Moves the insertion point to the beginning of line.
- sendPaintShape(RMShape) - Method in interface com.reportmill.shape.RMShapePainter
-
Paints a child shape.
- sendPaintShape(RMShape) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Paints a child shape.
- sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
-
Overrides shape implementation to keep shapes in their proper layers.
- sendShapesToBack(List) - Method in class com.reportmill.shape.RMPageLayer
-
Moves the shapes specified in the given list to the back of this layer's list of shapes.
- sendShapesToBack(List<RMShape>) - Method in class com.reportmill.shape.RMParentShape
-
Moves the subset of children in the given list to the back of the children list.
- separate(RMXString, String) - Static method in class com.reportmill.text.RMXStringUtils
-
Returns a List of XString substrings of this XString that are separated by the given separator String.
- setAccessPermissions(String, String, int) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets pdf user access restrictions.
- setAlignHeight(double) - Method in class com.reportmill.text.RMTextLayout
-
Bogus!
- setAlignment(RMTypes.Align) - Method in class com.reportmill.shape.RMShape
-
Sets the alignment.
- setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMImageShape
-
Sets the horizontal alignment.
- setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMShape
-
Sets the horizontal alignment.
- setAlignmentX(float) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the horizontal alignment.
- setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMTextShape
-
Sets the align for all chars.
- setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.text.RMTextEditor
-
Sets the alignment for current selection.
- setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMImageShape
-
Sets the vertical alignment.
- setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMShape
-
Sets the vertical alignment.
- setAlignmentY(float) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the vertical alignment.
- setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMTextShape
-
Sets the vertical alignment.
- setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.text.RMTextLayout
-
Sets the vertical alignment of this layout.
- setAlignX(RMTypes.AlignX) - Method in class com.reportmill.text.RMXString
-
Sets the horizontal alignment of the xstring.
- setAnimChild(RMShape) - Method in class com.reportmill.shape.RMAnimPathShape
-
Sets the shape which will be positioned along the path
- setAntialiasing(boolean) - Method in interface com.reportmill.graphics.RMPainter
-
Sets whether antialiasing.
- setAntialiasing(boolean) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets whether antialiasing.
- setArg(Object) - Method in class com.reportmill.graphics.RMInvocation
-
Sets the arg for this invocation.
- setArrowHead(RMLineShape.ArrowHead) - Method in class com.reportmill.shape.RMLineShape
-
Sets the line segment arrow head.
- setAttribute(Object) - Method in class com.reportmill.text.RMXString
-
Applies the given attribute to whole xstring, assuming it's a basic attr types (font, color, etc.).
- setAttribute(Object, int, int) - Method in class com.reportmill.text.RMXString
-
Applies the given attribute to the given character range, assuming it's a basic attr type (font, color, etc.).
- setAttribute(String, Object) - Method in class com.reportmill.text.RMXString
-
Adds a given attribute of given type to the whole string.
- setAttribute(String, Object, int, int) - Method in class com.reportmill.text.RMXString
-
Sets a given attribute to a given value for a given range.
- setAuthor(String) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets the author.
- setAutosizing(String) - Method in class com.reportmill.shape.RMShape
-
Sets the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
- setAxisCount(int) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets the number of increments in the axis.
- setAxisMax(float) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets the axis maximum.
- setAxisMin(float) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets the axis minimum.
- setBar(RMShape) - Method in class com.reportmill.shape.RMGraphSection.Item
-
Sets the bar created for this series value.
- setBar(RMShape) - Method in class com.reportmill.shape.RMGraphSeries.Item
-
Sets the bar created for this series value.
- setBarCount(int) - Method in class com.reportmill.shape.RMGraphPartBars
-
Sets the minimum number of bars for the graph to provide space for in a section.
- setBarGap(float) - Method in class com.reportmill.shape.RMGraphPartBars
-
Sets width of the gap between bars in a set as a fraction of bar width.
- setBestHeight() - Method in class com.reportmill.shape.RMShape
-
Sets the shape to its best height (which is just the current height for most shapes).
- setBestSize() - Method in class com.reportmill.shape.RMShape
-
Sets the shape to its best size.
- setBloat(double) - Method in class com.reportmill.shape.RMStarShape
-
Sets the bloat.
- setBounceParameters(int, double) - Method in class com.reportmill.graphics.RMInterpolator.Bounce
-
Sets the interpolator parameters
numBounces is the number of bounces taken before stopping at the destination.
- setBounds(RMRect) - Method in class com.reportmill.graphics.RMPath
-
Sets the bounds that the path is relative to.
- setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShape
-
Sets X, Y, width and height of shape to dimensions in given rect.
- setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShape
-
Sets X, Y, width and height of shape to given dimensions.
- setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the painting bounds (can be null).
- setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the painting bounds.
- setBounds(int, int, int, int) - Method in class com.reportmill.text.RMTextArea
-
Overrides JComponent method to tell text editor the bounds.
- setBounds(Rectangle2D) - Method in class com.reportmill.text.RMTextEditor
-
Sets the text editor bounds.
- setBounds(double, double, double, double) - Method in class com.reportmill.text.RMTextEditor
-
Sets the text editor bounds.
- setBounds(int, int, int, int) - Method in class com.reportmill.viewer.RMViewer
-
Overrides to update ZoomFactor if dynamic.
- setBreadthLimit(int) - Method in class com.reportmill.base.RMSchemaMaker
-
Sets the maximum number of items to write for lists/array relationships.
- setBreadthLimit(int) - Method in class com.reportmill.base.RMXMLWriter
-
Sets the maximum number of items to write for lists/array relationships.
- setCenter(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
-
Sets the center point of the path.
- setCharSpacing(float) - Method in class com.reportmill.shape.RMTextShape
-
Sets the char spacing for the text string.
- setCharSpacing(float) - Method in class com.reportmill.text.RMTextEditor
-
Returns the character spacing of the current selection or cursor.
- setChild(Object, int) - Method in class com.reportmill.base.RMKeyChain
-
Adds a child to the end of the keychain's child list.
- setChildOrigin(int) - Method in class com.reportmill.shape.RMAnimPathShape
-
Sets child origin.
- setClip(Shape) - Method in interface com.reportmill.graphics.RMPainter
-
- setClip(Shape) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMTextShape
-
Sets whether text should coalesce consecutive newlines in rpgClone.
- setColor(RMColor) - Method in class com.reportmill.graphics.RMFill
-
Sets the color associated with this fill.
- setColor(RMColor) - Method in class com.reportmill.graphics.RMGradientFill
-
Sets color of first stop.
- setColor(Color) - Method in interface com.reportmill.graphics.RMPainter
-
- setColor(RMColor) - Method in class com.reportmill.graphics.RMShadowEffect
-
Sets the color associated with this fill.
- setColor(RMColor) - Method in class com.reportmill.graphics.RMStroke
-
Overrides fill version to clear java 2d stroke.
- setColor(RMScene3D.RMShape3D, RMColor) - Method in class com.reportmill.shape.RMScene3D
-
Sets the color for a 3d shape from a base color.
- setColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the color of the shape.
- setColor(Color) - Method in class com.reportmill.shape.RMShapeImager
-
Sets the background color.
- setColor(Color) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- setColor(RMColor) - Method in class com.reportmill.text.RMTextEditor
-
Sets the color of the current selection or cursor.
- setColors(List) - Method in class com.reportmill.shape.RMGraph
-
Sets the list of colors to be used by this graph.
- setColorStop(int, RMColor, float) - Method in class com.reportmill.graphics.RMGradientFill
-
Sets the color & position of the stop at the given index.
- setColumnCount(int) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the number of columns for this table.
- setColumnCount(int) - Method in class com.reportmill.shape.RMGraphLegend
-
Sets the number of columns in legend.
- setColumnCount(int) - Method in class com.reportmill.shape.RMTable
-
Sets the number of columns that this table should be repeated over on the same page before paginating.
- setColumnSpacing(double) - Method in class com.reportmill.shape.RMTable
-
Sets the space between a table that has more than one column (int printer points).
- setCompress(boolean) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets whether to compress or not.
- setCompress(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should compress images in generated file formats like PDF.
- setContent(RMParentShape) - Method in class com.reportmill.viewer.RMViewer
-
Sets the root shape that is the content of this viewer.
- setContent(Object) - Method in class com.reportmill.viewer.RMViewer
-
Sets the content from any source.
- setCount(int) - Method in class com.reportmill.base.RMTopNSort
-
Sets the count.
- setCreator(String) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets the creator.
- setCurve(RMPoint, RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMBezier
-
Sets the values of the curve.
- setCurve(double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMQuadratic
-
Sets the curve values.
- setCurve(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
-
Sets the curve values.
- setCustomSchema(boolean) - Method in class com.reportmill.base.RMDataSource
-
Sets a schema that may differ from the one stored in an XML file.
- setDashArray(float[]) - Method in class com.reportmill.graphics.RMStroke
-
Sets the dash array for this stroke.
- setDashArrayString(String) - Method in class com.reportmill.graphics.RMStroke
-
Sets the dash array for this stroke from a string.
- setDashPhase(float) - Method in class com.reportmill.graphics.RMStroke
-
Sets the dash phase.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the dataset key.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMGraph
-
Sets the dataset key associated with the graph.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMLabels
-
Sets the dataset key associated with labels.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMPage
-
Sets the dataset key associated with the table.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMTable
-
Sets the dataset key associated with the table.
- setDataSource(RMDataSource) - Method in class com.reportmill.shape.RMDocument
-
Sets the RMDataSource associated with this document.
- setDecimalSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the decimal separator.
- setDefaultColors(List) - Static method in class com.reportmill.shape.RMGraph
-
Sets the default list of colors to be used by any graph without an explicit list of colors.
- setDefaultLocale(Locale) - Static method in class com.reportmill.base.RMNumberFormat
-
Sets the default locale.
- setDefaultViewSettings() - Method in class com.reportmill.shape.RMScene3D
-
Sets some reasonable default view settings.
- setDelay(float) - Method in class com.reportmill.shape.RMNestedDoc
-
Sets the number of seconds the nested doc animation time lags the master document.
- setDelay(float) - Method in class com.reportmill.shape.RMSoundShape
-
Sets the delay after which this sound is supposed to start to play.
- setDeleteVerticalSpansOfHiddenShapes(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether layout deletes vertical spans of hidden shapes.
- setDepth(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the depth of the scene.
- setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.graphics.RMMultipleStopGradient.AngleGradient
-
Sets the transform from user space to device space.
- setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.graphics.RMMultipleStopGradient.DiamondGradient
-
Sets the transform from user space to device space.
- setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.graphics.RMMultipleStopGradient.RadialGradient
-
Sets the transform from user space to device space.
- setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.graphics.RMMultipleStopGradient
-
Sets the transform from user space to device space.
- setDistance(float) - Method in class com.reportmill.shape.RMAnimPathShape
-
Sets distance along path to position children.
- setDraw3D(boolean) - Method in class com.reportmill.shape.RMGraph
-
Sets whether the graph draws in 3D.
- setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMTextShape
-
Sets whether text should always draw at least a light-gray border (useful when editing).
- setDrawsWedge(boolean) - Method in class com.reportmill.shape.RMOvalShape
-
Sets whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
- setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.shape.RMGraphPartPie
-
Sets whether a pie graph draws lines from the wedges to wedge labels.
- setEffect(RMEffect) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setEffect(RMEffect) - Method in class com.reportmill.shape.RMShape
-
Sets the effect for this shape.
- setEnabled(boolean) - Method in class com.reportmill.graphics.RMAnimator
-
Sets whether the animator owner's children should accept changes.
- setEnabled(boolean) - Method in class com.reportmill.graphics.RMEffect
-
Sets whether effect is currently enabled.
- setEnabled(UIEvent.Type, boolean) - Method in class com.reportmill.shape.RMShape
-
Sets whether given event is enabled.
- setEnabled(UIEvent.Type, boolean) - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Sets whether a given type is enabled.
- setEnabledEvents(UIEvent.Type...) - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Sets an array of enabled events.
- setEnabledEventsString(String) - Method in class com.reportmill.shape.RMShapeEventAdapter
-
Sets the events string.
- setEnd(double) - Method in class com.reportmill.graphics.RMBezier
-
Reset this curve's end point to the given parametric location (0-1).
- setEnd(double) - Method in class com.reportmill.graphics.RMLine
-
Reset this curve's end point to the given parametric location (0-1).
- setEndAction(String) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the action to be performed at the end of animation.
- setEnumValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Sets the given value for the given key chain + property.
- setEvent(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
-
Sets the event.
- setExtrusionKey(String) - Method in class com.reportmill.shape.RMGraphPartPie
-
Sets the key used to determine which pie wedges get extruded.
- setFieldOfView(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the field of view of the camera.
- setFill(RMFill) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setFill(RMFill) - Method in class com.reportmill.shape.RMShape
-
Sets the fill for this shape.
- setFillAndStroke(RMScene3D.RMShape3D, RMFill, RMStroke, RMEffect) - Method in class com.reportmill.shape.RMScene3D
-
Sets the fill and stroke of a 3D shape from a 2D shape.
- setFilterKey(String) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the optional key chain expression string used to prune the table list derived from dataset key.
- setFilterKey(String) - Method in class com.reportmill.shape.RMGraph
-
Sets the optional key chain (expression) used to limit the table list derived from dataset key.
- setFilterKey(String) - Method in class com.reportmill.shape.RMTable
-
Sets the optional key chain expression string used to prune the table list derived from dataset key.
- setFirePropertyChangeEnabled(boolean) - Method in class com.reportmill.text.RMXString
-
Sets whether string fires property change events.
- setFocalLength(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the focal length of the camera.
- setFont(Font) - Method in interface com.reportmill.graphics.RMPainter
-
- setFont(RMFont) - Method in class com.reportmill.shape.RMDocument
-
Sets the document default font.
- setFont(RMFont) - Method in class com.reportmill.shape.RMGraphLegend
-
Set current font.
- setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Set current font.
- setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Set current font.
- setFont(RMFont) - Method in class com.reportmill.shape.RMShape
-
Sets the font for the shape.
- setFont(Font) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- setFont(RMFont) - Method in class com.reportmill.shape.RMTextShape
-
Sets the font for all characters.
- setFont(Font) - Method in class com.reportmill.text.RMTextArea
-
Set AWT Font for current selection.
- setFont(RMFont) - Method in class com.reportmill.text.RMTextEditor
-
Sets the font of the current selection or cursor.
- setFontScale(double) - Method in class com.reportmill.text.RMTextArea
-
Convenience - sets text editor font scale.
- setFontScale(double) - Method in class com.reportmill.text.RMTextEditor
-
Sets the scale applied to text when editing.
- setFontScale(double) - Method in class com.reportmill.text.RMTextLayout
-
Sets the font scale of the text layout.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets the format for the shape.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMShape
-
Sets the format for the shape.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMTextShape
-
Sets the format for all characters.
- setFormat(RMFormat) - Method in class com.reportmill.text.RMTextEditor
-
Sets the format of the current selection or cursor, after trying to expand the selection to encompass currently
selected, @-sign delineated key.
- setFormatString(String) - Method in class com.reportmill.base.RMDateFormat
-
Sets the date format string.
- setFormatString(String) - Method in interface com.reportmill.base.RMFormat
-
Sets a format string.
- setFormatString(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the format string for this format.
- setFrame(Rectangle2D) - Method in class com.reportmill.shape.RMShape
-
Sets the bounds of the shape such that it exactly fits in the given parent coord rect.
- setFrame(double, double, double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the bounds of the shape such that it exactly fits in the given parent coord rect.
- setFrameRate(float) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the frame rate for this animator.
- setFrameSize(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the height of the rect that fully encloses the shape in parent coords.
- setFrameX(double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's X such that its bounds rect (in parent coords) has origin at the given X.
- setFrameXY(RMPoint) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's origin such that its bounds rect (in parent coords) has origin at the given point.
- setFrameXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's origin such that its frame (enclosing rect in parent coords) will have the given X and Y.
- setFrameY(double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's Y such that its bounds rect (in parent coords) has origin at the given Y.
- setFrequency(float) - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- setGapDelay(float) - Method in class com.reportmill.shape.RMNestedDoc
-
Sets the number of seconds the nested doc animation will wait between loops.
- setGraphRPG(RMGraphRPG) - Method in interface com.reportmill.shape.RMGraphRPG.GraphShape
-
Sets the RMGraphRPG.
- setGraphRPG(RMGraphRPG) - Method in class com.reportmill.shape.RMGraphRPGBar.BarGraphShape2D
-
Sets the RMGraphRPG.
- setGraphTypeString(String) - Method in class com.reportmill.shape.RMGraph
-
Sets the graph type as a simple string: bar, pie or hbar.
- setGridSpacing(double) - Method in class com.reportmill.shape.RMDocument
-
Sets the grid spacing for the document's grid.
- setGrouper(RMGrouper) - Method in class com.reportmill.shape.RMTable
-
Sets the grouper associated with the table.
- setGrouping(RMGrouping) - Method in class com.reportmill.shape.RMCrossTabCell
-
Sets the grouping.
- setGrowToFit(boolean) - Method in class com.reportmill.shape.RMImageShape
-
Sets whether to grow image to fit available area if shape larger than image.
- setGrowToFit(boolean) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns whether painter should scale painting of shape up to fit bounds
- setHasDetails(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a details.
- setHasHeader(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a header.
- setHasSummary(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a summary.
- setHeaderColCount(int) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the number header columns for table.
- setHeaderRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the number of header rows for table.
- setHeight(double) - Method in class com.reportmill.shape.RMAnimPathShape
-
Overridden to mark the path dirty.
- setHeight(double) - Method in class com.reportmill.shape.RMCrossTabRow
-
Sets the row height.
- setHeight(double) - Method in class com.reportmill.shape.RMLabels
-
Overrides shape method to recalc spacing height.
- setHeight(double) - Method in class com.reportmill.shape.RMLineShape
-
Override to prevent width from going to zero.
- setHeight(double) - Method in class com.reportmill.shape.RMParentShape
-
Override to trigger layout.
- setHeight(double) - Method in class com.reportmill.shape.RMShape
-
Sets the height of the shape.
- setHeight(double) - Method in class com.reportmill.shape.RMTextShape
-
Override to revalidate.
- setHitEdges(Point2D, int) - Method in class com.reportmill.base.RMRect
-
Resets the edges of a rect, given a mask of edges and a new point.
- setHover(String) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setHover(String) - Method in class com.reportmill.shape.RMShape
-
Returns the URL for the shape.
- setHoverTimer(RMShapeUtils.HoverTimer) - Static method in class com.reportmill.shape.RMShapeUtils
-
Sets the hover timer.
- setHyphenated(boolean) - Method in class com.reportmill.text.RMTextRun
-
Sets whether this run has a hyphen at the end.
- setImageData(RMImageData) - Method in class com.reportmill.shape.RMImageShape
-
Sets the image data.
- setImageData(Object) - Method in class com.reportmill.shape.RMImageShape
-
Sets the image data from given source.
- setIncludeAllValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping includes all values.
- setIncludeFields(boolean) - Method in class com.reportmill.base.RMSchemaMaker
-
Sets whether to include fields.
- setIncludeFields(boolean) - Method in class com.reportmill.base.RMXMLWriter
-
Sets whether to include fields.
- setIncludeNewlines(boolean) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets whether to include newline and tab characters.
- setIncludeNewlinesDefault(boolean) - Static method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets whether to include newline and tab characters.
- setIncludeOthers(boolean) - Method in class com.reportmill.base.RMTopNSort
-
Sets whether to include others.
- setIncludeValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether to include values explicitly provided.
- setInputAdapter(RMViewerInputAdapter) - Method in class com.reportmill.viewer.RMViewer
-
Sets the input adapter for the viewer (handles mouse and keyboard input).
- setInputAttribute(String, Object) - Method in class com.reportmill.text.RMTextEditor
-
Sets the attributes that are applied to current selection or newly typed chars.
- setInputParagraph(RMParagraph) - Method in class com.reportmill.text.RMTextEditor
-
Sets the paragraph of the current selection or cursor position.
- setInterpolator(RMInterpolator) - Method in class com.reportmill.graphics.RMKeyValue
-
Sets the interpolator.
- setInterval(int) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the update interval of the animator in milliseconds.
- setIsPolygon(boolean) - Method in class com.reportmill.shape.RMStarShape
-
Sets whether star/polygon is polygon.
- setItemKey(String) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Sets the item key.
- setItemsLayout(RMGraph.ItemLayout) - Method in class com.reportmill.shape.RMGraph
-
Sets the layout of section items.
- setKey(String) - Method in class com.reportmill.base.RMGrouping
-
Sets the grouping key.
- setKey(String) - Method in class com.reportmill.base.RMSort
-
Sets the key for this sort.
- setKey(String) - Method in class com.reportmill.shape.RMImageShape
-
Sets the report key used to load an image if none is provided.
- setKey(String) - Method in class com.reportmill.shape.RMSoundShape
-
Sets the RPG key for this sound shape.
- setLayerState(int) - Method in class com.reportmill.shape.RMPageLayer
-
Returns the state of this layer (locked, visible, invisible).
- setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMParentShape
-
Sets the layout for this shape.
- setLayoutInfo(Object) - Method in class com.reportmill.shape.RMShape
-
Sets an object describing layout parameters of this shape in its parent's layout.
- setLegendText(String) - Method in class com.reportmill.shape.RMGraphLegend
-
Sets the legend text.
- setLicense(String) - Static method in class com.reportmill.base.ReportMill
-
Sets the ReportMill license string for the current user.
- setLicense(String, boolean, boolean) - Static method in class com.reportmill.base.ReportMill
-
Sets the ReportMill license string for the current user (with option to persist).
- setLineGap(float) - Method in class com.reportmill.shape.RMTextShape
-
Sets the line gap for all chars.
- setLineGap(float) - Method in class com.reportmill.text.RMTextEditor
-
Sets the line gap for current selection.
- setLineHeightMax(float) - Method in class com.reportmill.shape.RMTextShape
-
Sets the maximum line height for all chars.
- setLineHeightMax(float) - Method in class com.reportmill.text.RMTextEditor
-
Sets the maximum line height for a line of text (even if font size would dictate higher).
- setLineHeightMin(float) - Method in class com.reportmill.shape.RMTextShape
-
Sets the minimum line height for all chars.
- setLineHeightMin(float) - Method in class com.reportmill.text.RMTextEditor
-
Sets the min line height for current selection.
- setLineSpacing(float) - Method in class com.reportmill.shape.RMTextShape
-
Sets the line spacing for all chars.
- setLineSpacing(float) - Method in class com.reportmill.text.RMTextEditor
-
Sets the line spacing for current selection.
- setLineWrap(boolean) - Method in class com.reportmill.text.RMTextArea
-
Sets whether to wrap lines to pane width.
- setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMTextShape
-
Sets the linked text for this text (if any).
- setLocalCurrencySymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Sets whether local currency symbol is used.
- setLocked(boolean) - Method in class com.reportmill.shape.RMPageLayer
-
Sets whether this layer is editable.
- setLocked(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets the locked state of the shape (really just to prevent location/size changes in the editor).
- setLocked(boolean) - Method in class com.reportmill.text.RMTextLayout
-
Sets whether text layout can add more characters.
- setLocked(boolean) - Method in class com.reportmill.text.RMTextLine
-
Sets whether text layout can add more characters.
- setLocked(boolean) - Method in class com.reportmill.text.RMTextRun
-
Sets whether text layout can add more characters.
- setLoopCount(int) - Method in class com.reportmill.shape.RMSoundShape
-
Returns the number of loops that this sound should play before stopping.
- setLoops(boolean) - Method in class com.reportmill.graphics.RMAnimator
-
Sets whether this animator loops when time hits max time.
- setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Sets the currently selected table.
- setMargin(Insets) - Method in class com.reportmill.shape.RMTextShape
-
Sets margin.
- setMargin(Insets) - Method in class com.reportmill.text.RMTextArea
-
Sets the text margins.
- setMarginRect(RMRect) - Method in class com.reportmill.shape.RMDocument
-
Sets the margin rect for this document.
- setMargins(double, double, double, double) - Method in class com.reportmill.shape.RMDocument
-
Sets the margin rect for this document.
- setMarginString(String) - Method in class com.reportmill.shape.RMTextShape
-
Sets the margin as a string.
- setMaxTime(int) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the max time for this animator.
- setMaxTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the max time in seconds.
- setMinHeight(double) - Method in class com.reportmill.shape.RMShape
-
Sets the shape minimum height.
- setMinSize(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the shape minimum size.
- setMinSplitHeight(double) - Method in class com.reportmill.shape.RMTableRow
-
Sets the minimum distance in points from the top of the row that this row can split.
- setMinSplitRemainderHeight(double) - Method in class com.reportmill.shape.RMTableRow
-
Sets the minimum distance in points from the top of the row that this row can split.
- setMinWidth(double) - Method in class com.reportmill.shape.RMShape
-
Sets the shape minimum width.
- setMorphing(double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
-
Sets the morphing value between the two shapes.
- setMorphing(float) - Method in class com.reportmill.shape.RMMorphShape
-
Sets the morph factor.
- setMoveToBottom(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this row should be moved to the bottom of the table during report generation.
- setName(String) - Method in class com.reportmill.shape.RMPageLayer
-
Sets the layer's name.
- setName(String) - Method in class com.reportmill.shape.RMShape
-
Sets the name for the shape.
- setNeedsLayout(boolean) - Method in class com.reportmill.shape.RMParentShape
-
Sets whether children need to be laid out.
- setNeedsLayout(boolean) - Method in class com.reportmill.text.RMTextLayout
-
Sets whether text needs to perform layout.
- setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Sets whether this format shows negative values in red.
- setNestedDoc(RMDocument) - Method in class com.reportmill.shape.RMNestedDoc
-
Sets the nested document.
- setNullString(String) - Method in class com.reportmill.base.RMDateFormat
-
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
- setNullString(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
- setNullString(String) - Method in class com.reportmill.shape.ReportOwner
-
Sets the string used to represent null values.
- setNullString(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the string used to replace any occurrances of null values in a generated report.
- setNumberOfChildrenToStayWith(int) - Method in class com.reportmill.shape.RMTableRow
-
Sets the number of children this table row needs to be accompanied by, if some children run off page bottom.
- setNumberOfColumns(int) - Method in class com.reportmill.shape.RMLabels
-
Sets the number of columns in the labels block.
- setNumberOfColumns(int) - Method in class com.reportmill.shape.RMTableRow
-
Sets the number of columns in this table row.
- setNumberOfRows(int) - Method in class com.reportmill.shape.RMLabels
-
Sets the number of rows in the labels block.
- setNumPoints(int) - Method in class com.reportmill.shape.RMStarShape
-
Sets the point count.
- setOffsetZ(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the Z offset of the scene (for zooming).
- setOpacity(double) - Method in interface com.reportmill.graphics.RMPainter
-
Sets the opacity.
- setOpacity(float) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setOpacity(float) - Method in class com.reportmill.shape.RMShape
-
Sets the opacity of the shape (1 for opaque, 0 for transparent).
- setOpacity(double) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the opacity.
- setOrder(int) - Method in class com.reportmill.base.RMSort
-
Sets the order for this sort.
- setOrderString(String) - Method in class com.reportmill.base.RMSort
-
Sets the order as a string.
- setOrigin(double, double) - Method in class com.reportmill.base.RMRect
-
Sets the origin of the rect.
- setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMShape
-
Sets the outline for the shape.
- setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMTextShape
-
Sets the Outline for all characters.
- setOutline(RMXString.Outline) - Method in class com.reportmill.text.RMTextEditor
-
Sets whether current selection is outlined.
- setOverlap(boolean) - Method in class com.reportmill.shape.RMSoundShape
-
Returns whether this sound should overlap other sounds.
- setOwner(RMParentShape) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the owner of the animator.
- setOwner(Object) - Method in class com.reportmill.graphics.RMTimeline
-
Sets the timeline owner.
- setPad(boolean) - Method in class com.reportmill.base.RMTopNSort
-
Sets whether to pad to top N value.
- setPadding(int) - Method in class com.reportmill.shape.RMImageShape
-
Sets the padding.
- setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
-
Returns the index of the grouping in the grouper at which an explicit.
- setPageBreakKey(String) - Method in class com.reportmill.shape.RMTableRow
-
Sets the key used to determine whether row should force a page break.
- setPageEndGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
-
Sets the child group for the most recent page end.
- setPageIndex(int) - Method in class com.reportmill.shape.RMImageShape
-
Sets the page index.
- setPageLayout(RMDocument.PageLayout) - Method in class com.reportmill.shape.RMDocument
-
Sets the page layout for the document.
- setPageLayout(String) - Method in class com.reportmill.shape.RMDocument
-
Set page layout from string.
- setPageReferenceShapes(List) - Method in class com.reportmill.shape.ReportOwner
-
Sets the list of page reference shapes.
- setPageSize(double, double) - Method in class com.reportmill.shape.RMDocument
-
Sets the size of the document (and all of its pages).
- setPageStartGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
-
Sets the child group for the most recent page start.
- setPaginate(boolean) - Method in class com.reportmill.shape.ReportOwner
-
Sets whether this reportmill paginates.
- setPaginate(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should paginate generated reports by default.
- setPaint(Paint) - Method in interface com.reportmill.graphics.RMPainter
-
- setPaint(Paint) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- setPaintBackground(boolean) - Method in class com.reportmill.shape.RMPage
-
Sets whether to paint white background even if not explicitly defined and drop shadow.
- setPaintColor(Color) - Method in class com.reportmill.graphics.RMPaintbot
-
Sets the paint color for path operations.
- SetPaintColor(Color) - Constructor for class com.reportmill.graphics.RMPaintbot.SetPaintColor
-
Creates a new SetPaintColor operation.
- setPaintColor(Color) - Method in class com.reportmill.shape.RMPainterShape
-
Sets the paint color for path operations.
- setPaintFrameRate(boolean) - Method in class com.reportmill.viewer.RMViewer
-
Sets whether we paint frame rate.
- setPaintSpeed(double) - Method in class com.reportmill.graphics.RMPaintbot
-
Sets the paint speed for path operations.
- SetPaintSpeed(double) - Constructor for class com.reportmill.graphics.RMPaintbot.SetPaintSpeed
-
Create new set painting speed operation.
- setPaintSpeed(float) - Method in class com.reportmill.shape.RMPainterShape
-
Sets the paint speed for path operations.
- setPaintStrokeWidth(double) - Method in class com.reportmill.graphics.RMPaintbot
-
Sets the paint stroke width for path operations.
- setPaintStrokeWidth(float) - Method in class com.reportmill.shape.RMPainterShape
-
Sets the paint stroke width for path operations.
- setParagraph(RMParagraph, int, int) - Method in class com.reportmill.text.RMXString
-
Sets the paragraph for the given character index range.
- setParent(RMGroup) - Method in class com.reportmill.base.RMGroup
-
Sets the parent for this group.
- setParent(RMInterpolator) - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMLinkedText
-
Overrides shape method to rewire linked text linked list.
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMNestedDoc
-
Overrides shape method to register this with animator listener, so nested doc can update child timeline.
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMPainterShape
-
Override to make sure there is a child animator.
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMShape
-
Sets the parent of this shape (called automatically by addChild()).
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMShapeLayout
-
Sets the parent for this layout.
- setParent(RMParentShape) - Method in class com.reportmill.shape.RMSpringLayout
-
Override to send to SnapLayout.
- setPath(RMPath) - Method in class com.reportmill.shape.RMAnimPathShape
-
Overridden to mark the path dirty
- setPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
-
Sets the path for this polygon shape.
- setPath(RMPath) - Method in class com.reportmill.text.RMTextLayoutInPath
-
Sets the path that the text should wrap to.
- setPath3D(RMPath3D) - Method in class com.reportmill.shape.RMScene3D.RMShape3D
-
Sets the path3d for this shape.
- setPathShape(RMShape) - Method in class com.reportmill.shape.RMTextShape
-
Sets the shape that provides the path for this text to wrap text to.
- setPercentSymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Returns whether percent symbol is used.
- setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMTextShape
-
Sets whether text should wrap around other shapes that cause wrap.
- setPhase(float) - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- setPitch(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the rotation about the X axis in degrees.
- setPlaying(boolean) - Method in class com.reportmill.shape.RMSoundShape
-
Sets whether or not this sound is currently playing.
- setPlexing(RMPage.Plexing) - Method in class com.reportmill.shape.RMPage
-
Sets the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
- setPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Sets the path point at the given index to the given point.
- setPointStructured(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Resets the point at the given index to the given point, while preserving something.
- setPosition(RMGraphPartSeries.LabelPos) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Sets the value label position (top, middle, bottom, outside).
- setPrefHeight(double) - Method in class com.reportmill.shape.RMShape
-
Sets the shape preferred height.
- setPrefWidth(double) - Method in class com.reportmill.shape.RMShape
-
Sets the shape preferred width.
- setPreserveRatio(boolean) - Method in class com.reportmill.shape.RMImageShape
-
Sets whether to preserve the natural width to height ratio of image.
- setPreservesOrientation(boolean) - Method in class com.reportmill.shape.RMAnimPathShape
-
Sets whether the children's rotation should get adjusted as they move along the path.
- setPreviousText(RMTextShape) - Method in class com.reportmill.shape.RMLinkedText
-
Sets the text that this text is linked from.
- setPrintEvenIfGroupIsEmpty(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
- setPrinting(boolean) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets whether shape painting is really printing.
- setPseudo3D(boolean) - Method in class com.reportmill.shape.RMScene3D
-
Sets whether scene is rendered in pseudo 3d.
- setPseudoSkewX(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the skew angle for X by Z.
- setPseudoSkewY(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the skew angle for Y by Z.
- setPublishUrl(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the URL this document should be uploaded to.
- setRadius(float) - Method in class com.reportmill.shape.RMRectShape
-
Sets the rounding radius for the rectangle.
- setRadius(float) - Method in class com.reportmill.shape.RMTextShape
-
Overrides rectangle implementation to potentially clear path shape.
- setReprintHeaderRows(boolean) - Method in class com.reportmill.shape.RMCrossTabFrame
-
Sets whether a paginating table will reprint header rows.
- setReprintWhenWrapped(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this row is reprinted on a new page when it's children cross a page boundary.
- setResetTimeOnStop(boolean) - Method in class com.reportmill.graphics.RMAnimator
-
Sets whether the time is reset to start value when animator stops.
- setRoll(double) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setRoll(double) - Method in class com.reportmill.shape.RMShape
-
Sets the roll of the shape.
- setRoll3D(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the rotation about the Z axis in degrees.
- setRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
-
Sets the number of rows.
- setSamples(double[], double[]) - Method in class com.reportmill.graphics.RMCurveFit.NevilleFunc
-
- setScale(double) - Method in class com.reportmill.shape.RMShapeImager
-
Sets the scale.
- setScale(float) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Sets the default scale.
- setScaleFactor(float) - Method in class com.reportmill.shape.RMNestedDoc
-
Sets the relative speed of the nested docs animation relative to the master document.
- setScaleX(double) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the X axis of the shape.
- setScaleXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the X and Y axis.
- setScaleY(double) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the Y axis of the shape.
- setScopeTime(Integer) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the key-frame time that new anim records should be made from.
- setSectionLayout(RMGraph.SectionLayout) - Method in class com.reportmill.shape.RMGraph
-
Sets the layout of series values.
- setSel(int) - Method in class com.reportmill.text.RMTextArea
-
Sets the character index of the text cursor.
- setSel(int, int) - Method in class com.reportmill.text.RMTextArea
-
Sets the character index of the start and end of the text selection.
- setSel(int) - Method in class com.reportmill.text.RMTextEditor
-
Sets the character index of the text cursor.
- setSel(int, int) - Method in class com.reportmill.text.RMTextEditor
-
Sets the character index of the start and end of the text selection.
- setSel(int, int, int) - Method in class com.reportmill.text.RMTextEditor
-
Sets the character index of the start and end of the text selection.
- setSelectedGroupingIndex(int) - Method in class com.reportmill.base.RMGrouper
-
Sets the currently selected grouping by index (for editing, mostly).
- setSelectedIndex(int) - Method in class com.reportmill.shape.RMDocument
-
Selects the currently selected page by index.
- setSelectedPage(RMPage) - Method in class com.reportmill.shape.RMDocument
-
Selects the given page.
- setSelectedPageIndex(int) - Method in class com.reportmill.shape.RMNestedDoc
-
Sets the selected page index for the nested doc.
- setSelectedPageIndex(int) - Method in class com.reportmill.viewer.RMViewer
-
Sets the page of viewer's document that is visible (by index).
- setSelectedPageNotify() - Method in class com.reportmill.viewer.RMViewer.PhantomPane
-
Called when viewer changes selected page.
- setSelectedSortIndex(int) - Method in class com.reportmill.base.RMGrouping
-
Sets the currently selected grouping's currently selected sort (for editing, mostly).
- setSelection() - Method in class com.reportmill.text.RMTextEditor.TextSelection
-
- setSetGap(float) - Method in class com.reportmill.shape.RMGraphPartBars
-
Sets the width of the gap between sets as a fraction of chart area.
- setShapeRepaintEnabled(boolean) - Method in class com.reportmill.viewer.RMViewer
-
Sets whether changes to shapes cause repaints.
- setShiftShapesBelowHiddenShapesUp(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether to shift shapes below hidden shapes up.
- setShowAxisLabels(boolean) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Sets whether the graph shows axis labels.
- setShowAxisLabels(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets whether the graph draws axis labels.
- setShowBorders(boolean, boolean, boolean, boolean) - Method in class com.reportmill.shape.RMCrossTabCell
-
Convenience method to set all borders at once
- setShowBottom(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
-
Sets whether to show bottom border.
- setShowBottomBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
-
Sets whether cell shows bottom border.
- setShowGrid(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should show an alignment grid.
- setShowGridLines(boolean) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
-
Sets whether the graph shows grid lines between label axis sections.
- setShowLeft(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
-
Sets whether to show left border.
- setShowLeftBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
-
Sets whether cell shows left border.
- setShowLegend(boolean) - Method in class com.reportmill.shape.RMGraph
-
Sets whether the graph shows a legend.
- setShowMajorGrid(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets whether the graph draws the major axis.
- setShowMargin(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should show a margin rect.
- setShowMinorGrid(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
-
Sets whether the graph draws the minor axis.
- setShowRight(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
-
Sets whether to show right border.
- setShowRightBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
-
Sets whether cell shows right border.
- setShowTop(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
-
Sets whether to show top border.
- setShowTopBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
-
Sets whether cell shows top border.
- setShrinkToFit(boolean) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
Returns whether painter should scale painting of shape down to fit bounds
- setSize(RMSize) - Method in class com.reportmill.shape.RMShape
-
Sets the size of the shape.
- setSize(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the size of the shape.
- setSkewX(double) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the X axis of the shape.
- setSkewXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the X and Y axis.
- setSkewY(double) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the Y axis of the shape.
- setSnapGrid(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should snap to an alignment grid.
- setSnapMargin(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should snap to a margin rect.
- setSortOnValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether to sort on values explicitly provided.
- setSoundData(RMSoundData) - Method in class com.reportmill.shape.RMSoundShape
-
Sets the sound data for this sound shape.
- setSource(Object) - Method in class com.reportmill.shape.RMSoundShape
-
Sets the source of the sound (File, String path, InputStream, byte array, etc.).
- setSourceURL(WebURL) - Method in class com.reportmill.shape.RMParentShape
-
Sets the Source URL.
- setSpacingHeight(double) - Method in class com.reportmill.shape.RMLabels
-
Sets the spacing between labels vertically.
- setSpacingWidth(double) - Method in class com.reportmill.shape.RMLabels
-
Sets the spacing between labels horizontally.
- setSpacingX(double) - Method in class com.reportmill.shape.RMFlowShape
-
Sets the horizontal spacing between children.
- setSpacingY(double) - Method in class com.reportmill.shape.RMFlowShape
-
Sets the vertical spacing between children.
- setStart(double) - Method in class com.reportmill.graphics.RMBezier
-
Reset this curve's start point to the given parametric location (0-1).
- setStart(double) - Method in class com.reportmill.graphics.RMLine
-
Reset this curve's start point to the given parametric location (0-1).
- setStart(int) - Method in class com.reportmill.text.RMTextLayout
-
Sets the start char index of the layout in XString.
- setStartAngle(float) - Method in class com.reportmill.shape.RMOvalShape
-
Sets the start angle for the oval.
- setStartAngle(double) - Method in class com.reportmill.shape.RMStarShape
-
- setStartingPageBreak(boolean) - Method in class com.reportmill.shape.RMTable
-
Sets whether this table should always start on a new page (if in table group).
- setStarType(int) - Method in class com.reportmill.shape.RMStarShape
-
Sets star/polygon type.
- setStops(List<RMGradientFill.ColorStop>) - Method in class com.reportmill.graphics.RMGradientFill
-
Resets all the stops from the new list.
- setStroke(Stroke) - Method in interface com.reportmill.graphics.RMPainter
-
- setStroke(RMStroke) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setStroke(RMStroke) - Method in class com.reportmill.shape.RMLineShape
-
Override to handle arrow heads special.
- setStroke(RMStroke) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke for this shape, with an option to turn on drawsStroke.
- setStroke(Stroke) - Method in class com.reportmill.shape.RMShapePainterJ2D
-
- setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMLineShape
-
Override to handle arrow heads special.
- setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke color of the shape.
- SetStrokeWidth(double) - Constructor for class com.reportmill.graphics.RMPaintbot.SetStrokeWidth
-
Creates a new SetStrokeWidth operation.
- setStrokeWidth(float) - Method in class com.reportmill.shape.RMLineShape
-
Override to handle arrow heads special.
- setStrokeWidth(float) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke width of the shape's stroke in printer points.
- setStructured(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this table row should be structured.
- setStyle(RMTextStyle, int, int) - Method in class com.reportmill.text.RMXString
-
Sets the text style for given range.
- setSubreportName(String) - Method in class com.reportmill.shape.RMSubreport
-
Sets the subreport name.
- setSubscript() - Method in class com.reportmill.text.RMTextEditor
-
Sets current selection to subscript.
- setSuperscript() - Method in class com.reportmill.text.RMTextEditor
-
Sets current selection to superscript.
- setSweepAngle(float) - Method in class com.reportmill.shape.RMOvalShape
-
Sets the sweep angle for the oval.
- setSyncStructureWithAlternates(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether table row should synchronize the column widths of alternate versions.
- setSyncStructureWithRowAbove(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether table row should synchronize the column widths of the row immediately above it.
- setTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
-
Sets the tab stops.
- setText(String) - Method in class com.reportmill.shape.RMTextShape
-
Replaces the current text associated with this RMText with the given String.
- setText(String) - Method in class com.reportmill.text.RMTextArea
-
Set text string of text editor.
- setText(String) - Method in class com.reportmill.text.RMXString
-
Sets the simple String represented by this RMXString.
- setTextColor(RMColor) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setTextColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the text color for the shape.
- setTextColor(RMColor) - Method in class com.reportmill.shape.RMTextShape
-
Sets the color of the characters in the XString associated with this RMText.
- setTextEditor(RMTextEditor) - Method in class com.reportmill.text.RMTextArea
-
Sets the text editor associated with this text area.
- setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the thousands separator.
- setTime(int) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the current time of the animator (clamped to maxTime), tells owner to setTime as well.
- setTime(int, int) - Method in class com.reportmill.graphics.RMKeyValueList
-
Sets the time based on key-value-time entries.
- setTime(int) - Method in class com.reportmill.graphics.RMTimeline
-
Sets the current time of the timeline (in milliseconds).
- setTime(int) - Method in class com.reportmill.shape.RMPainterShape
-
Override to trigger act.
- setTime(int) - Method in class com.reportmill.shape.RMShape
-
Tells the shape's timeline to update the shape to the given time in milliseconds.
- setTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
-
Sets the time in seconds.
- setTimeZone(RMShape, TimeZone) - Static method in class com.reportmill.base.RMExtras
-
Sets the time zone for a document.
- setTitle(String) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Sets the title of the series.
- setTitle(String) - Method in class com.reportmill.shape.RMTableRow
-
Sets the title for this table row.
- setTitleForChild(String, String) - Method in class com.reportmill.shape.RMTable
-
Sets title for child of given name to new name.
- setTopNOthers(boolean) - Method in class com.reportmill.base.RMGroup
-
Sets whether this group is made up of the remainders from a TopN sort.
- setTopNSort(RMTopNSort) - Method in class com.reportmill.base.RMGrouping
-
Sets the top N sort for the grouping.
- setType(RMInterpolator.Periodic.PeriodType) - Method in class com.reportmill.graphics.RMInterpolator.Periodic
-
- setType(RMGraph.Type) - Method in class com.reportmill.shape.RMGraph
-
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
- setUnderlined(boolean) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setUnderlined(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets the shape to underline.
- setUnderlined(boolean) - Method in class com.reportmill.shape.RMTextShape
-
Sets all chars to be underlined.
- setUnderlined(boolean) - Method in class com.reportmill.text.RMTextEditor
-
Sets whether current selection is underlined.
- setUnderlined(boolean) - Method in class com.reportmill.text.RMXString
-
Sets the xstring to be underlined.
- setUnit(RMDocument.Unit) - Method in class com.reportmill.shape.RMDocument
-
Sets the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
- setUnit(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the units used to express sizes in the current document with one of the strings: point, inch or cm.
- setUnmodifiable(String) - Method in class com.reportmill.pdf.writer.RMPDFWriter
-
Set the access permissions on the file such that the document can be opened by anyone, but the user cannot
modify the document in any way.
- setURL(String) - Method in class com.reportmill.shape.RMGraphPartSeries
-
Override to handle proxy.
- setURL(String) - Method in class com.reportmill.shape.RMShape
-
Returns the URL for the shape.
- setUseFractionalMetrics(boolean) - Method in class com.reportmill.text.RMTextLayout
-
Sets whether to use fractional character metrics.
- setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMSchemaMaker
-
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMXMLWriter
-
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- setValue(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Sets the given value for the given key chain + property.
- setValue(Object, RMKeyChain, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Sets the given value for the given key chain + property.
- setValueSafe(Object, String, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Sets the value but only prints a warning if it fails.
- setValueSilent(Object, String, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Tries to set value in given object, ignoring failure exceptions.
- setValuesString(String) - Method in class com.reportmill.base.RMGrouping
-
Sets the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
- setVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Sets the currently selected version of the switch shape to given version name.
- setVersionKey(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Sets the version key used to get the version used in a report.
- setViewerPreferencesDefault(Map<String, String>) - Static method in class com.reportmill.pdf.writer.RMPDFWriter
-
Sets default viewer preferences map.
- setVisible(boolean) - Method in class com.reportmill.shape.RMPageLayer
-
Sets whether this layer is to be drawn.
- setVisible(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets whether this shape is visible.
- setWidth(float) - Method in class com.reportmill.graphics.RMStroke
-
Sets the line width of this stroke.
- setWidth(double) - Method in class com.reportmill.shape.RMAnimPathShape
-
Overridden to mark the path dirty.
- setWidth(double) - Method in class com.reportmill.shape.RMCrossTabCol
-
Sets the width of this column.
- setWidth(double) - Method in class com.reportmill.shape.RMLabels
-
Overrides shape method to recalc spacing width.
- setWidth(double) - Method in class com.reportmill.shape.RMLineShape
-
Override to prevent width from going to zero.
- setWidth(double) - Method in class com.reportmill.shape.RMParentShape
-
Override to trigger layout.
- setWidth(double) - Method in class com.reportmill.shape.RMShape
-
Sets the width of the shape.
- setWidth(double) - Method in class com.reportmill.shape.RMSwitchShape
-
Overrides standard shape method to resize alternates.
- setWidth(double) - Method in class com.reportmill.shape.RMTextShape
-
Override to revalidate.
- setWindingRule(byte) - Method in class com.reportmill.graphics.RMPath
-
Sets the winding rule which describes how inner path perimeters are filled and clipped.
- setWraps(boolean) - Method in class com.reportmill.shape.RMFlowShape
-
Sets whether to wrap children to bounds of parent.
- setWraps(byte) - Method in class com.reportmill.shape.RMTextShape
-
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
- setX(double) - Method in class com.reportmill.shape.RMShape
-
Sets the X location of the shape.
- setXString(RMXString) - Method in class com.reportmill.shape.RMTextShape
-
Sets the XString associated with this RMText.
- setXString(RMXString) - Method in class com.reportmill.text.RMTextArea
-
Convenience - sets text editor string.
- setXString(RMXString) - Method in class com.reportmill.text.RMTextEditor
-
Sets the xstring that is to be edited.
- setXString(RMXString) - Method in class com.reportmill.text.RMTextLayout
-
Sets the RMXString.
- setXY(Point2D) - Method in class com.reportmill.shape.RMShape
-
Sets the X and Y location of the shape to the given point (convenience).
- setXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the X and Y location of the shape to the given point (convenience).
- setXYP(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the origin point of the shape to the given X and Y in parent's coords.
- setY(double) - Method in class com.reportmill.shape.RMShape
-
Sets the Y location of the shape.
- setYaw(double) - Method in class com.reportmill.shape.RMScene3D
-
Sets the rotation about the Y axis in degrees.
- setZoomFactor(float) - Method in class com.reportmill.viewer.RMViewer
-
Sets the viewer's zoom factor (1 for 100%).
- setZoomMode(RMViewer.ZoomMode) - Method in class com.reportmill.viewer.RMViewer
-
Sets the ZoomMode.
- setZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
-
Sets the zoom to fit factor, based on the current zoom mode.
- ShapeList() - Constructor for class com.reportmill.shape.ReportOwner.ShapeList
-
- shift(int) - Method in class com.reportmill.text.RMXStringRun
-
Shifts run by given amound.
- shiftFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
-
Shifts records of animator owner's children from the given from-time on, by the given by-time.
- shiftRecords(int, int) - Method in class com.reportmill.graphics.RMTimeline
-
This method shifts key frame values at or beyond a given time by the given amount.
- shiftShapesBelowHiddenRect(List<RMShape>, RMRect) - Method in class com.reportmill.shape.RMTableRowRPG
-
Shifts shapes below hidden rect up.
- shiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMTableRowRPG
-
Shifts shapes below hidden shapes up.
- shouldRecurse(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
-
Returns whether given list should be recursed into for aggregate calculations.
- showCursor() - Method in class com.reportmill.text.RMTextArea
-
Shows the cursor.
- skew(double, double) - Method in class com.reportmill.graphics.RMTransform
-
Skews this transform by given skew x and skew y angles in degrees (returns this for convenience).
- skew(double, double) - Method in class com.reportmill.graphics.RMTransform3D
-
Skew by the given degrees.
- smartFindFormatRange(RMTextEditor) - Static method in class com.reportmill.text.RMTextEditorUtils
-
This method returns the range of the @-sign delinated key closest to the current selection (or null if not found).
- sort(List, String) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given key.
- sort(List, RMSort) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given sort.
- sort(List, String...) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given key.
- sort(List, RMSort...) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given sort.
- sort(List, List) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given list of sorts.
- sortBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
-
Sorts by sorts in given grouping.
- sortBy(List) - Method in class com.reportmill.base.RMGroup
-
Sorts the group by the sorts in the given list.
- sortedList(Collection<T>) - Static method in class com.reportmill.base.RMSort
-
Returns a new sorted list from given collection.
- sortedList(Collection<T>, String) - Static method in class com.reportmill.base.RMSort
-
Returns a new list from the given list sorted by the given key.
- sortedList(Collection<T>, String...) - Static method in class com.reportmill.base.RMSort
-
Returns a new list from the given list sorted by the given key.
- soundStopped(RMSoundShape) - Method in interface com.reportmill.shape.RMSoundShape.RMSoundListener
-
- Span(double, double) - Constructor for class com.reportmill.shape.RMTableRowRPG.Span
-
Creates a new span.
- SpanList() - Constructor for class com.reportmill.shape.RMTableRowRPG.SpanList
-
- split(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns an array of strings by splitting given string with given regex separator.
- split(int) - Method in class com.reportmill.text.RMXStringRun
-
Splits the run at the given index and returns a run containing the remaining characters (and identical attributes).
- splitCell(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTab
-
Splits a cell.
- squareRectInRect() - Method in class com.reportmill.base.RMRect
-
Creates a rect representing the largest square inside rect.
- STAR - Static variable in class com.reportmill.shape.RMStarShape
-
- start - Variable in class com.reportmill.graphics.RMCurveFit.Piece
-
- start - Variable in class com.reportmill.text.RMTextEditor.TextSelection
-
- start() - Method in class com.reportmill.text.RMXStringRun
-
Returns the start character index for this run.
- startFontLoadingInBackground() - Static method in class com.reportmill.text.RMFontUtils
-
Starts loading fonts in the background and returns.
- startsWith(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns true if given object string starts with given string.
- startsWith(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns whether given string starts with other given string (category method).
- StateInvisible - Static variable in class com.reportmill.shape.RMPageLayer
-
- StateLocked - Static variable in class com.reportmill.shape.RMPageLayer
-
- StateVisible - Static variable in class com.reportmill.shape.RMPageLayer
-
- stop() - Method in class com.reportmill.graphics.RMAnimator
-
Disables the Swing timer to stop automatically incrementing the animator's time.
- stop() - Method in class com.reportmill.viewer.RMViewer
-
Stops any animation viewer might have.
- stringAdvance(String) - Method in class com.reportmill.text.RMFont
-
Returns the horizontal distance spanned by the given string when rendered in this font.
- strokeWidth - Variable in class com.reportmill.graphics.RMPaintbot.SetStrokeWidth
-
- Studio(String, float) - Constructor for class com.reportmill.base.RMExtras.Studio
-
- StyleChange(Object, Object, int, int) - Constructor for class com.reportmill.text.RMXString.StyleChange
-
- subchain(int) - Method in class com.reportmill.base.RMKeyChain
-
Override to give list chance to implement this.
- subdivide(RMBezier, RMBezier, double) - Method in class com.reportmill.graphics.RMBezier
-
Returns a bezier curve from this curve's start point to the given parametric location (0-1).
- subdivide(RMQuadratic, RMQuadratic) - Method in class com.reportmill.graphics.RMQuadratic
-
Subdivides this curve into the given left and right curves.
- subgroup(int, int) - Method in class com.reportmill.base.RMGroup
-
Returns a subset of this group from start index, inclusive, to end index, exclusive.
- subgroup(RMGroup, RMGroup) - Method in class com.reportmill.base.RMGroup
-
Returns a subset of this group, running deep, which only includes the subset of the tree starting at startGroup
and ending at (but not including) endGroup.
- subSequence(int, int) - Method in class com.reportmill.text.RMTextEditor
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class com.reportmill.text.RMTextLayout
-
Returns a new char sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class com.reportmill.text.RMTextLine
-
Returns a new char sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class com.reportmill.text.RMTextRun
-
Returns a new char sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class com.reportmill.text.RMXString
-
Returns a subsequence.
- subSequence(int, int) - Method in class com.reportmill.text.RMXStringRun
-
CharSequence method return character sequence for range.
- substring(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the substring of the given string from the given index onward.
- substring(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns the substring of the given string in the given start/end range.
- substring(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns substring of given string from given start index (category method).
- substring(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
-
Returns substring of given string from given start index to given end index (category method).
- substring(int) - Method in class com.reportmill.text.RMXString
-
Returns an XString for given char range.
- substring(int, int) - Method in class com.reportmill.text.RMXString
-
Returns an XString for given char range.
- subtract(RMPoint) - Method in class com.reportmill.base.RMPoint
-
Subtracts the given point from this point.
- superSelectable() - Method in class com.reportmill.shape.RMDocument
-
Editor method indicates that document is super selectable.
- superSelectable() - Method in class com.reportmill.shape.RMNestedDoc
-
Editor method - indicates that nested doc is super-selectable.
- superSelectable() - Method in class com.reportmill.shape.RMPage
-
Editor method - indicates that pages can be super-selected.
- superSelectable() - Method in class com.reportmill.shape.RMPolygonShape
-
Editor method - indicates that this shape can be super selected.
- superSelectable() - Method in class com.reportmill.shape.RMShape
-
Editor method - indicates whether this shape can be super selected.
- superSelectable() - Method in class com.reportmill.shape.RMSwitchShape
-
Editor method - specifies that switch shape is super selectable.
- superSelectable() - Method in class com.reportmill.shape.RMTableRowRPG
-
Override to make selectable.
- superSelectable() - Method in class com.reportmill.shape.RMTableRPG
-
Override to make selectable.
- superSelectable() - Method in class com.reportmill.shape.RMTextShape
-
Editor method - indicates that this shape can be super selected.
- syncStructureWithShape(RMParentShape) - Method in class com.reportmill.shape.RMTableRow
-
The syncStructureWithShape() method sync's the column widths of receiver to those of given shape.