ReportMill 8.0 API
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _

A

ALIGN_BOTTOM - Static variable in class com.reportmill.shape.RMText
 
ALIGN_CENTER - Static variable in class com.reportmill.shape.RMText
 
ALIGN_CENTER - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_FULL - Static variable in class com.reportmill.shape.RMText
 
ALIGN_FULL - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_LEFT - Static variable in class com.reportmill.shape.RMText
 
ALIGN_LEFT - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_MIDDLE - Static variable in class com.reportmill.shape.RMText
 
ALIGN_RIGHT - Static variable in class com.reportmill.shape.RMText
 
ALIGN_RIGHT - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_TOP - Static variable in class com.reportmill.shape.RMText
 
ATTRIBUTE_FILL_STYLE - Static variable in class com.reportmill.graphics.RMImageFill
 
ATTRIBUTE_ROLL - Static variable in class com.reportmill.graphics.RMImageFill
 
ATTRIBUTE_SCALE_X - Static variable in class com.reportmill.graphics.RMImageFill
 
ATTRIBUTE_SCALE_Y - Static variable in class com.reportmill.graphics.RMImageFill
 
ATTRIBUTE_X - Static variable in class com.reportmill.graphics.RMImageFill
 
ATTRIBUTE_Y - Static variable in class com.reportmill.graphics.RMImageFill
 
Add - Static variable in class com.reportmill.base.RMKeyChain
 
And - Static variable in class com.reportmill.base.RMKeyChain
 
ArgList - Static variable in class com.reportmill.base.RMKeyChain
 
ArrayIndex - Static variable in class com.reportmill.base.RMKeyChain
 
Assignment - Static variable in class com.reportmill.base.RMKeyChain
 
abs() - Method in class com.reportmill.base.RMSize
Normalizes the receiver to positive values.
acceptsChildren() - Method in class com.reportmill.base.RMDocument
Editor method indicates that document accepts children (should probably be false).
acceptsChildren() - Method in class com.reportmill.shape.RMGraph
Editor method indicates that graph can accept new children.
acceptsChildren() - Method in class com.reportmill.shape.RMLabel
Editor method - indicates that individual label accepts children.
acceptsChildren() - Method in class com.reportmill.shape.RMPage
This RMEditor support method tells the editor that page supports added children.
acceptsChildren() - Method in class com.reportmill.shape.RMShape
Editor method.
acceptsChildren() - Method in class com.reportmill.shape.RMSwitchShape
Editor method - specifies that switch shape accepts children.
acceptsChildren() - Method in class com.reportmill.shape.RMTableGroup
Editor method - inidcates that table group doesn't accept children.
acceptsDragKeys() - Method in class com.reportmill.shape.RMShape
Editor method.
acceptsEvents() - Method in class com.reportmill.shape.RMGraph.BarLabel
Editor method indicates that bar label accepts mouse events when super selected.
acceptsEvents() - Method in class com.reportmill.shape.RMPolygon
RMEditor method - indicates the polygon shape accepts events (to edit path control points).
acceptsEvents() - Method in class com.reportmill.shape.RMShape
Editor method.
acceptsEvents() - Method in class com.reportmill.shape.RMTableGroup
Editor method - indicates that table group accepts events (for table group button in lower left).
acceptsEvents() - Method in class com.reportmill.shape.RMText
Editor method.
acceptsFirstEvent() - Method in class com.reportmill.shape.RMShape
Editor method.
acceptsFirstEvent() - Method in class com.reportmill.shape.RMTableGroup
Editor method - indicates that table group accepts first event.
acceptsFirstEvent() - Method in class com.reportmill.shape.RMText
Editor method.
acceptsFormat() - Method in class com.reportmill.shape.RMGraph
RMEditor method (indicates that graphs have settable format).
acceptsFormat() - Method in class com.reportmill.shape.RMShape
Returns whether the shape can accept a format.
acceptsMouse() - Method in class com.reportmill.shape.RMShape
Viewer method.
acceptsMouse() - Method in class com.reportmill.shape.RMSwitchShape
Viewer method.
add(String) - Method in class com.reportmill.text.RMXString
Appends the given String to the end of this XString.
add(String, int) - Method in class com.reportmill.text.RMXString
Appends the given String to this XString, at the given index.
add(RMXString) - Method in class com.reportmill.text.RMXString
Appends the given XString to the end of this String.
add(RMXString, int) - Method in class com.reportmill.text.RMXString
Appends the given XString to this XString, at the given index.
add(String, Map) - Method in class com.reportmill.text.RMXString
Appends the given string to the end of this XString, with the given attributes.
add(String, Map, int) - Method in class com.reportmill.text.RMXString
Appends the given String to this XString, with the given attributes, at the given index.
addAttribute(String, Object) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the whole string.
addAttribute(String, Object, int, int) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the given range of the string.
addAttribute(String, Object, int, int, boolean) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the given range of the string, only if specified type is missing.
addAttribute(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.).
addAttribute(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.).
addAttributes(Map, int, int) - Method in class com.reportmill.text.RMXString
Adds the attributes in the given map to the specified character range.
addAttributes(Map, int, int, boolean) - Method in class com.reportmill.text.RMXString
Adds the attributes in the given map to the specified character range.
addChild(Object) - Method in class com.reportmill.base.RMKeyChain
Adds a child to the end of the keychain's child list.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMPage
Add the given child at the given index (over-rides RMShape version to propogate to RMPageLayer).
addChild(RMShape) - Method in class com.reportmill.shape.RMShape
Adds the given child to the end of this shape's children list.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMShape
Adds the given child to this shape's children list at the given index.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMTableRow
Overrides standard shape method to turn off structuring if child isn't text.
addChildBelowLastChild(RMShape) - Method in class com.reportmill.shape.RMShape
Adds the given child to the end of this shape's children list at a y position just below previously last child.
addChildTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table as a child to the main table.
addChildTable(RMTable, RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table as a child of the given parent table.
addChildTable(RMTable, RMTable, RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table table as a child of the parent table (after the third given table).
addDetails(String) - Method in class com.reportmill.shape.RMTable
Adds a details row for the given grouping key.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChain
Adds a class to the list of classes that RM queries for functions.
addGrouping(RMGrouping, int, RMShape, RMShape, RMShape) - Method in class com.reportmill.shape.RMTable
Adds a given grouping to the table at the givein grouping index.
addGroupingKey(String) - Method in class com.reportmill.shape.RMTable
Adds a grouping to the table for the given key string.
addGroupingKey(String, int, RMShape, RMShape, RMShape) - Method in class com.reportmill.shape.RMTable
Adds a grouping to the table for the given key string at the given grouping index.
addHeader(String) - Method in class com.reportmill.shape.RMTable
Adds a header row for the given grouping key.
addLayerNamed(String) - Method in class com.reportmill.shape.RMPage
Creates a new layer with the given name and adds it to this page's layer list.
addPage(RMPage) - Method in class com.reportmill.base.RMDocument
Adds a given page to this document (at end).
addPage(RMPage, int) - Method in class com.reportmill.base.RMDocument
Adds a given page to this document (at the given index).
addPageReferenceShapes(RMDocument) - Method in class com.reportmill.base.RMDocument
Add the page reference shapes from given document to this document.
addPages(List) - Method in class com.reportmill.base.RMDocument
Add the given list of pages to this document (at end).
addPages(RMDocument) - Method in class com.reportmill.base.RMDocument
Add the pages in the given document to this document (at end) and clears the pages list in the given document.
addPeerTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table to the main table's list of peers.
addPeerTable(RMTable, RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table as a peer, and just after, the second given table.
addSort(String) - Method in class com.reportmill.base.RMGrouping
Adds a sort to the grouping for the given sort key.
addSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Adds the given sort to the grouping.
addSorts(List) - Method in class com.reportmill.base.RMGrouping
Adds the list of sorts to the grouping.
addSummary(String) - Method in class com.reportmill.shape.RMTable
Adds a summary row for the given grouping key.
alignCenter() - Method in class com.reportmill.text.RMXString
Aligns the xstring center.
alignLeft() - Method in class com.reportmill.text.RMXString
Aligns the xstring left.
alignRight() - Method in class com.reportmill.text.RMXString
Aligns the xstring right.
alternateShapeInstance() - Method in class com.reportmill.shape.RMSwitchShape
Creates a new switch shape of this same class.
anyKeyReferencesKey(String) - Method in class com.reportmill.base.RMKeyChain
Returns whether given key is used anywhere in expression.
appendOval(RMRect, float, float, boolean) - Method in class com.reportmill.graphics.RMPath
Adds elements describing an oval in the given rect to this path.
appendPath(RMPath) - Method in class com.reportmill.graphics.RMPath
Adds the elements from the given path to this path.
appendRect(RMRect) - Method in class com.reportmill.graphics.RMPath
Adds elements describing the perimeter of the given rect to this path.
arrange() - Method in class com.reportmill.shape.RMTableRow
Recalcs column widths to fill table row width.
arrangeWithShape(RMShape) - Method in class com.reportmill.shape.RMTableRow
Recalcs column widths to fill table row width.
average(RMPoint, float) - Method in class com.reportmill.base.RMPoint
Returns the weighted average of this point with another point.
awt() - Method in class com.reportmill.base.RMRect
Returns an AWT Rectangle representation of this rect.
awt() - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color.
awt(float) - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color, with the alpha component scaled by the given dissolve factor.
awt() - Method in class com.reportmill.graphics.RMImageFill
Returns the AWT image for this image fill.
awt() - Method in class com.reportmill.graphics.RMPath
Returns an AWT compatible version of RMPath.
awt() - Method in class com.reportmill.text.RMFont
Returns the AWT font for this font.

B

BASIC - Static variable in class com.reportmill.base.RMNumberFormat
 
BOLD - Static variable in class com.reportmill.text.RMFont
 
black - Static variable in class com.reportmill.graphics.RMColor
 
blend(RMColor, float) - Method in class com.reportmill.graphics.RMColor
Returns a color darker than this color (by this given fraction).
blend(RMXString, float) - Method in class com.reportmill.text.RMXString
Returns a blended version of the receiver and the given string (0 is receiver, 1 is given string).
blue - Static variable in class com.reportmill.graphics.RMColor
 
booleanValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns a boolean for an object and keychain.
bounds() - Method in class com.reportmill.shape.RMShape
Returns the x, y, width and height of shape as rect (preserves possible negative sizes).
boundsChanged(RMShape) - Method in class com.reportmill.base.RMDocument
Notifies this shape that a given shape's bounds have changed (presumably a descendant).
boundsChanged() - Method in class com.reportmill.shape.RMShape
Notifies a shape and its parents that its bounds changed.
boundsChanged(RMShape) - Method in class com.reportmill.shape.RMShape
Notifies this shape that a given shape's bounds have changed (presumably a descendant).
boundsChanged(RMShape) - Method in class com.reportmill.shape.RMTableRow
Notification method - relays out children when bounds are changed.
brighter() - Method in class com.reportmill.graphics.RMColor
Returns a color 70% brighter than this color.
brighter(float) - Method in class com.reportmill.graphics.RMColor
Retures a color with the given percent brighter than this color.
bringShapesToFront(List) - Method in class com.reportmill.shape.RMPage
Over-rides RMShape implementation to keep shapes in their proper layers.
bringShapesToFront(List) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the front of the children list.

C

CHAR_SPACING_KEY - Static variable in class com.reportmill.text.RMXString
 
CLOSE - Static variable in class com.reportmill.graphics.RMPath
 
COLOR_KEY - Static variable in class com.reportmill.text.RMXString
 
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
Conditional - Static variable in class com.reportmill.base.RMKeyChain
 
canBeUngrouped() - Method in class com.reportmill.shape.RMGraph
Editor method indicates that graph cannot be ungrouped.
canBeUngrouped() - Method in class com.reportmill.shape.RMLabels
Editor method - indicates that labels block can't be ungrouped.
canBeUngrouped() - Method in class com.reportmill.shape.RMShape
Editor method.
canBeUngrouped() - Method in class com.reportmill.shape.RMTableGroup
Editor method - indicates that table group can't be ungrouped.
canBeUngrouped() - Method in class com.reportmill.shape.RMTableRow
Editor method - states that this shape can't be ungrouped.
canDisplay(char) - Method in class com.reportmill.text.RMFont
Returns if this font can display the given char.
charAdvance(char) - Method in class com.reportmill.text.RMFont
Returns the char advance for the given char.
charAt(int) - Method in class com.reportmill.text.RMXString
Returns the character at the given index.
charBounds(char) - Method in class com.reportmill.text.RMFont
Returns the bounds for a given character.
charKern(char, char) - Method in class com.reportmill.text.RMFont
Returns the kerning for the given pair of characters (no way to do this in Java!).
charPath(char) - Method in class com.reportmill.text.RMFont
Returns the path for a given character.
checkForTableOfContents(RMDocument, RMDocument, int) - Static method in class com.reportmill.base.RMTableOfContents
Checks for table of contents page in given template, and copies page as-is if found.
childrenHitByPath(RMPath) - Method in class com.reportmill.shape.RMShape
Returns the child shapes hit by the path given in this shape's coords.
childrenSuperSelectImmediately() - Method in class com.reportmill.base.RMDocument
Editor method indicates that pages super select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMGraph.BarLabel
Editor method indicates that children should immediately super select.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMGraph.Legend
Editor method indicates that children should immediately super select.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMLabels
Editor method - indicates that labels child should super-select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMShape
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableGroup
Edtior method - indicates that table group children (tables) super select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableRow
Editor method - states that children super-select immediately when table row is structured.
clear - Static variable in class com.reportmill.graphics.RMColor
 
clearWhite - Static variable in class com.reportmill.graphics.RMColor
 
clone() - Method in class com.reportmill.base.RMDocument
Copies basic document attributes (shallow copy only - no children or pages).
clone() - Method in class com.reportmill.base.RMGrouping
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMKeyChain
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPath
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMLabels
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMPage
Standard clone method.
clone() - Method in class com.reportmill.shape.RMShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMSwitchShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTable
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTableGroup
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMText
Standard clone implementation.
clone() - Method in class com.reportmill.text.RMXString
Returns a clone of the receiver.
cloneDeep() - Method in class com.reportmill.base.RMDocument
Copies the complete document, including document pages and all their children.
cloneDeep() - Method in class com.reportmill.shape.RMShape
Clones all attributes of this shape with complete clones of its children as well.
cloneDeep() - Method in class com.reportmill.shape.RMSwitchShape
Standard clone deep implementation.
closePath() - Method in class com.reportmill.graphics.RMPath
Adds a Close element to the given path.
coalesceNewlines() - Method in class com.reportmill.text.RMXString
Replaces any occurrance of consecutive newlines with a single newline.
com.reportmill - package com.reportmill
 
com.reportmill.base - package com.reportmill.base
 
com.reportmill.graphics - package com.reportmill.graphics
 
com.reportmill.shape - package com.reportmill.shape
 
com.reportmill.text - package com.reportmill.text
 
compare(Object, Object, Object) - Method in interface com.reportmill.base.RMSort.Comparator
 
compare(Object) - Method in interface com.reportmill.base.RMSort.Compare
 
compare(Object, Object, Object) - Method in class com.reportmill.base.RMSort.DefaultComparator
 
compare(Object, Object) - Static method in class com.reportmill.base.RMSort
Returns a description of how the given two objects compare in terms of order: ORDER_SAME, ORDER_ASCEND or ORDER_DESCEND.
containsRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver contains the given rect.
convertFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape from this shape's coords.
convertPathFromShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted from the given shape's coords.
convertPathToShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted to the given shape's coords.
convertPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.RMViewer
Returns a point converted from the coordinate space of the given shape to viewer coords.
convertPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertPointToShape(RMPoint, RMShape) - Method in class com.reportmill.RMViewer
Returns a point converted from viewer coords to the coordinate space of the given shape.
convertPointToShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertRectFromShape(RMRect, RMShape) - Method in class com.reportmill.RMViewer
Returns a rect converted from the coordinate space of the given shape to viewer coords.
convertRectFromShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect from the given shape's coords (returns it for convenience).
convertRectToShape(RMRect, RMShape) - Method in class com.reportmill.RMViewer
Returns a rect converted from viewer coords to the coordinate space of the given shape.
convertRectToShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect to the given shape's coords (returns it for convenience).
convertSizeFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size from the given shape's coords (returns it for convenience).
convertSizeToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size to the given shape's coords (returns it for convenience).
convertToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape to this shape's coords.
convertVectorFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size (as a vector) from the given shape's coords (returns it for convenience).
convertVectorToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size (as a vector) to the given shape's coords (returns it for convenience).
convertedPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted from the given shape's coords.
convertedPointToShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted to the given shape's coords.
convertedRectFromShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted from the given shape's coords.
convertedRectToShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted to the given shape's coords.
convertedSizeFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted from the given shape's coords.
convertedSizeToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted to the given shape's coords.
convertedVectorFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted from the given shape's coords and normalized.
convertedVectorToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted to the given shape's coords and normalized.
copy(Object) - Method in class com.reportmill.base.RMDocument
Copies the attributes of the given object.
copy(Object) - Method in class com.reportmill.shape.RMGraph
Copies the attributes from the given object into receiver (for undo).
copy(Object) - Method in class com.reportmill.shape.RMLabels
Standard copy implementation.
copy(Object) - Method in class com.reportmill.shape.RMOval
Copies the given object (used for undo).
copy(Object) - Method in class com.reportmill.shape.RMPage
Copies the attributes from the given object.
copy(Object) - Method in class com.reportmill.shape.RMRectangle
Copies the attributes from the given object.
copy(Object) - Method in class com.reportmill.shape.RMShape
Copies all the attributes of the given object that are in common with this object.
copy(Object) - Method in class com.reportmill.shape.RMSwitchShape
Standard copy implementation.
copy(Object) - Method in class com.reportmill.shape.RMTable
Standard copy implementation.
copy(Object) - Method in class com.reportmill.shape.RMTableRow
Standard copy implementation.
copy(Object) - Method in class com.reportmill.shape.RMText
Copies attributes from given object.
copyShape(RMShape) - Method in class com.reportmill.shape.RMShape
Copies basic shape attributes from given RMShape (location, size, fill, stroke, roll, scale, name, url, etc.).
curveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point and control points.
curveTo(double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point and control points.
cyan - Static variable in class com.reportmill.graphics.RMColor
 

D

DEFAULT - Static variable in class com.reportmill.base.RMDateFormat
 
DEFAULT - Static variable in class com.reportmill.graphics.RMFill
 
DEFAULT - Static variable in class com.reportmill.text.RMParagraph
 
DOLLARS - Static variable in class com.reportmill.base.RMNumberFormat
 
DetailsPart - Static variable in class com.reportmill.shape.RMTable
 
Divide - Static variable in class com.reportmill.base.RMKeyChain
 
darkGray - Static variable in class com.reportmill.graphics.RMColor
 
darker() - Method in class com.reportmill.graphics.RMColor
Returns a color darker than this color (70% of this color's brightness).
defaultComparator - Static variable in class com.reportmill.base.RMSort
 
defaultFont() - Static method in class com.reportmill.text.RMFont
Returns the user's default font.
defaultFormat - Static variable in class com.reportmill.base.RMDateFormat
 
delete() - Method in class com.reportmill.shape.RMShape
Called when a shape is removed from a shape heirarchy.
delete(int, int) - Method in class com.reportmill.text.RMXString
Deletes the chars in the given range.
deriveAligned(int) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given alignment.
deriveFill(RMColor) - Method in class com.reportmill.graphics.RMFill
Returns a fill just like the receiver, but with the given color (only interesting for subsclasses).
deriveFill(RMColor) - Method in class com.reportmill.graphics.RMImageFill
Creates a new fill from this image fill, but with a new color.
deriveFill(RMImageData) - Method in class com.reportmill.graphics.RMImageFill
Creates a new image fill from this fill, but with a new image.
deriveFill(String, Number) - Method in class com.reportmill.graphics.RMImageFill
Creates a new image fill identical to this image fill, but with new value for given attribute.
deriveFont(float) - Method in class com.reportmill.text.RMFont
Returns a font with the same family as the receiver but with the given size.
deriveIndent(float, float, float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given indentation values.
deriveLineGap(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given line gap.
deriveLineHeightMax(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given max line height.
deriveLineHeightMin(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given min line height.
deriveLineSpacing(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given line spacing.
deriveOutline(float) - Method in class com.reportmill.text.RMXString.Outline
Creates a new outline from this outline with the given stroke width.
deriveOutline(RMColor) - Method in class com.reportmill.text.RMXString.Outline
Creates a new outline from this outline with the given fill color.
deriveTab(int, float, char) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with new value for tab at given index.
deriveTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given tabs.
didChange(RMObject) - Method in class com.reportmill.shape.RMShape
Undo support.
didChange() - Method in class com.reportmill.text.RMXString
Notifies string that something significant changed.
distanceSquaredTo(RMPoint) - Method in class com.reportmill.base.RMPoint
Returns the distance from receiver to given point.
distanceTo(RMPoint) - Method in class com.reportmill.base.RMPoint
Returns the distance from receiver to given point.
divideRect(float, byte) - Method in class com.reportmill.base.RMRect
Slices rect by given amount (from given edge) - returns remainder.
divideRect(float, byte, RMRect) - Method in class com.reportmill.base.RMRect
Slices rect by given amount (from given edge) - returns remainder.
divideShapeFromEdge(float, byte, RMShape) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the given edge.
divideShapeFromTop(float) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the top.
docShapeBoundsChanged(RMDocument, RMShape) - Method in class com.reportmill.RMViewer
Doc listener method - called by editor when making bounds changes.
docShapeBoundsChanged(RMDocument, RMShape) - Method in interface com.reportmill.base.RMDocument.DocListener
 
docShapeNeedsRepaint(RMDocument, RMShape) - Method in class com.reportmill.RMViewer
Doc listener method - called before a shape makes a visual change.
docShapeNeedsRepaint(RMDocument, RMShape) - Method in interface com.reportmill.base.RMDocument.DocListener
 
docUndoerAddDirtyObject(RMDocument, RMObject) - Method in class com.reportmill.RMViewer
Doc listener method - RMViewer ignores it, but RMEditor calls setUndoSelectedObjects.
docUndoerAddDirtyObject(RMDocument, RMObject) - Method in interface com.reportmill.base.RMDocument.DocListener
 
doubleValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns a double for an object and keychain.
dragExit() - Method in class com.reportmill.shape.RMShape
Editor method.
dragKeyAtPoint(String, RMPoint) - Method in class com.reportmill.shape.RMShape
Editor method.
dropKeyAtPoint(String, RMPoint) - Method in class com.reportmill.shape.RMShape
Editor method.

E

EXTRUDE_ALL - Static variable in class com.reportmill.shape.RMGraph
 
EXTRUDE_CUSTOM - Static variable in class com.reportmill.shape.RMGraph
 
EXTRUDE_FIRST - Static variable in class com.reportmill.shape.RMGraph
 
EXTRUDE_LAST - Static variable in class com.reportmill.shape.RMGraph
 
EXTRUDE_NONE - Static variable in class com.reportmill.shape.RMGraph
 
EXTRUSIONS - Static variable in class com.reportmill.shape.RMGraph
 
Equal - Static variable in class com.reportmill.base.RMKeyChain
 
end() - Method in class com.reportmill.text.RMXString.Run
Returns the end character index for this run.
equals(Object) - Method in class com.reportmill.base.RMDateFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMDocument
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGrouping
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMKeyChain
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMNumberFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMPoint
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMRect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMSize
Standard equals implementation.
equals(float, float) - Method in class com.reportmill.base.RMSize
Returns whether size is equal to given width and height.
equals(Object) - Method in class com.reportmill.base.RMSort
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMColor
Standar equals implementaiton.
equals(Object) - Method in class com.reportmill.graphics.RMFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMGradientFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMImageFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMPath
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMGraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMImage
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMLabels
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMOval
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMPage
Standard equals method.
equals(Object) - Method in class com.reportmill.shape.RMRectangle
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMShape
Standard implementation of Object equals.
equals(Object) - Method in class com.reportmill.shape.RMSound
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMSwitchShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMTable
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMTableRow
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMText
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMFont
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMParagraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMXString.Run
Returns whether this run is equal to the given object.
equals(Object) - Method in class com.reportmill.text.RMXString
Standard Object equals implementation.

F

FONT_KEY - Static variable in class com.reportmill.text.RMXString
 
FONT_SCALE_KEY - Static variable in class com.reportmill.text.RMXString
 
FORMAT_KEY - Static variable in class com.reportmill.text.RMXString
 
FunctionCall - Static variable in class com.reportmill.base.RMKeyChain
 
findAggregateMethod(String) - Static method in class com.reportmill.base.RMKeyChain
Returns a method for a method name (assuming {List,KeyChain} args).
findFunctionMethod(String, Class[]) - Static method in class com.reportmill.base.RMKeyChain
Returns a method for a method name and the given argument classes.
fixSize() - Method in class com.reportmill.shape.RMLabels
Resets labels block width and height if any of labels other attributes have changed.
flip() - Method in class com.reportmill.base.RMSort
Deprecated - use getFlipped instead, RMSort should be immutable.
floatValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns a float for an object and keychain.
flushGraphics() - Static method in class com.reportmill.RMViewer
This method repaints the total bounds of shapes that have previously been registered by shapeNeedsRepaint.
forceIds() - Method in class com.reportmill.base.RMXMLWriter
Returns whether every written entity should automatically have "id" tag.
formatRM(Object) - Method in class com.reportmill.base.RMDateFormat
Formats the given object.
formatRM(Object) - Method in interface com.reportmill.base.RMFormat
Returns a string or xstring.
formatRM(Object) - Method in class com.reportmill.base.RMNumberFormat
Returns a formatted version of the given object.
fromAwt(Shape) - Static method in class com.reportmill.graphics.RMPath
Returns a new path from an AWT shape.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.base.RMDateFormat
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.base.RMDocument
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in interface com.reportmill.base.RMFormat
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.base.RMGrouping
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.base.RMNumberFormat
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.base.RMSort
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMColor
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMFill
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMGradientFill
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMImageFill
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMPath
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMGraph
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMImage
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMLabels
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMLineSegment
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMOval
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMPage
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMPolygon
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMRectangle
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMShape
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMSound
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMSwitchShape
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMTable
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMTableGroup
XML unarchival.
fromXML(RXArchiver, RXElement, RMTable) - Method in class com.reportmill.shape.RMTableGroup
XML archival to recursively unarchive table group hierarchy.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMTableRow
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMText
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.text.RMFont
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.text.RMParagraph
XML unarchival.
fromXML(RXArchiver, RXElement) - Method in class com.reportmill.text.RMXString
XML unarchival.
fromXMLDeep(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMShape
XML unarchival for shape children
fromXMLDeep(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMTable
XML unarchival for shape children
fromXMLFinish(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMText
XML reference unarchival - to unarchive linked text.
fromXMLString(String) - Static method in class com.reportmill.base.RMRect
Creates a rect from an String in XML format as defined in toXMLString().

G

GreaterThan - Static variable in class com.reportmill.base.RMKeyChain
 
GreaterThanOrEqual - Static variable in class com.reportmill.base.RMKeyChain
 
GridColor - Static variable in class com.reportmill.RMViewer
 
generateReport(Object) - Method in class com.reportmill.base.RMDocument
Returns a generated report from this template evaluated against the given object.
generateReport(Object, Object) - Method in class com.reportmill.base.RMDocument
Returns a generated report from this template evaluated against the given object and userInfo.
generateReport(Object, boolean) - Method in class com.reportmill.base.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.base.RMDocument
Returns generated report from this template evaluated against given object/userInfo (with option to paginate).
generateReport(RMDocument, ReportMill) - Static method in class com.reportmill.base.RMTableOfContents
Re-run report with table of contents.
get(String) - Method in class com.reportmill.shape.RMShape
Returns the Object associated with the given name for the shape.
get(String) - Method in class com.reportmill.text.RMXString.Run
Returns a specific attribute for the given key.
getActionScript() - Method in class com.reportmill.shape.RMShape
Sets the ActionScript for the shape.
getAlign() - Method in class com.reportmill.shape.RMText
Returns the alignment for char 0.
getAlign() - Method in class com.reportmill.text.RMParagraph
Returns the alignment associated with this paragraph.
getAlign(String) - Method in class com.reportmill.text.RMParagraph
Returns an alignment for the given string, "left", "center", "right" or "full".
getAlign() - Method in class com.reportmill.text.RMXString
Returns the horizontal alignment of the first paragraph of the xstring.
getAlignString() - Method in class com.reportmill.shape.RMText
Returns the alignment as a string, one of: "left", "center" or "right".
getAlignString() - Method in class com.reportmill.text.RMParagraph
Returns a string representation of the alignment associated with this paragraph, "left", "center" or "right".
getAlignVertical() - Method in class com.reportmill.shape.RMText
Returns the vertical alignment.
getAlignVerticalString() - Method in class com.reportmill.shape.RMText
Returns the vertical alignment as a string, one of: "top", "middle" or "bottom".
getAlpha() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-255.
getAlpha2D() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-1.
getAltFonts() - Static method in class com.reportmill.text.RMFont
Returns the list of suggested alternate fonts.
getAlternates() - Method in class com.reportmill.shape.RMSwitchShape
Returns the map used to hold alternate versions.
getAndResetError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the keychain parser and resets paser.
getAnim() - Method in class com.reportmill.shape.RMShape
Returns the collection of animation records for this shape.
getAnim(boolean) - Method in class com.reportmill.shape.RMShape
Returns the collection of animation records for this shape, with an option to create if absent.
getAnimator(int) - Method in class com.reportmill.base.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.base.RMDocument
Returns the animator for the last page.
getAssignments() - Static method in class com.reportmill.base.RMKeyChain
Returns a thread-local assignments map.
getAttributeAt(String, int) - Method in class com.reportmill.text.RMXString
Returns the value for the given attribute key at the given character index.
getAttributes() - Method in class com.reportmill.text.RMXString.Run
Returns the attributes map.
getAttributes(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given index.
getAttributesAt(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given character index.
getAutosizeHeight() - Method in class com.reportmill.shape.RMImage
Overrides RMShape implementation to hard code RMImage to not autosize height.
getAutosizeHeight() - Method in class com.reportmill.shape.RMShape
Returns whether the shape's height is set automatically to its ideal height during report generation.
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).
getAxisMinMaxCount() - Method in class com.reportmill.shape.RMGraph
Returns the value axis' min, max and number of increments as a single string.
getBarLabel() - Method in class com.reportmill.shape.RMGraph
Returns the child of the graph that represents bar labels (if present).
getBarSpacing() - Method in class com.reportmill.shape.RMGraph
Returns the width of the space between bars as a ratio of the bar width (0.0 - 1.0).
getBarWedgePrototype() - Method in class com.reportmill.shape.RMGraph
Returns the shape used to represent the basic attributes of bars & wedges.
getBarWidth() - Method in class com.reportmill.shape.RMGraph
Returns the width of the area used to draw bars as a ratio of the over-all area (0.0 - 1.0).
getBlue() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-255.
getBlue2D() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-1.
getBold() - Method in class com.reportmill.text.RMFont
Returns the bold version of this font.
getBook() - Method in class com.reportmill.RMViewer
Returns a java.awt.print.Book, suitable for AWT printing.
getBounds(RMShape, RMRect) - 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.RMPath
Returns the bounds for the path.
getBounds(RMRect, boolean) - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path with an option to ignore orphaned (consecutive) moveTos.
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).
getBoundsFromTextBounds(RMRect) - Method in class com.reportmill.shape.RMText
Returns bounds from given text bounds, adjusted to account for text margins.
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.RMShape
Returns the bounds of the path associated with this shape in parent coords, ajusted to account for stroke width.
getBoundsOfChildren() - Method in class com.reportmill.shape.RMShape
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
getBoundsOfChildren(List) - Method in class com.reportmill.shape.RMShape
Returns the bounds of a given subset of this shape's children.
getBoundsSuperSelected() - Method in class com.reportmill.shape.RMPolygon
Returns the bounds for this shape when it's super-selected.
getBoundsSuperSelected() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the shape in parect coords when super selected (same as getBoundsMarked by default).
getBytes() - Method in class com.reportmill.base.RMDocument
Returns the document as an XML byte array.
getBytesCSV() - Method in class com.reportmill.base.RMDocument
Returns the document as a byte array of a CSV file.
getBytesDelimitedAscii(String, String, boolean) - Method in class com.reportmill.base.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.base.RMDocument
Returns the document as byte array of an Excel file.
getBytesFlash() - Method in class com.reportmill.base.RMDocument
Returns the document as a byte array of a Flash file.
getBytesHTML() - Method in class com.reportmill.base.RMDocument
Returns the document as a byte array of an HTML file.
getBytesJPEG() - Method in class com.reportmill.base.RMDocument
Returns the document as byte array of a JPEG file.
getBytesPDF() - Method in class com.reportmill.base.RMDocument
Returns the document as a byte array of a PDF file.
getBytesPNG() - Method in class com.reportmill.base.RMDocument
Returns the document as byte array of PNG file.
getCacheData() - Method in class com.reportmill.shape.RMImage
Returns whether image data should be cached (in anticipation of sharing among multiple image shapes).
getCalibrateColors() - Method in class com.reportmill.base.RMDocument
Returns whether the document should calibrate colors in generated file formats like PDF.
getCausesWrap() - Method in class com.reportmill.shape.RMShape
Returns whether this shape causes text wrap.
getCausesWrapType() - Method in class com.reportmill.shape.RMShape
Returns how this shape causes text wrap.
getCharSpacing() - Method in class com.reportmill.shape.RMText
Returns the char spacing at char 0.
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.RMShape
Returns the child at the given index.
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).
getChildCount() - Method in class com.reportmill.base.RMKeyChain
Returns the number of children in the keychain.
getChildCount() - Method in class com.reportmill.shape.RMShape
Returns the number of children associated with this shape.
getChildHitByPoint(RMPoint) - Method in class com.reportmill.shape.RMShape
Returns the first (top) shape hit by the point given in this shape's coords.
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.RMShape
Returns the last child of this shape.
getChildSortedByX(int) - Method in class com.reportmill.shape.RMShape
Returns the child at a given index, ordered by X (left-to-right) order
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) - Method in class com.reportmill.shape.RMShape
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.RMShape
Returns first child found with the given name (called recursively on children if not found at current level).
getChildren() - Method in class com.reportmill.shape.RMShape
Returns the list of children associated with this shape.
getChildrenWhoCauseWrap(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the subset of children that cause wrap.
getChildrenWhoDraw() - Method in class com.reportmill.shape.RMPage
Returns a list of children which should be drawn (since page layers can be configured to prevent chilren on individual layers from being visible).
getChildrenWhoDraw() - Method in class com.reportmill.shape.RMShape
Returns the subset of children that should be drawn (useful for implementing page layering).
getChildrenWhoHitTest() - Method in class com.reportmill.shape.RMPage
Returns a list of children which should be checked during shape hit detection (since page layers can be configured to prevent chilren on individual layers from being selected).
getChildrenWhoHitTest() - Method in class com.reportmill.shape.RMShape
Returns the subset of children that should be used for hit detection (useful for implementing page layering).
getCoalesceNewlines() - Method in class com.reportmill.shape.RMText
Returns whether text should coalesce consecutive newlines in rpgClone.
getColor() - Method in class com.reportmill.graphics.RMFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.shape.RMShape
Returns the color of the shape.
getColor() - Method in class com.reportmill.text.RMXString.Run
Returns the color for this run.
getColorAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current color at the given character index.
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).
getColumn(int) - Method in class com.reportmill.shape.RMTableRow
Returns the column at the given index (assumes row is structured and column is RMText).
getColumnSpacing() - Method in class com.reportmill.shape.RMTable
Returns the space between a table that has more than one column (int printer points).
getCommonAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns first ancestor that the given shape and this shape have in common.
getCompress() - Method in class com.reportmill.base.RMDocument
Returns whether the document should compress images in generated file formats like PDF.
getContent() - Method in class com.reportmill.shape.RMGraph
Returns the shape that represents the conent of the graph.
getControlPointBounds() - Method in class com.reportmill.shape.RMPolygon
Returns the bounds for all the control points.
getDataSource() - Method in class com.reportmill.base.RMDocument
Returns the RMDataSource associated with this document.
getDataSourceSchema() - Method in class com.reportmill.base.RMDocument
Returns the schema for the RMDataSource associated with this document (convenience).
getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the decimal separator.
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.
getDefaultVersionName() - Method in class com.reportmill.shape.RMGraph.BarLabel
Returns the default version name for this switch shape subclass.
getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
Returns the default version name.
getDelay() - Method in class com.reportmill.shape.RMSound
Returns the delay after which this sound is supposed to start to play.
getDirtyRect() - Method in class com.reportmill.RMViewer
Returns the dirty rect of shapes currently registered with shapeNeedsRepaint (and clears _dirtyShapes).
getDistance(RMPoint) - Method in class com.reportmill.graphics.RMPath
Returns shortest distance from any point in path to given point.
getDistanceSigned(RMPoint) - Method in class com.reportmill.graphics.RMPath
Returns shortest distance from any point in path to given point (negative means inside the path).
getDoc(Object) - Static method in class com.reportmill.base.RMDocument
Creates a new document from aSource.
getDocListener() - Method in class com.reportmill.base.RMDocument
Returns the DocListener associated with this document.
getDocument() - Method in class com.reportmill.RMViewer
Returns the RMDocument associated with this viewer.
getDocument() - Method in class com.reportmill.base.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).
getDocumentBounds() - Method in class com.reportmill.RMViewer
Returns the bounds of the viewer document.
getDraw3D() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws in 3D.
getDrawAxisLabels() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws axis labels.
getDrawColor() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws in color.
getDrawGroupSeparator() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws a line between groups (if multiple keys).
getDrawMajorAxis() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws the major axis.
getDrawMinorAxis() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws the minor axis.
getDrawWedgeLabelLines() - Method in class com.reportmill.shape.RMGraph
Returns whether a pie graph draws lines from the wedges to wedge labels.
getDrawsSelectionRect() - Method in class com.reportmill.shape.RMText
Returns whether text should always draw at least a light gray border (useful when editing).
getDrawsWedge() - Method in class com.reportmill.shape.RMOval
Return whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
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, RMPoint[], RMRect) - 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).
getElementCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of elements in this path.
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.
getElementLastMoveTo(int) - Method in class com.reportmill.graphics.RMPath
Returns the x/y of the last move-to point prior to the given element.
getElementLastPoint(int) - Method in class com.reportmill.graphics.RMPath
Returns the x/y starting point for the given element.
getElementPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the point index for a given element.
getEndColor() - Method in class com.reportmill.graphics.RMGradientFill
Returns the gradients end color.
getError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the keychain parser (or null).
getError() - Method in class com.reportmill.base.RMXMLReader
Returns any error encountered while reading xml.
getExtrusionKey() - Method in class com.reportmill.shape.RMGraph
Returns the key used to determine which pie wedges get extruded.
getFamily() - Method in class com.reportmill.text.RMFont
Returns the family name of this font.
getFamilyEnglish() - Method in class com.reportmill.text.RMFont
Returns the family name of this font in English.
getFilename() - Method in class com.reportmill.RMViewer
Returns filename associated with viewer's document (or null if the document didn't come from a file).
getFilename() - Method in class com.reportmill.base.RMDocument
Returns the filename associated with this document, if available.
getFill(int) - Method in class com.reportmill.shape.RMShape
Returns the specific fill at the given index.
getFill(Class) - Method in class com.reportmill.shape.RMShape
Returns the specific fill with the given class.
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.
getFillCount() - Method in class com.reportmill.shape.RMShape
Returns the number of fills associated with this shape.
getFillStyle() - Method in class com.reportmill.graphics.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
getFillStyle() - Method in class com.reportmill.shape.RMImage
Returns the fill style for the image's image fill.
getFills() - Method in class com.reportmill.shape.RMShape
Returns this list of fills - a special list that can be operated on directly.
getFilterKey() - Method in class com.reportmill.shape.RMTable
Returns the optional key chain (expression) used to limit the table list derived from list key.
getFlipped() - Method in class com.reportmill.base.RMSort
Returns a sort with the same key but opposite order.
getFont() - Method in class com.reportmill.shape.RMGraph
Returns the font associated with the graph.
getFont() - Method in class com.reportmill.shape.RMShape
Returns the font for the shape.
getFont() - Method in class com.reportmill.shape.RMText
Returns the font for char 0.
getFont(String, float) - 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, boolean) - Static method in class com.reportmill.text.RMFont
Returns the font for the given name and size (with an option to substitue Arial if not found).
getFont() - Method in class com.reportmill.text.RMXString.Run
Returns the font for this run.
getFontAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current font at the given character index.
getFontFile() - Method in class com.reportmill.text.RMFont
Returns the font file for this font.
getFontName() - Method in class com.reportmill.text.RMFont
Returns the name of this font.
getFontNameEnglish() - Method in class com.reportmill.text.RMFont
Returns the name of this font in English.
getFontScale() - Method in class com.reportmill.shape.RMText
Returns the scale to apply to all fonts in text's XString (defaults to 1).
getFontScale() - Method in class com.reportmill.text.RMXString
Returns the value that should be multipied times all font sizes in this string (defaults to 1).
getFormat() - Method in class com.reportmill.shape.RMGraph
Returns the format associated with the value axis of the graph.
getFormat() - Method in class com.reportmill.shape.RMShape
Returns the format for the shape.
getFormat() - Method in class com.reportmill.shape.RMText
Returns the format for char 0.
getFormat() - Method in class com.reportmill.text.RMXString.Run
Returns the format for this run.
getFormatAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current format at the given character index.
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.
getFrame(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect that fully encloses the receiver in the given shape's 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.
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.
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-255.
getGreen2D() - Method in class com.reportmill.graphics.RMColor
Returns the green component in the range 0-1.
getGridSpacing() - Method in class com.reportmill.base.RMDocument
Returns the grid spacing for the document's grid.
getGroupShape(List) - Method in class com.reportmill.shape.RMShape
Returns a newly created RMShape whose bounds has been set to the combined bounds of the subset of children in the given list.
getGrouper() - Method in class com.reportmill.shape.RMTable
Returns the grouper associated with the table.
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.
getGroupingCount() - Method in class com.reportmill.shape.RMTable
Returns the number of groups in this table.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.base.RMDocument
Editor method indicates that document doesn't show handles.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.shape.RMLabel
Editor method - indicates that individual label has no handles.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.shape.RMPage
This RMEditor support method tells the editor that page's resize handles don't exist.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.shape.RMShape
Returns the handle hit by the given point.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.shape.RMTable
Returns the index for the handle at the given point.
getHandleAtPoint(RMPoint, boolean) - Method in class com.reportmill.shape.RMTableRow
Editor method - returns that there are no handles to be hit.
getHandleCount() - Method in class com.reportmill.shape.RMLineSegment
Editor method (returns the number of handles).
getHandleCount() - Method in class com.reportmill.shape.RMShape
Returns the number of handles for this shape.
getHandleCount() - Method in class com.reportmill.shape.RMText
Editor method - returns handle count.
getHandleOpposing(int) - Method in class com.reportmill.shape.RMShape
Returns the handle index that is across from given handle index.
getHandlePoint(int, boolean) - Method in class com.reportmill.shape.RMLineSegment
Editor method.
getHandlePoint(int, boolean) - Method in class com.reportmill.shape.RMShape
Returns the point for the handle at the given index.
getHandleRect(int, boolean) - Method in class com.reportmill.shape.RMShape
Returns the rect for the handle at the given index.
getHandleRect(int, boolean) - Method in class com.reportmill.shape.RMText
Editor method - returns handle rect.
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.
getHeight() - Method in class com.reportmill.graphics.RMPath
Returns the height of the path.
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.
getHeightToFit() - Method in class com.reportmill.shape.RMImage
Returns the height to fit the image.
getHeightToFit() - Method in class com.reportmill.shape.RMShape
Returns the ideal height of this shape to accommodate its contents (just the current height for most shapes).
getHeightToFit() - Method in class com.reportmill.shape.RMText
Returns the ideal height for this RMText.
getHeightToFit(boolean) - Method in class com.reportmill.shape.RMText
Returns the ideal height for this RMText.
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.
getImageBounds(RMRect) - Method in class com.reportmill.graphics.RMImageFill
Returns the image bounds for a given rect.
getImageBounds(RMShape) - Method in class com.reportmill.graphics.RMImageFill
Returns the image bounds for a given shape.
getImageData() - Method in class com.reportmill.graphics.RMImageFill
Returns the image data associated with this image fill.
getImageData() - Method in class com.reportmill.shape.RMImage
Returns the imageData for this shape (or null if fill isn't an RMImageFill).
getImageFill() - Method in class com.reportmill.shape.RMShape
Returns the imageFill for this shape (or null, if fill isn't an RMImageFill).
getImageMargins() - Method in class com.reportmill.graphics.RMImageFill
Returns the inset for the image when drawn in a given bounds.
getImageShape() - Method in class com.reportmill.graphics.RMImageFill
Returns an RMShape representation of the image fill's image (for rare vector based images like PDF).
getImageSize2D() - Method in class com.reportmill.graphics.RMImageFill
Returns the image size of the image for this image fill.
getIncludeAllValues() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping includes all values.
getIncludeNulls() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping includes nulls.
getItalic() - Method in class com.reportmill.text.RMFont
Returns the italic version of this font.
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.shape.RMImage
Returns the report key used to load an image if none is provided.
getKey() - Method in class com.reportmill.shape.RMSound
Returns the RPG key for this sound shape.
getKeys() - Method in class com.reportmill.shape.RMGraph
Returns a list of the individual keys in the (potentialy) comma separated keys string.
getKeysString() - Method in class com.reportmill.shape.RMGraph
Returns keys string - a comma separated list of keys evaluated on list key objects to represent in graph.
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.
getLeading() - Method in class com.reportmill.text.RMFont
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 the left side indentation of the 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).
getLineGap() - Method in class com.reportmill.shape.RMText
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.
getLineHeight() - Method in class com.reportmill.text.RMFont
Returns the height for a line of text in this font.
getLineHeightMax() - Method in class com.reportmill.shape.RMText
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.
getLineHeightMin() - Method in class com.reportmill.shape.RMText
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.
getLineSpacing() - Method in class com.reportmill.shape.RMText
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.
getLineWidth() - Method in class com.reportmill.shape.RMShape
Returns the line width of the shape's stroke in printer points.
getLinkedText() - Method in class com.reportmill.shape.RMText
Returns the linked text for this text (if any).
getListKey() - Method in class com.reportmill.shape.RMGraph
Returns the list key associated with the graph.
getListKey() - Method in class com.reportmill.shape.RMLabels
Returns the list key associated with labels.
getListKey() - Method in class com.reportmill.shape.RMShape
Returns the "List Key" associated with this shape.
getListKey() - Method in class com.reportmill.shape.RMTable
Returns the list key associated with the table.
getListKey() - Method in class com.reportmill.shape.RMTableGroup
Returns the complete list key for the current main table (pre-pending list keys of parents).
getListKeyDeep() - Method in class com.reportmill.shape.RMShape
Returns the concatenated list keys of this shape and its parents (useful for nested list key shapes.
getListKeyShape() - Method in class com.reportmill.shape.RMShape
Returns the real shape used to resolve the list key for this shape.
getListKeyShape() - Method in class com.reportmill.shape.RMTableGroup
Returns the main table.
getLoopCount() - Method in class com.reportmill.shape.RMSound
Returns the number of loops that this sound should play before stopping.
getLoops() - Method in class com.reportmill.base.RMDocument
Returns whether the last animator loops.
getMainTable() - Method in class com.reportmill.shape.RMTableGroup
Returns the currently selected table.
getMapHTML(String) - Method in class com.reportmill.base.RMDocument
Returns the document as a Map of an HTML file and image resources.
getMarginBottom() - Method in class com.reportmill.base.RMDocument
Returns the margin rects bottom value.
getMarginBottom() - Method in class com.reportmill.shape.RMText
Returns the bottom margin of the text (defaults to 0).
getMarginLeft() - Method in class com.reportmill.base.RMDocument
Returns the margin rects left value.
getMarginLeft() - Method in class com.reportmill.shape.RMText
Returns the left margin of the text (default to 2).
getMarginRect() - Method in class com.reportmill.base.RMDocument
Returns the margin rect for this document.
getMarginRight() - Method in class com.reportmill.base.RMDocument
Returns the margin rects right value.
getMarginRight() - Method in class com.reportmill.shape.RMText
Returns the right margin of the text (defaults to 2).
getMarginTop() - Method in class com.reportmill.base.RMDocument
Returns the margin rects top value.
getMarginTop() - Method in class com.reportmill.shape.RMText
Returns the top margin of the text (defaults to 1).
getMaxAscent() - Method in class com.reportmill.text.RMFont
Returns the max distance above the baseline that this font goes.
getMaxDescent() - Method in class com.reportmill.text.RMFont
Returns the max distance below the baseline that this font goes.
getMaxTime() - Method in class com.reportmill.base.RMDocument
Returns the total time needed to animate this document (total of all page animators).
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.shape.RMShape
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
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.
getMinimumSize() - Method in class com.reportmill.RMViewer
Standard minimum size method.
getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should be moved to the bottom of the table during report generation.
getName() - Method in class com.reportmill.base.RMXMLReader
Returns the name of the root element.
getName() - Method in class com.reportmill.shape.RMShape
Returns the name for the shape.
getNext() - Method in class com.reportmill.base.RMKeyChain
Returns the next keychain in the chain.
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.RMDocument
Returns the string used to replace any occurrances of null values in a generated report.
getNullString() - Method in class com.reportmill.base.RMNumberFormat
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
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.RMTable
Returns the number of columns that this table should be repeated over on the same page before paginating.
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.
getOpacity() - Method in class com.reportmill.shape.RMShape
Returns the opactiy of the shape (1 for opaque, 0 for transparent).
getOpacityDeep() - Method in class com.reportmill.shape.RMShape
Returns the combined opacity of this shape and its parent.
getOperand() - Method in class com.reportmill.base.RMKeyChain
Returns the top level operand of the keychain.
getOrder() - Method in class com.reportmill.base.RMSort
Returns the order for this sort.
getOrigin() - Method in class com.reportmill.base.RMRect
Returns the origin of the rect as an RMPoint.
getOutline() - Method in class com.reportmill.shape.RMShape
Returns the outline for the shape.
getOutline() - Method in class com.reportmill.shape.RMText
Returns the outline for char 0.
getOutline() - Method in class com.reportmill.text.RMXString.Run
Returns the outline info for this run (null for none).
getOverlap() - Method in class com.reportmill.shape.RMSound
Returns whether this sound should overlap other sounds.
getPSName() - Method in class com.reportmill.text.RMFont
Returns the PostScript name of this font.
getPage(int) - Method in class com.reportmill.base.RMDocument
Returns the page at the given index.
getPageBounds() - Method in class com.reportmill.RMViewer
Returns the bounds of the viewer document's selected page.
getPageBreakGroupIndex() - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
getPageCount() - Method in class com.reportmill.base.RMDocument
Returns the number of pages in this document.
getPageCount() - Method in class com.reportmill.shape.RMShape
Returns the number of pages associated with this shape.
getPageLast() - Method in class com.reportmill.base.RMDocument
Returns the last page (convenience).
getPageLayout() - Method in class com.reportmill.RMViewer
Returns the page layout of the viewer's document.
getPageLayout() - Method in class com.reportmill.base.RMDocument
Returns the page layout for the document.
getPageNumber() - Method in class com.reportmill.graphics.RMImageFill
Returns the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
getPageShape() - Method in class com.reportmill.shape.RMPage
Returns the receiver, since it is a page (over-rides RMShape implementation).
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.base.RMDocument
Returns the size of a document page.
getPages() - Method in class com.reportmill.base.RMDocument
Returns the list of RMPages associated with this document.
getPaginate() - Method in class com.reportmill.base.RMDocument
Returns whether the document should paginate generated reports by default.
getPaginate() - Method in class com.reportmill.shape.RMLabels
Returns whether the labels should paginate.
getPaginate() - Method in class com.reportmill.shape.RMTable
Returns whether the table is supposed to be paginated.
getParagraph() - Method in class com.reportmill.text.RMXString.Run
Returns the paragraph for this run.
getParagraphAtIndex(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.
getParent() - Method in class com.reportmill.shape.RMShape
Returns the parent of this shape.
getParentCount() - Method in class com.reportmill.shape.RMShape
Returns the number of ancestors (from this shape's parent up to the document).
getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the parent of the given table.
getParents() - Method in class com.reportmill.shape.RMShape
Returns a list of this shape's parent, and that shape's parent, up to document.
getPath() - Method in class com.reportmill.shape.RMLineSegment
Returns the line path.
getPath() - Method in class com.reportmill.shape.RMOval
Returns the (oval) path for this shape.
getPath() - Method in class com.reportmill.shape.RMPolygon
Returns the path for this polygon shape.
getPath() - Method in class com.reportmill.shape.RMRectangle
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.RMText
Returns the path for this shape.
getPathFlattened() - Method in class com.reportmill.graphics.RMPath
Returns a path with only moveto, lineto.
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.RMText
Overrides shape implementation to pass through getPathInBounds(inset).
getPathInBounds(int) - Method in class com.reportmill.shape.RMText
Returns the shape's path scaled to the shape's current bounds.
getPathInRect(RMRect) - Method in class com.reportmill.graphics.RMPath
Returns a copy of the path scaled to exactly fit in the given rect.
getPathShape() - Method in class com.reportmill.shape.RMText
Returns the shape that provides the path for this text to wrap text to.
getPathWithFlattendCubics() - Method in class com.reportmill.graphics.RMPath
Returns a copy of the path with cubics demoted to one or more quadratics.
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.RMText
Returns whether text should wrap around other shapes that cause wrap.
getPoint(int) - Method in class com.reportmill.graphics.RMPath
Returns the point at the given index.
getPointCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of points in the path.
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.
getPoints() - Method in class com.reportmill.graphics.RMPath
Returns the points list used to store points internally.
getPointsFromUnits(float) - Method in class com.reportmill.base.RMDocument
Converts given value from document units to printer points (1/72 of an inch).
getPolygonForFrag(RMTextFrag) - Method in class com.reportmill.shape.RMText
Returns a polygon shape for the glyphs in a given text frag.
getPreferredSize() - Method in class com.reportmill.RMViewer
Returns the optimal size of the viewer.
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).
getPublishUrl() - Method in class com.reportmill.base.RMDocument
Returns the URL this document should be uploaded to.
getRadius() - Method in class com.reportmill.shape.RMRectangle
Returns the rounding radius for the rectangle.
getRed() - Method in class com.reportmill.graphics.RMColor
Returns the red component in the range 0-255.
getRed2D() - Method in class com.reportmill.graphics.RMColor
Returns the red component in the range 0-1.
getRenderingHints() - Method in class com.reportmill.RMViewer
Returns the rendering hings used to paint the view.
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).
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.
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 gradients rotation.
getRoll() - Method in class com.reportmill.graphics.RMImageFill
Returns the rotation of the image fill image.
getRoll() - Method in class com.reportmill.shape.RMShape
Returns the roll of the shape.
getRootShape() - Method in class com.reportmill.shape.RMShape
Returns the top level shape (usually an RMDocument).
getRow(int) - Method in class com.reportmill.shape.RMTable
Returns the specific table row at the given index.
getRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns the row above this one in the template.
getRun(int) - Method in class com.reportmill.text.RMXString
Returns the specific Run at the given index in this XString.
getRunAt(int) - Method in class com.reportmill.text.RMXString
Returns the XString run at the given index.
getRunAtExactly(int) - Method in class com.reportmill.text.RMXString
Returns an XString run for the given character index, potentially splitting an existing run to ensure that new run starts at the given index.
getRunCount() - Method in class com.reportmill.text.RMXString
Returns the number of runs in this XString.
getRunIndexAt(int) - Method in class com.reportmill.text.RMXString
Returns the XString run index for the given character index.
getRunIndexAtExactly(int) - Method in class com.reportmill.text.RMXString
Returns an XString segement index for the given character index, potentially splitting an existing run to ensure that new run starts at the given index.
getRunLast() - Method in class com.reportmill.text.RMXString
Returns the last run in this XString (convenience).
getSampleGraphContent(RMGraphContent) - Static method in class com.reportmill.shape.RMGraph
Returns a filled graph content for a given graph content.
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.RMXMLReader
Returns a heirarchy of RMEntity objects describing the XML.
getScripting() - Method in class com.reportmill.text.RMXString.Run
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
getSelectedGrouping() - Method in class com.reportmill.shape.RMTable
Returns the currently selected grouping (while editing only).
getSelectedGroupingIndex() - Method in class com.reportmill.shape.RMTable
Returns the currently selected grouping's index (for editing, mostly).
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.RMViewer
Returns the currently selected page shape.
getSelectedPage() - Method in class com.reportmill.base.RMDocument
Returns the currently selected page of this document.
getSelectedPageIndex() - Method in class com.reportmill.RMViewer
Returns the index of the current visiable document page.
getSelectedPageIndex() - Method in class com.reportmill.base.RMDocument
Returns the current page index of this document.
getSelectedSort() - Method in class com.reportmill.shape.RMTable
Returns the currently selected grouping's sort (while editing only).
getSelectedSortIndex() - Method in class com.reportmill.shape.RMTable
Returns the currently selected grouping's currently selected sort (for editing, mostly).
getShapeAtPoint(RMPoint, boolean) - Method in class com.reportmill.RMViewer
Returns the first shape hit by the given point.
getShapePainter() - Method in class com.reportmill.RMViewer
Returns the object that is actually responsible for paining shapes in the viewer.
getShapeRepaintEnabled() - Method in class com.reportmill.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.
getShapesToDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shape's from this shape to given desendant.
getShapesToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shapes from this shape to given shape.
getShowBarLabels() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph shows bar labels.
getShowGrid() - Method in class com.reportmill.base.RMDocument
Returns whether the document should show an alignment grid.
getShowLegend() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph shows a legend.
getShowMargin() - Method in class com.reportmill.base.RMDocument
Returns whether the document should show a margin rect.
getSize() - Method in class com.reportmill.shape.RMShape
Returns the size of the shape.
getSize2D() - Method in class com.reportmill.text.RMFont
Returns the font size of this font.
getSizeBorders() - Method in class com.reportmill.shape.RMImage
Returns whether the image shape should resize it's borders to fit dynamically provided images.
getSizeP() - Method in class com.reportmill.shape.RMShape
Returns the size of the shape in parent coords.
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.base.RMDocument
Returns whether the document should snap to an alignment grid.
getSnapMargin() - Method in class com.reportmill.base.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.RMGraph
Returns the individual RMSort 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.RMGraph
Returns the number of sorts associated with this graph.
getSortCount() - Method in class com.reportmill.shape.RMLabels
Returns the number of sorts associated with labels.
getSorts() - Method in class com.reportmill.base.RMGrouping
Returns the groupings list of sorts.
getSorts() - Method in class com.reportmill.shape.RMGraph
Returns the list of sorts associated with the graph.
getSorts() - Method in class com.reportmill.shape.RMLabels
Returns the list of sorts associated with labels.
getSoundData() - Method in class com.reportmill.shape.RMSound
Returns the sound data for this sound shape.
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.
getStacked() - Method in class com.reportmill.shape.RMGraph
Returns whether multiple keys are stacked or separated.
getStartAngle() - Method in class com.reportmill.shape.RMOval
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).
getStrikethroughOffset() - Method in class com.reportmill.text.RMFont
Returns the distance above the baseline that a strikethrough should be drawn.
getStringCSV() - Method in class com.reportmill.base.RMDocument
Returns the document as a string of a CSV file.
getStringDelimitedText(String, String, boolean) - Method in class com.reportmill.base.RMDocument
Returns the document as a string of a delimited text file.
getStroke() - Method in class com.reportmill.shape.RMShape
Returns the stroke for this shape.
getStrokeColor() - Method in class com.reportmill.shape.RMShape
Returns the stroke color of the shape.
getStrokeWidth() - Method in class com.reportmill.text.RMXString.Outline
Returns the stroke width for this outline.
getSwapSeries() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph groups bars by keys (normal) or by objects (swapped).
getSweepAngle() - Method in class com.reportmill.shape.RMOval
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.
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.
getTabType(int) - Method in class com.reportmill.text.RMParagraph
Returns the type of tab at the given index.
getTabsString() - Method in class com.reportmill.text.RMParagraph
Returns the values of all the tabs associated with this paragraph as a comma separated string.
getText() - Method in class com.reportmill.shape.RMGraph.BarLabel
Returns the text associated with this bar label.
getText() - Method in class com.reportmill.shape.RMGraph.Legend
Returns the text shape associated with the legend.
getText() - Method in class com.reportmill.shape.RMText
Returns the text associated with this RMText as a plain String.
getTextBounds() - Method in class com.reportmill.shape.RMText
Returns the actual bounding rect of the text (currently just inset 2 pixels on either side).
getTextColor() - Method in class com.reportmill.shape.RMShape
Returns the text color for the shape.
getTextColor() - Method in class com.reportmill.shape.RMText
Returns the color of the first character of the xstring associated with this RMText.
getTextLayout() - Method in class com.reportmill.shape.RMText
Returns a text layout configured for this text, with layout already performed.
getTextLayout(boolean) - Method in class com.reportmill.shape.RMText
Returns a text layout configured for this text, with an option to perform layout.
getTextOrigin() - Method in class com.reportmill.shape.RMText
Returns the point inside this text where the first character is placed.
getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the thousands separator.
getTitle() - Method in class com.reportmill.shape.RMTableRow
Returns the title for this table row in it's parent table.
getToolClassName() - Method in class com.reportmill.shape.RMGraph.BarLabel
Editor method - indicates that this shape should use Scene3D's tool.
getToolClassName() - Method in class com.reportmill.shape.RMShape
Editor method - returns the tool class name for this shape.
getTopNCount() - Method in class com.reportmill.base.RMGrouping
Returns the top N count for the grouping.
getTopNCount() - Method in class com.reportmill.shape.RMGraph
Returns the top-n count for this graph's top-n sort.
getTopNIncludeOthers() - Method in class com.reportmill.base.RMGrouping
Returns whether the top N sort for the grouping includes others.
getTopNIncludeOthers() - Method in class com.reportmill.shape.RMGraph
Returns whether the top-n sort for this graph includes remainders.
getTopNSort() - Method in class com.reportmill.base.RMGrouping
Returns the top N sort for the grouping.
getTopNSort() - Method in class com.reportmill.shape.RMGraph
Returns the top-n sort for this graph.
getTransform() - Method in class com.reportmill.shape.RMShape
Returns the transform to this shape from its parent.
getTransformFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the transform from the given shape to this shape.
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.
getType() - Method in class com.reportmill.graphics.RMImageFill
Returns the type of the image for this image fill (gif, jpg, png, etc.).
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.
getUnderlineThickness() - Method in class com.reportmill.text.RMFont
Returns the default thickness that an underline should be drawn.
getUndoer() - Method in class com.reportmill.RMViewer
Returns the undoer associated with the viewer's document.
getUndoer() - Method in class com.reportmill.base.RMDocument
Returns the RMUndoer for this document.
getUndoer() - Method in class com.reportmill.shape.RMShape
Returns the undoer for this shape (or null if not there).
getUnit() - Method in class com.reportmill.base.RMDocument
Returns the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
getUnitString() - Method in class com.reportmill.base.RMDocument
Returns the units used to express sizes in the current document as one of the strings: point, inch or cm.
getUnitsFromPoints(float) - Method in class com.reportmill.base.RMDocument
Converts given value to document units from printer points (1/72 of an inch).
getUnitsMultiplier() - Method in class com.reportmill.base.RMDocument
Returns the multiplier used to convert printer points to document units.
getUrl() - Method in class com.reportmill.shape.RMShape
Sets the URL for the shape.
getValue() - Method in class com.reportmill.base.RMKeyChain
Returns the value of the keychain.
getValueString() - Method in class com.reportmill.base.RMKeyChain
Returns the value of the keychain as a string.
getVersion() - Method in class com.reportmill.base.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.
getVersion() - Method in class com.reportmill.text.RMXString
Returns the version of this xstring.
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.
getVersionTextLength(String) - Method in class com.reportmill.shape.RMGraph.BarLabel
Returns the length of the text for a given switch shape version name.
getVisibleEnd() - Method in class com.reportmill.shape.RMText
Returns the last character index visible in this text.
getVisibleStart() - Method in class com.reportmill.shape.RMText
Returns the first character index visible in this text.
getWidth() - Method in class com.reportmill.graphics.RMPath
Returns the width of the path.
getWidth() - Method in class com.reportmill.shape.RMShape
Returns the width of the shape.
getWidthToFit() - Method in class com.reportmill.shape.RMImage
Returns the width to fit the image.
getWidthToFit() - Method in class com.reportmill.shape.RMShape
Returns the ideal width of this shape to accommodate its contents (just the current width for most shapes).
getWidthToFit() - Method in class com.reportmill.shape.RMText
Returns the ideal width for this RMText.
getWindingRule() - Method in class com.reportmill.graphics.RMPath
Returns the winding rule which describes how inner path perimeters are filled and clipped.
getWraps() - Method in class com.reportmill.shape.RMText
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
getX() - Method in class com.reportmill.graphics.RMImageFill
Returns the X location (or offset) of the image fill image.
getX() - Method in class com.reportmill.graphics.RMPath
Returns the X of the path.
getX() - Method in class com.reportmill.shape.RMShape
Returns the X location of the shape.
getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset and optional userInfo to given path as XML, out to given degree of separation.
getXString() - Method in class com.reportmill.shape.RMText
Returns the XString associated with this RMText.
getXString(boolean) - Method in class com.reportmill.shape.RMText
Returns the XString associated with this RMText, creating it if needed
getXStringForHTML(String, RMFont) - Static method in class com.reportmill.text.RMXString
Creates and returns an XString from a given HTML String.
getXStringForRTF(String, RMFont) - Static method in class com.reportmill.text.RMXString
Creates and returns an XString from a given RTF String.
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 (or offset) of the image fill image.
getY() - Method in class com.reportmill.graphics.RMPath
Returns the Y of the path.
getY() - Method in class com.reportmill.shape.RMShape
Returns the Y location of the shape.
getZoomFactor() - Method in class com.reportmill.RMViewer
Returns the viewer's zoom factor (1 by default).
gray - Static variable in class com.reportmill.graphics.RMColor
 
green - Static variable in class com.reportmill.graphics.RMColor
 
groupShapes(List, RMShape) - Method in class com.reportmill.shape.RMShape
Adds the subset of children in given list into a given group shape, which is then added back to receiver.
grouperWillChange() - Method in class com.reportmill.shape.RMTable
Called whenever grouper will be changed to handle undo.

H

HandleEndPoint - Static variable in class com.reportmill.shape.RMLineSegment
 
HandleMaxXMaxY - Static variable in class com.reportmill.shape.RMShape
 
HandleMaxXMidY - Static variable in class com.reportmill.shape.RMShape
 
HandleMaxXMinY - Static variable in class com.reportmill.shape.RMShape
 
HandleMidXMaxY - Static variable in class com.reportmill.shape.RMShape
 
HandleMidXMinY - Static variable in class com.reportmill.shape.RMShape
 
HandleMinXMaxY - Static variable in class com.reportmill.shape.RMShape
 
HandleMinXMidY - Static variable in class com.reportmill.shape.RMShape
 
HandleMinXMinY - Static variable in class com.reportmill.shape.RMShape
 
HandleStartPoint - Static variable in class com.reportmill.shape.RMLineSegment
 
HandleWidth - Static variable in class com.reportmill.shape.RMShape
 
HeaderPart - Static variable in class com.reportmill.shape.RMTable
 
Helvetica10 - Static variable in class com.reportmill.text.RMFont
 
Helvetica12 - Static variable in class com.reportmill.text.RMFont
 
Helvetica14 - Static variable in class com.reportmill.text.RMFont
 
handleAtPointForBounds(RMPoint, RMRect) - Method in class com.reportmill.graphics.RMPath
Returns the handle index for a given point against this path scaled to the given rect.
hasAggregate() - Method in class com.reportmill.base.RMKeyChain
Returns whether key has an aggregate key in it.
hasAlternateVersions() - Method in class com.reportmill.shape.RMSwitchShape
Returns whether switch shape has version(s) other than the default.
hasCubics() - Method in class com.reportmill.graphics.RMPath
Returns whether the path has any cubic curves in it.
hasCurves() - Method in class com.reportmill.graphics.RMPath
Returns whether path has any curve segments (QuadTo, CurveTo).
hasMouseVersions() - Method in class com.reportmill.shape.RMSwitchShape
Returns whether switch shape has any mouse versions ("Mouse Over" or "Mouse Down").
hasOp(int) - Method in class com.reportmill.base.RMKeyChain
Returns whether key contains given op.
hasPageBreaks() - Method in class com.reportmill.shape.RMShape
Page number resolution.
hasPageReference() - Method in class com.reportmill.base.RMKeyChain
Returns whether given key has a Page/PageMax key reference.
hasVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Returns whether switch shape has a version with the given name.
height - Variable in class com.reportmill.base.RMRect
 
height - Variable in class com.reportmill.base.RMSize
 
height() - Method in class com.reportmill.shape.RMShape
Returns raw height of shape.
hitByPath(RMPath) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the path, given in this shape's parent's coords.
hitByPoint(RMPoint) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the point, given in this shape's parent's coords.

I

ITALIC - Static variable in class com.reportmill.text.RMFont
 
ignore(String) - Method in class com.reportmill.base.RMXMLWriter
Returns whether writer should ignore class/method/field with given name from the serialized object graph.
ignoreClass(Class) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member of the given class from the serialized object graph.
ignoreClass(String) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member of the given class name from the serialized object graph.
ignoreMember(String) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member with the given method/field name from the serialized object graph.
inRect(RMRect) - Method in class com.reportmill.base.RMPoint
Returns whether the receiver is in the given rect.
includeSublassNames() - Method in class com.reportmill.base.RMXMLWriter
Returns whether XML should include "Class" attribute when class differs from schema (subclasses only).
indexOf() - Method in class com.reportmill.shape.RMShape
Returns the index of this child in its parent.
indexOf(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the index of the given child in this shape's children list.
indexOf(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the index of the given table in its parent's child tables list.
indexOf(String) - Method in class com.reportmill.text.RMXString
Returns the index within this string of the first occurrence of the given substring.
indexOf(String, int) - Method in class com.reportmill.text.RMXString
Returns the index within this string of first occurrence of given substring, starting at given index.
initWithArchiver(RMArchiver) - Method in class com.reportmill.base.RMDateFormat
Legacy archival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.base.RMDocument
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.base.RMGrouping
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.base.RMNumberFormat
Legacy archival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.base.RMSort
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.graphics.RMColor
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.graphics.RMFill
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.graphics.RMGradientFill
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.graphics.RMImageFill
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.graphics.RMPath
Legacy archival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMGraph
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMImage
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMLabels
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMOval
Legacy archival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMPage
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMPolygon
Legacy archival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMRectangle
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMShape
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMSound
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMSwitchShape
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMTable
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMTableGroup
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMTableRow
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.shape.RMText
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.text.RMFont
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.text.RMParagraph
Legacy unarchival.
initWithArchiver(RMArchiver) - Method in class com.reportmill.text.RMXString
Legacy archival.
inset(float) - Method in class com.reportmill.base.RMRect
Insets the receiver rect by the given amount.
inset(float, float) - Method in class com.reportmill.base.RMRect
Insets the receiver rect by the given amount.
inset(Insets) - Method in class com.reportmill.base.RMRect
Insets (shrinks) the receiver using the awt Insets object
insetRect(float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver inset by the given amount.
insetRect(float, float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver inset by the given amount.
intValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns an int for an object and keychain.
integral() - Method in class com.reportmill.base.RMRect
Rounds the receiver to integer values.
intersectedRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns the rect formed by the area overlapping with the given rect.
intersectsRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect.
intersectsRectEvenIfEmpty(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect.
isAllTextVisible() - Method in class com.reportmill.shape.RMText
Returns whether all characters can be visibly rendered in text bounds.
isAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's ancestors.
isBold() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered bold.
isDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's descendants.
isEmpty() - Method in class com.reportmill.base.RMRect
Returns whether the rect has no area (width or height is zero).
isHitBy(RMPoint, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path is hit by point for a path linewidth.
isHitBy(RMLine) - Method in class com.reportmill.graphics.RMPath
Returns whether path is hit by a line.
isHitBy(RMRect, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path drawn with given linewidth is hit by given rect.
isHitBy(RMPath, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path drawn with given linewidth is hit by given path.
isItalic() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered italic.
isLocked() - Method in class com.reportmill.shape.RMShape
Returns the locked state of the shape (really just to prevent location/size changes in the editor).
isNegativeInRed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether this format shows negative values in red.
isPointInside(RMPoint) - Method in class com.reportmill.graphics.RMPath
Returns whether the given point is inside the path.
isRoot() - Method in class com.reportmill.shape.RMShape
Editor method - returns whether this shape is at the top level (usually RMPage).
isStructured() - Method in class com.reportmill.shape.RMTableRow
Returns whether this table row is structured.
isStructured() - Method in class com.reportmill.shape.RMText
Editor method.
isUnderlined() - Method in class com.reportmill.shape.RMShape
Returns whether the shape is underlined.
isUnderlined() - Method in class com.reportmill.shape.RMText
Returns if char 0 is underlined.
isUnderlined() - Method in class com.reportmill.text.RMXString.Run
Returns whether this run is underlined.

K

Key - Static variable in class com.reportmill.base.RMKeyChain
 
keyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
Returns a keyChain for aSource (should be a String or existing RMKeyChain).

L

LINE_TO - Static variable in class com.reportmill.graphics.RMPath
 
LessThan - Static variable in class com.reportmill.base.RMKeyChain
 
LessThanOrEqual - Static variable in class com.reportmill.base.RMKeyChain
 
LineCapButt - Static variable in class com.reportmill.graphics.RMPath
 
LineCapProjectingSquare - Static variable in class com.reportmill.graphics.RMPath
 
LineCapRound - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinBevel - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinMiter - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinRound - Static variable in class com.reportmill.graphics.RMPath
 
labelHeight() - Method in class com.reportmill.shape.RMLabels
Returns the height of an individual label.
labelWidth() - Method in class com.reportmill.shape.RMLabels
Returns the width of an individual label.
length() - Method in class com.reportmill.shape.RMText
Returns the length, in characters, of the XString associated with this RMText.
length() - Method in class com.reportmill.text.RMXString.Run
Returns the length in characters for this run.
length() - Method in class com.reportmill.text.RMXString
Returns the number of characters associated with this RMXString.
lightBlue - Static variable in class com.reportmill.graphics.RMColor
 
lightGray - Static variable in class com.reportmill.graphics.RMColor
 
lineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point.
lineTo(double, double) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point.
listValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns a list for an object and keychain.

M

MOVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
MarginColor - Static variable in class com.reportmill.RMViewer
 
Mod - Static variable in class com.reportmill.base.RMKeyChain
 
Multiply - Static variable in class com.reportmill.base.RMKeyChain
 
magenta - Static variable in class com.reportmill.graphics.RMColor
 
magnitude() - Method in class com.reportmill.base.RMSize
Returns the square root of the sum of the squares of the width and height.
main(String[]) - Static method in class com.reportmill.base.RMKeyChain
Simple main implementation, so RM's expressions can be used for simple math.
makeTableChildOfTable(RMTable, Object) - Method in class com.reportmill.shape.RMTableGroup
This method moves a table to a new parent (used for Move In and Move Out menus).
maxX() - Method in class com.reportmill.base.RMRect
Returns the max x of the rect.
maxXEdge - Static variable in class com.reportmill.base.RMRect
 
maxY() - Method in class com.reportmill.base.RMRect
Returns the max y of the rect.
maxYEdge - Static variable in class com.reportmill.base.RMRect
 
midX() - Method in class com.reportmill.base.RMRect
Returns the x mid-point of the rect.
midY() - Method in class com.reportmill.base.RMRect
Returns the y mid-point of the rect.
minXEdge - Static variable in class com.reportmill.base.RMRect
 
minYEdge - Static variable in class com.reportmill.base.RMRect
 
mouseDragged(MouseEvent) - Method in class com.reportmill.RMViewer
Handle mouse dragged event.
mouseDragged(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
mouseEntered(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
mouseEntered(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Viewer method.
mouseExited(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
mouseExited(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Viewer method.
mouseMoved(MouseEvent) - Method in class com.reportmill.RMViewer
Handle mouse moved event.
mouseMoved(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
mousePressed(MouseEvent) - Method in class com.reportmill.RMViewer
Handle mouse pressed event.
mousePressed(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
mouseReleased(MouseEvent) - Method in class com.reportmill.RMViewer
Handle mouse released event.
mouseReleased(RMViewer, MouseEvent) - Method in class com.reportmill.shape.RMShape
Viewer method.
moveGrouping(int, int) - Method in class com.reportmill.shape.RMTable
Moves the grouping at the first index so that it resides at the second index.
moveHandleToPoint(int, RMPoint) - Method in class com.reportmill.shape.RMLineSegment
Editor method.
moveHandleToPoint(int, RMPoint) - Method in class com.reportmill.shape.RMShape
Moves the handle at the given index to the given point.
moveLayer(int, int) - Method in class com.reportmill.shape.RMPage
Moves the layer at fromIndex to toIndex.
moveSort(int, int) - Method in class com.reportmill.base.RMGrouping
Moves a sort from the source index to the destination index.
moveTable(RMTable, int) - Method in class com.reportmill.shape.RMTableGroup
This method moves a given table up or down in its peer list (used for Move Up & Move Down menus).
moveTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point.
moveTo(double, double) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point.
moveToNewLayer(List) - Method in class com.reportmill.shape.RMPage
Creates a new layer and adds the shapes in the given list to it.
multipliedPoint(float) - Method in class com.reportmill.base.RMPoint
Creates a point multiplied by the given amount.
multipliedPoint(float, float) - Method in class com.reportmill.base.RMPoint
Creates a point multiplied by the given x and y.
multiply(float) - Method in class com.reportmill.base.RMPoint
Multiplies the receiver by the given amount.
multiply(float, float) - Method in class com.reportmill.base.RMPoint
Multiplies the receiver by the given x and y.

N

Negate - Static variable in class com.reportmill.base.RMKeyChain
 
Not - Static variable in class com.reportmill.base.RMKeyChain
 
NotEqual - Static variable in class com.reportmill.base.RMKeyChain
 
Null - Static variable in class com.reportmill.base.RMKeyChain
 
negate() - Method in class com.reportmill.base.RMSize
Simply sets the width and height to their negatives.
normalize() - Method in class com.reportmill.base.RMSize
Normalizes the receiver by scaling its width and height such that its magnitude will be 1.
notRSS() - Method in class com.reportmill.shape.RMShape
Returns whether the shape has been rotated, scaled or skewed (for efficientency).

O

ORDER_ASCEND - Static variable in class com.reportmill.base.RMSort
 
ORDER_DESCEND - Static variable in class com.reportmill.base.RMSort
 
ORDER_SAME - Static variable in class com.reportmill.base.RMSort
 
OUTLINE_KEY - Static variable in class com.reportmill.text.RMXString
 
Or - Static variable in class com.reportmill.base.RMKeyChain
 
offset(float) - Method in class com.reportmill.base.RMPoint
Offsets the receiver by the given amount.
offset(float, float) - Method in class com.reportmill.base.RMPoint
Offsets the receiver by the given x and y.
offset(float, float) - Method in class com.reportmill.base.RMRect
Offsets the receiver by the given x & y.
offsetChildrenXY(float, float) - Method in class com.reportmill.shape.RMShape
Offsets this shape's children by the given dx, dy.
offsetPoint(float) - Method in class com.reportmill.base.RMPoint
Creates a point offset by the given amounnt.
offsetPoint(float, float) - Method in class com.reportmill.base.RMPoint
Creates a point offset by the given x and y.
offsetRect(float, float) - Method in class com.reportmill.base.RMRect
Creates a rect derived by offsetting the receiver by the given x & y.
offsetXY(float, float) - Method in class com.reportmill.shape.RMShape
Offsets the X and Y location of the shape by the given dx & dy amount (convenience).
orange - Static variable in class com.reportmill.graphics.RMColor
 
outset(Insets) - Method in class com.reportmill.base.RMRect
Grows the receiver using the Insets object

P

PAGE_LAYOUT_CONTINUOUS - Static variable in class com.reportmill.base.RMDocument
 
PAGE_LAYOUT_CONTINUOUS_DOUBLE - Static variable in class com.reportmill.base.RMDocument
 
PAGE_LAYOUT_DOUBLE - Static variable in class com.reportmill.base.RMDocument
 
PAGE_LAYOUT_FACING - Static variable in class com.reportmill.base.RMDocument
 
PAGE_LAYOUT_QUADRUPLE - Static variable in class com.reportmill.base.RMDocument
 
PAGE_LAYOUT_SINGLE - Static variable in class com.reportmill.base.RMDocument
 
PARAGRAPH_KEY - Static variable in class com.reportmill.text.RMXString
 
PLAIN - Static variable in class com.reportmill.base.RMNumberFormat
 
PLAIN - Static variable in class com.reportmill.text.RMFont
 
page() - Method in class com.reportmill.shape.RMPage
Returns the "Page" number of this page (used to resolve @Page@ key references).
page() - Method in class com.reportmill.shape.RMShape
Page number resolution.
pageBack() - Method in class com.reportmill.RMViewer
Selects the previous page.
pageBreakMax() - Method in class com.reportmill.shape.RMPage
Returns "PageBreakMax" (used to resolve PageBreakMax key references).
pageBreakMax() - Method in class com.reportmill.shape.RMShape
Page number resolution.
pageBreakPageMax() - Method in class com.reportmill.shape.RMPage
Returns "PageBreakPageMax" for all children on this page (used to resolve PageBreakPageMax key references).
pageBreakPageMax() - Method in class com.reportmill.shape.RMShape
Page number resolution.
pageForward() - Method in class com.reportmill.RMViewer
Selects the next page.
pageMax() - Method in class com.reportmill.shape.RMPage
Returns the "PageMax" of the document associated with this page (used to resolve @PageMax@ key references).
pageMax() - Method in class com.reportmill.shape.RMShape
Page number resolution.
paintComponent(Graphics) - Method in class com.reportmill.RMViewer
Overrides JComponent implementation to paint viewer shapes and page, margin, grid, etc.
paintComponentAbove(Graphics2D) - Method in class com.reportmill.RMViewer
Provides a hook for subclasses to paint above standard viewer drawing.
paintShape(RMShape, GeneralPath, Graphics2D, RMShapePainter) - Method in class com.reportmill.graphics.RMFill
Render this fill in a Java2D Graphics2D.
paintShape(RMShape, GeneralPath, Graphics2D, RMShapePainter) - Method in class com.reportmill.graphics.RMImageFill
Render this fill in a Java2D Graphics2D.
pdfBytes() - Method in class com.reportmill.base.RMDocument
Obsolete method for old pdfBytes() method.
peerDidChange(RMShape) - Method in class com.reportmill.shape.RMText
This notification method is called when any peer is changed.
performActionURLClick(String) - Method in class com.reportmill.RMViewer
Viewer callback - called when shape with URL is clicked (opens URL).
pink - Static variable in class com.reportmill.graphics.RMColor
 
pointByAdding(RMPoint) - Method in class com.reportmill.base.RMPoint
Creates a point by adding the given point to the receiver.
pointBySubtracting(RMPoint) - Method in class com.reportmill.base.RMPoint
Creates a point by subtracting the given point from the receiver.
pointInPathCoordsFromPoint(RMPoint, RMRect) - Method in class com.reportmill.graphics.RMPath
Returns the given point converted to path coords for given path bounds.
print() - Method in class com.reportmill.RMViewer
This method tells the RMViewer to print by running the print dialog (configured to the default printer).
print(String, boolean) - Method in class com.reportmill.RMViewer
This method tells the RMViewer to print to the printer with the given printer name (use null for default printer).
put(String, Object) - Method in class com.reportmill.shape.RMShape
Sets an Object to be associated with the given name for the shape.
put(String, Object) - Method in class com.reportmill.text.RMXString.Run
Adds a specific attribute for the given key (will remove if attribute is null).
putAll(Map) - Method in class com.reportmill.text.RMXString.Run
Adds a map of attributes to this run's attributes.

Q

QUAD_TO - Static variable in class com.reportmill.graphics.RMPath
 
quadTo(RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a QuadTo element to the path for the given point and control point.
quadTo(double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Adds a QuadTo element to the path for the given point and control point.
quadraticCurveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
This is effectively a curveTo but does it internally with one or more approximated quadratics.

R

RMColor - class com.reportmill.graphics.RMColor.
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(float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray value (0-1).
RMColor(float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray and alpha values (0-1).
RMColor(float, float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green blue values (0-1).
RMColor(float, float, float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green, blue values (0-1).
RMColor(float, float, float, float, float) - 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.
RMDateFormat - class com.reportmill.base.RMDateFormat.
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 com.reportmill.base.RMDocument.
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.base.RMDocument
Creates a plain empty document.
RMDocument(float, float) - Constructor for class com.reportmill.base.RMDocument
Creates a document with the given width and height (in printer points).
RMDocument(Object) - Constructor for class com.reportmill.base.RMDocument
Creates a new document from the given source.
RMDocument.DocListener - interface com.reportmill.base.RMDocument.DocListener.
An interface to define objects that want to get document notifications.
RMFill - class com.reportmill.graphics.RMFill.
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.
RMFont - class com.reportmill.text.RMFont.
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).
RMFormat - interface com.reportmill.base.RMFormat.
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
RMGradientFill - class com.reportmill.graphics.RMGradientFill.
This class represents a fill that draws a gradient of colors from the basic fill color to the end color.
RMGradientFill() - Constructor for class com.reportmill.graphics.RMGradientFill
Creates an unitialized graident 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.
RMGraph - class com.reportmill.shape.RMGraph.
The RMGraph class provides a template and the machinery for generating graphs.
RMGraph() - Constructor for class com.reportmill.shape.RMGraph
Creates a plain graph shape.
RMGraph.BarLabel - class com.reportmill.shape.RMGraph.BarLabel.
An inner class for bar labels.
RMGraph.BarLabel() - Constructor for class com.reportmill.shape.RMGraph.BarLabel
Creates a bar label suitable for insertion in a new graph.
RMGraph.Legend - class com.reportmill.shape.RMGraph.Legend.
An inner class for Legend.
RMGraph.Legend() - Constructor for class com.reportmill.shape.RMGraph.Legend
Creates a new graph legend.
RMGraph.Legend(boolean) - Constructor for class com.reportmill.shape.RMGraph.Legend
Creates a new graph legend inialized for insertion into a new graph.
RMGrouping - class com.reportmill.base.RMGrouping.
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.
RMImage - class com.reportmill.shape.RMImage.
This class is a shape representation of an image.
RMImage() - Constructor for class com.reportmill.shape.RMImage
Creates a plain image shape (with no actual image).
RMImage(Object) - Constructor for class com.reportmill.shape.RMImage
Creates an image shape from the image source provided.
RMImageFill - class com.reportmill.graphics.RMImageFill.
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 for the given source.
RMImageFill(Object, byte, float) - Constructor for class com.reportmill.graphics.RMImageFill
Creates an image fill from an image source.
RMKeyChain - class com.reportmill.base.RMKeyChain.
This class provides the powerful RMKeyChain.valueForKeyChain() functiionality.
RMKeyChain(byte) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(byte, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(byte, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(Object, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMLabel - class com.reportmill.shape.RMLabel.
This class represents an individual label inside an RMLabels template.
RMLabel() - Constructor for class com.reportmill.shape.RMLabel
 
RMLabels - class com.reportmill.shape.RMLabels.
This class represents a block of labels.
RMLabels() - Constructor for class com.reportmill.shape.RMLabels
Creates a new labels template.
RMLineSegment - class com.reportmill.shape.RMLineSegment.
This class represents a simple line shape, drawing a line from a start point to an end point.
RMLineSegment() - Constructor for class com.reportmill.shape.RMLineSegment
Creates a basic line (a point actually at 0,0).
RMLineSegment(float, float, float, float) - Constructor for class com.reportmill.shape.RMLineSegment
Creates a basic black line from the given x1, y1 to the given x2, y2.
RMNumberFormat - class com.reportmill.base.RMNumberFormat.
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.
RMOval - class com.reportmill.shape.RMOval.
This class represents a simple oval, with a setable start angle and sweep angle.
RMOval() - Constructor for class com.reportmill.shape.RMOval
Creates a plain oval (draws stroke).
RMOval(float, float) - Constructor for class com.reportmill.shape.RMOval
Creates an oval with the given startAngle and sweep.
RMPage - class com.reportmill.shape.RMPage.
The RMPage class represents an individual page in an RMDocument.
RMPage() - Constructor for class com.reportmill.shape.RMPage
Creates a plain empty page.
RMParagraph - class com.reportmill.text.RMParagraph.
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(int, float, float, float) - Constructor for class com.reportmill.text.RMParagraph
Creates a new paragraph with the given alignment and indentation.
RMPath - class com.reportmill.graphics.RMPath.
RMPath - A graphics path (moveTo, lineTo, etc.).
RMPath() - Constructor for class com.reportmill.graphics.RMPath
Creates an empty path.
RMPoint - class com.reportmill.base.RMPoint.
This class represents a simple geometric point (x, y).
RMPoint() - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to 0,0.
RMPoint(int, int) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given x and y (int).
RMPoint(float, float) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given x and y (float).
RMPoint(double, double) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given x and y (double).
RMPoint(RMPoint) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized from the given point.
RMPoint(Point2D) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given AWT Point.
RMPolygon - class com.reportmill.shape.RMPolygon.
This class is an RMShape subclass that encapsulates an arbitrary path.
RMPolygon() - Constructor for class com.reportmill.shape.RMPolygon
Creates a new empty polygon shape.
RMPolygon(RMPath) - Constructor for class com.reportmill.shape.RMPolygon
Creates a new polygon shape for the given path.
RMRect - class com.reportmill.base.RMRect.
This class represents a simple rectangular geometric area (x, y, width and height).
RMRect() - Constructor for class com.reportmill.base.RMRect
Creates an empty rect.
RMRect(RMRect) - Constructor for class com.reportmill.base.RMRect
Creates a rect from a given rect.
RMRect(float, float, float, float) - Constructor for class com.reportmill.base.RMRect
Creates a rect with the given x, y, width and height (floats).
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(RMPoint, RMSize) - Constructor for class com.reportmill.base.RMRect
Creates a rect from the given location and size.
RMRect(RMPoint, RMPoint) - Constructor for class com.reportmill.base.RMRect
Creates a rect enclosing the two given points.
RMRect(String) - Constructor for class com.reportmill.base.RMRect
Creates a rect from a string of the form "x y w h".
RMRect(RMPoint[]) - 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
RMRectangle - class com.reportmill.shape.RMRectangle.
This class represents a simple rectangle shape with a rouding radius.
RMRectangle() - Constructor for class com.reportmill.shape.RMRectangle
Creates a plain rectangle.
RMShape - class com.reportmill.shape.RMShape.
This class is the basis for all graphic elements in a ReportMill document.
RMShape() - Constructor for class com.reportmill.shape.RMShape
Creates a plain shape.
RMShape(RMShape) - Constructor for class com.reportmill.shape.RMShape
Creates a shape with the same basic attributes as the given shape.
RMSize - class com.reportmill.base.RMSize.
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(float, float) - 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
RMSort - class com.reportmill.base.RMSort.
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.
RMSort.Comparator - interface com.reportmill.base.RMSort.Comparator.
Defines an interface for objects to implementation compare functionality.
RMSort.Compare - interface com.reportmill.base.RMSort.Compare.
Defines an interface for objects that know how to compare themselves.
RMSort.DefaultComparator - class com.reportmill.base.RMSort.DefaultComparator.
Defines a default implementation of the Comparator interface to compare common object types.
RMSort.DefaultComparator() - Constructor for class com.reportmill.base.RMSort.DefaultComparator
 
RMSound - class com.reportmill.shape.RMSound.
This class represents a sound in a document.
RMSound() - Constructor for class com.reportmill.shape.RMSound
Creates an empty sound shape.
RMSound(Object) - Constructor for class com.reportmill.shape.RMSound
Creates a sound shape from a given source (File, String path, InputStream, byte array, etc.).
RMSwitchShape - class com.reportmill.shape.RMSwitchShape.
This class represents a sophisticated shape that can maintain multiple versions of itself.
RMSwitchShape() - Constructor for class com.reportmill.shape.RMSwitchShape
Creates a plain switch shape.
RMTable - class com.reportmill.shape.RMTable.
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.
RMTableGroup - class com.reportmill.shape.RMTableGroup.
This class manages a heirarchy 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
Creates a basic (empty) table group.
RMTableOfContents - class com.reportmill.base.RMTableOfContents.
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 com.reportmill.base.RMTableOfContents.RowGroup.
An inner class to assist flattening.
RMTableOfContents.RowGroup(RMShape, Object) - Constructor for class com.reportmill.base.RMTableOfContents.RowGroup
Creates a new table of contents entry.
RMTableRow - class com.reportmill.shape.RMTableRow.
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.
RMText - class com.reportmill.shape.RMText.
This class is an RMShape subclass for handling rich text.
RMText() - Constructor for class com.reportmill.shape.RMText
Creates an empty text instance.
RMText(RMXString) - Constructor for class com.reportmill.shape.RMText
Creates a text instance initialized with the given RMXString.
RMText(String) - Constructor for class com.reportmill.shape.RMText
Creates a text instance initialized with the given plain text String.
RMViewer - class com.reportmill.RMViewer.
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.RMViewer
Creates a new RMViewer with an empty document in it.
RMViewer(Object) - Constructor for class com.reportmill.RMViewer
Creates a new RMViewer from the given source.
RMXMLReader - class com.reportmill.base.RMXMLReader.
This class tries to load an XML file as a plist.
RMXMLReader() - Constructor for class com.reportmill.base.RMXMLReader
Creates an unitialized reader.
RMXMLWriter - class com.reportmill.base.RMXMLWriter.
This class turns any Java dataset into XML.
RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
Creates a basic instance of RMXMLWriter.
RMXString - class com.reportmill.text.RMXString.
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(String) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString intialized with the given String and no attributes.
RMXString(String, Map) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attributes.
RMXString(String, Object) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attribute (should be a common attribute type like RMFont, RMColor, RMFormat, etc.).
RMXString(String, Object, Object) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given two attributes (should be common attribute types like RMFont, RMColor, RMFormat, etc.).
RMXString(String, Object, Object, Object) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given three attributes (should be common attribute types like RMFont, RMColor, RMFormat, etc.).
RMXString.Outline - class com.reportmill.text.RMXString.Outline.
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
RMXString.Outline() - Constructor for class com.reportmill.text.RMXString.Outline
Creates a new outline.
RMXString.Outline(float, RMColor) - Constructor for class com.reportmill.text.RMXString.Outline
Creates a new outline with the given stroke width and fill color.
RMXString.Run - class com.reportmill.text.RMXString.Run.
The Run inner class represents a range of characters in an xstring that share common attributes.
RMXString.Run() - Constructor for class com.reportmill.text.RMXString.Run
Creates a new run.
RMXString.Run(Map, int, int) - Constructor for class com.reportmill.text.RMXString.Run
Creates a new run for the given attributes map and character start index and character length.
readObject(Object) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source.
readObject(Object, boolean) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source, with option to only return the schema.
readObject(Object, RMEntity) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source with the given XML schema.
readObject(Object, RMEntity, boolean) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source with the given XML schema, with option to only return schema.
rebuild() - Method in class com.reportmill.base.RMDocument
Rebuilds the document according to the selected page and page layout.
reclaimChildren() - Method in class com.reportmill.shape.RMShape
Ensures that children associated with this shape know who's their daddy.
red - Static variable in class com.reportmill.graphics.RMColor
 
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.
remove(String) - Method in class com.reportmill.text.RMXString.Run
Removes a specific attribute for the given key.
removeAttribute(String, int, int) - Method in class com.reportmill.text.RMXString
Removes any attribute of the specified type from the specified range of the string.
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(RMShape) - Method in class com.reportmill.shape.RMShape
Removes the given child from this shape's children list.
removeChild(int) - Method in class com.reportmill.shape.RMShape
Remove's the child at the given index from this shape's children list.
removeChildren() - Method in class com.reportmill.shape.RMShape
Removes all children from this shape.
removeChildren(List) - Method in class com.reportmill.shape.RMShape
Removes the given list of children from this shape.
removeDetails(String) - Method in class com.reportmill.shape.RMTable
Removes the details row for the given grouping key.
removeFromParent() - Method in class com.reportmill.shape.RMShape
Removes this shape from it's parent.
removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
Removes the given grouping.
removeHeader(String) - Method in class com.reportmill.shape.RMTable
Removes the header row for the given grouping key.
removeLastElement() - Method in class com.reportmill.graphics.RMPath
Removes the last element from the path.
removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Removes the given layer (and dumps its children into the preceeding layer).
removePage(int) - Method in class com.reportmill.base.RMDocument
Removes the page at the given index from this document.
removeSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Removes the given sort from the grouping.
removeSummary(String) - Method in class com.reportmill.shape.RMTable
Removes the details row for the given grouping key.
removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
This method removes a table from the table group.
removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Removes the version shape associated with the given name from the alternates map.
repaint(RMRect) - Method in class com.reportmill.RMViewer
Requests a repaint for the area represented by the given rect.
replace(String) - Method in class com.reportmill.text.RMXString
Replaces all chars of this XString with given String.
replace(int, int, String) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String.
replace(int, int, String, Map) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String, using the given attributes.
replace(int, int, RMXString) - Method in class com.reportmill.text.RMXString
Replaces the chars in given range, with given XString.
reset() - Method in class com.reportmill.graphics.RMPath
Resets the current path with no elements or points.
resetLayers() - Method in class com.reportmill.shape.RMPage
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
resolvePageReferences() - Method in class com.reportmill.base.RMDocument
Performs page substitions on any text fields that were identified as containing @Page@ keys.
resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMShape
Replaces all @Page@ style keys with their actual values for this shape and it's children.
resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMText
Re-does the RPG clone to resolve any @Page@ keys (assumed to be present in userInfo).
round() - Method in class com.reportmill.base.RMPoint
Rounds the receiver to an integral x and y.
rpgClone(ReportMill) - Method in class com.reportmill.base.RMDocument
Report Generation method.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMGraph
Returns a clone of this shape with report generation.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMImage
Report generation method.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMLabels
RPG clone - returns individual pages of RPG labels.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMPage
A custom version of the clone method, which returns a report generated clone.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMShape
A clone implementation that copies this shape and its children, performing data substituion as well.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMSound
Returns a copy of this shape for report generation - might include getting new sound data using RPG key.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMSwitchShape
Standard RPG clone method.
rpgClone(ReportMill, String) - Method in class com.reportmill.shape.RMSwitchShape
RPG clone with specified version.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMTable
Report generation method.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMTableGroup
Report generation method.
rpgClone(ReportMill, RMGroup, String) - Method in class com.reportmill.shape.RMTableRow
This rpgClone method hands things off to RMTableRowRPG.
rpgClone(ReportMill) - Method in class com.reportmill.shape.RMText
This method clones the RMText, performing subtition on the XString.
rpgClone(ReportMill, Object, RMShape) - Method in class com.reportmill.text.RMXString
Creates a clone of the receiver, with substitution performed on @-sign deliniated keys.
rpgCloneBase() - Method in class com.reportmill.shape.RMShape
An rpgClone hook to provide the basic rpgClone (default implementation just calls Object clone).
rpgCloneBase() - Method in class com.reportmill.shape.RMTableRow
This rpgCloneBase over-ride is used to substitute RMTableRowRPG as the class for the rpgClone.
rpgCloneChildren(ReportMill, RMShape) - Method in class com.reportmill.shape.RMShape
An rpgClone hook to rpgClone a shape's children.
rpgCloneConclude(ReportMill) - Method in class com.reportmill.shape.RMShape
An rpgClone hook called by RMDocument after this shape's page is rpgCloned.
rpgCloneNotification(ReportMill, RMShape) - Method in class com.reportmill.shape.RMShape
An rpgClone hook to call ReportMill's rpgClone notification, if shape is named.
rpgCloneNotification(ReportMill, RMShape) - Method in class com.reportmill.shape.RMTableRow
Overrides shape method to suppress normal notification (will send after table row's version).
rpgClonePrepare(ReportMill) - Method in class com.reportmill.shape.RMShape
An rpgClone hook called by RMDocument before this shape's page is rpgCloned.
rpgClonePreprocess(ReportMill) - Method in class com.reportmill.shape.RMLabels
RPG clone - actual work happens in preprocess so RM knows how many pages are needed.
rpgClonePreprocess(ReportMill) - Method in class com.reportmill.shape.RMShape
An rpgClone hook called by RMDocument on all children before anything else.
rpgClonePreprocess(ReportMill) - Method in class com.reportmill.shape.RMTable
Report generation method.
rpgClonePreprocess(ReportMill) - Method in class com.reportmill.shape.RMTableGroup
Report generation method.
rpgClonePreprocess(ReportMill) - Method in class com.reportmill.shape.RMText
This standard rpgClone hook allows texts set to wrap to perform the wrap.
rpgCloneUrl(ReportMill, RMShape) - Method in class com.reportmill.shape.RMShape
An rpgClone hook to clone a shape's URL with data substitution.
runZoomPanel() - Method in class com.reportmill.RMViewer
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).

S

SCRIPTING_KEY - Static variable in class com.reportmill.text.RMXString
 
STYLE_FIT - Static variable in class com.reportmill.graphics.RMImageFill
 
STYLE_FIT_IFNEEDED - Static variable in class com.reportmill.graphics.RMImageFill
 
STYLE_STRETCH - Static variable in class com.reportmill.graphics.RMImageFill
 
STYLE_TILE - Static variable in class com.reportmill.graphics.RMImageFill
 
SUPPORTED_UNITS - Static variable in class com.reportmill.base.RMDocument
 
String - Static variable in class com.reportmill.base.RMKeyChain
 
Subtract - Static variable in class com.reportmill.base.RMKeyChain
 
SummaryPart - Static variable in class com.reportmill.shape.RMTable
 
scale(float, float) - Method in class com.reportmill.base.RMPoint
Scales the receiver by the given sx and sy.
scale(float) - Method in class com.reportmill.base.RMRect
Scales the receiver rect by the given amount.
scaleTextToFit() - Method in class com.reportmill.shape.RMText
Scales font sizes of all text in an RMText shape to fit in bounds.
scaledRect(float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver scaled by the given amount.
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.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
Over-rides the RMShape implementation to keep shapes in their proper layers.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the back of the children list.
separate(String) - Method in class com.reportmill.text.RMXString
Returns a List of XString substrings of this XString that are separated by the given separator String.
set(float, float, float, float) - Method in class com.reportmill.base.RMRect
Sets the x, y, width and height of the rect.
setActionScript(String) - Method in class com.reportmill.shape.RMShape
Returns the ActionScript for the shape.
setAlign(int) - Method in class com.reportmill.shape.RMText
Sets the align for all chars.
setAlign(int) - Method in class com.reportmill.text.RMXString
Sets the horizontal alignment of the xstring.
setAlignVertical(byte) - Method in class com.reportmill.shape.RMText
Sets the vertical alginment.
setAlternates(Map) - Method in class com.reportmill.shape.RMSwitchShape
Sets the map used to hold alternate versions.
setAnim(RMShapeAnim) - Method in class com.reportmill.shape.RMShape
Sets the collection of animation records for this shape.
setAutosizeHeight(boolean) - Method in class com.reportmill.shape.RMShape
Sets whether the shape's height is set automatically to its ideal height during report generation.
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).
setAxisMinMaxCount(String) - Method in class com.reportmill.shape.RMGraph
Sets the value axis' min, max and number of increments as a single string.
setBarSpacing(float) - Method in class com.reportmill.shape.RMGraph
Sets the width of the space between bars as a ratio of the bar width (0.0 - 1.0).
setBarWedgePrototype(RMShape) - Method in class com.reportmill.shape.RMGraph
Sets the shape used to represent the basic attributes of bars & wedges.
setBarWidth(float) - Method in class com.reportmill.shape.RMGraph
Sets the width of the area used to draw bars as a ratio of the over-all area (0.0 - 1.0).
setBounds(RMRect) - Method in class com.reportmill.graphics.RMPath
Sets the bounds that the path is relative to.
setBounds(RMRect) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to dimensions in given rect.
setBounds(float, float, float, float) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to given dimensions.
setCacheData(boolean) - Method in class com.reportmill.shape.RMImage
Returns whether image data should be cached (in anticipation of sharing among multiple image shapes).
setCalibrateColors(boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should calibrate colors in generated file formats like PDF.
setCausesWrapType(byte) - Method in class com.reportmill.shape.RMShape
Sets how this shape causes text wrap.
setCharSpacing(float) - Method in class com.reportmill.shape.RMText
Sets the char spacing for the text string.
setChildAnimator(RMAnimator) - Method in class com.reportmill.shape.RMPage
Sets the child animator associated with this page.
setChildAnimator(RMAnimator) - Method in class com.reportmill.shape.RMShape
Sets the animator that this shape's children use.
setChildAnimator(RMAnimator) - Method in class com.reportmill.shape.RMSwitchShape
Sets the child animator to the given animator.
setChildren(List) - Method in class com.reportmill.shape.RMShape
Sets the list of children associated with this shape.
setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMText
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.shape.RMShape
Sets the color of the shape.
setColors(List) - Method in class com.reportmill.shape.RMGraph
Sets the list of colors to be used by this graph.
setColumnSpacing(float) - 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.base.RMDocument
Sets whether the document should compress images in generated file formats like PDF.
setDataSource(RMDataSource) - Method in class com.reportmill.base.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.
setDelay(float) - Method in class com.reportmill.shape.RMSound
Sets the delay after which this sound is supposed to start to play.
setDocListener(RMDocument.DocListener) - Method in class com.reportmill.base.RMDocument
Sets the DocListener associated with this document.
setDocument(RMDocument) - Method in class com.reportmill.RMViewer
Sets the RMDocument associated with this viewer.
setDraw3D(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws in 3D.
setDrawAxisLabels(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws axis labels.
setDrawColor(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws in color.
setDrawGroupSeparator(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws a line between groups (if multiple keys).
setDrawMajorAxis(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws the major axis.
setDrawMinorAxis(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws the minor axis.
setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether a pie graph draws lines from the wedges to wedge labels.
setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMText
Sets whether text should always draw at least a light-gray border (useful when editing).
setDrawsWedge(boolean) - Method in class com.reportmill.shape.RMOval
Sets whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
setExtrusionKey(String) - Method in class com.reportmill.shape.RMGraph
Sets the key used to determine which pie wedges get extruded.
setFilename(String) - Method in class com.reportmill.base.RMDocument
Sets the filename associated with this document.
setFill(RMFill) - Method in class com.reportmill.shape.RMImage
Overrides standard shape setFill method to ensure fill is an RMImageFill.
setFill(RMFill) - Method in class com.reportmill.shape.RMShape
Sets the fill for this shape.
setFillStyle(byte) - Method in class com.reportmill.graphics.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
setFilterKey(String) - Method in class com.reportmill.shape.RMTable
Returns the optional key chain (expression) used to limit the table list derived from list key.
setFont(RMFont) - Method in class com.reportmill.shape.RMGraph
Sets the font associated with the graph.
setFont(RMFont) - Method in class com.reportmill.shape.RMShape
Sets the font for the shape.
setFont(RMFont) - Method in class com.reportmill.shape.RMText
Sets the font for all characters.
setFontScale(float) - Method in class com.reportmill.shape.RMText
Sets the scale to apply to all fonts in text's XString.
setFontScale(float) - Method in class com.reportmill.text.RMXString
Sets a value to that should be multiplied times all font sizes in this string.
setForceIds(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether every written entity should automatically have "id" tag.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMGraph
Sets the format associated with the value axis of the graph.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMShape
Sets the format for the shape.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMText
Sets the format for all characters.
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(RMRect) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
setFrame(float, float, float, float) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
setFrameSize(float, float) - Method in class com.reportmill.shape.RMShape
Sets a shape's size such that its frame (enclosing rect in parent coords) will have the given width and height.
setFrameX(float) - 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(float, float) - 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(float) - 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.
setGraphTypeString(String) - Method in class com.reportmill.shape.RMGraph
Sets the graph type as a simple string: bar, pie or hbar.
setGridSpacing(float) - Method in class com.reportmill.base.RMDocument
Sets the grid spacing for the document's grid.
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.
setHeight(float) - Method in class com.reportmill.shape.RMShape
Sets the height of the shape.
setHeight(float) - Method in class com.reportmill.shape.RMText
Overrides shape implementation to reset height to fit.
setHeightDeep(float, boolean) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing height.
setHeightDeep(float) - Method in class com.reportmill.shape.RMShape
Sets the height of this shape and its children (proportionally using their autosizing).
setHeightDeep(float, boolean) - Method in class com.reportmill.shape.RMShape
Sets the height of this shape and its children (proportionally using their autosizing).
setHeightToFit() - Method in class com.reportmill.shape.RMShape
Sets the shape to its getHeightToFit (which is just the current height for most shapes).
setHeightToFit(float) - Method in class com.reportmill.shape.RMText
Sets the text's height to fit (often called with -1 to force recalc).
setImageData(RMImageData) - Method in class com.reportmill.graphics.RMImageFill
Sets the image data associated with this image fill.
setImageMargins(float) - Method in class com.reportmill.graphics.RMImageFill
Sets the inset for the image when drawn in a given bounds.
setIncludeAllValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping includes all values.
setIncludeNulls(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping includes nulls.
setIncludeSubclassNames(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether XML should include "Class" attribute when class differs from schema (subclasses only).
setKey(String) - Method in class com.reportmill.base.RMGrouping
Sets the grouping key.
setKey(String) - Method in class com.reportmill.shape.RMImage
Sets the report key used to load an image if none is provided.
setKey(String) - Method in class com.reportmill.shape.RMSound
Sets the RPG key for this sound shape.
setKeysString(String) - Method in class com.reportmill.shape.RMGraph
Sets keys string - a comma separated list of keys evaluated on list key objects to represent in graph.
setLastNode(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
Sets the last node in the keychain.
setLineGap(float) - Method in class com.reportmill.shape.RMText
Sets the line gap for all chars.
setLineHeightMax(float) - Method in class com.reportmill.shape.RMText
Sets the maximum line height for all chars.
setLineHeightMin(float) - Method in class com.reportmill.shape.RMText
Sets the minimum line height for all chars.
setLineSpacing(float) - Method in class com.reportmill.shape.RMText
Sets the line spacing for all chars.
setLineWidth(float) - Method in class com.reportmill.shape.RMShape
Sets the line width of the shape's stroke in printer points.
setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMText
Sets the linked text for this text (if any).
setListKey(String) - Method in class com.reportmill.shape.RMGraph
Sets the list key associated with the graph.
setListKey(String) - Method in class com.reportmill.shape.RMLabels
Sets the list key associated with labels.
setListKey(String) - Method in class com.reportmill.shape.RMShape
Sets the List Key associated with this shape.
setListKey(String) - Method in class com.reportmill.shape.RMTable
Sets the list key associated with the table.
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).
setLoopCount(int) - Method in class com.reportmill.shape.RMSound
Returns the number of loops that this sound should play before stopping.
setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Sets the currently selected table.
setMarginRect(RMRect) - Method in class com.reportmill.base.RMDocument
Sets the margin rect for this document.
setMargins(float, float, float, float) - Method in class com.reportmill.base.RMDocument
Sets the margin rect for this document.
setMinSplitHeight(float) - 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(float) - Method in class com.reportmill.shape.RMTableRow
Sets the minimum distance in points from the top of the row that this row can split.
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.RMShape
Sets the name for the shape.
setNeedsRepaint(RMShape) - Method in class com.reportmill.base.RMDocument
This is a notification call for impending visual shape attribute changes.
setNeedsRepaint() - Method in class com.reportmill.shape.RMShape
Visual change notification - call before making changes that will require repaint.
setNeedsRepaint(RMShape) - Method in class com.reportmill.shape.RMShape
Visual change notification - call before making changes that will require repaint.
setNeedsRepaint() - Method in class com.reportmill.shape.RMText
Editor method - passes on repaints to linked text.
setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether this format shows negative values in red.
setNext(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
Sets the next keychain in the chain.
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.RMDocument
Sets the string used to replace any occurrances of null values in a generated report.
setNullString(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
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.RMTable
Sets the number of columns that this table should be repeated over on the same page before paginating.
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.
setOpacity(float) - Method in class com.reportmill.shape.RMShape
Sets the opactiy of the shape (1 for opaque, 0 for transparent).
setOrigin(RMPoint) - Method in class com.reportmill.base.RMRect
Sets the origin of the rect.
setOrigin(float, float) - Method in class com.reportmill.base.RMRect
Sets the origin of the rect.
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.RMText
Sets the Outline for all characters.
setOutlined(boolean) - Method in class com.reportmill.text.RMXString
Sets the xstring to be outlined.
setOverlap(boolean) - Method in class com.reportmill.shape.RMSound
Returns whether this sound should overlap other sounds.
setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
setPageLayout(byte) - Method in class com.reportmill.base.RMDocument
Sets the page layout for the document.
setPageNumber(int) - Method in class com.reportmill.graphics.RMImageFill
Sets the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
setPageSize(float, float) - Method in class com.reportmill.base.RMDocument
Sets the size of the document (and all of its pages).
setPages(List) - Method in class com.reportmill.base.RMDocument
Sets the list of RMPages associated with this document.
setPaginate(Boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should paginate generated reports by default.
setPaginate(boolean) - Method in class com.reportmill.shape.RMLabels
Sets whether the labels should paginate.
setPaginate(Boolean) - Method in class com.reportmill.shape.RMTable
Sets whether the table is supposed to be paginated.
setParagraph(RMParagraph, int) - Method in class com.reportmill.text.RMXString
Sets the paragraph at the given character index.
setParagraph(RMParagraph, int, int) - Method in class com.reportmill.text.RMXString
Sets the paragraph for the given character index range.
setParent(RMShape) - Method in class com.reportmill.shape.RMShape
Sets the parent of this shape (called automatically by addChild()).
setPath(RMPath) - Method in class com.reportmill.shape.RMPolygon
Sets the path for this polygon shape.
setPathShape(RMShape) - Method in class com.reportmill.shape.RMText
Sets the shape that provides the path for this text to wrap text to.
setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMText
Sets whether text should wrap around other shapes that cause wrap.
setPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
Sets the path point at the given index to the given point.
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).
setPublishUrl(String) - Method in class com.reportmill.base.RMDocument
Sets the URL this document should be uploaded to.
setRadius(float) - Method in class com.reportmill.shape.RMRectangle
Sets the rounding radius for the rectangle.
setRadius(float) - Method in class com.reportmill.shape.RMText
Overrides rectangle implementation to potentially force text relayout.
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.
setRoll(float) - Method in class com.reportmill.shape.RMShape
Sets the roll of the shape.
setScaleX(float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X axis of the shape.
setScaleXY(float, float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X and Y axis.
setScaleY(float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the Y axis of the shape.
setSelectedGroupingIndex(int) - Method in class com.reportmill.shape.RMTable
Sets the currently selected grouping by index (for editing, mostly).
setSelectedPage(RMPage) - Method in class com.reportmill.base.RMDocument
Selects the given page.
setSelectedPageIndex(int) - Method in class com.reportmill.RMViewer
Sets the page of viewer's document that is visible (by index).
setSelectedPageIndex(int) - Method in class com.reportmill.base.RMDocument
Selects the currently selected page by index.
setSelectedSortIndex(int) - Method in class com.reportmill.shape.RMTable
Sets the currently selected grouping's currently selected sort (for editing, mostly).
setShapePainter(RMShapePainter) - Method in class com.reportmill.RMViewer
Sets the object that is actually responsible for paining shapes in the viewer.
setShapeRepaintEnabled(boolean) - Method in class com.reportmill.RMViewer
Sets whether changes to shapes cause repaints.
setShowBarLabels(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph shows bar labels.
setShowGrid(boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should show an alignment grid.
setShowGroupPart(int, String, boolean) - Method in class com.reportmill.shape.RMTable
Adds or removes header/detail/summary rows for a given grouping key.
setShowGroupPart(int, int, boolean) - Method in class com.reportmill.shape.RMTable
Adds or removes header/details/summary row for a givein grouping index.
setShowLegend(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph shows a legend.
setShowMargin(boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should show a margin rect.
setSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSize(float, float) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSizeBorders(boolean) - Method in class com.reportmill.shape.RMImage
Sets whether the image shape should resize it's borders to fit dynamically provided images.
setSizeDeep(float, float) - Method in class com.reportmill.shape.RMShape
Sets the size of this shape and its children (proportionally using their autosizing).
setSizeP(float, float) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape to the given width and height in parent's coords.
setSizeToFit() - Method in class com.reportmill.shape.RMShape
Sets the shape to its ideal size from getWidthToFit and getHeightToFit.
setSizeToFit(float, float) - Method in class com.reportmill.shape.RMShape
This convenience method sets the shape to its ideal size from getWidthToFit and getHeightToFit, allowing you to additionally specify a maxWidth and maxHeight.
setSkewX(float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X axis of the shape.
setSkewXY(float, float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X and Y axis.
setSkewY(float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the Y axis of the shape.
setSnapGrid(boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should snap to an alignment grid.
setSnapMargin(boolean) - Method in class com.reportmill.base.RMDocument
Sets whether the document should snap to a margin rect.
setSoundData(RMSoundData) - Method in class com.reportmill.shape.RMSound
Sets the sound data for this sound shape.
setSpacingHeight(float) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels vertically.
setSpacingWidth(float) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels horizontally.
setStacked(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether multiple keys are stacked or separated.
setStartAngle(float) - Method in class com.reportmill.shape.RMOval
Sets the start angle for the oval.
setStartingPageBreak(boolean) - Method in class com.reportmill.shape.RMTable
Sets whether this table should always start on a new page (if in table group).
setStroke(RMStroke) - Method in class com.reportmill.shape.RMShape
Sets the stroke for this shape, with an option to turn on drawsStroke.
setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the stroke color of the shape.
setStructured(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this table row should be structured.
setStructured(boolean, boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this table row should be structured, with an option to re-layout children.
setSwapSeries(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph groups bars by keys (normal) or by objects (swapped).
setSweepAngle(float) - Method in class com.reportmill.shape.RMOval
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.
setText(String) - Method in class com.reportmill.shape.RMText
Replaces the current text associated with this RMText with the given String.
setText(RMXString) - Method in class com.reportmill.shape.RMText
Sets the XString associated with this RMText.
setTextColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the text color for the shape.
setTextColor(RMColor) - Method in class com.reportmill.shape.RMText
Sets the color of the characters in the XString associated with this RMText.
setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the thousands separator.
setTime(float) - Method in class com.reportmill.shape.RMShape
Tells the shape's anim records to update the shape to the given time.
setTopNCount(int) - Method in class com.reportmill.base.RMGrouping
Sets the top N count for the grouping.
setTopNCount(int) - Method in class com.reportmill.shape.RMGraph
Sets the top-n count for this graph's top-n sort.
setTopNIncludeOthers(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the top N sort for the grouping includes others.
setTopNIncludeOthers(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the top-n sort for this graph includes remainders.
setTopNSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Sets the top N sort for the grouping.
setTopNSort(RMSort) - Method in class com.reportmill.shape.RMGraph
Sets the top-n sort for this graph.
setType(String) - Method in class com.reportmill.shape.RMGraph
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
setUnderlined(boolean) - Method in class com.reportmill.shape.RMShape
Sets the shape to underline.
setUnderlined(boolean) - Method in class com.reportmill.shape.RMText
Sets all chars to be underlined.
setUnderlined(boolean) - Method in class com.reportmill.text.RMXString
Sets the xstring to be underlined.
setUndoer(RMUndoer) - Method in class com.reportmill.base.RMDocument
Sets the RMUndoer for this document.
setUnit(byte) - Method in class com.reportmill.base.RMDocument
Sets the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
setUnitString(String) - Method in class com.reportmill.base.RMDocument
Sets the units used to express sizes in the current document with one of the strings: point, inch or cm.
setUrl(String) - Method in class com.reportmill.shape.RMShape
Returns the URL for the shape.
setUseShortClassNames(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether class names should omit path (don't use if full classpath needed or if duplicate class names).
setValue(Object) - Method in class com.reportmill.base.RMKeyChain
Sets the value of the keychain.
setValueForKeyChain(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChain
 
setVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the currently selected version of the switch shape to given version name.
setVersion(String, RMSwitchShape, boolean) - Method in class com.reportmill.shape.RMSwitchShape
Sets the given shape to be the version for the given name.
setVersionKey(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the version key used to get the version used in a report.
setWidth(float) - Method in class com.reportmill.shape.RMShape
Sets the width of the shape.
setWidthDeep(float, boolean) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing width.
setWidthDeep(float) - Method in class com.reportmill.shape.RMShape
Sets the width of this shape and its children (proportionally using their autosizing).
setWidthDeep(float, boolean) - Method in class com.reportmill.shape.RMShape
Sets the width of this shape and its children (proportionally using their autosizing).
setWidthDeep(float, boolean) - Method in class com.reportmill.shape.RMSwitchShape
Overrides standard shape method to resize alternates.
setWidthToFit() - Method in class com.reportmill.shape.RMShape
Sets the shape to its getWidthToFit (which is just the current width for most shapes).
setWindingRule(byte) - Method in class com.reportmill.graphics.RMPath
Sets the winding rule which describes how inner path perimeters are filled and clipped.
setWraps(byte) - Method in class com.reportmill.shape.RMText
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
setX(float) - Method in class com.reportmill.shape.RMShape
Sets the X location of the shape.
setXString(RMXString) - Method in class com.reportmill.shape.RMText
Sets the XString associated with this RMText.
setXY(RMPoint) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXY(float, float) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXYP(float, float) - 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(float) - Method in class com.reportmill.shape.RMShape
Sets the Y location of the shape.
setZoomFactor(float) - Method in class com.reportmill.RMViewer
Sets the viewer's zoom factor (1 for 100%).
shouldClipToPath() - Method in class com.reportmill.graphics.RMImageFill
Returns whether fill should clip to path when painting.
size() - Method in class com.reportmill.base.RMRect
Returns the size of the rect as an RMSize.
sizesToFitChildren() - Method in class com.reportmill.shape.RMShape
Editor method.
sizesToFitChildren() - Method in class com.reportmill.shape.RMTableRow
Editor method.
sort(List, String) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given key in ORDER_ASCEND.
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.
sort(List) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by RMSort's default comparator.
sort(List, Object) - Static method in class com.reportmill.base.RMSort
Returns the given list, sorted by RMSort's default comparator with the given context.
sort(List, RMSort.Comparator, Object) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by a given RMSort Compartor with the given context.
sortedList(List, String) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key in ORDER_ASCEND.
squareRectInRect() - Method in class com.reportmill.base.RMRect
Creates a rect representing the largest square inside rect.
start() - Method in class com.reportmill.text.RMXString.Run
Returns the start character index for this run.
string() - Method in class com.reportmill.text.RMXString
Returns the plain String associated with this RMXString.
stringAdvance(String) - Method in class com.reportmill.text.RMFont
Returns the horizontal distance spanned by the given string when rendered in this font.
stringValueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
VFK convenience - returns a string for an object and keychain.
structuredSetPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
 
style() - Method in class com.reportmill.text.RMFont
Returns the awt style of this font.
substring(int) - Method in class com.reportmill.text.RMXString
Returns the substring from the given index to end of XString.
substring(int, int) - Method in class com.reportmill.text.RMXString
Returns the substring from the given start index to the given end index.
superSelectImmediately(RMPoint) - Method in class com.reportmill.shape.RMShape
Editor method.
superSelectable() - Method in class com.reportmill.base.RMDocument
Editor method indicates that document is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMGraph.BarLabel
Editor method indicates that bar label is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMGraph.Legend
Editor method indicates that legend is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMGraph
Editor method indicates that graph can be super selected.
superSelectable() - Method in class com.reportmill.shape.RMLabels
Editor method - indicates that labels block is super-selectable.
superSelectable() - Method in class com.reportmill.shape.RMPage
This RMEditor support method tells the editor that pages can be super-selected.
superSelectable() - Method in class com.reportmill.shape.RMShape
Editor method.
superSelectable() - Method in class com.reportmill.shape.RMSwitchShape
Editor method - specifies that switch shape is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMTableGroup
Editor method - indicates that table group is super selectable.
super_valueForKeyChain(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
syncStructureWithShape(RMShape) - Method in class com.reportmill.shape.RMTableRow
The syncStructureWithShape() method sync's the column widths of receiver to those of given shape.

T

TAB_CENTER - Static variable in class com.reportmill.text.RMParagraph
 
TAB_DECIMAL - Static variable in class com.reportmill.text.RMParagraph
 
TAB_LEFT - Static variable in class com.reportmill.text.RMParagraph
 
TAB_RIGHT - Static variable in class com.reportmill.text.RMParagraph
 
TAG_ID - Static variable in class com.reportmill.base.RMXMLWriter
 
TAG_SCHEMA - Static variable in class com.reportmill.base.RMXMLWriter
 
TYPES - Static variable in class com.reportmill.shape.RMGraph
 
TYPE_BAR - Static variable in class com.reportmill.shape.RMGraph
 
TYPE_BAR_HORIZONTAL - Static variable in class com.reportmill.shape.RMGraph
 
TYPE_PIE - Static variable in class com.reportmill.shape.RMGraph
 
toHexString() - Method in class com.reportmill.graphics.RMColor
Returns a hex string representation of this color.
toString() - Method in class com.reportmill.base.RMDateFormat
Returns string representation of this format.
toString() - Method in class com.reportmill.base.RMKeyChain
Returns a string representation of the keychain.
toString() - Method in class com.reportmill.base.RMPoint
Returns a string representation of the receiver in the form "[x y]".
toString() - Method in class com.reportmill.base.RMRect
Returns a String reprsentation of this rect.
toString() - Method in class com.reportmill.graphics.RMColor
Returns a string representation of this color.
toString() - Method in class com.reportmill.shape.RMShape
Standard to string implementation (prints class name and shape bounds).
toString() - Method in class com.reportmill.shape.RMTable
Standard to string implementation (prints class name and shape bounds).
toString() - Method in class com.reportmill.shape.RMTableRow
Returns a string description of the table row.
toString() - Method in class com.reportmill.shape.RMText
Standard toSring implementation.
toString() - Method in class com.reportmill.text.RMFont
Returns the font name, size and family for this font.
toString(RMXString) - Method in class com.reportmill.text.RMXString.Run
Returns a string representation of this run.
toString() - Method in class com.reportmill.text.RMXString
Returns the String associated with this XString.
toStringXML() - Method in class com.reportmill.text.RMXString
Returns an XML style string representation of the attributes and string runs in this XString.
toXML(RXArchiver) - Method in class com.reportmill.base.RMDateFormat
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.base.RMDocument
XML archival.
toXML(RXArchiver) - Method in interface com.reportmill.base.RMFormat
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.base.RMGrouping
XML Archival.
toXML(RXArchiver) - Method in class com.reportmill.base.RMNumberFormat
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.base.RMSort
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.graphics.RMColor
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.graphics.RMFill
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.graphics.RMGradientFill
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.graphics.RMImageFill
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.graphics.RMPath
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMGraph.BarLabel
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMGraph.Legend
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMGraph
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMImage
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMLabel
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMLabels
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMLineSegment
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMOval
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMPage
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMPolygon
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMRectangle
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMShape
XML Archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMSound
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMSwitchShape
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMTable
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMTableGroup
XML archival.
toXML(RXArchiver, RXElement, RMTable) - Method in class com.reportmill.shape.RMTableGroup
XML archival to recursively archive table group hierarchy.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMTableRow
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.shape.RMText
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.text.RMFont
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.text.RMParagraph
XML archival.
toXML(RXArchiver) - Method in class com.reportmill.text.RMXString
XML archival.
toXMLString() - Method in class com.reportmill.base.RMRect
Returns an XML string representation of this rect.
transform(RMTransform) - Method in class com.reportmill.base.RMPoint
Transforms the point by the given transform.
transform(RMTransform) - Method in class com.reportmill.base.RMSize
Transforms size by given transform (return this for convenience).
transformBy(RMTransform) - Method in class com.reportmill.graphics.RMPath
Transforms the points in the path by the given transform.
trimRect(float, byte) - Method in class com.reportmill.base.RMRect
Slices rect by given amount (from given edge) - 'divide' versions return remainder.
turnToChars(boolean) - Method in class com.reportmill.shape.RMText
Returns a group shape with an RMText shape for each glyph in the text.
turnToPath(boolean) - Method in class com.reportmill.shape.RMText
Returns an RMPolygon shape with the glyph path for the chars in this text.

U

UNDERLINE_KEY - Static variable in class com.reportmill.text.RMXString
 
UNIT_CM - Static variable in class com.reportmill.base.RMDocument
 
UNIT_INCHES - Static variable in class com.reportmill.base.RMDocument
 
UNIT_MM - Static variable in class com.reportmill.base.RMDocument
 
UNIT_PICA - Static variable in class com.reportmill.base.RMDocument
 
UNIT_POINTS - Static variable in class com.reportmill.base.RMDocument
 
undoClone() - Method in class com.reportmill.base.RMDocument
Returns a copy of the document for undo (page list is copied shallow).
undoClone() - Method in class com.reportmill.shape.RMPage
A custom version of the clone method, specific for undo tracking.
undoClone() - Method in class com.reportmill.shape.RMShape
Undo support.
undoCopy(RMObject) - Method in class com.reportmill.shape.RMShape
Undo support.
undoEquals(RMObject) - Method in class com.reportmill.shape.RMShape
Undo support.
undoerAddChildToShape(RMShape, RMShape) - Method in class com.reportmill.RMViewer
Adds a child with undo registration in the viewer's documents's undoer (convenience).
undoerAddDirtyObject(RMObject) - Method in class com.reportmill.base.RMDocument
Overrides RMShape implementation to actually add dirty object to notify doc listner and actually add to undoer.
undoerAddDirtyObject(RMObject) - Method in class com.reportmill.shape.RMShape
Undoer convenience - tells undoer to add a dirty object.
undoerDisable() - Method in class com.reportmill.RMViewer
Disable's undo in the viewer's documents's undoer (convenience).
undoerDisable() - Method in class com.reportmill.shape.RMShape
Undoer convenience - disable the undoer.
undoerEnable() - Method in class com.reportmill.RMViewer
Enable's undo in the viewer's documents's undoer (convenience).
undoerEnable() - Method in class com.reportmill.shape.RMShape
Undoer convenience - enables the undoer.
undoerHasUndos() - Method in class com.reportmill.RMViewer
Returns whether undos exist in the viewer's documents's undoer (convenience).
undoerSetCoalesce(boolean) - Method in class com.reportmill.RMViewer
Turns on undo coalescing in the viewer's documents's undoer (convenience).
undoerSetUndoTitle(String) - Method in class com.reportmill.RMViewer
Sets the title of the next registered undo in the viewer's documents's undoer (convenience).
undoerSetUndoTitle(String) - Method in class com.reportmill.shape.RMShape
Undoer convenience - sets title of next registered undo.
union(RMRect) - Method in class com.reportmill.base.RMRect
Unions the receiver rect with the given rect.
unionEvenIfEmpty(RMRect) - Method in class com.reportmill.base.RMRect
Unions the receiver rect with the given rect.
unionRect(RMRect) - Method in class com.reportmill.base.RMRect
Creates a rect encompassing the receiver and the given rect.
unionRectEvenIfEmpty(RMRect) - Method in class com.reportmill.base.RMRect
Creates a rect encompasing the receiver and the given rect.
unitRect - Static variable in class com.reportmill.base.RMRect
 
unitRectPath - Static variable in class com.reportmill.graphics.RMPath
 
useShortClassNames() - Method in class com.reportmill.base.RMXMLWriter
Returns whether class names should omit path (don't use if full classpath needed or if duplicate class names).

V

Value - Static variable in class com.reportmill.base.RMKeyChain
 
VersionAlternate - Static variable in class com.reportmill.shape.RMTableRow
 
VersionFirstOnly - Static variable in class com.reportmill.shape.RMTableRow
 
VersionReprint - Static variable in class com.reportmill.shape.RMTableRow
 
VersionSplitHeader - Static variable in class com.reportmill.shape.RMTableRow
 
VersionStandard - Static variable in class com.reportmill.shape.RMTableRow
 
VersionTopNOthers - Static variable in class com.reportmill.shape.RMTableRow
 
valueForKey(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Implements this method to provide page info.
valueForKeyChain(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
valueForKeyChainFunctionCall(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain (assumed to be a function) on the given object.
valueForKeyChainKey(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain (assumed to be a simple key) on the given object.
valueForKeyChainList(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given keychain on the given list.

W

WIND_EVEN_ODD - Static variable in class com.reportmill.graphics.RMPath
 
WIND_NON_ZERO - Static variable in class com.reportmill.graphics.RMPath
 
WRAP_BASIC - Static variable in class com.reportmill.shape.RMText
 
WRAP_NONE - Static variable in class com.reportmill.shape.RMText
 
WRAP_SCALE - Static variable in class com.reportmill.shape.RMText
 
WRAP_TYPE_BOTH - Static variable in class com.reportmill.shape.RMShape
 
WRAP_TYPE_NONE - Static variable in class com.reportmill.shape.RMShape
 
white - Static variable in class com.reportmill.graphics.RMColor
 
width - Variable in class com.reportmill.base.RMRect
 
width - Variable in class com.reportmill.base.RMSize
 
width() - Method in class com.reportmill.shape.RMShape
Returns raw width of shape.
widthsIntersect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect (horizontally only).
willChange(RMShape) - Method in class com.reportmill.base.RMDocument
This is a notification call-back for impeding shape attribute changes.
willChange() - Method in class com.reportmill.shape.RMShape
Change notification - call before making attribute changes (provides hook for undo support).
willChange(RMShape) - Method in class com.reportmill.shape.RMShape
Change notification - call before making attribute changes (provides hook for undo support).
write(String) - Method in class com.reportmill.base.RMDocument
Writes the document out to the given path String (it extracts type from path extension).
writeCSV(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as a CSV file.
writeDelimitedAscii(String, String, String, boolean) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as a delimited ASCII file.
writeExcel(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as an Excel file.
writeFlash(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as Flash.
writeFlashHTML(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as Flash/HTML.
writeHTML(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as HTML.
writeHTML(String, String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as HTML (referenced images are written at the given relative path).
writeJPG(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as a JPEG file.
writeObject(Object, String) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to three levels deep, which is default degree of separation.
writeObject(Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to given degree of separation.
writeObject(Object, Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset and optional userInfo to given path as XML, out to given degree of separation.
writePDF(String) - Method in class com.reportmill.base.RMDocument
Writes the document to the given path String as PDF.

X

x - Variable in class com.reportmill.base.RMPoint
 
x - Variable in class com.reportmill.base.RMRect
 
x() - Method in class com.reportmill.shape.RMShape
Returns raw x location of shape.

Y

y - Variable in class com.reportmill.base.RMPoint
 
y - Variable in class com.reportmill.base.RMRect
 
y() - Method in class com.reportmill.shape.RMShape
Returns raw y location of shape.
yellow - Static variable in class com.reportmill.graphics.RMColor
 

Z

zeroPoint - Static variable in class com.reportmill.base.RMPoint
 
zeroPoint() - Static method in class com.reportmill.base.RMPoint
 
zeroRect - Static variable in class com.reportmill.base.RMRect
 
zeroRect() - Static method in class com.reportmill.base.RMRect
 
zoomToggleLast() - Method in class com.reportmill.RMViewer
Sets the viewer's zoom to its previous value.

_

_locale - Static variable in class com.reportmill.base.RMDocument
 
_mouseDownPointIndex - Variable in class com.reportmill.shape.RMPolygon
 

A B C D E F G H I K L M N O P Q R S T U V W X Y Z _
ReportMill 8.0 API