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

A

abs(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the absolute value of the given value.
acceptsChildren() - Method in class com.reportmill.shape.RMDocument
Editor method indicates that document accepts children (should probably be false).
acceptsChildren() - Method in class com.reportmill.shape.RMLabel
Editor method - indicates that individual label accepts children.
acceptsChildren() - Method in class com.reportmill.shape.RMPage
Editor method - indicates 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.
acceptsMouse() - Method in class com.reportmill.shape.RMScene3D
Viewer method.
acceptsMouse() - Method in class com.reportmill.shape.RMShape
Returns whether shape accepts mouse events (true if URL is present).
add(RMVector) - Method in class com.reportmill.graphics.RMVector
Adds a vector.
add(double, double) - Method in class com.reportmill.graphics.RMVector
Adds the vector components to this vector.
add(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Add the given vector to this.
addAnimatorListener(RMAnimator.Listener) - Method in class com.reportmill.graphics.RMAnimator
Adds an animator listener.
addBinding(Binding) - Method in class com.reportmill.shape.RMShape
Adds the individual binding to the shape's bindings list.
addBinding(String, String) - Method in class com.reportmill.shape.RMShape
Adds a binding for given name and key.
addCell(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTabCol
Adds a cell at end of column.
addCell(RMCrossTabCell, int) - Method in class com.reportmill.shape.RMCrossTabCol
Adds a cell at given index.
addCell(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTabRow
Adds a cell to end of row.
addCell(RMCrossTabCell, int) - Method in class com.reportmill.shape.RMCrossTabRow
Adds a cell at given index.
addChars(CharSequence) - Method in class com.reportmill.graphics.RMXString
Appends the given String to the end of this XString.
addChars(CharSequence, int) - Method in class com.reportmill.graphics.RMXString
Adds chars at index.
addChars(CharSequence, TextStyle, int) - Method in class com.reportmill.graphics.RMXString
Appends the given string to this XString, with the given attributes, at the given index.
addChars(CharSequence, Object...) - Method in class com.reportmill.graphics.RMXString
Appends the given chars with the given attribute(s).
addChars(CharSequence, Map) - Method in class com.reportmill.graphics.RMXString
Appends the given string to the end of this XString, with the given attributes.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMDocument
Override to make sure document has size.
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.RMPageLayer
Adds a child to this layer.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMPageLayer
Adds a child to this layer at the given index.
addChild(RMShape) - Method in class com.reportmill.shape.RMParentShape
Adds the given child to the end of this shape's children list.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMParentShape
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.
addChildren(List<RMShape>) - Method in class com.reportmill.shape.RMPageLayer
Adds a list of children to this layer.
addChildRPG(RMTableRowRPG) - Method in class com.reportmill.shape.RMTableRowRPG
Adds a child row.
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).
addChildWithTitle(RMTableRow, int, String) - Method in class com.reportmill.shape.RMTable
Convenience to set a child title and add to the table.
addCol() - Method in class com.reportmill.shape.RMCrossTab
Adds a column.
addCol(int) - Method in class com.reportmill.shape.RMCrossTab
Adds a column.
addCol(RMCrossTabCol, int) - Method in class com.reportmill.shape.RMCrossTab
Adds a column at the given index.
addDeepChangeListener(DeepChangeListener) - Method in class com.reportmill.shape.RMShape
Adds a deep change listener to shape to listen for shape changes and property changes received by shape.
addDetails(String) - Method in class com.reportmill.shape.RMTable
Convenience to add details for grouping key.
addFreezeFrame() - Method in class com.reportmill.graphics.RMAnimator
Adds a freeze frame for the animator's current time to the freeze-frame list.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChain
Adds a class to the list of classes that RM queries for functions.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChainFuncs
Adds a class to the list of classes that RM queries for functions.
addGrouping(RMGrouping) - Method in class com.reportmill.base.RMGrouper
Adds a given grouping to grouper's list of groupings.
addGrouping(RMGrouping, int) - Method in class com.reportmill.base.RMGrouper
Adds a given grouping to grouper's list of groupings.
addGrouping(RMGrouping, int) - Method in class com.reportmill.shape.RMTable
Adds a given grouping to the table at the given grouping index.
addGroupingForKey(String) - Method in class com.reportmill.base.RMGrouper
Adds a new grouping with the given key.
addGroupingForKey(String, int) - Method in class com.reportmill.base.RMGrouper
Adds a new grouping with the given key at the given index.
addGroupingKey(String, int) - Method in class com.reportmill.shape.RMTable
Adds a grouping to the table for the given key string at the given grouping index.
addGroupings(List<RMGrouping>) - Method in class com.reportmill.base.RMGrouper
Adds a given list of groupings to grouper's list of groupings.
addHeader(String) - Method in class com.reportmill.shape.RMTable
Convenience to add header for grouping key.
addIgnoreClass(Class) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class.
addIgnoreClass(String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class (by class name).
addIgnoreMember(String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given name.
addIgnoreMember(Class, String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore members for a particular class.
addIgnoreMember(String, String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore members for a particular class name.
addItem(int, int) - Method in class com.reportmill.shape.RMGraphSection
Adds an item for the given series and series item.
addItem(RMGroup) - Method in class com.reportmill.shape.RMGraphSeries
Add item for given key/group.
addKey(String) - Method in class com.reportmill.shape.RMGraph
Adds a key.
addKeyFrame(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Adds a given key frame.
addKeyFrame(RMKeyFrame, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a given key frame at given index.
addKeyFrameKeyValue(Object, String, Object, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a new key frame key value for
addKeyFrameKeyValue(Object, String, Object, int, Object, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a new key frame key value for
addKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value.
addKeyValue(RMKeyValue, int) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value at given index.
addKeyValue(Object, String, Object) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value for given target, key and value.
addKeyValue(RMKeyValue, int) - Method in class com.reportmill.graphics.RMKeyValueList
Adds a key value and time to key values and times list.
addLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Adds a layer to page.
addLayer(RMPageLayer, int) - Method in class com.reportmill.shape.RMPage
Adds a layer to page.
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.
addLayoutChild(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Override to start listening to property changes.
addModelObject(Object) - Method in class com.reportmill.shape.ReportOwner
Sets objects in this reportmill.
addNewborn(Object) - Method in class com.reportmill.graphics.RMAnimator
Declare newBorn shapes so that if they are added at non-zero time, we won't get bogus initial values (after an explicit time change, they will start to accept changes).
addPage() - Method in class com.reportmill.shape.RMDocument
Adds a new page to this document.
addPage(RMPage) - Method in class com.reportmill.shape.RMDocument
Adds a given page to this document.
addPage(RMPage, int) - Method in class com.reportmill.shape.RMDocument
Adds a given page to this document at the given index.
addPageBetweenPages() - Static method in class com.reportmill.base.RMExtras
An example of adding a static page between all pages (and at the end) to effectively provide a page back when printing front and back.
addPageReferenceShape(RMShape) - Method in class com.reportmill.shape.ReportOwner
Registers a shape with a page key in it.
addPages(RMDocument) - Method in class com.reportmill.shape.RMDocument
Add the pages in the given document to this document (at end) and clears the pages list in the given document.
addPath(RMPath, double) - Method in class com.reportmill.graphics.RMPath3D
Adds a 2D path to the path3D at the given depth.
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.
addRow() - Method in class com.reportmill.shape.RMCrossTab
Adds a row.
addRow(int) - Method in class com.reportmill.shape.RMCrossTab
Adds a row at given index.
addRow(RMCrossTabRow, int) - Method in class com.reportmill.shape.RMCrossTab
Adds a row at the given index.
addSegment(RMLine) - Method in class com.reportmill.graphics.RMPath
Adds the list of segments to the path, starting with a moveto.
addSegments(List<? extends RMLine>) - Method in class com.reportmill.graphics.RMPath
Adds the list of segments to the path, starting with a moveto.
addShape(RMShape) - Method in class com.reportmill.shape.RMScene3D
Adds a shape to the end of the shape list.
addShape(RMShape, int) - Method in class com.reportmill.shape.RMScene3D
Adds a shape to the shape list at the given index.
addSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Adds the given sort to the grouping.
addSort(RMSort, int) - Method in class com.reportmill.base.RMGrouping
Adds the given sort to the grouping.
addSort(String) - Method in class com.reportmill.base.RMGrouping
Adds a sort to the grouping for the given sort key.
addSorts(List<RMSort>) - Method in class com.reportmill.base.RMGrouping
Adds the list of sorts to the grouping.
addSpan(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.SpanList
Adds a span to a list of spans, either by extending an existing span or actually adding it to the list.
addSpan(RMTableRowRPG.Span) - Method in class com.reportmill.shape.RMTableRowRPG.SpanList
Adds a span to a list of spans, either by extending an existing span or actually adding it to the list.
addString(RMXString, int) - Method in class com.reportmill.graphics.RMXString
Adds an XString to this string at given index.
addSummary(String) - Method in class com.reportmill.shape.RMTable
Convenience to add summary for grouping key.
addTime(List<Number>, Number) - Static method in class com.reportmill.graphics.RMAnimUtils
Adds a given time to the given list at the proper ordered index.
addTimes(List<Number>, List<Number>) - Static method in class com.reportmill.graphics.RMAnimUtils
Adds the list of times in list 2 to the given list of times in list 1 at the proper ordered indexes.
addToPage(RMDocument, RMDocument) - Static method in class com.reportmill.base.RMExtras
Adds the contents from second document to the bottom of the first page of first document.
align(RMVector3D) - Method in class com.reportmill.graphics.RMPath3D
Transforms the path so the normal is aligned with the given vector.
ALIGN_BOTTOM - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_CENTER - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_FULL - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_LEFT - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_MIDDLE - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_RIGHT - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_TOP - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
animatorStarted(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animatorStopped(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animatorUpdated(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animUpdate(PropChange) - Method in class com.reportmill.shape.RMShape
Called to update shape anim.
appendPathIter(PathIter) - Method in class com.reportmill.graphics.RMPath
Returns a new path from a PathIter.
appendShape(Shape) - Method in class com.reportmill.graphics.RMPath
Returns a new path from a shape.
appServer - Static variable in class com.reportmill.base.ReportMill
 
ArrowHead() - Constructor for class com.reportmill.shape.RMLineShape.ArrowHead
Creates a new arrow head.
ArrowHead(int) - Constructor for class com.reportmill.shape.RMLineShape.ArrowHead
Creates a new arrow head of type.
average(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the average resulting by evaluating the keychain on given list objects.
averageX(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the average resulting by evaluating the keychain on given list objects.

B

BASIC - Static variable in class com.reportmill.base.RMDateFormat
 
BASIC - Static variable in class com.reportmill.base.RMNumberFormat
 
black - Static variable in class com.reportmill.graphics.RMColor
 
blend(RMColor, double) - Method in class com.reportmill.graphics.RMColor
Returns a color darker than this color (by this given fraction).
blend(Object, double) - Method in interface com.reportmill.graphics.RMInvocation.Blend
 
blue - Static variable in class com.reportmill.graphics.RMColor
 
BORDER_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
bounds() - Method in class com.reportmill.shape.RMShape
Returns raw x, y, width and height of shape as rect (preserves possible negative sizes).
brighter() - Method in class com.reportmill.graphics.RMColor
Returns a color brighter than this color (blended with white).
bringShapesToFront(List) - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to keep shapes in their proper layers.
bringShapesToFront(List) - Method in class com.reportmill.shape.RMPageLayer
Moves the shapes specified in the given list to the front of this layer's list of shapes.
bringShapesToFront(List<RMShape>) - Method in class com.reportmill.shape.RMParentShape
Moves the subset of children in the given list to the front of the children list.

C

canFreezeFrame() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the current time is not currently a key-frame.
canRead(String) - Static method in class com.reportmill.graphics.RMImageData
Returns whether given extension is supported.
canRead(byte[]) - Static method in class com.reportmill.graphics.RMImageData
Returns whether image reader can read the file provided in the byte array.
canRead(String) - Static method in class com.reportmill.graphics.RMImageDataPDF
Returns whether PDF image reader can read files with given extension.
canRead(byte[]) - Static method in class com.reportmill.graphics.RMImageDataPDF
Returns whether PDF image reader can read the file provided in the byte array.
ceil(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given value as a double rounded up to the nest largest integer.
CENTERED - Static variable in class com.reportmill.graphics.RMParagraph
 
CHAR_SPACING_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
charAt(int) - Method in class com.reportmill.graphics.RMXString
Returns the char at given index.
charAt(int) - Method in class com.reportmill.graphics.RMXStringRun
CharSequence method returning character at given index.
checkForTableOfContents(RMPage) - Static method in class com.reportmill.base.RMTableOfContents
Checks for table of contents page in given template, and copies page as-is if found.
checkString(String, boolean) - Static method in class com.reportmill.base.ReportMill
Checks a string to see if it's valid.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMCrossTabFrame
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMDocument
Editor method indicates that pages super select immediately.
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.RMLineShape
Override to prevent arrow heads from selecting.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMShape
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTable
Editor method - indicates that children should super select immediately when split shape is super selected.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableGroup
Editor 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
 
clearContents() - Method in class com.reportmill.shape.RMCrossTabCell
Clears the text and grouping from this cell.
clearKeys() - Method in class com.reportmill.shape.RMGraph
Removes all keys.
clearTextEditor() - Method in class com.reportmill.shape.RMTextShape
Clears the text editor.
clearWhite - Static variable in class com.reportmill.graphics.RMColor
 
clone() - Method in class com.reportmill.base.RMDateFormat
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGroup
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGrouper
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGrouping
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMNumberFormat
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMSort
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMAnimator
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMBorderStroke
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMFill
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMGradientFill
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMImageData
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMInvocation
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMKeyFrame
Standard clone method.
clone() - Method in class com.reportmill.graphics.RMKeyValue
Standard clone method.
clone() - Method in class com.reportmill.graphics.RMLine
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMParagraph
Standard clone of this object.
clone() - Method in class com.reportmill.graphics.RMPath
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPath3D
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPoint3D
implements Cloneable interface
clone() - Method in class com.reportmill.graphics.RMStroke
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMTextStyle
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMTimeline
Standard clone implementation.
clone(Object) - Method in class com.reportmill.graphics.RMTimeline
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMTransform3D
 
clone() - Method in class com.reportmill.graphics.RMVector
Returns a basic clone of this object.
clone() - Method in class com.reportmill.graphics.RMXString
Returns a clone of this RMXString.
clone() - Method in class com.reportmill.shape.RMCrossTab
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMCrossTabCell
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMCrossTabCol
Returns a basic clone of this object.
clone() - Method in class com.reportmill.shape.RMCrossTabRow
Returns a basic clone of this object.
clone() - Method in class com.reportmill.shape.RMDocument
Copies basic document attributes (shallow copy only - no children or pages).
clone() - Method in class com.reportmill.shape.RMGraph
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMLabels
Override to clone grouping.
clone() - Method in class com.reportmill.shape.RMPage
Standard clone method.
clone() - Method in class com.reportmill.shape.RMPageLayer
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMParentShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMPolygonShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMShapeLayout
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMShapeRSS
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMSharedMap
Overrides hashtable method to just mark hashtable shared and return it.
clone() - Method in class com.reportmill.shape.RMSpringLayout
Standard clone implementation.
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.RMTextShape
Standard clone implementation.
cloneDeep() - Method in class com.reportmill.base.RMGroup
Clone deep implementation - clones this group and any child groups.
cloneDeep() - Method in class com.reportmill.shape.RMCrossTab
Clone deep.
cloneDeep() - Method in class com.reportmill.shape.RMCrossTabRow
Returns a clone of row including a clone of cells.
cloneDeep() - Method in class com.reportmill.shape.RMParentShape
Clones all attributes of this shape with complete clones of its children as well.
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.
cloneDeep() - Method in class com.reportmill.shape.RMTableGroup
Override to clone child tables.
cloneEmpty() - Method in class com.reportmill.base.RMGroup
Clone deep implementation - clones this group and any child groups.
cloneX() - Method in class com.reportmill.shape.RMSharedMap
Provides real clone implementation.
CLOSE - Static variable in class com.reportmill.graphics.RMPath
 
CLOSE - Static variable in class com.reportmill.graphics.RMPath3D
 
close() - Method in class com.reportmill.graphics.RMPath3D
Adds a close element to the path3d.
closePath() - Method in class com.reportmill.graphics.RMPath
Adds a Close element to the given path.
coalesceNewlines() - Method in class com.reportmill.graphics.RMXString
Replaces any occurrence of consecutive newlines with a single newline.
COLOR_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
com.reportmill.app - package com.reportmill.app
 
com.reportmill.base - package com.reportmill.base
 
com.reportmill.graphics - package com.reportmill.graphics
 
com.reportmill.shape - package com.reportmill.shape
 
COMPARATOR - Static variable in class com.reportmill.base.RMSort
 
compare(Object, Object) - Method in class com.reportmill.base.RMSort
Returns how the two given objects compare with this sort.
Compare(Object, Object) - Static method in class com.reportmill.base.RMSort
Compare two value objects (assumed to be String, Number, Boolean, Date, Comparable, etc.).
compare(Object, Object) - Method in class com.reportmill.base.RMValueSort
Compare objects with given RMSort.
comparePlane(RMPath3D) - Method in class com.reportmill.graphics.RMPath3D
Returns whether receiver is in front (ORDER_ASCEND) or aPath in front (ORDER_DESCEND).
compareTo(RMKeyFrame) - Method in class com.reportmill.graphics.RMKeyFrame
Standard compare implementation.
compareTo(Object) - Method in class com.reportmill.shape.RMShapeTable.Span
Comparable implementation.
compareTo(Object) - Method in class com.reportmill.shape.RMTableRowRPG.Span
Comparable implementation.
CONSTRAIN_NONE - Variable in class com.reportmill.shape.RMScene3D
 
CONSTRAIN_PITCH - Variable in class com.reportmill.shape.RMScene3D
 
CONSTRAIN_YAW - Variable in class com.reportmill.shape.RMScene3D
 
consume() - Method in class com.reportmill.shape.RMShapeEvent
Override to forward to encapsulated event.
contains(double, double) - Method in class com.reportmill.graphics.RMPath
Returns whether the given xy coordinate is inside the path.
contains(Point) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the point, given in this shape's parent's coords.
contains(double) - Method in class com.reportmill.shape.RMShapeTable.Span
Returns whether given value is contained in the span (inclusive).
contains(double) - Method in class com.reportmill.shape.RMTableRowRPG.Span
Returns whether given value is contained in the span (inclusive).
containsTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns whether a given list contains a given float time.
containsTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns whether key value list contains the given time.
Content_Prop - Static variable in class com.reportmill.app.RMViewer
 
convertedPointFromShape(Point, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted from the given shape's coords.
convertedPointToShape(Point, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted to the given shape's coords.
convertFromAppServerType(Object) - Method in interface com.reportmill.base.ReportMill.AppServer
 
convertFromAppServerType(Object) - Static method in class com.reportmill.base.ReportMill
Called by various objects to convert objects to generic types.
convertFromShape(double, double, RMShape) - Method in class com.reportmill.app.RMViewer
Returns a point converted from the coordinate space of the given shape to viewer coords.
convertFromShape(Shape, RMShape) - Method in class com.reportmill.app.RMViewer
Returns a rect converted from the coordinate space of the given shape to viewer coords.
convertFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape from this shape's coords.
convertPointFromShape(Point, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertPointToShape(Point, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertRectFromShape(Rect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect from the given shape's coords (returns it for convenience).
convertRectToShape(Rect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect to the given shape's coords (returns it for convenience).
convertToShape(double, double, RMShape) - Method in class com.reportmill.app.RMViewer
Returns a point converted from viewer coords to the coordinate space of the given shape.
convertToShape(Shape, RMShape) - Method in class com.reportmill.app.RMViewer
Returns a shape converted from viewer coords to the coordinate space of the given RMShape.
convertToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape to this shape's coords.
convertVectorFromShape(Size, 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(Size, 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).
copy() - Method in class com.reportmill.graphics.RMTextEditor
Copies the current selection onto the clipboard.
copy3D(RMScene3D) - Method in class com.reportmill.shape.RMScene3D
Copy 3D attributes only.
copyFor(Rect, boolean) - Method in class com.reportmill.graphics.RMImageFill
Creates a new image fill for rect and absolute flag.
copyFor(double, double, double, double, boolean) - Method in class com.reportmill.graphics.RMImageFill
Creates a new image fill for rect and absolute flag.
copyFor(Object...) - Method in class com.reportmill.graphics.RMTextStyle
Clone for Style value.
copyFor(String, Object) - Method in class com.reportmill.graphics.RMTextStyle
Clone with key/value.
copyForColor(Color) - Method in class com.reportmill.graphics.RMFill
Derives an instance of this class from another fill.
copyForColor(Color) - Method in class com.reportmill.graphics.RMGradientFill
Derives an instance of this class from another fill.
copyForPoints(Point, Point) - Method in class com.reportmill.graphics.RMGradientFill
Returns a new gradient which is a copy of this gradient with a different gradient axis.
copyForReverseStops() - Method in class com.reportmill.graphics.RMGradientFill
Reverse the order of the color stops
copyForRoll(double) - Method in class com.reportmill.graphics.RMGradientFill
Returns a new gradient which is a copy of this gradient but with a different roll value.
copyForScale(double, double) - Method in class com.reportmill.graphics.RMImageFill
Creates a new image fill identical to this image fill, but with new value for given attribute.
copyForStops(Stop[]) - Method in class com.reportmill.graphics.RMGradientFill
Resets all the stops from the new list.
copyForType(GradientPaint.Type) - Method in class com.reportmill.graphics.RMGradientFill
Returns a new gradient which is a copy of this gradient but of a different type.
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.).
count(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the count of the given list or if keychain is present, all true values.
countDeep(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the count of all leaf nodes in given list.
countUnique(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the count of the unique values for a given list and key chain.
createImage() - Method in class com.reportmill.graphics.RMImageData
Creates the image for this ImageData.
createImage() - Method in class com.reportmill.graphics.RMImageDataPDF
Override to get image from PDFFile.
createImage(RMShape, Color) - Static method in class com.reportmill.shape.RMShapeUtils
Returns an image for the given shape, with given background color (null for clear) and scale.
createPage() - Method in class com.reportmill.shape.RMDocument
Creates a new page.
createShapeEvent(RMShape, ViewEvent, ViewEvent.Type) - Method in class com.reportmill.app.RMViewer
Creates a shape mouse event.
CURRENCY - Static variable in class com.reportmill.base.RMNumberFormat
 
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
curveTo(Point, Point, Point) - 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.
curveTo(double, double, double, double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMPath3D
Adds a curve-to to the path3d with the given 3d coords.
cut() - Method in class com.reportmill.graphics.RMTextEditor
Copies the current selection onto the clip board, then deletes the current selection.
cyan - Static variable in class com.reportmill.graphics.RMColor
 

D

darker() - Method in class com.reportmill.graphics.RMColor
Returns a color darker than this color (blended with black).
darkGray - Static variable in class com.reportmill.graphics.RMColor
 
deepChange(PropChangeListener, PropChange) - Method in class com.reportmill.shape.RMShape
Deep property change listener implementation.
DEFAULT - Static variable in class com.reportmill.base.RMDateFormat
 
DEFAULT - Static variable in class com.reportmill.graphics.RMParagraph
 
defaultFormat - Static variable in class com.reportmill.base.RMDateFormat
 
delete() - Method in class com.reportmill.graphics.RMTextEditor
Deletes the current selection.
delete(int, int, boolean) - Method in class com.reportmill.graphics.RMTextEditor
Deletes the given range of chars.
deleteForward() - Method in class com.reportmill.graphics.RMTextEditor
Deletes the character in front of the insertion point.
deleteToLineEnd() - Method in class com.reportmill.graphics.RMTextEditor
Deletes the characters from the insertion point to the end of the line.
deleteVerticalSpansOfHiddenShapes() - Method in class com.reportmill.shape.RMTableRowRPG
Deletes vertical spans of hidden shapes.
deriveAligned(RMTypes.AlignX) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given alignment.
deriveBottom(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
Returns a duplicate stroke with new ShowBottom.
deriveColor(RMColor) - Method in class com.reportmill.graphics.RMStroke
Returns a duplicate stroke with new color.
deriveDashArray(float...) - Method in class com.reportmill.graphics.RMStroke
Returns a duplicate stroke with new dash array.
deriveDashPhase(float) - Method in class com.reportmill.graphics.RMStroke
Returns a duplicate stroke with new dash phase.
deriveFill(RMFill) - Method in class com.reportmill.graphics.RMFill
Derives an instance of this class from another fill.
deriveFont(double) - Method in class com.reportmill.graphics.RMFont
Returns a font with the same family as the receiver but with the given size.
deriveIndent(double, double, double) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given indentation values.
deriveLeft(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
Returns a duplicate stroke with new ShowLeft.
deriveLineGap(float) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given line gap.
deriveLineHeightMax(float) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given max line height.
deriveLineHeightMin(float) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given min line height.
deriveLineSpacing(float) - Method in class com.reportmill.graphics.RMParagraph
Returns a paragraph identical to the receiver, but with the given line spacing.
deriveRight(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
Returns a duplicate stroke with new ShowRight.
deriveTop(boolean) - Method in class com.reportmill.graphics.RMBorderStroke
Returns a duplicate stroke with new ShowTop.
deriveWidth(float) - Method in class com.reportmill.graphics.RMStroke
Returns a duplicate stroke with new stroke width.
didFillShape(RMShape, RMShape) - Method in interface com.reportmill.base.ReportMill.Listener
 
divideRect(Rect, double, byte, Rect) - Static method in class com.reportmill.graphics.RMRect
Slices rect by given amount (from given edge) - returns remainder.
divideShapeFromEdge(double, byte, RMShape) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the given edge.
divideShapeFromTop(double) - Method in class com.reportmill.shape.RMCrossTab
Divides the shape by a given amount from the top.
divideShapeFromTop(double) - Method in class com.reportmill.shape.RMParentShape
Divides the shape by a given amount from the top.
divideShapeFromTop(double) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the top.
docShapeRepaint(RMShape) - Method in class com.reportmill.app.RMViewer
Doc listener method - called before a shape makes a visual change.
DOLLARS - Static variable in class com.reportmill.base.RMNumberFormat
 

E

EMPTY - Static variable in class com.reportmill.graphics.RMImageData
 
end() - Method in class com.reportmill.graphics.RMXStringRun
Returns the end character index for this run.
endsWith(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns true if given object string ends with given string.
endsWith(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string ends with other given string (category method).
equals(Object) - Method in class com.reportmill.base.RMDateFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGroup
Standard equals.
equals(Object) - Method in class com.reportmill.base.RMGrouper
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGrouping
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMNumberFormat
Standard equals implementation.
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.base.RMTopNSort
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMBorderStroke
Standard equals implementation.
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.RMImageData
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMImageFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMParagraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMPath
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMPoint3D
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMStroke
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMTextStyle
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMXString
Standard Object equals implementation.
EXTRUDE_ALL - Static variable in class com.reportmill.shape.RMGraphPartPie
 
EXTRUDE_CUSTOM - Static variable in class com.reportmill.shape.RMGraphPartPie
 
EXTRUDE_FIRST - Static variable in class com.reportmill.shape.RMGraphPartPie
 
EXTRUDE_LAST - Static variable in class com.reportmill.shape.RMGraphPartPie
 
EXTRUDE_NONE - Static variable in class com.reportmill.shape.RMGraphPartPie
 
EXTRUSIONS - Static variable in class com.reportmill.shape.RMGraphPartPie
 

F

filter(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the original list with items that fail the given boolean key chain removed.
fitCurveFromPointIndex(RMPath, int) - Static method in class com.reportmill.graphics.RMPathFitCurves
Takes a path with a bunch of line-to segments and replaces them with curves.
fix(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Fixes the given string to the given length, padding by space.
fix(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Fixes the given string to the given length with the given pad string.
fixSize() - Method in class com.reportmill.shape.RMLabels
Resets labels block width and height if any of labels other attributes have changed.
floor(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given value as a double truncated down to the nest smallest integer.
FONT_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
FontBox(double, double, double, double, double, double) - Constructor for class com.reportmill.shape.RMGraph.FontBox
 
format(Object) - Method in class com.reportmill.base.RMDateFormat
Formats the given object.
format(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given date, using given date format string (category method).
format(Object) - Method in class com.reportmill.base.RMNumberFormat
Returns a formatted version of the given object.
FORMAT_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
formatStyle(Object) - Method in class com.reportmill.base.RMDateFormat
Returns the format style.
formatStyle(Object) - Method in class com.reportmill.base.RMNumberFormat
Returns the format style.
frameBackward() - Method in class com.reportmill.graphics.RMAnimator
This method tells the animator to move one frame backward (based on the frame rate).
frameForward() - Method in class com.reportmill.graphics.RMAnimator
This method tells the animator to move one frame forward (based on the frame rate).
fromArray(double[][]) - Method in class com.reportmill.graphics.RMTransform3D
Loads the transform flom a float array.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMDataSource
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMDateFormat
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMGrouper
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMGrouping
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMNumberFormat
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMSort
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.base.RMTopNSort
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMAnimator
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMBorderStroke
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMFill
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMGradientFill
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMImageFill
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMParagraph
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMPath
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMStroke
XML unarchival.
fromXML(Object, XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMTimeline
XML unarchival for anim and shape.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMXString
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMArchiver.RMFormatStub
 
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMCrossTabCell
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMCrossTabCol
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMCrossTabRow
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraph
Legacy unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphPartBars
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphPartPie
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphPartSeries
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphPartValueAxis
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMImageShape
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMOvalShape
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMParentShape
XML unarchival generic - break fromXML into fromXMLShape and fromXMLShapeChildren.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMRectShape
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMShape
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMSubreport
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMTextShape
XML unarchival.
fromXMLFinish(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMTextShape
XML reference unarchival - to unarchive linked text.
fromXMLShape(XMLArchiver, XMLElement) - Method in class com.reportmill.shape.RMGraphLegend
XML unarchival.

G

generateReport() - Method in class com.reportmill.shape.ReportOwner
Generates the report.
generateReport() - Method in class com.reportmill.shape.RMDocument
Returns a generated report from this template evaluated against the given object.
generateReport(Object) - Method in class com.reportmill.shape.RMDocument
Returns a generated report from this template evaluated against the given object.
generateReport(Object, Object) - Method in class com.reportmill.shape.RMDocument
Returns a generated report from this template evaluated against the given object and userInfo.
generateReport(Object, boolean) - Method in class com.reportmill.shape.RMDocument
Returns a generated report from this template evaluated against the given object with an option to paginate.
generateReport(Object, Object, boolean) - Method in class com.reportmill.shape.RMDocument
Returns generated report from this template evaluated against given object/userInfo (with option to paginate).
get(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the specific object that meets the criteria.
get(Object) - Static method in class com.reportmill.graphics.RMColor
Returns a color value for a given object.
get(Color) - Static method in class com.reportmill.graphics.RMColor
Returns a random color.
get(Font) - Static method in class com.reportmill.graphics.RMFont
Returns an RMFont.
get(HPos) - Static method in enum com.reportmill.graphics.RMTypes.AlignX
 
get(VPos) - Static method in enum com.reportmill.graphics.RMTypes.AlignY
 
get(String) - Method in class com.reportmill.shape.RMShape
Returns the Object associated with the given name for the shape.
get(String, Object) - Method in class com.reportmill.shape.RMShape
Returns the object associated with given key, using the given default if not found.
get(Painter) - Static method in class com.reportmill.shape.RMShapePaintProps
Returns the props for a painter.
get3D() - Method in class com.reportmill.shape.RMGraph
Returns the 3d shape.
getAction() - Method in class com.reportmill.graphics.RMInvocation
Returns the action for this invocation.
getActorName() - Method in class com.reportmill.base.RMExtras.MovieRole
 
getAlignment() - Method in class com.reportmill.shape.RMShape
Returns the alignment.
getAlignmentX() - Method in class com.reportmill.graphics.RMParagraph
Returns the alignment associated with this paragraph.
getAlignmentX() - Method in class com.reportmill.shape.RMImageShape
Returns the horizontal alignment.
getAlignmentX() - Method in class com.reportmill.shape.RMShape
Returns the horizontal alignment.
getAlignmentX() - Method in class com.reportmill.shape.RMTextShape
Returns the alignment for char 0.
getAlignmentY() - Method in class com.reportmill.shape.RMImageShape
Returns the vertical alignment.
getAlignmentY() - Method in class com.reportmill.shape.RMShape
Returns the vertical alignment.
getAlignmentY() - Method in class com.reportmill.shape.RMTextShape
Returns the vertical alignment.
getAlignString() - Method in class com.reportmill.shape.RMTextShape
Returns the alignment as a string, one of: "left", "center" or "right".
getAlignX() - Method in class com.reportmill.graphics.RMTextEditor
Returns the alignment for current selection.
getAlignX() - Method in class com.reportmill.graphics.RMXString
Returns the horizontal alignment of the first paragraph of the xstring.
getAllValues(String) - Method in class com.reportmill.base.RMGroup
Returns all values for a given grouping in this group hierarchy.
getAlphaColorIndex() - Method in class com.reportmill.graphics.RMImageData
Color map support: returns the index of the transparent color in a color map image.
getAlternates() - Method in class com.reportmill.shape.RMSwitchShape
Returns the map used to hold alternate versions.
getAlternates(boolean) - Method in class com.reportmill.shape.RMSwitchShape
Returns the map used to hold alternate versions.
getAncestor(int) - Method in class com.reportmill.shape.RMShape
Returns the ancestor at the given index (parent is ancestor 0).
getAncestorCount() - Method in class com.reportmill.shape.RMShape
Returns the number of ancestors (from this shape's parent up to the document).
getAncestorInCommon(RMShape) - Method in class com.reportmill.shape.RMShape
Returns first ancestor that the given shape and this shape have in common.
getAndResetError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the key chain parser and resets parser.
getAngle(double) - Method in class com.reportmill.graphics.RMLine
Returns the angle at given parametric point (in degrees).
getAngleBetween(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the angle between the receiver and the given vector.
getAnimator(int) - Method in class com.reportmill.shape.RMDocument
Returns the animator for a specific page.
getAnimator() - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape registers changes with.
getAnimator(boolean) - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape registers changes with (creating, if requested and currently null).
getAnimatorLast() - Method in class com.reportmill.shape.RMDocument
Returns the animator for the last page.
getArg() - Method in class com.reportmill.graphics.RMInvocation
Returns the arg for this invocation.
getArgClass() - Method in class com.reportmill.graphics.RMInvocation
Returns the class of this invocation's arg.
getArrowHead() - Method in class com.reportmill.shape.RMLineShape
Returns the line segment arrow head.
getAssignments() - Static method in class com.reportmill.base.RMKeyChain
Returns a thread-local assignments map.
getAutosizing() - Method in class com.reportmill.shape.RMShape
Returns the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
getAutosizingDefault() - Method in class com.reportmill.shape.RMDocument
Returns the autosizing default.
getAutosizingDefault() - Method in class com.reportmill.shape.RMShape
Returns the autosizing default.
getAxisCount() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns the number of increments in the axis.
getAxisMax() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns the axis maximum.
getAxisMin() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns the axis minimum.
getBar() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the item bar.
getBar() - Method in class com.reportmill.shape.RMGraphSeries.Item
Returns the bar created for this series value.
getBarCount() - Method in class com.reportmill.shape.RMGraphPartBars
Returns the minimum number of bars for the graph to provide space for in a section.
getBarGap() - Method in class com.reportmill.shape.RMGraphPartBars
Returns the width of the gap between bars in a set as a fraction of bar width.
getBars() - Method in class com.reportmill.shape.RMGraph
Returns the bars shape.
getBBox() - Method in class com.reportmill.graphics.RMPath3D
Returns the bounding box for the path as {min,max}.
getBestHeight() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the best height for the row.
getBestHeight() - Method in class com.reportmill.shape.RMShape
Returns the best height for current width.
getBestHeight(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Returns child best height.
getBestWidth() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the best height for the row.
getBestWidth() - Method in class com.reportmill.shape.RMShape
Returns the best width for current height.
getBinding(int) - Method in class com.reportmill.shape.RMShape
Returns the individual binding at the given index.
getBinding(String) - Method in class com.reportmill.shape.RMShape
Returns the individual binding with the given property name.
getBindingCount() - Method in class com.reportmill.shape.RMShape
Returns the number of bindings associated with shape.
getBitsPerPixel() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bits per pixel (derived from bits per sample and samples per pixel).
getBitsPerSample() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bits per sample (eg, 24 bit RGB image is 8 bits per sample).
getBold() - Method in class com.reportmill.graphics.RMFont
Returns the bold version of this font.
getBook() - Method in class com.reportmill.app.RMViewer
Returns a java.awt.print.Book, suitable for AWT printing.
getBoolValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a boolean for an object and key chain.
getBorder() - Method in class com.reportmill.graphics.RMTextStyle
Returns the text border.
getBounds(Rect) - Method in class com.reportmill.graphics.RMBezier
Returns the bounds.
getBounds(double, double, double, double, double, double, double, double, Rect) - Static method in class com.reportmill.graphics.RMBezier
Returns the bounds of the bezier.
getBounds() - Method in class com.reportmill.graphics.RMLine
Returns the bounds of the line.
getBounds(Rect) - Method in class com.reportmill.graphics.RMLine
Get bounds of line in given rect.
getBounds() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path.
getBounds(Rect) - Method in class com.reportmill.graphics.RMQuadratic
Returns the bounds.
getBounds(double, double, double, double, double, double, Rect) - Static method in class com.reportmill.graphics.RMQuadratic
Returns the bounds of the bezier.
getBounds(RMShape) - Method in class com.reportmill.graphics.RMStroke
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.graphics.RMTextEditor
Returns the text editor bounds.
getBounds() - Method in class com.reportmill.shape.RMGraphSection
Returns the bounds of the section.
getBounds() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the bounds for this section item.
getBounds() - Method in class com.reportmill.shape.RMShape
Returns the X, Y, width and height of the shape as a rect (use getFrame if shape has roll/scale/skew).
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 local coords, adjusted to account for stroke width.
getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMShape
Returns the marked bounds of this shape and it's children.
getBoundsOfChildren() - Method in class com.reportmill.shape.RMParentShape
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
getBoundsOfChildren(RMShape, List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the bounds of a given subset of this shape's children.
getBoundsStroked() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the path associated with this shape in local coords, adjusted to account for stroke width.
getBoundsStrokedDeep() - Method in class com.reportmill.shape.RMShape
Returns the marked bounds of this shape and it's children.
getBreadthLimit() - Method in class com.reportmill.base.RMSchemaMaker
Returns the maximum number of items to write for lists/array relationships.
getBreadthLimit() - Method in class com.reportmill.base.RMXMLWriter
Returns the maximum number of items to write for lists/array relationships.
getBudget() - Method in class com.reportmill.base.RMExtras.Studio
 
getBuildInfo() - Static method in class com.reportmill.base.ReportMill
Returns a build date string (eg, "Jan-26-03") as generated into BuildInfo.txt at build time.
getBytes() - Method in class com.reportmill.graphics.RMImageData
Returns the original bytes for the image (loaded from the source).
getBytes() - Method in class com.reportmill.shape.RMDocument
Returns the document as an XML byte array.
getBytesCSV() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a CSV file.
getBytesDecoded() - Method in class com.reportmill.graphics.RMImageData
Returns the decoded image bytes for the image.
getBytesDelimitedAscii(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a delimited ASCII file (using given field, record separator strings).
getBytesExcel() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of an Excel file.
getBytesHTML() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of an HTML file.
getBytesJPEG() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of a JPEG file.
getBytesPDF() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a PDF file.
getBytesPerRow() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bytes per row (derived from width and bits per pixel).
getBytesPNG() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of PNG file.
getBytesRTF() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of an Excel file.
getCamera() - Method in class com.reportmill.shape.RMScene3D
Returns the camera as a vector.
getCategory() - Method in class com.reportmill.base.RMExtras.Movie
 
getCell(int, int) - Method in class com.reportmill.shape.RMCrossTab
Returns the cell at the given row and column indexes.
getCell(int) - Method in class com.reportmill.shape.RMCrossTabCol
Returns the specific child cell at the given index in the list of unique cells for this row.
getCell(int) - Method in class com.reportmill.shape.RMCrossTabRow
Returns the specific child cell at the given index in the list of unique cells for this row.
getCellAbove() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell just above this cell.
getCellAfter() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell after, or to the right of, this cell.
getCellBefore() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell before, or to the left of, this cell.
getCellBelow() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell just below this cell.
getCellCount() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the number of cells in this row.
getCellCount() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the number of cells in this row.
getCenter() - Method in class com.reportmill.graphics.RMPath3D
Returns the center point of the path.
getCharSpacing() - Method in class com.reportmill.graphics.RMTextEditor
Returns the character spacing of the current selection or cursor.
getCharSpacing() - Method in class com.reportmill.graphics.RMTextStyle
Returns the char spacing.
getCharSpacing() - Method in class com.reportmill.graphics.RMXStringRun
Returns the char spacing.
getCharSpacing() - Method in class com.reportmill.shape.RMTextShape
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.RMPageLayer
Returns the specific child of this layer at the given index.
getChild(int) - Method in class com.reportmill.shape.RMParentShape
Returns the child at the given index.
getChild(int) - Method in class com.reportmill.shape.RMShape
Returns the child at given index.
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMPage
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
getChildAnimator() - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape's children use.
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape's children use (creating, if requested and currently null).
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMSwitchShape
Returns the child animator of the switch shape (creating it if absent and requested).
getChildArray() - Method in class com.reportmill.shape.RMParentShape
Returns a copy of the children as an array.
getChildContaining(Point) - Method in class com.reportmill.shape.RMParentShape
Returns the first (top) shape hit by the point given in this shape's coords.
getChildCount() - Method in class com.reportmill.base.RMKeyChain
Returns the number of children in the keychain.
getChildCount() - Method in class com.reportmill.shape.RMPageLayer
Returns the number of children in this layer.
getChildCount() - Method in class com.reportmill.shape.RMParentShape
Returns the number of children associated with this shape.
getChildCount() - Method in class com.reportmill.shape.RMShape
Returns the child count.
getChildIndex(RMShape) - Method in class com.reportmill.shape.RMPageLayer
Returns the index of a given child.
getChildKeyChain(int) - Method in class com.reportmill.base.RMKeyChain
Returns the child at the given index in the keychain as a keychain.
getChildLast() - Method in class com.reportmill.shape.RMParentShape
Returns the last child of this shape.
getChildLayer(RMShape) - Method in class com.reportmill.shape.RMPage
Returns the layer for a given child.
getChildren() - Method in class com.reportmill.shape.RMPageLayer
Returns the list of children for this layer.
getChildren() - Method in class com.reportmill.shape.RMParentShape
Returns the list of children associated with this shape.
getChildren() - Method in class com.reportmill.shape.RMShape
Returns the children list.
getChildrenIntersecting(Shape) - Method in class com.reportmill.shape.RMParentShape
Returns the child shapes hit by the path given in this shape's coords.
getChildrenWithClass(Class<T>) - Method in class com.reportmill.shape.RMParentShape
Returns all the shapes in the shape hierarchy of a particular class.
getChildrenWithClass(List, Class<T>) - Method in class com.reportmill.shape.RMParentShape
Adds all the shapes in the shape hierarchy of a particular class to the list.
getChildRPGCount() - Method in class com.reportmill.shape.RMTableRowRPG
Returns the number of child rpgs.
getChildString(int) - Method in class com.reportmill.base.RMKeyChain
Returns the child at the given index in the keychain as a string.
getChildTable(int) - Method in class com.reportmill.shape.RMTableGroup
Returns the top level table at the given index for this table group.
getChildTable(Object, int) - Method in class com.reportmill.shape.RMTableGroup
Returns the specific child table of the given table at the given index.
getChildTableCount() - Method in class com.reportmill.shape.RMTableGroup
Returns the number of top level tables in this table group.
getChildTableCount(Object) - Method in class com.reportmill.shape.RMTableGroup
Returns the number of child tables for the given parent table.
getChildTables() - Method in class com.reportmill.shape.RMTableGroup
Returns the list of top level tables for this table group.
getChildTables(Object) - Method in class com.reportmill.shape.RMTableGroup
Returns the list of child tables for the given table.
getChildTables(Object, boolean) - Method in class com.reportmill.shape.RMTableGroup
Returns the list of child tables for the given table, creating the list if requested.
getChildWithClass(Class<T>) - Method in class com.reportmill.shape.RMParentShape
Returns first child found with the given class (called recursively on children if not found at current level).
getChildWithName(String) - Method in class com.reportmill.shape.RMParentShape
Returns first child found with the given name (called recursively on children if not found at current level).
getChildWithTitle(String) - Method in class com.reportmill.shape.RMTable
Returns a specific child with the given name.
getClassMap() - Method in class com.reportmill.shape.RMArchiver
Returns the class map.
getClickCount() - Method in class com.reportmill.shape.RMShapeEvent
Override to forward to encapsulated event.
getClipShape() - Method in class com.reportmill.shape.RMShape
Returns clip shape for shape.
getClipShape() - Method in class com.reportmill.shape.RMSubreport
Returns clip shape for shape.
getClipShape() - Method in class com.reportmill.shape.RMTableRow
Returns clip shape for shape.
getCoalesceNewlines() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should coalesce consecutive newlines in rpgClone.
getCol(int) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific column at the given index.
getCol(double) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific column index for the given point.
getCol() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the column of this cell.
getColCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of rows for this table.
getColEnd() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the end column of this cell.
getColor() - Method in class com.reportmill.graphics.RMFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.graphics.RMGradientFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.graphics.RMStroke
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.graphics.RMTextEditor
Returns the color of the current selection or cursor.
getColor() - Method in class com.reportmill.graphics.RMTextStyle
Returns the color for this run.
getColor() - Method in class com.reportmill.graphics.RMXStringRun
Returns the color for this run.
getColor(int) - Method in class com.reportmill.shape.RMGraph
Returns the specific color at the given index.
getColor() - Method in class com.reportmill.shape.RMShape
Returns the color of the shape.
getColorCount() - Method in class com.reportmill.shape.RMGraph
Returns the number of colors set for this graph.
getColorMap() - Method in class com.reportmill.graphics.RMImageData
Color map support: returns the bytes of color map from a color map image.
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).
getColSpan() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the number of columns this cell spans.
getColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider column as cell column.
getColumn(int) - Method in class com.reportmill.shape.RMTableRow
Returns the column at the given index (assumes row is structured and column is RMTextShape).
getColumnCount() - Method in class com.reportmill.shape.RMGraphLegend
Returns the number of columns in legend.
getColumnCount() - Method in class com.reportmill.shape.RMTable
Returns the number of columns that this table should be repeated over on the same page before paginating.
getColumnSpacing() - Method in class com.reportmill.shape.RMTable
Returns the space between a table that has more than one column (int printer points).
getCombinedPath(List<RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the combined path from given shapes.
getCombinedPathsShape(List<RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Returns a polygon shape by combining paths of given shapes.
getCompress() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should compress images in generated file formats like PDF.
getContent() - Method in class com.reportmill.app.RMViewer
Returns the root shape that is the content of this viewer.
getContentX() - Method in class com.reportmill.app.RMViewer
Returns the content shape's X location in viewer.
getContentY() - Method in class com.reportmill.app.RMViewer
Returns the content shape's Y location in viewer.
getConvertedFromShape(Shape, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted from the given shape's coords.
getConvertedRectFromShape(Rect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted from the given shape's coords.
getConvertedRectToShape(Rect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted to the given shape's coords.
getConvertedToShape(Shape, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted to the given shape's coords.
getCount() - Method in class com.reportmill.base.RMTopNSort
Returns the count.
getCP1() - Method in class com.reportmill.graphics.RMQuadratic
Returns control point 1 as point.
getCP1x() - Method in class com.reportmill.graphics.RMQuadratic
Returns control point 1 x.
getCP1y() - Method in class com.reportmill.graphics.RMQuadratic
Returns control point 1 y.
getCP2() - Method in class com.reportmill.graphics.RMBezier
Returns control point 2 as point.
getCP2x() - Method in class com.reportmill.graphics.RMBezier
Returns control point 2 x.
getCP2y() - Method in class com.reportmill.graphics.RMBezier
Returns control point 2 y.
getCrossProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the vector perpendicular to the receiver and the given vector.
getCustomSchema() - Method in class com.reportmill.base.RMDataSource
Returns a schema that may differ from the one stored in an XML file.
getDashArray() - Method in class com.reportmill.graphics.RMStroke
Returns the dash array for this stroke.
getDashArray(String, String) - Static method in class com.reportmill.graphics.RMStroke
Returns a dash array for given dash array string and delimeter.
getDashArrayString() - Method in class com.reportmill.graphics.RMStroke
Returns the dash array for this stroke as a string.
getDashArrayString(float[], String) - Static method in class com.reportmill.graphics.RMStroke
Returns the dash array for this stroke as a string.
getDashPhase() - Method in class com.reportmill.graphics.RMStroke
Returns the dash phase.
getDataset() - Method in class com.reportmill.base.RMDataSource
Returns a sample dataset of objects associated with the datasource.
getDatasetEntity() - Method in class com.reportmill.shape.RMDocument
Returns the entity this shape should show in keys browser.
getDatasetEntity() - Method in class com.reportmill.shape.RMShape
Returns the entity this shape should show in keys browser.
getDatasetKey() - Method in class com.reportmill.shape.RMCrossTab
Returns the dataset key.
getDatasetKey() - Method in class com.reportmill.shape.RMGraph
Returns the dataset key associated with the graph.
getDatasetKey() - Method in class com.reportmill.shape.RMLabels
Returns the dataset key associated with labels.
getDatasetKey() - Method in class com.reportmill.shape.RMPage
Returns the dataset key associated with the table.
getDatasetKey() - Method in class com.reportmill.shape.RMShape
Returns the dataset key associated with this shape.
getDatasetKey() - Method in class com.reportmill.shape.RMTable
Returns the dataset key associated with the table.
getDatasetKey() - Method in class com.reportmill.shape.RMTableGroup
Returns the complete dataset key for the current main table (pre-pending dataset keys of parents).
getDataSource() - Method in class com.reportmill.shape.RMDocument
Returns the RMDataSource associated with this document.
getDataSourceSchema() - Method in class com.reportmill.shape.RMDocument
Returns the schema for the RMDataSource associated with this document (convenience).
getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the decimal separator.
getDefaultColors() - Static method in class com.reportmill.shape.RMGraph
Returns the default list of colors to be used by any graph without an explicit list of colors.
getDefaultFont() - Static method in class com.reportmill.graphics.RMFont
Returns the user's default font.
getDefaultLocale() - Static method in class com.reportmill.base.RMNumberFormat
Returns the default locale.
getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
Returns the default version name.
getDeleteVerticalSpansOfHiddenShapes() - Method in class com.reportmill.shape.RMTableRow
Returns whether layout deletes vertical spans of hidden shapes.
getDepth() - Method in class com.reportmill.shape.RMScene3D
Returns the depth of the scene.
getDepthLimit() - Method in class com.reportmill.base.RMSchemaMaker
Returns the limit of recursion for relationships.
getDistance(double, double) - Method in class com.reportmill.graphics.RMBezier
Returns the minimum distance from the given point to this segment.
getDistance(double, double) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this segment.
getDistance(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
Returns the distance from a point to the plane of this polygon.
getDistance(double, double) - Method in class com.reportmill.graphics.RMQuadratic
Returns the minimum distance from the given point to this segment.
getDistanceBezier(double, double) - Method in class com.reportmill.graphics.RMBezier
Returns the minimum distance from the given point to the curve.
getDistanceLine(double, double) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this line.
getDistanceLineSquared(double, double) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this line, squared.
getDistanceLineSquared(double, double, double, double, double, double) - Static method in class com.reportmill.graphics.RMLine
Returns the distance from the given point components (p0) to the given line components (p1->p2).
getDistanceQuadratic(double, double) - Method in class com.reportmill.graphics.RMQuadratic
Returns the minimum distance from the given point to the curve.
getDivider(int) - Method in class com.reportmill.shape.RMCrossTabCol
Returns the specific divider at given index.
getDivider(int) - Method in class com.reportmill.shape.RMCrossTabRow
Returns the specific divider at given index.
getDividerCount() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the divider count.
getDividerCount() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the divider count.
getDividers() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the dividers for this column.
getDividers() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the dividers for this column.
getDoc(Object, Archivable) - Method in class com.reportmill.shape.RMArchiver
Creates a document.
getDoc(Object) - Static method in class com.reportmill.shape.RMDocument
Creates a new document from aSource using RMArchiver.
getDocBounds() - Method in class com.reportmill.app.RMViewer
Returns the bounds of the viewer document.
getDocument() - Method in class com.reportmill.app.RMViewer
Returns the RMDocument associated with this viewer.
getDocument() - Method in class com.reportmill.shape.RMDocument
Returns the document itself (over-ridden from RMShape).
getDocument() - Method in class com.reportmill.shape.RMShape
Returns the RMDocument ancestor of this shape (or null if not there).
getDotProduct(RMVector) - Method in class com.reportmill.graphics.RMVector
Returns the dot product of the receiver and the given vector.
getDotProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the dot product of the receiver and the given vector.
getDoubleValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a double for an object and key chain.
getDraw3D() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph draws in 3D.
getDrawsClippedLine() - Method in class com.reportmill.shape.RMLinkedText
Overrides text to indicate that linked texts never show clipped lines.
getDrawsSelectionRect() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should always draw at least a light gray border (useful when editing).
getDrawWedgeLabelLines() - Method in class com.reportmill.shape.RMGraphPartPie
Returns whether a pie graph draws lines from the wedges to wedge labels.
getEffect() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getEffect() - Method in class com.reportmill.shape.RMShape
Returns the effect for this shape.
getElement(int) - Method in class com.reportmill.graphics.RMPath3D
Returns the element type at the given index.
getElement(int, RMPoint3D[]) - Method in class com.reportmill.graphics.RMPath3D
Returns the element at the given index.
getElementCount() - Method in class com.reportmill.graphics.RMPath3D
Returns the number of elements in the path3d.
getElmt(int) - Method in class com.reportmill.graphics.RMPath
Returns the element type at the given index.
getElmtCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of elements in this path.
getElmtIndexForPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the element index for the given point index.
getElmtLast() - Method in class com.reportmill.graphics.RMPath
Returns the last element.
getElmtPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the point index for a given element.
getEnd() - Method in class com.reportmill.graphics.SpellCheck.Word
Returns the end index.
getEnd() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the ending row index (if column divider) or column index (if row divider) for this divider.
getEndX() - Method in class com.reportmill.graphics.RMGradientFill
Returns the end x.
getEndY() - Method in class com.reportmill.graphics.RMGradientFill
Returns the end y.
getEntityList(String) - Method in class com.reportmill.base.RMXMLReader
Returns the individual list of maps for the given entity name.
getEntityLists() - Method in class com.reportmill.base.RMXMLReader
Returns the entity maps.
getEP() - Method in class com.reportmill.graphics.RMLine
Returns the end point.
getEPx() - Method in class com.reportmill.graphics.RMLine
Returns the end point x.
getEPy() - Method in class com.reportmill.graphics.RMLine
Returns the end point y.
getError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the key chain parser (or null).
getEvents() - Method in class com.reportmill.app.RMViewer
Returns the event helper for the viewer (handles mouse and keyboard input).
getExtrusionKey() - Method in class com.reportmill.shape.RMGraphPartPie
Returns the key used to determine which pie wedges get extruded.
getFieldOfView() - Method in class com.reportmill.shape.RMScene3D
Returns the field of view of the camera (derived from focalLength).
getFilename() - Method in class com.reportmill.shape.RMDocument
Returns the filename associated with this document, if available.
getFill() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getFill() - Method in class com.reportmill.shape.RMShape
Returns the fill for this shape.
getFilterKey() - Method in class com.reportmill.shape.RMCrossTab
Returns the optional key chain expression string used to prune the table list derived from dataset key.
getFilterKey() - Method in class com.reportmill.shape.RMGraph
Returns the optional key chain (expression) used to limit the table list derived from dataset key.
getFilterKey() - Method in class com.reportmill.shape.RMTable
Returns the optional key chain expression string used to prune the table list derived from dataset key.
getFirstActivePosition() - Method in class com.reportmill.shape.RMGraphPartSeries
Returns the first active position.
getFloatValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a float for an object and key chain.
getFloatValue() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the item float value
getFloatValue() - Method in class com.reportmill.shape.RMGraphSeries.Item
Returns the float value for this series value.
getFocalLength() - Method in class com.reportmill.shape.RMScene3D
Returns the focal length of the camera (derived from the field of view and with view size).
getFont(String, double) - Static method in class com.reportmill.graphics.RMFont
Returns the font for the given name and size (substitutes Arial if not found).
getFont() - Method in class com.reportmill.graphics.RMTextEditor
Returns the font of the current selection or cursor.
getFont() - Method in class com.reportmill.graphics.RMTextStyle
Returns the font for this run.
getFont() - Method in class com.reportmill.graphics.RMXStringRun
Returns the font for this run.
getFont() - Method in class com.reportmill.shape.RMDocument
Returns the document's default font.
getFont() - Method in class com.reportmill.shape.RMGraphLegend
Return current font.
getFont() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Return current font.
getFont() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getFont() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Return current font.
getFont() - Method in class com.reportmill.shape.RMLinkedText
Returns the font for char 0 of the start text.
getFont() - Method in class com.reportmill.shape.RMShape
Returns the font for the shape (defaults to parent font).
getFont() - Method in class com.reportmill.shape.RMTextShape
Returns the font for char 0.
getFontAt(int) - Method in class com.reportmill.graphics.RMXString
Returns the current font at the given character index.
getFontBox(int) - Method in class com.reportmill.shape.RMGraph
Returns the font box for part at index.
getFormat() - Method in class com.reportmill.graphics.RMTextEditor
Returns the format of the current selection or cursor.
getFormat() - Method in class com.reportmill.graphics.RMTextStyle
Returns the format.
getFormat() - Method in class com.reportmill.graphics.RMXStringRun
Returns the format for this run.
getFormat() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getFormat() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns the format for the shape.
getFormat() - Method in class com.reportmill.shape.RMShape
Returns the format for the shape.
getFormat() - Method in class com.reportmill.shape.RMTextShape
Returns the format for char 0.
getFrame() - Method in class com.reportmill.shape.RMShape
Returns the rect in parent coords that fully encloses the shape.
getFrameHeight() - Method in class com.reportmill.shape.RMShape
Returns the height of the rect that fully encloses the shape in parent coords.
getFrameMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape's frame.
getFrameMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape's frame.
getFrameRate() - Method in class com.reportmill.graphics.RMAnimator
Returns the frame rate for this animator.
getFrameWidth() - Method in class com.reportmill.shape.RMShape
Returns the width of the rect that fully encloses the shape in parent coords.
getFrameX() - Method in class com.reportmill.shape.RMShape
Returns the X of the rect that fully encloses the shape in parent coords.
getFrameXY() - Method in class com.reportmill.shape.RMShape
Returns the origin of the shape's bounds rect in parent coords.
getFrameY() - Method in class com.reportmill.shape.RMShape
Returns the Y of the rect that fully encloses the shape in parent coords.
getFunctionCall(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Find the Method to invoke for evaluating the given key chain (assumed to be a function) on the given object.
getGraph() - Method in class com.reportmill.shape.RMGraphLegend
Returns the graph that owns this legend.
getGraphIntervals(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphIntervals
Returns graph intervals for a given graph.
getGraphTypeString() - Method in class com.reportmill.shape.RMGraph
Returns the graph type as a simple string: bar, pie or hbar.
getGridSpacing() - Method in class com.reportmill.shape.RMDocument
Returns the grid spacing for the document's grid.
getGroup(int) - Method in class com.reportmill.base.RMGroup
Returns the sub-group at the given index.
getGroup() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the group for this cell.
getGroup() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the item group.
getGroup() - Method in class com.reportmill.shape.RMGraphSeries.Item
Returns the group.
getGroup() - Method in class com.reportmill.shape.RMTableRowRPG
Returns the group.
getGrouper() - Method in class com.reportmill.shape.RMTable
Returns the grouper associated with the table.
getGrouping(int) - Method in class com.reportmill.base.RMGrouper
Returns the grouping at the given index.
getGrouping(String) - Method in class com.reportmill.base.RMGrouper
Returns the grouping with the given key.
getGrouping() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the grouping.
getGrouping() - Method in class com.reportmill.shape.RMGraph
Returns the graph grouping.
getGrouping() - Method in class com.reportmill.shape.RMLabels
Returns the grouping for this labels shape.
getGrouping(int) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping at the given index.
getGrouping(String) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping that has the same key as the one given.
getGrouping(String, boolean, int) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping that has the same key as the one given, with option to create at index if missing.
getGroupingCount() - Method in class com.reportmill.base.RMGrouper
Returns the number of groupings in this grouper.
getGroupingCount() - Method in class com.reportmill.shape.RMTable
Returns the number of groups in this table.
getGroupingKey(int) - Method in class com.reportmill.base.RMGrouper
Return the key for the grouping at the given index.
getGroupingLast() - Method in class com.reportmill.base.RMGrouper
Returns the last grouping.
getGroupings() - Method in class com.reportmill.base.RMGrouper
Returns the list of groupings
getGroupLast() - Method in class com.reportmill.base.RMGroup
Returns the last sub-group.
getHasDetails() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a details.
getHasHeader() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a header.
getHasSummary() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a summary.
getHead(double) - Method in class com.reportmill.graphics.RMBezier
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
getHead(double) - Method in class com.reportmill.graphics.RMLine
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
getHeaderColCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number header columns for table.
getHeaderRowCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of header rows for table.
getHeight() - Method in class com.reportmill.graphics.RMImageData
Returns the number of pixels vertically.
getHeight() - Method in class com.reportmill.graphics.RMImageFill
Returns the height of the image fill image.
getHeight() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row height.
getHeight() - Method in class com.reportmill.shape.RMShape
Returns the height of the shape.
getHitCount() - Method in class com.reportmill.graphics.RMHitInfo
Returns the numer of intersections associated with the given geometries.
getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMBezier
Returns the hit info for this bezier and a given line.
getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMBezier
Returns a hit info for this bezier and given bezier.
getHitInfo(RMBezier, RMLine, int) - Static method in class com.reportmill.graphics.RMBezierLineHit
Returns the hit info for this bezier and a given line.
getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given line.
getHitInfo(RMQuadratic) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given bezier curve.
getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given bezier.
getHitInfo(RMLine, boolean) - Method in class com.reportmill.graphics.RMPath
Returns the hit info for the given line against this path.
getHitInfo(RMBezier, boolean) - Method in class com.reportmill.graphics.RMPath
Returns the hit info for the given bezier curve against this path.
getImage() - Method in class com.reportmill.graphics.RMImageData
Returns the buffered image for image data.
getImage() - Method in class com.reportmill.graphics.RMImageFill
Returns the image data associated with this image fill.
getImageBounds() - Method in class com.reportmill.shape.RMImageShape
Returns the image bounds.
getImageData(Object, int) - Static method in class com.reportmill.graphics.RMImageData
Returns an image data loaded from aSource.
getImageData() - Method in class com.reportmill.graphics.RMImageFill
Returns the image data associated with this image fill.
getImageData() - Method in class com.reportmill.shape.RMImageShape
Returns the image data.
getImageHeight() - Method in class com.reportmill.graphics.RMImageData
Returns the actual display height of the image in printer's points using the image DPI if available.
getImageHeight() - Method in class com.reportmill.graphics.RMImageFill
Returns the actual display height of the image in printer's points using the image DPI if available.
getImageMap(RMShape, StringBuffer) - Static method in class com.reportmill.base.RMExtras
Returns a StringBuffer image map for a given shape.
getImageWidth() - Method in class com.reportmill.graphics.RMImageData
Returns the actual display width of the image in printer's points using the image DPI if available.
getImageWidth() - Method in class com.reportmill.graphics.RMImageFill
Returns the actual display width of the image in printer's points using the image DPI if available.
getIncludeAllValues() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping includes all values.
getIncludeFields() - Method in class com.reportmill.base.RMSchemaMaker
Returns whether to include fields.
getIncludeFields() - Method in class com.reportmill.base.RMXMLWriter
Returns whether to include fields.
getIncludeOthers() - Method in class com.reportmill.base.RMTopNSort
Returns whether to include others.
getIncludeValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to include values explicitly provided.
getIndex() - Method in class com.reportmill.graphics.RMHitInfo
Returns the index of hit segment (for paths).
getIndex(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Return index for given key frame.
getIndex() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the index of this column in the table.
getIndex() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the index of this row in the table.
getIndex() - Method in class com.reportmill.shape.RMPageLayer
Returns the index of this layer in its page.
getInputParagraph() - Method in class com.reportmill.graphics.RMTextEditor
Returns the paragraph of the current selection or cursor position.
getInputStyle() - Method in class com.reportmill.graphics.RMTextEditor
Returns the text style applied to any input characters.
getInterpolation(double, RMInvocation) - Method in class com.reportmill.graphics.RMInvocation
Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
getInterpolator() - Method in class com.reportmill.graphics.RMKeyValue
Returns the interpolator.
getInterval() - Method in class com.reportmill.graphics.RMAnimator
Returns the update interval of the animator in milliseconds.
getInterval(int) - Method in class com.reportmill.shape.RMGraphIntervals
Returns the individual interval at a given index as a float value.
getIntervalCount() - Method in class com.reportmill.shape.RMGraphIntervals
Returns the number of intervals for this filled graph.
getIntervalLast() - Method in class com.reportmill.shape.RMGraphIntervals
Returns the last interval as a float value.
getIntValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns an int for an object and key chain.
getItalic() - Method in class com.reportmill.graphics.RMFont
Returns the italic version of this font.
getItem(int) - Method in class com.reportmill.shape.RMGraphSection
Returns the specific item at the given index.
getItem(int) - Method in class com.reportmill.shape.RMGraphSeries
Returns the individual series item at the given index.
getItemCount() - Method in class com.reportmill.shape.RMGraphSection
Returns the number of section items
getItemCount() - Method in class com.reportmill.shape.RMGraphSeries
Returns the number of items in this series.
getItemIndex() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the item index.
getItemKey() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Returns the item key.
getItemsLayout() - Method in class com.reportmill.shape.RMGraph
Returns the layout of section items.
getKey() - Method in class com.reportmill.base.RMGroup
Returns the key associated with this group.
getKey(List) - Static method in class com.reportmill.base.RMGroup
Returns the key for the given List if it is an RMGroup instance.
getKey() - Method in class com.reportmill.base.RMGrouping
Returns the grouping key.
getKey() - Method in class com.reportmill.base.RMSort
Returns the key for this sort.
getKey() - Method in class com.reportmill.graphics.RMKeyValue
Returns the key.
getKey() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the list key.
getKey(int) - Method in class com.reportmill.shape.RMGraph
Returns the specific key at the given index.
getKey() - Method in class com.reportmill.shape.RMGraphSeries
Returns the key for this series.
getKey() - Method in class com.reportmill.shape.RMGraphSeries.Item
Returns the key.
getKey() - Method in class com.reportmill.shape.RMImageShape
Returns the report key used to load an image if none is provided.
getKeyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
Returns a keyChain for aSource (should be a String or existing RMKeyChain).
getKeyChainListValue(String) - Method in class com.reportmill.shape.ReportOwner
Returns a list for the given keychain.
getKeyChainValue(Object, RMKeyChain) - Method in class com.reportmill.base.RMGroup
Custom implementation of valueForKeyChain to handle top N groups.
getKeyChainValue(Object, RMKeyChain) - Method in interface com.reportmill.base.RMKeyChain.Get
 
getKeyChainValue(Object, RMKeyChain) - Method in class com.reportmill.shape.ReportOwner
RMKeyChain.Get implementation to run against DataStack.
getKeyCount() - Method in class com.reportmill.shape.RMGraph
Returns the number of keys for this graph.
getKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
Returns an individual key frame at given index.
getKeyFrameAt(int) - Method in class com.reportmill.graphics.RMTimeline
Returns the key frame at the given time.
getKeyFrameAt(int, boolean) - Method in class com.reportmill.graphics.RMTimeline
Returns the key frame at the given time, with an option to create it if missing.
getKeyFrameCount() - Method in class com.reportmill.graphics.RMTimeline
Returns the number of key frames.
getKeyFrames() - Method in class com.reportmill.graphics.RMTimeline
Returns the list of key frames.
getKeyFrameTimes() - Method in class com.reportmill.graphics.RMAnimator
Returns the list of key-frames present in animator owner's children.
getKeyFrameTimes(List<RMShape>, boolean) - Method in class com.reportmill.graphics.RMAnimator
Returns the list of key-frames present in the given list of shapes (assumed to be animator owner's descendants).
getKeyValue(String) - Method in class com.reportmill.base.RMGroup
Custom implementation of valueForKey to handle group heritage keys.
getKeyValue(String) - Method in class com.reportmill.base.RMGroup.Running
Overrides default valueForKey to handle Page and Running keys.
getKeyValue(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Implements this method to provide page info.
getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
Returns the individual key value at index.
getKeyValue(Object, String) - Method in class com.reportmill.graphics.RMKeyFrame
Returns the key value for given object and key, if present.
getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns the individual key value at given index.
getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the number of key values.
getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the number of key values.
getKeyValueList(Object, String) - Method in class com.reportmill.graphics.RMTimeline
Returns a key value list for a given target and value.
getKeyValueList(Object, String, boolean) - Method in class com.reportmill.graphics.RMTimeline
Returns a key value list for a given target and value, with an option to create if missing.
getKeyValues() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the list of key values.
getLabel() - Method in class com.reportmill.shape.RMLabels
Returns the default label shape.
getLabelAxis() - Method in class com.reportmill.shape.RMGraph
Returns the label axis shape.
getLabelHeight() - Method in class com.reportmill.shape.RMLabels
Returns the height of an individual label.
getLabelShape(RMGraphPartSeries.LabelPos) - Method in class com.reportmill.shape.RMGraphPartSeries
Returns a label shape for given position.
getLabelWidth() - Method in class com.reportmill.shape.RMLabels
Returns the width of an individual label.
getLastX() - Method in class com.reportmill.graphics.RMLine
Returns the last x.
getLastY() - Method in class com.reportmill.graphics.RMLine
Returns the last y.
getLayer(int) - Method in class com.reportmill.shape.RMPage
Returns the layer at the given index.
getLayer(String) - Method in class com.reportmill.shape.RMPage
Returns the layer with the given name.
getLayerCount() - Method in class com.reportmill.shape.RMPage
Returns the number of layers associated with this page.
getLayers() - Method in class com.reportmill.shape.RMPage
Returns the list of page layers.
getLayerState() - Method in class com.reportmill.shape.RMPageLayer
Returns the state of this layer (locked, visible, invisible).
getLayout() - Method in class com.reportmill.shape.RMParentShape
Returns the layout for this shape.
getLeftIndent() - Method in class com.reportmill.graphics.RMParagraph
Returns the left side indentation of this paragraph.
getLeftIndentFirst() - Method in class com.reportmill.graphics.RMParagraph
Returns left side indentation of first line in this paragraph (this can be set different than successive lines).
getLegend() - Method in class com.reportmill.shape.RMGraph
Returns the child of the graph that represents the legend (if present).
getLegendText() - Method in class com.reportmill.shape.RMGraphLegend
Returns the legend text.
getLength() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the length of the divider in terms of rows (or columns).
getLength() - Method in class com.reportmill.shape.RMShapeTable.Span
Returns the span length.
getLength() - Method in class com.reportmill.shape.RMTableRowRPG.Span
Returns the span length.
getLicense() - Static method in class com.reportmill.base.ReportMill
Returns the ReportMill license string for the current user.
getLight() - Method in class com.reportmill.shape.RMScene3D
Returns the scene light as a vector.
getLine(int) - Method in class com.reportmill.graphics.RMTextEditor
Returns the individual line at given index.
getLineCount() - Method in class com.reportmill.graphics.RMTextEditor
Returns the number of lines.
getLineForChar(int) - Method in class com.reportmill.graphics.RMTextEditor
Returns the line index for the given character index.
getLineGap() - Method in class com.reportmill.graphics.RMParagraph
Returns additional line spacing expressed as a constant amount in points.
getLineGap() - Method in class com.reportmill.graphics.RMTextEditor
Returns the line gap for current selection.
getLineGap() - Method in class com.reportmill.shape.RMTextShape
Returns the line gap at char 0.
getLineHeightMax() - Method in class com.reportmill.graphics.RMParagraph
Returns the maximum line height in printer points associated with this paragraph.
getLineHeightMax() - Method in class com.reportmill.graphics.RMTextEditor
Returns the maximum line height for a line of text (even if font size would dictate higher).
getLineHeightMax() - Method in class com.reportmill.shape.RMTextShape
Returns the maximum line height at char 0.
getLineHeightMin() - Method in class com.reportmill.graphics.RMParagraph
Returns the minimum line height in printer points associated with this paragraph.
getLineHeightMin() - Method in class com.reportmill.graphics.RMTextEditor
Returns the min line height for current selection.
getLineHeightMin() - Method in class com.reportmill.shape.RMTextShape
Returns the minimum line height at char 0.
getLineSpacing() - Method in class com.reportmill.graphics.RMParagraph
Returns the spacing of lines expressed as a factor of a given line's height.
getLineSpacing() - Method in class com.reportmill.graphics.RMTextEditor
Returns the line spacing for current selection.
getLineSpacing() - Method in class com.reportmill.shape.RMTextShape
Returns the line spacing at char 0.
getLinkedText() - Method in class com.reportmill.shape.RMTextShape
Returns the linked text for this text (if any).
getListValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a list for an object and key chain.
getListValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Silly method to support DatasetKeys like: List1Key.List2Key, which returns a flattened Master/Detail list.
getLocalCurrencySymbol() - Method in class com.reportmill.base.RMNumberFormat
Returns the Currency symbol used for this locale.
getLoops() - Method in class com.reportmill.graphics.RMAnimator
Returns whether this animator loops when time hits max time.
getLoops() - Method in class com.reportmill.shape.RMDocument
Returns whether the last animator loops.
getMagnitude() - Method in class com.reportmill.graphics.RMVector
Returns the magnitude of the vector.
getMagnitude() - Method in class com.reportmill.graphics.RMVector3D
Returns the magnitude of the vector.
getMainTable() - Method in class com.reportmill.shape.RMTableGroup
Returns the currently selected table.
getMaps(ResultSet, int) - Static method in class com.reportmill.base.RMSQLUtils
Returns a list of maps for a given ResultSet.
getMapsDeep(Map, int) - Static method in class com.reportmill.base.RMSQLUtils
Returns map where any ResultSets have been converted to Lists.
getMargin() - Method in class com.reportmill.shape.RMTextShape
Returns margin.
getMarginBottom() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects bottom value.
getMarginBottom() - Method in class com.reportmill.shape.RMTextShape
Returns the bottom margin of the text (defaults to 0).
getMarginDefault() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the default text margin for RMCell (top=5, left=5, right=5, bottom=5).
getMarginDefault() - Method in class com.reportmill.shape.RMTextShape
Returns the default margin of the text (top=1, left=2, right=2, bottom=0).
getMarginLeft() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects left value.
getMarginLeft() - Method in class com.reportmill.shape.RMTextShape
Returns the left margin of the text (default to 2).
getMarginRect() - Method in class com.reportmill.shape.RMDocument
Returns the margin rect for this document.
getMarginRectDefault() - Method in class com.reportmill.shape.RMDocument
Returns the default margin rect.
getMarginRight() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects right value.
getMarginRight() - Method in class com.reportmill.shape.RMTextShape
Returns the right margin of the text (defaults to 2).
getMarginString() - Method in class com.reportmill.shape.RMTextShape
Returns the margin as a string.
getMarginTop() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects top value.
getMarginTop() - Method in class com.reportmill.shape.RMTextShape
Returns the top margin of the text (defaults to 1).
getMaximumFractionDigits() - Method in class com.reportmill.base.RMNumberFormat
Returns maximum fraction digits.
getMaxTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the max time for this animator.
getMaxTime() - Method in class com.reportmill.shape.RMDocument
Returns the total time needed to animate this document (total of all page animators).
getMaxTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
Returns the animator max time in seconds.
getMaxValue() - Method in class com.reportmill.shape.RMGraphSection
Returns section maximum value.
getMaxX() - Method in class com.reportmill.graphics.RMBezier
Returns the max x point of this bezier.
getMaxX() - Method in class com.reportmill.graphics.RMLine
Returns the max x point of this line.
getMaxX() - Method in class com.reportmill.graphics.RMQuadratic
Returns the max x point of this bezier.
getMaxX() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the max x of this column.
getMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape (assumes not rotated, scaled or skewed).
getMaxY() - Method in class com.reportmill.graphics.RMBezier
Returns the max y point of this bezier.
getMaxY() - Method in class com.reportmill.graphics.RMLine
Returns the max y point of this line.
getMaxY() - Method in class com.reportmill.graphics.RMQuadratic
Returns the max y point of this bezier.
getMaxY() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row max y.
getMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
getMinHeight() - Method in class com.reportmill.shape.RMShape
Returns the shape minimum height.
getMinimumFractionDigits() - Method in class com.reportmill.base.RMNumberFormat
Returns minimum fraction digits.
getMinSplitHeight() - Method in class com.reportmill.shape.RMTableRow
Returns the minimum distance in points from the top of the row that this row can split.
getMinSplitRemainderHeight() - Method in class com.reportmill.shape.RMTableRow
Returns the minimum distance in points from the bottom of the row that this row can split.
getMinValue() - Method in class com.reportmill.shape.RMGraphSection
Returns section minimum value.
getMinWidth() - Method in class com.reportmill.shape.RMShape
Returns the shape minimum width.
getMinX() - Method in class com.reportmill.graphics.RMBezier
Returns the min x point of this bezier.
getMinX() - Method in class com.reportmill.graphics.RMLine
Returns the min x point of this line.
getMinX() - Method in class com.reportmill.graphics.RMQuadratic
Returns the min x point of this bezier.
getMinY() - Method in class com.reportmill.graphics.RMBezier
Returns the min y point of this bezier.
getMinY() - Method in class com.reportmill.graphics.RMLine
Returns the min y point of this line.
getMinY() - Method in class com.reportmill.graphics.RMQuadratic
Returns the min y point of this bezier.
getMisspelledWord(String, int) - Static method in class com.reportmill.graphics.SpellCheck
Returns the first misspelled word in a given string starting at the given index (or null or no misspelled words).
getModel() - Method in class com.reportmill.shape.ReportOwner
Returns the model object.
getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should be moved to the bottom of the table during report generation.
getMovieRoles() - Method in class com.reportmill.base.RMExtras.Movie
 
getMovies() - Static method in class com.reportmill.base.RMExtras
Returns a list of movies.
getName() - Method in class com.reportmill.base.RMDataSource
Returns the name for this data source.
getName() - Method in class com.reportmill.base.RMExtras.MovieRole
 
getName() - Method in class com.reportmill.base.RMExtras.Studio
 
getName() - Method in class com.reportmill.base.RMXMLReader
Returns the name of the root element.
getName() - Method in class com.reportmill.graphics.RMFill
Returns the name of the fill.
getName() - Method in class com.reportmill.graphics.RMImageData
Returns the name for the image (assigned from our hashCode).
getName() - Method in class com.reportmill.graphics.RMStroke
Returns the name of the fill.
getName() - Method in class com.reportmill.shape.RMPageLayer
Returns the layer's name.
getName() - Method in class com.reportmill.shape.RMShape
Returns the name for the shape.
getNeedsLayout() - Method in class com.reportmill.shape.RMParentShape
Returns whether children need to be laid out.
getNext(double[]) - Method in class com.reportmill.graphics.RMPath.RMPathIter
Returns the next segment.
getNext(Point[]) - Method in class com.reportmill.graphics.RMPath.RMPathIter
Returns the next segment (Point coords).
getNext() - Method in class com.reportmill.graphics.RMXStringRun
Return next run.
getNextColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider column below the divider.
getNextPeer() - Method in class com.reportmill.base.RMGroup
Returns the next group which is a peer to this one.
getNextRow() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider row to the right of the divider.
getNormal() - Method in class com.reportmill.graphics.RMPath3D
Returns the normal of the path3d.
getNormalized() - Method in class com.reportmill.graphics.RMVector
Returns the normalized vector.
getNullString() - Method in class com.reportmill.base.RMDateFormat
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
getNullString() - Method in class com.reportmill.base.RMNumberFormat
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
getNullString() - Method in class com.reportmill.shape.ReportOwner
Returns the string used to represent null values.
getNullString() - Method in class com.reportmill.shape.RMDocument
Returns the string used to replace any occurrances of null values in a generated report.
getNumberOfChildrenToStayWith() - Method in class com.reportmill.shape.RMTableRow
Returns the number of children this table row needs to be accompanied by, if some children run off page bottom.
getNumberOfColumns() - Method in class com.reportmill.shape.RMLabels
Returns the number of columns in the labels block.
getNumberOfColumns() - Method in class com.reportmill.shape.RMTableRow
Returns the number of columns in this table row (really just child count).
getNumberOfRows() - Method in class com.reportmill.shape.RMLabels
Returns the number of rows in the labels block.
getNumberValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a number for an object and key chain.
getOffsetZ() - Method in class com.reportmill.shape.RMScene3D
Returns the Z offset of the scene (for zooming).
getOp() - Method in class com.reportmill.base.RMKeyChain
Returns the top level operator of the keychain.
getOpacity() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getOpacity() - Method in class com.reportmill.shape.RMShape
Returns the opacity of the shape (1 for opaque, 0 for transparent).
getOpacityDeep() - Method in class com.reportmill.shape.RMShape
Returns the combined opacity of this shape and its parent.
getOrder() - Method in class com.reportmill.base.RMSort
Returns the order for this sort.
getOrderDefault() - Method in class com.reportmill.base.RMSort
Returns the order default.
getOrderString() - Method in class com.reportmill.base.RMSort
Returns the order as a string.
getOrigin() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Returns the point, in the shape's coordinate system, of the origin (attachment point).
getOrigin() - Method in class com.reportmill.shape.RMScene3D
Returns the scene's origin.
getOwner() - Method in class com.reportmill.graphics.RMAnimator
Returns the owner of the animator.
getOwner() - Method in class com.reportmill.graphics.RMTimeline
Returns the timeline owner.
getPad() - Method in class com.reportmill.base.RMTopNSort
Returns whether to pad to top N value.
getPadding() - Method in class com.reportmill.shape.RMImageShape
Returns the padding.
getPage(int) - Method in class com.reportmill.graphics.RMImageData
Returns the image data for an alternate page.
getPage(int) - Method in class com.reportmill.graphics.RMImageDataPDF
Returns the image data for a successive page.
getPage(int) - Method in class com.reportmill.shape.RMDocument
Returns the page at the given index.
getPage() - Method in class com.reportmill.shape.RMPageLayer
Returns the page associated with this layer.
getPageBounds() - Method in class com.reportmill.app.RMViewer
Returns the bounds of the viewer document's selected page.
getPageBreak() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreak" for this shape as defined by shapes that define a page break (currently only RMTable).
getPageBreak() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break
getPageBreakGroupIndex() - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
getPageBreakKey() - Method in class com.reportmill.shape.RMTableRow
Returns the key used to determine whether row should force a page break.
getPageBreakMax() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakMax" for this shape as defined by shapes that define a page break (currently only RMTable).
getPageBreakMax() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break max.
getPageBreakPage() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakPage" for this shape, or the page number relative to the last page break, as defined by shapes that define explicit page breaks (currently only RMTable).
getPageBreakPage() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break page.
getPageBreakPageMax() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakPageMax" for this shape, or the max page number relative to the last and next page breaks, as defined by shapes that define explicit page breaks (currently only RMTable).
getPageBreakPageMax() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break page max.
getPageChildIndex() - Method in class com.reportmill.shape.RMPageLayer
Returns the index of this layer's first child in the page.
getPageCount() - Method in class com.reportmill.app.RMViewer
Returns the page count.
getPageCount() - Method in class com.reportmill.graphics.RMImageData
Returns the total number of pages for the image.
getPageCount() - Method in class com.reportmill.shape.RMDocument
Returns the number of pages in this document.
getPageEndGroup() - Method in class com.reportmill.base.RMGroup
Returns the child group for the most recent page end.
getPageIndex() - Method in class com.reportmill.graphics.RMImageData
Returns the page index for the image.
getPageIndex() - Method in class com.reportmill.shape.RMImageShape
Returns the page index.
getPageLast() - Method in class com.reportmill.shape.RMDocument
Returns the last page (convenience).
getPageLast() - Method in class com.reportmill.shape.RMTableRPG
Returns the last page.
getPageLayout() - Method in class com.reportmill.shape.RMDocument
Returns the page layout for the document.
getPageReferenceShapes() - Method in class com.reportmill.shape.ReportOwner
Returns the list of page reference shapes.
getPages() - Method in class com.reportmill.shape.RMDocument
Returns the list of pages associated with this document.
getPageShape() - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to return this page, since it is the page shape.
getPageShape() - Method in class com.reportmill.shape.RMShape
Returns the RMPage ancestor of this shape (or null if not there).
getPageSize() - Method in class com.reportmill.shape.RMDocument
Returns the size of a document page.
getPageSizeDefault() - Method in class com.reportmill.shape.RMDocument
Returns the default page size.
getPageStartGroup() - Method in class com.reportmill.base.RMGroup
Returns the child group for the most recent page start.
getPaginate() - Method in class com.reportmill.shape.ReportOwner
Returns whether this reportmill paginates.
getPaintBackground() - Method in class com.reportmill.shape.RMPage
Returns whether to paint white background even if not explicitly defined and drop shadow.
getParagraph() - Method in class com.reportmill.graphics.RMXStringRun
Returns the paragraph for this run.
getParagraphAt(int) - Method in class com.reportmill.graphics.RMXString
Returns the current paragraph at the given character index.
getParagraphSpacing() - Method in class com.reportmill.graphics.RMParagraph
Returns the spacing between paragraphs in printer points associated with this paragraph.
getParent() - Method in class com.reportmill.base.RMGroup
Returns the parent for this group.
getParent() - Method in class com.reportmill.shape.RMShape
Returns the parent of this shape.
getParent(Class<T>) - Method in class com.reportmill.shape.RMShape
Returns the first parent with given class by iterating up parent hierarchy.
getParent() - Method in class com.reportmill.shape.RMShapeLayout
Returns the parent for this layout.
getParent() - Method in class com.reportmill.shape.RMTableRowLayout
Returns the parent as table row.
getParentCount() - Method in class com.reportmill.base.RMGroup
Returns the number of parents that this group has.
getParentShape(Object) - Method in class com.reportmill.shape.RMArchiver
Returns a parent shape for source.
getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the parent of the given table.
getPart(int) - Method in class com.reportmill.shape.RMGraph
Returns the individual part at index.
getPartCount() - Method in class com.reportmill.shape.RMGraph
Returns the number of graph parts.
getPartName(int) - Method in class com.reportmill.shape.RMGraph
Returns the individual part at index.
getParts() - Method in class com.reportmill.shape.RMGraph
Returns the parts.
getPath() - Method in class com.reportmill.graphics.RMPath3D
Returns a path for the path3d.
getPath() - Method in class com.reportmill.shape.RMLineShape
Returns the line path.
getPath() - Method in class com.reportmill.shape.RMOvalShape
Returns the (oval) path for this shape.
getPath() - Method in class com.reportmill.shape.RMPolygonShape
Returns the path for this polygon shape.
getPath() - Method in class com.reportmill.shape.RMRectShape
Returns the path for the rectangle (building path with rounded corners if needed).
getPath() - Method in class com.reportmill.shape.RMShape
Returns the shape's path.
getPath() - Method in class com.reportmill.shape.RMTextShape
Overrides shape implementation to get clip path.
getPath3D() - Method in class com.reportmill.shape.RMScene3D.RMShape3D
Returns the path3D for this shape.
getPathFlattened() - Method in class com.reportmill.graphics.RMPath
Returns a path with only moveto, lineto.
getPathInRect(Rect) - Method in class com.reportmill.graphics.RMPath
Returns a copy of the path scaled to exactly fit in the given rect.
getPathIter(Transform) - Method in class com.reportmill.graphics.RMPath
Returns a PathIter for RMPath.
getPaths(RMPath, float, float) - Static method in class com.reportmill.graphics.RMPath3DUtils
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
getPaths(RMPath, double, double, double) - Static method in class com.reportmill.graphics.RMPath3DUtils
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
getPathShape() - Method in class com.reportmill.shape.RMTextShape
Returns the shape that provides the path for this text to wrap text to.
getPattern() - Method in class com.reportmill.base.RMDateFormat
Returns the date format string.
getPattern() - Method in class com.reportmill.base.RMNumberFormat
Returns the format string for this format.
getPDFFile() - Method in class com.reportmill.graphics.RMImageDataPDF
Returns the PDF file for the PDF image data (creating if necessary).
getPeerTableNext(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the next peer table of the given table.
getPeerTablePrevious(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the previous peer table of the given table.
getPeerTables(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the list of peer tables for a given table.
getPerformsWrap() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should wrap around other shapes that cause wrap.
getPie() - Method in class com.reportmill.shape.RMGraph
Returns the pie shape.
getPitch() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the X axis in degrees.
getPlayStartTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the play start time.
getPlexing() - Method in class com.reportmill.shape.RMPage
Returns the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
getPoint(double, Point) - Method in class com.reportmill.graphics.RMBezier
Returns a specific point on the curve at the given parametric value (from 0-1).
getPoint(double) - Method in class com.reportmill.graphics.RMLine
Returns the point on this line at the parametric location t (defined from 0-1).
getPoint(double, Point) - Method in class com.reportmill.graphics.RMLine
Returns the point on this line at the parametric location t (defined from 0-1).
getPoint(int) - Method in class com.reportmill.graphics.RMPath
Returns the point at the given index.
getPoint(int) - Method in class com.reportmill.graphics.RMPath3D
Returns the point3d at the given index.
getPoint(double, Point) - Method in class com.reportmill.graphics.RMQuadratic
Returns the point on this curve at the parametric location t (defined from 0-1).
getPoint() - Method in class com.reportmill.shape.RMShapeEvent
Overrides to return point in shape coords.
getPointCount() - Method in class com.reportmill.graphics.RMBezier
Returns the point count of segment.
getPointCount() - Method in class com.reportmill.graphics.RMLine
Returns the point count of segment.
getPointCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of points in the path.
getPointCount() - Method in class com.reportmill.graphics.RMPath3D
Returns the number of points in the path3d.
getPointCount() - Method in class com.reportmill.graphics.RMQuadratic
Returns the point count of segment.
getPointLast() - Method in class com.reportmill.graphics.RMPath
Returns the last point in the path.
getPointsFromUnits(double) - Method in class com.reportmill.shape.RMDocument
Converts given value from document units to printer points (1/72 of an inch).
getPointX(int) - Method in class com.reportmill.graphics.RMBezier
Returns the x of point at given index.
getPointX(int) - Method in class com.reportmill.graphics.RMLine
Returns the x of point at given index.
getPointX(int) - Method in class com.reportmill.graphics.RMQuadratic
Returns the x of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMBezier
Returns the y of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMLine
Returns the y of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMQuadratic
Returns the y of point at given index.
getPosition() - Method in class com.reportmill.shape.RMGraphPartSeries
Returns the value label position (top, middle, bottom, outside).
getPosition(String) - Method in class com.reportmill.shape.RMGraphPartSeries
Returns a label position for a given string.
getPrefHeight() - Method in class com.reportmill.graphics.RMTextEditor
Returns the height needed to display all characters.
getPrefHeight() - Method in class com.reportmill.shape.RMShape
Returns the shape preferred height.
getPrefHeightBase() - Method in class com.reportmill.app.RMViewer
Returns the preferred size of the viewer (ignores Zoom).
getPrefHeightImpl(double) - Method in class com.reportmill.app.RMViewer
Returns the preferred size of the viewer (includes ZoomFactor).
getPrefWidth() - Method in class com.reportmill.graphics.RMTextEditor
Returns the width needed to display all characters.
getPrefWidth() - Method in class com.reportmill.shape.RMShape
Returns the shape preferred width.
getPrefWidthBase() - Method in class com.reportmill.app.RMViewer
Returns the preferred size of the viewer (ignores Zoom).
getPrefWidthImpl(double) - Method in class com.reportmill.app.RMViewer
Returns the preferred size of the viewer (includes ZoomFactor).
getPreserveRatio() - Method in class com.reportmill.shape.RMImageShape
Returns whether to preserve the natural width to height ratio of image.
getPreviousText() - Method in class com.reportmill.shape.RMLinkedText
Returns the text that this text is linked from.
getPrintEvenIfGroupIsEmpty() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
getProperty(Object, Class, String, int, Entity) - Method in class com.reportmill.base.RMSchemaMaker
Configures a property for a property value.
getPropertyNextUniqueID(Property) - Method in class com.reportmill.base.RMXMLWriter
Returns the next unique id for given property.
getPropNames() - Method in class com.reportmill.shape.RMShape
Returns the property names for helper's instance class.
getProxy() - Method in class com.reportmill.shape.RMGraphPartSeries
Returns the proxy, determined by the current position.
getPseudoSkewX() - Method in class com.reportmill.shape.RMScene3D
Returns the skew angle for X by Z.
getPseudoSkewY() - Method in class com.reportmill.shape.RMScene3D
Returns the skew angle for Y by Z.
getPublishUrl() - Method in class com.reportmill.shape.RMDocument
Returns the URL this document should be uploaded to.
getR() - Method in class com.reportmill.graphics.RMHitInfo
Returns the parametric location (from 0-1) of hit on receiving geometry.
getRadius() - Method in class com.reportmill.shape.RMRectShape
Returns the rounding radius for the rectangle.
getRadius() - Method in class com.reportmill.shape.RMSubreport
Override to make rounding a constant of 3.
getRandom() - Static method in class com.reportmill.graphics.RMColor
Returns a random color.
getRating() - Method in class com.reportmill.base.RMExtras.Movie
 
getRepaintBoundsForShape(RMShape) - Method in class com.reportmill.app.RMViewer
Returns the bounds for a given shape in the viewer.
getReprintHeaderRows() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns whether a paginating table will reprint header rows.
getReprintWhenWrapped() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row is reprinted on a new page when it's children cross a page boundary.
getResetTimeOnStop() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the time is reset to start value when animator stops.
getResizeBarAtPoint(Point) - Method in class com.reportmill.shape.RMTable
Returns the index of the resize bar that is hit by the given point.
getResizeBarBounds(int) - Method in class com.reportmill.shape.RMTable
Returns the bounds rect of the resize bar for the child at the given index.
getResources() - Method in class com.reportmill.base.RMXMLReader
Returns the resources read from last source.
getRichText() - Method in class com.reportmill.graphics.RMXString
Returns the RichText.
getRichText() - Method in class com.reportmill.shape.RMTextShape
Returns the RichText.
getRightIndent() - Method in class com.reportmill.graphics.RMParagraph
Returns the right side indentation of this paragraph.
getRoll() - Method in class com.reportmill.graphics.RMGradientFill
Returns the gradient's rotation.
getRoll() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getRoll() - Method in class com.reportmill.shape.RMShape
Returns the roll of the shape.
getRoll3D() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the Z axis in degrees.
getRootShape() - Method in class com.reportmill.shape.RMShape
Returns the top level shape (usually an RMDocument).
getRow(int) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific row at the given index.
getRow(double) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific row index for the given point.
getRow() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the row of this cell.
getRow() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divder row as a cell row.
getRow(int) - Method in class com.reportmill.shape.RMTable
Returns the specific table row at the given index.
getRow(String) - Method in class com.reportmill.shape.RMTable
Returns the specific table row with the given name.
getRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns the row above this one in the template.
getRowCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of rows.
getRowEnd() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the end row of this cell.
getRowSpan() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the number of rows this cell spans.
getRun() - Method in class com.reportmill.graphics.RMXString
Returns the XString head run.
getRun(int) - Method in class com.reportmill.graphics.RMXString
Returns the specific Run at the given index in this XString.
getRunAt(int) - Method in class com.reportmill.graphics.RMXString
Returns the XString run that contains or ends at given index.
getRunCount() - Method in class com.reportmill.graphics.RMXString
Returns the number of runs in this XString.
getRunLast() - Method in class com.reportmill.graphics.RMXString
Returns the last run in this XString (convenience).
getS() - Method in class com.reportmill.graphics.RMHitInfo
Returns the parametric location (from 0-1) of hit on secondary geometry.
getSamplesPerPixel() - Method in class com.reportmill.graphics.RMImageData
Returns the number of samples per pixel (RGB=3, RGBA=4, GrayScale=1, etc.).
getScaleX() - Method in class com.reportmill.graphics.RMImageFill
Returns the scale x of the image fill image.
getScaleX() - Method in class com.reportmill.shape.RMShape
Returns the scale of the X axis of the shape.
getScaleY() - Method in class com.reportmill.graphics.RMImageFill
Returns the scale y of the image fill image.
getScaleY() - Method in class com.reportmill.shape.RMShape
Returns the scale of the Y axis of the shape.
getSchema() - Method in class com.reportmill.base.RMDataSource
Returns the schema of represented datasource as a hierarchy of Entity and Property objects.
getSchema(Object, String, int) - Method in class com.reportmill.base.RMSchemaMaker
This code returns a schema for a given object graph of Java primitives (Map, List, String, Number, Date).
getSchema(XMLElement) - Method in class com.reportmill.base.RMSchemaMaker
Creates and returns a schema for a given xml element tree.
getSchema() - Method in class com.reportmill.base.RMXMLReader
Returns a hierarchy of RMEntity objects describing the XML.
getSchema() - Method in class com.reportmill.base.RMXMLWriter
Returns the schema.
getSchemaMaker() - Method in class com.reportmill.base.RMXMLWriter
Returns the schema maker.
getScopeTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the key-frame time that new anim records should be made relative to.
getScripting() - Method in class com.reportmill.graphics.RMTextStyle
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
getSecondsElapsed() - Method in class com.reportmill.graphics.RMAnimator
Returns the number of seconds the animator has been playing for.
getSectionLayout() - Method in class com.reportmill.shape.RMGraph
Returns the layout of series values.
getSections(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphSection
Returns the list of sections for the graph.
getSectionTotal() - Method in class com.reportmill.shape.RMGraphSection
Returns the total for all values in series.
getSegments() - Method in class com.reportmill.graphics.RMPath
Converts a path into a list of RMLine/RMQuadratic/RMBezier.
getSel() - Method in class com.reportmill.graphics.RMTextEditor
Returns the text editor selection.
getSel(double, double, double, double) - Method in class com.reportmill.graphics.RMTextEditor
Returns the selected range that would result from the given two points.
getSelAnchor() - Method in class com.reportmill.graphics.RMTextEditor
Returns the character index of the last explicitly selected char (confined to the bounds of the selection).
getSelectedGrouping() - Method in class com.reportmill.base.RMGrouper
Returns the currently selected grouping (while editing only).
getSelectedGroupingIndex() - Method in class com.reportmill.base.RMGrouper
Returns the currently selected grouping's index (for editing, mostly).
getSelectedIndex() - Method in class com.reportmill.shape.RMDocument
Returns the current page index of this document.
getSelectedLayer() - Method in class com.reportmill.shape.RMPage
Returns the selected layer.
getSelectedLayerIndex() - Method in class com.reportmill.shape.RMPage
Returns the index of the selected layer.
getSelectedPage() - Method in class com.reportmill.app.RMViewer
Returns the currently selected page shape.
getSelectedPage() - Method in class com.reportmill.shape.RMDocument
Returns the currently selected page of this document.
getSelectedPageIndex() - Method in class com.reportmill.app.RMViewer
Returns the index of the current visible document page.
getSelectedSort() - Method in class com.reportmill.base.RMGrouping
Returns the currently selected grouping's sort (while editing only).
getSelectedSortIndex() - Method in class com.reportmill.base.RMGrouping
Returns the currently selected grouping's currently selected sort (for editing, mostly).
getSelEnd() - Method in class com.reportmill.graphics.RMTextEditor
Returns the character index of the end of the text selection.
getSelPath() - Method in class com.reportmill.graphics.RMTextEditor
Returns the path for the current selection.
getSelStart() - Method in class com.reportmill.graphics.RMTextEditor
Returns the character index of the start of the text selection.
getSelStartLine() - Method in class com.reportmill.graphics.RMTextEditor
Returns the line at selection start.
getSeries(int) - Method in class com.reportmill.shape.RMGraph
Returns the individual series object and the given index.
getSeries() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the section item series.
getSeries(RMGraphRPG) - Static method in class com.reportmill.shape.RMGraphSeries
Returns the graph series for a given graph.
getSeriesCount() - Method in class com.reportmill.shape.RMGraph
Returns the number of series.
getSeriesIndex() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the series index.
getSeriesItem() - Method in class com.reportmill.shape.RMGraphSection.Item
Returns the section item series item.
getSeriesTotal() - Method in class com.reportmill.shape.RMGraphSeries
Returns the total for all values in series.
getSetGap() - Method in class com.reportmill.shape.RMGraphPartBars
Returns the width of the gap between sets as a fraction of chart area.
getShape(String) - Method in class com.reportmill.app.RMViewer
Returns the document shape for given name.
getShape(Object, Archivable) - Method in class com.reportmill.shape.RMArchiver
Creates a document.
getShape(int) - Method in class com.reportmill.shape.RMScene3D
Returns the specific shape at the given index from the shape list.
getShapeAtPoint(double, double, boolean) - Method in class com.reportmill.app.RMViewer
Returns the first shape hit by the given point.
getShapeAtPoint(Point, boolean) - Method in class com.reportmill.app.RMViewer
Returns the first shape hit by the given point.
getShapeBelowFrameY(RMParentShape, RMShape) - Static method in class com.reportmill.shape.RMTableRowRPG
Returns the next shape y for a given parent and child (so we can find the gap).
getShapeCount() - Method in class com.reportmill.shape.RMScene3D
Returns the number of shapes in the shape list.
getShapeRepaintEnabled() - Method in class com.reportmill.app.RMViewer
Returns whether changes to shapes cause repaints.
getShapesToAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shapes from this shape to a given ancestor, inclusive.
getShapesToDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shape's from this shape to given descendant, inclusive.
getShapesToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shapes from this shape to given shape.
getShared() - Static method in class com.reportmill.shape.RMSharedMap
Returns an empty shared map.
getShiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMTableRow
Returns whether to shift shapes below hidden shapes up.
getShowAxisLabels() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Returns whether the graph shows axis labels.
getShowAxisLabels() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns whether the graph draws axis labels.
getShowBottom() - Method in class com.reportmill.graphics.RMBorderStroke
Returns whether to show bottom border.
getShowBottomBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows bottom border.
getShowDate() - Method in class com.reportmill.base.RMExtras.Movie
 
getShowGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should show an alignment grid.
getShowGridLines() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Returns whether the graph shows grid lines between label axis sections.
getShowLeft() - Method in class com.reportmill.graphics.RMBorderStroke
Returns whether to show left border.
getShowLeftBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows left border.
getShowLegend() - Method in class com.reportmill.shape.RMGraph
Returns whether the graph shows a legend.
getShowMajorGrid() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns whether the graph draws the major axis.
getShowMargin() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should show a margin rect.
getShowMinorGrid() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns whether the graph draws the minor axis.
getShowRight() - Method in class com.reportmill.graphics.RMBorderStroke
Returns whether to show right border.
getShowRightBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows right border.
getShowTop() - Method in class com.reportmill.graphics.RMBorderStroke
Returns whether to show top border.
getShowTopBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows top border.
getSize() - Method in class com.reportmill.shape.RMShape
Returns the size of the shape.
getSkewX() - Method in class com.reportmill.shape.RMShape
Returns the skew of the X axis of the shape.
getSkewY() - Method in class com.reportmill.shape.RMShape
Returns the skew of the Y axis of the shape.
getSnapGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to an alignment grid.
getSnapMargin() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to a margin rect.
getSort(int) - Method in class com.reportmill.base.RMGrouping
Returns the individual sort at the given index.
getSort(int) - Method in class com.reportmill.shape.RMLabels
Returns the specific sort at the given index.
getSortCount() - Method in class com.reportmill.base.RMGrouping
Returns the number of sorts in the grouping.
getSortCount() - Method in class com.reportmill.shape.RMLabels
Returns the number of sorts associated with labels.
getSortOnValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to sort on values explicitly provided.
getSorts() - Method in class com.reportmill.base.RMGrouping
Returns the groupings list of sorts.
getSorts() - Method in class com.reportmill.shape.RMLabels
Returns the list of sorts associated with labels.
getSource() - Method in class com.reportmill.base.RMDataSource
Returns the source for this data source.
getSource() - Method in class com.reportmill.graphics.RMImageData
Returns the original source for the image (byte[], File, InputStream or whatever).
getSourceURL() - Method in class com.reportmill.app.RMViewer
Returns the source URL.
getSourceURL() - Method in class com.reportmill.base.RMDataSource
Returns the source for this data source.
getSourceURL() - Method in class com.reportmill.graphics.RMImageData
Returns the source URL, if loaded from URL.
getSourceURL() - Method in class com.reportmill.shape.RMParentShape
Returns the Source URL.
getSP() - Method in class com.reportmill.graphics.RMLine
Returns the start point.
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.
getSpellingPath() - Method in class com.reportmill.graphics.RMTextEditor
Returns a path for misspelled word underlining.
getSPx() - Method in class com.reportmill.graphics.RMLine
Returns the start point x.
getSPy() - Method in class com.reportmill.graphics.RMLine
Returns the start point y.
getStart() - Method in class com.reportmill.graphics.SpellCheck.Word
Returns the start index.
getStart() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the starting row index (if column divider) or column index (if row divider) for this divider.
getStartAngle() - Method in class com.reportmill.shape.RMOvalShape
Returns the start angle for the oval.
getStartingPageBreak() - Method in class com.reportmill.shape.RMTable
Returns whether this table should always start on a new page (if in table group).
getStartX() - Method in class com.reportmill.graphics.RMGradientFill
Returns the start x.
getStartY() - Method in class com.reportmill.graphics.RMGradientFill
Returns the start y.
getStop(int) - Method in class com.reportmill.graphics.RMGradientFill
Returns the individual color stop at given index.
getStopColor(int) - Method in class com.reportmill.graphics.RMGradientFill
Returns the color of the stop at the given index.
getStopCount() - Method in class com.reportmill.graphics.RMGradientFill
Returns the number of color stops in the gradient
getStopOffset(int) - Method in class com.reportmill.graphics.RMGradientFill
Returns the position (in the range {0-1}) for the given stop index.
getStops() - Method in class com.reportmill.graphics.RMGradientFill
Returns the list of color stops.
getString() - Method in class com.reportmill.graphics.RMTextEditor
Returns the plain string of the xstring being edited.
getString() - Method in class com.reportmill.graphics.SpellCheck.Word
Returns the string.
getStringCSV() - Method in class com.reportmill.shape.RMDocument
Returns the document as a string of a CSV file.
getStringDelimitedText(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
Returns the document as a string of a delimited text file.
getStringValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a string for an object and key chain.
getStroke() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
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.
getStrokeOnTop() - Method in class com.reportmill.shape.RMShape
Returns whether to stroke on top.
getStrokeOnTop() - Method in class com.reportmill.shape.RMTable
Override to paint table stroke on top.
getStrokeOnTop() - Method in class com.reportmill.shape.RMTableGroup
Override to paint table stroke on top.
getStrokeOnTop() - Method in class com.reportmill.shape.RMTableRowRPG
Override to paint stroke on top.
getStrokeOnTop() - Method in class com.reportmill.shape.RMTableRPG
Override to paint table stroke on top.
getStrokePath(RMShape) - Method in class com.reportmill.graphics.RMBorderStroke
Returns the path to be stroked, transformed from the input path.
getStrokePath(RMShape) - Method in class com.reportmill.graphics.RMStroke
Returns the path to be stroked, transformed from the input path.
getStrokeWidth() - Method in class com.reportmill.shape.RMShape
Returns the stroke width of the shape's stroke in printer points.
getStudio() - Method in class com.reportmill.base.RMExtras.Movie
 
getStudio2() - Method in class com.reportmill.base.RMExtras.Movie
 
getStyle() - Method in class com.reportmill.graphics.RMXStringRun
Returns the text style.
getStyleAt(int) - Method in class com.reportmill.graphics.RMXString
Returns the text style for the run at the given character index.
getStyleKey(Object) - Static method in class com.reportmill.graphics.RMTextStyle
Returns the most likely key for a given style attribute.
getSubpathsSegments() - Method in class com.reportmill.graphics.RMPath
Converts a path into a list subpath lists of RMLine/RMQuadratic/RMBezier.
getSubreport(String) - Method in class com.reportmill.shape.RMDocument
Returns a subreport document for given name (override to improve).
getSubreportName() - Method in class com.reportmill.shape.RMSubreport
Returns the subreport name.
getSubreportShape() - Method in class com.reportmill.shape.RMSubreport
Returns the subreport shape.
getSubtractedPath(List<RMShape>, int) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the combined path from given shapes.
getSubtractedPathsShape(List<RMShape>, int) - Static method in class com.reportmill.shape.RMShapeUtils
Returns a polygon shape by combining paths of given shapes.
getSuggestions() - Method in class com.reportmill.graphics.SpellCheck.Word
Returns a list of suggestions.
getSweepAngle() - Method in class com.reportmill.shape.RMOvalShape
Returns the sweep angle for the oval.
getSyncStructureWithAlternates() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of alternate versions.
getSyncStructureWithRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of the row immediately above it.
getTab(int) - Method in class com.reportmill.graphics.RMParagraph
Returns the specific tab value for the given index in printer points.
getTabCount() - Method in class com.reportmill.graphics.RMParagraph
Returns the number of tabs associated with this paragraph.
getTabIndex(double) - Method in class com.reportmill.graphics.RMParagraph
Returns the tab index for the given location.
getTable() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the table for this cell.
getTable() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the table this divider is a part of.
getTable() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns the crosstab associated with this crosstab.
getTable() - Method in class com.reportmill.shape.RMTableRow
Returns the parent of this table row.
getTabs() - Method in class com.reportmill.graphics.RMParagraph
Returns the raw tab array
getTabType(int) - Method in class com.reportmill.graphics.RMParagraph
Returns the type of tab at the given index.
getTabTypes() - Method in class com.reportmill.graphics.RMParagraph
Returns the raw tab type array
getTail(double) - Method in class com.reportmill.graphics.RMBezier
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
getTail(double) - Method in class com.reportmill.graphics.RMLine
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
getTangent(double, Size) - Method in class com.reportmill.graphics.RMLine
Return the tangent at given point.
getTarget() - Method in class com.reportmill.graphics.RMInvocation
Returns the target for this invocation.
getTarget() - Method in class com.reportmill.graphics.RMKeyValue
Returns the target.
getTarget() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the list target.
getTemplate() - Method in class com.reportmill.shape.ReportOwner
Returns the template.
getTemplate() - Method in class com.reportmill.shape.RMTableRowRPG
Returns the template.
getText() - Method in class com.reportmill.graphics.RMTextEditor
Returns the rich text.
getText() - Method in class com.reportmill.graphics.RMXString
Returns the simple String represented by this RMXString.
getText() - Method in class com.reportmill.shape.RMTextShape
Returns the text associated with this RMText as a plain String.
getTextBorder() - Method in class com.reportmill.graphics.RMTextEditor
Returns whether current selection is outlined.
getTextBorder() - Method in class com.reportmill.shape.RMTextShape
Returns the border for char 0.
getTextBox() - Method in class com.reportmill.graphics.RMTextEditor
Returns the text box used to layout text.
getTextBox() - Method in class com.reportmill.shape.RMTextShape
Returns a text layout.
getTextCharsShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a group shape with a text shape for each individual character in this text shape.
getTextColor() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getTextColor() - Method in class com.reportmill.shape.RMShape
Returns the text color for the shape.
getTextColor() - Method in class com.reportmill.shape.RMTextShape
Returns the color of the first character of the xstring associated with this RMText.
getTextEditor() - Method in class com.reportmill.shape.RMTextShape
Returns the text editor.
getTextPath(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a path for all text chars.
getTextPathShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns an RMPolygon shape with the glyph path for the chars in this text.
getTextX() - Method in class com.reportmill.shape.RMGraph.FontBox
 
getTextY() - Method in class com.reportmill.shape.RMGraph.FontBox
 
getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the thousands separator.
getTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the current time of the animator.
getTime() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the time.
getTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns the individual time at given index.
getTime() - Method in class com.reportmill.graphics.RMTimeline
Returns the current time of the timeline (in milliseconds).
getTimeline() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the timeline that owns this key frame (if present).
getTimeline() - Method in class com.reportmill.shape.RMShape
Returns the timeline for animating shape property changes.
getTimeline(boolean) - Method in class com.reportmill.shape.RMShape
Returns the timeline for animating shape property changes, with an option to create if absent.
getTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
Returns the animator time in seconds.
getTimeZone() - Method in class com.reportmill.base.RMDateFormat
Returns the time zone.
getTitle() - Method in class com.reportmill.base.RMExtras.Movie
 
getTitle() - Method in class com.reportmill.shape.RMGraphPartSeries
Returns the title of the series.
getTitle() - Method in class com.reportmill.shape.RMGraphSeries
Returns the title for this series.
getTitle() - Method in class com.reportmill.shape.RMTableRow
Returns the title for this table row.
getTopNSort() - Method in class com.reportmill.base.RMGrouping
Returns the top N sort for the grouping.
getTransform() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Overridden from RMShape to change the center of rotation to the arrowhead origin.
getTransform() - Method in class com.reportmill.shape.RMShape
Returns the transform to this shape from its parent.
getTransform3D() - Method in class com.reportmill.shape.RMScene3D
Returns the transform 3d for the scene's camera.
getTransformFromShape(RMShape) - Method in class com.reportmill.app.RMViewer
Returns the transform from given shape to viewer.
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.app.RMViewer
Returns the transform from viewer to given shape.
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.RMImageData
Returns the type for the image (one of gif, jpg, png, pdf, etc.).
getType() - Method in class com.reportmill.shape.RMGraph
Returns the graph type (TYPE_BAR, TYPE_PIE, etc.).
getUndoer() - Method in class com.reportmill.app.RMViewer
Returns the undoer associated with the viewer's 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.shape.RMDocument
Returns the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
getUnitsFromPoints(double) - Method in class com.reportmill.shape.RMDocument
Converts given value to document units from printer points (1/72 of an inch).
getUnitsMultiplier() - Method in class com.reportmill.shape.RMDocument
Returns the multiplier used to convert printer points to document units.
getURL() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
getURL() - Method in class com.reportmill.shape.RMShape
Sets the URL for the shape.
getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMSchemaMaker
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMXMLWriter
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getValue() - Method in class com.reportmill.base.RMGroup
Returns the value associated with this group.
getValue(Object, String) - Static method in class com.reportmill.base.RMKey
Returns a value for given object and key.
getValue() - Method in class com.reportmill.base.RMKeyChain
Returns the value of the keychain.
getValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(Object, Object, Class<T>) - Static method in class com.reportmill.base.RMKeyChain
Returns a key value if it is of given class (otherwise null).
getValue(Object, List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Evaluates a given keychain on a given List.
getValue() - Method in class com.reportmill.graphics.RMKeyValue
returns the value.
getValue() - Method in class com.reportmill.shape.RMGraphSeries.Item
Returns the value for this series value.
getValueAxis() - Method in class com.reportmill.shape.RMGraph
Returns the value axis shape.
getValueImpl(Object, String) - Static method in class com.reportmill.base.RMKey
Returns a value for given object and key.
getValueImpl(Object, Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
getValueIsAdjusting() - Method in class com.reportmill.shape.RMScene3D
Returns whether scene3d is being re-oriented.
getValues() - Method in class com.reportmill.base.RMGrouping
Returns a list of explicit values for this grouping.
getValuesString() - Method in class com.reportmill.base.RMGrouping
Returns the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
getValueString() - Method in class com.reportmill.base.RMKeyChain
Returns the value of the keychain as a string.
getVersion() - Static method in class com.reportmill.base.ReportMill
Returns the ReportMill version.
getVersion() - Method in class com.reportmill.shape.RMDocument
Returns the version this document was loaded as.
getVersion() - Method in class com.reportmill.shape.RMSwitchShape
Returns the currently selected version string for the switch shape.
getVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Returns the switch shape associated with the given version name.
getVersionKey() - Method in class com.reportmill.shape.RMSwitchShape
Returns the version key used to get the version used in a report.
getVersionNames() - Method in class com.reportmill.shape.RMSwitchShape
Returns a sorted list of all version names contained in the switch shape.
getViewerShape() - Method in class com.reportmill.app.RMViewer
Returns the viewer shape.
getVisibleEnd() - Method in class com.reportmill.shape.RMTextShape
Returns the last character index visible in this text.
getVisibleStart() - Method in class com.reportmill.shape.RMLinkedText
Overrides text implementation to return index where previous text left off.
getVisibleStart() - Method in class com.reportmill.shape.RMTextShape
Returns the first character index visible in this text.
getWidth() - Method in class com.reportmill.graphics.RMImageData
Returns the number of pixels horizontally.
getWidth() - Method in class com.reportmill.graphics.RMImageFill
Returns the width of the image fill image.
getWidth() - Method in class com.reportmill.graphics.RMStroke
Returns the line width of this stroke.
getWidth() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the width of this column.
getWidth() - Method in class com.reportmill.shape.RMShape
Returns the width of the shape.
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.RMTextShape
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
getX() - Method in class com.reportmill.graphics.RMImageFill
Returns the X location (offset) of the image fill image.
getX() - Method in class com.reportmill.shape.RMCrossTabCol
Returns the x of this column.
getX() - Method in class com.reportmill.shape.RMShape
Returns the X location of the shape.
getX() - Method in class com.reportmill.shape.RMShapeEvent
Override to return point in shape coords.
getXMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max X for the path.
getXMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max X for the path.
getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an xml XMLElement tree for given Java dataset and optional userInfo, out to given depth limit.
getXML(Object, Schema, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an element tree for given collections map and schema.
getXString() - Method in class com.reportmill.graphics.RMTextEditor
Returns the xstring that is being edited.
getXString() - Method in class com.reportmill.shape.RMLinkedText
Returns the same xstring as previoust text.
getXString() - Method in class com.reportmill.shape.RMTextShape
Returns the XString associated with this RMText.
getXY() - Method in class com.reportmill.shape.RMShape
Returns the XY location of the shape as a point.
getXYP() - Method in class com.reportmill.shape.RMShape
Returns the origin point of the shape in parent's coords.
getY() - Method in class com.reportmill.graphics.RMImageFill
Returns the Y location (offset) of the image fill image.
getY() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row y.
getY() - Method in class com.reportmill.shape.RMShape
Returns the Y location of the shape.
getY() - Method in class com.reportmill.shape.RMShapeEvent
Override to return point in shape coords.
getYaw() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the Y axis in degrees.
getYMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Y for the path.
getYMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Y for the path.
getZMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Z for the path.
getZMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Z for the path.
getZoomFactor() - Method in class com.reportmill.app.RMViewer
Returns the viewer's zoom factor (1 by default).
getZoomFactor(RMViewer.ZoomMode) - Method in class com.reportmill.app.RMViewer
Returns the zoom factor for the given mode at the current viewer size.
getZoomFocusRect() - Method in class com.reportmill.app.RMViewer
Returns zoom focus rect (just the visible rect by default, but overriden by editor to return selected shapes rect).
getZoomMode() - Method in class com.reportmill.app.RMViewer
Returns the ZoomMode (ZoomToFit, ZoomIfNeeded, ZoomToFactor).
getZoomToActualSizeFactor() - Method in class com.reportmill.app.RMViewer
Returns the zoom factor to view the document at actual size taking into account the current screen resolution.
gray - Static variable in class com.reportmill.graphics.RMColor
 
green - Static variable in class com.reportmill.graphics.RMColor
 
group(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the original list grouped by the given key chain.
groupBy(RMGrouper, int) - Method in class com.reportmill.base.RMGroup
Groups this group by the groupings in the given grouper.
groupBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
Groups this group by given grouping.
groupBy(RMGrouping, List) - Method in class com.reportmill.base.RMGroup
Groups this group by given grouping.
groupByKey(String, List) - Method in class com.reportmill.base.RMGroup
Groups a new group by given keys list.
groupByLeafKey(String) - Method in class com.reportmill.base.RMGroup
Turns all list objects into leaf groups.
groupObjects(List) - Method in class com.reportmill.base.RMGrouper
Separates given objects into RMGroups defined by groupings.
groupShapes(List<? extends RMShape>, RMParentShape) - Static method in class com.reportmill.shape.RMShapeUtils
Adds the subset of children in given list into a given group shape, which is then added back to receiver.

H

handleAtPointForBounds(Point, Rect, int, Size) - Method in class com.reportmill.graphics.RMPath
Returns the handle index for a given point against this path scaled to the given rect.
hasAlpha() - Method in class com.reportmill.graphics.RMImageData
Returns whether image has transparency.
hasKey(Object, String) - Static method in class com.reportmill.base.RMKey
Returns whether given object has an accessor for given key.
hasNext() - Method in class com.reportmill.graphics.RMPath.RMPathIter
Returns whether PathIter has another segement.
hasOp(RMKeyChain.Op) - Method in class com.reportmill.base.RMKeyChain
Returns whether key contains given op.
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() - Method in class com.reportmill.shape.RMShape
Returns raw height of shape.
Helvetica10 - Static variable in class com.reportmill.graphics.RMFont
 
Helvetica12 - Static variable in class com.reportmill.graphics.RMFont
 
Helvetica14 - Static variable in class com.reportmill.graphics.RMFont
 
hpos() - Method in enum com.reportmill.graphics.RMTypes.AlignX
 
html(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting html commands in the given string.

I

identity - Static variable in class com.reportmill.graphics.RMTransform
 
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.
ignoreMember(Class, String) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member with the given class - member combination.
ignoreMember(String, String) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member with the given classname - member combination.
index() - Method in class com.reportmill.base.RMGroup
Returns the index of this group in its parent.
indexOf(String) - Method in class com.reportmill.base.RMGrouper
Returns the index for the grouping with the given key.
indexOf(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the first index of given pattern in given string.
indexOf(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the first index of given pattern in given string.
indexOf(String) - Method in class com.reportmill.graphics.RMXString
Returns the index within this string of the first occurrence of the given substring.
indexOf(String, int) - Method in class com.reportmill.graphics.RMXString
Returns the index within this string of first occurrence of given substring, starting at given index.
indexOf() - Method in class com.reportmill.shape.RMShape
Returns the index of this child in its parent.
indexOf(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the index of the given table in its parent's child tables list.
indexOfChild(RMShape) - Method in class com.reportmill.shape.RMParentShape
Returns the index of the given child in this shape's children list.
indexOfTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of a given time in the given list.
indexOfTimeAfterTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of the time in the given list that is closest but just past the given time.
indexOfTimeBeforeTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of the time in the given list that is closest without going past the given time.
init() - Static method in class com.reportmill.base.ReportMill
Prints initialization message (when RM invoked by Shell or by other app).
intersects(RMLine) - Method in class com.reportmill.graphics.RMPath
Returns whether path is hit by a line.
intersects(RMPath, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path drawn with given linewidth is hit by given path.
intersects(Shape) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the path, given in this shape's parent's coords.
intersects(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.Span
Returns whether given span intersects this span.
intersects(RMTableRowRPG.Span) - Method in class com.reportmill.shape.RMTableRowRPG.Span
Returns whether given span intersects this span.
invert() - Method in class com.reportmill.graphics.RMTransform3D
 
invoke(Object) - Method in class com.reportmill.base.RMKeyChainFuncs
Invoke method.
invoke() - Method in class com.reportmill.graphics.RMInvocation
Invoke method.
isAbreast() - Method in class com.reportmill.shape.RMGraph
Returns whether section items layout is abreast.
isAbsolute() - Method in class com.reportmill.graphics.RMImageFill
Returns whether paint is defined in terms independent of primitive to be filled.
isAligned(RMVector3D, boolean) - Method in class com.reportmill.graphics.RMVector3D
Returns whether given vector is in same general direction of this (with option to include perpendiculars).
isAllTextVisible() - Method in class com.reportmill.shape.RMTextShape
Returns whether all characters can be visibly rendered in text bounds.
isAltDown() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether alt key is down.
isAncestor(RMGroup) - Method in class com.reportmill.base.RMGroup
Returns whether given group is an ancestor group.
isAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's ancestors.
isAnimProperty(String) - Method in class com.reportmill.shape.RMShape
Returns whether given property name is anim property.
isApp - Static variable in class com.reportmill.base.ReportMill
 
isAway(RMVector3D, boolean) - Method in class com.reportmill.graphics.RMVector3D
Returns whether given vector is pointing away from the direction of this (with option to include perpendiculars).
isClosed() - Method in class com.reportmill.graphics.RMPath
Returns whether path has any open subpaths.
isColor() - Method in class com.reportmill.graphics.RMImageData
Returns whether the image is non-grayscale.
isColumnDivider() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns whether divider is a column divider.
isColumnHeader() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether this cell is a column header cell.
isControlDown() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether control key is down.
isCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether currency symbol is used (dollars, local or international).
isDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's descendants.
isDetails() - Method in class com.reportmill.shape.RMTableRowRPG
Returns whether this row is details.
isEditing() - Method in class com.reportmill.app.RMViewer
Returns whether viewer is really doing editing.
isEditing() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is being edited in an editor.
isEditing() - Method in class com.reportmill.shape.RMShapePaintProps
Returns whether painting is for editor.
isEditing(Painter) - Static method in class com.reportmill.shape.RMShapePaintProps
Returns whether painter is editing.
isEmpty(Object) - Method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string is empty (or null).
isEmpty() - Method in class com.reportmill.graphics.RMAnimator
Returns whether animator owner's children are devoid of any animation records.
isEmpty() - Method in class com.reportmill.graphics.RMTimeline
Returns whether timeline is empty.
isEnabled() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the animator owner's children should accept changes.
isFontSet() - Method in class com.reportmill.shape.RMGraphLegend
Returns whether font has been set.
isFontSet() - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Returns whether font has been set.
isFontSet() - Method in class com.reportmill.shape.RMGraphPartValueAxis
Returns whether font has been set.
isFontSet() - Method in class com.reportmill.shape.RMShape
Returns whether font has been set.
isGroupingUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether grouping used.
isGrowToFit() - Method in class com.reportmill.shape.RMImageShape
Returns whether to grow image to fit available area if shape larger than image.
isHeader() - Method in class com.reportmill.shape.RMTableRowRPG
Returns whether this row is header.
isHittable(RMShape) - Method in class com.reportmill.shape.RMPage
Override so page layers can make children unhittable.
isHittable(RMShape) - Method in class com.reportmill.shape.RMScene3D
Override to indicate that scene children are unhittable.
isHittable() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hittable in its parent.
isHyphenating() - Static method in class com.reportmill.graphics.RMTextEditor
Returns whether layout tries to hyphenate wrapped words.
isIndexedColor() - Method in class com.reportmill.graphics.RMImageData
Returns whether image uses a color map.
isLayered() - Method in class com.reportmill.shape.RMGraph
Returns whether section items layout is layered.
isLeaf() - Method in class com.reportmill.base.RMGroup
Returns whether this group is a leaf group.
isLeaf(Object) - Static method in class com.reportmill.base.RMGroup
Returns whether the given List is an RMGroup instance that also isLeaf.
isLicensed() - Static method in class com.reportmill.base.ReportMill
Returns whether ReportMill has a valid license for the current user.
isLinear() - Method in class com.reportmill.graphics.RMGradientFill
Returns whether gradient is linear.
isLocalCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether local currency symbol is used.
isLocked() - Method in class com.reportmill.shape.RMPageLayer
Returns whether this layer is editable.
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).
isMetaDown() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether "meta" key is down (the command key on Mac with no equivalent on Windows).
isMinHeightSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape minimum height is set.
isMinWidthSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape minimum width is set.
isNegativeInRed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether this format shows negative values in red.
isNewborn(Object) - Method in class com.reportmill.graphics.RMAnimator
Returns whether the given objects was created while at the current time.
isPaginate() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should paginate generated reports by default.
isPercentSymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
isPopupTrigger() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether popup trigger is down.
isPrefHeightSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape preferred height is set.
isPrefWidthSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape preferred width is set.
isPreview() - Method in class com.reportmill.app.RMViewer
Returns whether editor is preview (or viewer) mode.
isPseudo3D() - Method in class com.reportmill.shape.RMScene3D
Returns whether scene is rendered in pseudo 3d.
isRadial() - Method in class com.reportmill.graphics.RMGradientFill
Returns whether gradient is radial.
isRoot() - Method in class com.reportmill.shape.RMShape
Editor method - returns whether this shape is at the top level (usually RMPage).
isRowDivider() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns whether divider is a row divider.
isRowHeader() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether this cell is a row header cell.
isRSS() - Method in class com.reportmill.shape.RMShape
Returns whether the shape has been rotated, scaled or skewed (for efficiency).
isRunning() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the animator is currently in the act of playing.
isSelectable() - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is selectable.
isSelected(RMShape) - Method in class com.reportmill.shape.RMShapePaintProps
Returns whether given shape is selected.
isSelected(Painter, RMShape) - Static method in class com.reportmill.shape.RMShapePaintProps
Returns whether given shape is selected.
isSelEmpty() - Method in class com.reportmill.graphics.RMTextEditor
Returns whether the selection is empty.
isShared() - Method in class com.reportmill.shape.RMSharedMap
Returns whether map is already being shared.
isShiftDown() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether shift key is down.
isShortcutDown() - Method in class com.reportmill.shape.RMShapeEvent
Returns whether shortcut key is pressed.
isSourceURLSet() - Method in class com.reportmill.shape.RMParentShape
Returns whether Source URL is set.
isSpellChecking - Static variable in class com.reportmill.graphics.RMTextEditor
 
isSpellChecking() - Method in class com.reportmill.graphics.RMTextEditor
Returns whether editor is doing check-as-you-type spelling.
isStacked() - Method in class com.reportmill.shape.RMGraph
Returns whether section items layout is stacked.
isStructured() - Method in class com.reportmill.shape.RMTableRow
Returns whether this table row is structured.
isStructured() - Method in class com.reportmill.shape.RMTextShape
Editor method.
isSummary() - Method in class com.reportmill.shape.RMTableRowRPG
Returns whether this row is summary.
isSuperSelected(RMShape) - Method in class com.reportmill.shape.RMShapePaintProps
Returns whether given shape is super selected.
isSuperSelected(Painter, RMShape) - Static method in class com.reportmill.shape.RMShapePaintProps
Returns whether given shape is super selected.
isSuperSelectedShape(RMShape) - Method in class com.reportmill.shape.RMShapePaintProps
Returns whether given shape is THE super selected shape.
isTextEditorSet() - Method in class com.reportmill.shape.RMTextShape
Returns whether there is a text editor.
isTiled() - Method in class com.reportmill.graphics.RMImageFill
Returns whether to tile fill image.
isTopNOthers() - Method in class com.reportmill.base.RMGroup
Returns whether this group is made up of the remainders from a TopN sort.
isTopNOthers(Object) - Static method in class com.reportmill.base.RMGroup
Returns whether the given List is an RMGroup instance that also top n others.
isUnderlined() - Method in class com.reportmill.graphics.RMTextEditor
Returns whether current selection is underlined.
isUnderlined() - Method in class com.reportmill.graphics.RMTextStyle
Returns whether this run is underlined.
isUnderlined() - Method in class com.reportmill.graphics.RMXStringRun
Returns whether this run is underlined.
isUnderlined() - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
isUnderlined() - Method in class com.reportmill.shape.RMShape
Returns whether the shape is underlined.
isUnderlined() - Method in class com.reportmill.shape.RMTextShape
Returns if char 0 is underlined.
isValid() - Method in class com.reportmill.graphics.RMImageData
Returns whether the image was loaded successfully.
isVertical() - Method in class com.reportmill.shape.RMGraph
Returns whether graph area is considered vertical.
isViewing() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is being viewed in a viewer.
isVisible() - Method in class com.reportmill.shape.RMPageLayer
Returns whether this layer is to be drawn.
isVisible() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is visible.
isZoomToFactor() - Method in class com.reportmill.app.RMViewer
Returns whether viewer is set to ZoomToFactor.
Item(int, int) - Constructor for class com.reportmill.shape.RMGraphSection.Item
Creates a new section item.
Item(String, RMGroup) - Constructor for class com.reportmill.shape.RMGraphSeries.Item
Creates a new series value.

J

join(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Aggregator version of join.
join(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the result of joining results of evaluating keychain on given list objects, separated by delimiter.

K

keyBackward(boolean) - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point backward a character (or if a range is selected, moves to beginning of range).
keyDown() - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point down a line, trying preserve distance from beginning of line.
keyForward(boolean) - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point forward a character (or if a range is selected, moves to end of range).
keyUp() - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point up a line, trying to preserve distance from beginning of line.

L

lastIndexOf(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the last index of given pattern in given string.
layout() - Method in class com.reportmill.shape.RMParentShape
Does immediate layout of this shape and children (if invalid).
lc(RMDocument) - Static method in class com.reportmill.base.ReportMill
Simple lc check.
length() - Method in class com.reportmill.graphics.RMTextEditor
Returns the number of characters in the text string.
length() - Method in class com.reportmill.graphics.RMXString
The length.
length() - Method in class com.reportmill.graphics.RMXStringRun
Returns the length in characters for this run.
length() - Method in class com.reportmill.shape.RMTextShape
Returns the length, in characters, of the XString associated with this RMText.
lightBlue - Static variable in class com.reportmill.graphics.RMColor
 
lightGray - Static variable in class com.reportmill.graphics.RMColor
 
LINE_TO - Static variable in class com.reportmill.graphics.RMPath
 
LINE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
lineTo(Point) - 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.
lineTo(double, double, double) - Method in class com.reportmill.graphics.RMPath3D
Adds a line to the path3d with the given 3D coords.
list(Object...) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a list of the given args.
listOf(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns a list of objects by evaluating keychain on given list.

M

m - Variable in class com.reportmill.graphics.RMTransform3D
 
magenta - Static variable in class com.reportmill.graphics.RMColor
 
main(String[]) - Static method in class com.reportmill.base.RMExtras
Writes a movie dataset to file.
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).
max(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the maximum result of evaluating the keychain on given list objects.
max(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the maximum value of the two given values.
MaxXEdge - Static variable in class com.reportmill.graphics.RMRect
 
MaxYEdge - Static variable in class com.reportmill.graphics.RMRect
 
mergeCells(int, int, int, int) - Method in class com.reportmill.shape.RMCrossTab
Merges a range of cells into one cell.
min(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the minimum result of evaluating the keychain on given list objects.
min(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the minimum value of the two given values.
MinXEdge - Static variable in class com.reportmill.graphics.RMRect
 
MinYEdge - Static variable in class com.reportmill.graphics.RMRect
 
mouseDragged(ViewEvent) - Method in class com.reportmill.graphics.RMTextEditor
Handles mouse dragged.
mouseDragged(ViewEvent) - Method in class com.reportmill.shape.RMScene3D
Viewer method.
mousePressed(ViewEvent) - Method in class com.reportmill.graphics.RMTextEditor
Handles mouse pressed.
mouseReleased(ViewEvent) - Method in class com.reportmill.graphics.RMTextEditor
Handles mouse released.
MOVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
MOVE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
moveGrouping(int, int) - Method in class com.reportmill.base.RMGrouper
Moves a grouping from given fromIndex to given toIndex.
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.
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(Point) - 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.
moveTo(double, double, double) - Method in class com.reportmill.graphics.RMPath3D
Adds a moveto to the path3d with the given 3D coords.
moveToNewLayer(List) - Method in class com.reportmill.shape.RMPage
Creates a new layer and adds the shapes in the given list to it.
Movie(String, RMExtras.Category, Date, String, RMExtras.Studio, List<RMExtras.MovieRole>) - Constructor for class com.reportmill.base.RMExtras.Movie
 
MovieRole(String, String) - Constructor for class com.reportmill.base.RMExtras.MovieRole
 
multiply(RMTransform3D) - Method in class com.reportmill.graphics.RMTransform3D
Multiplies receiver by given transform.
multiply(double) - Method in class com.reportmill.graphics.RMVector
Multiply vector by given magnitude.

N

negate() - Method in class com.reportmill.graphics.RMVector
Makes this receiver point in the opposite direction.
negate() - Method in class com.reportmill.graphics.RMVector3D
Makes this receiver point in the opposite direction.
normalize() - Method in class com.reportmill.graphics.RMVector
Normalizes the vector.
normalize() - Method in class com.reportmill.graphics.RMVector3D
Makes the vector unit length.
notRSS() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Overridden to indicate arrow head is always funky.
number(String) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a number for a given string.

O

offsetXY(double, double) - 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
 
ORDER_ASCEND - Static variable in class com.reportmill.base.RMSort
 
ORDER_DESCEND - Static variable in class com.reportmill.base.RMSort
 
ORDER_INDETERMINATE - 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.graphics.RMTextStyle
 

P

pad(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
pad(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
padLeft(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
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.app.RMViewer
Selects the previous page.
pageForward() - Method in class com.reportmill.app.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.
paint(Painter, double, double, double, double) - Method in class com.reportmill.graphics.RMImageData
Draws image data in given rect.
paint(Painter, double, double, double, double) - Method in class com.reportmill.graphics.RMImageDataPDF
Draw at maximum resolution.
paint(Painter) - Method in class com.reportmill.shape.RMShape
Top-level generic shape painting - sets transform and opacity then does a paintAll.
paintFront(Painter) - Method in class com.reportmill.app.RMViewer
Override to paint viewer shapes and page, margin, grid, etc.
paintShape(Painter) - Method in class com.reportmill.shape.RMCrossTabCell
Handles painting a crosstab cell.
paintShape(Painter) - Method in class com.reportmill.shape.RMCrossTabFrame
Paints crosstab.
paintShape(Painter) - Method in class com.reportmill.shape.RMDocument
Overrides paint shape, because document should never really paint itself.
paintShape(Painter) - Method in class com.reportmill.shape.RMGraph
Override to suppress background paint.
paintShape(Painter) - Method in class com.reportmill.shape.RMImageShape
Override to paint shape.
paintShape(Painter) - Method in class com.reportmill.shape.RMLabel
Paints label.
paintShape(Painter) - Method in class com.reportmill.shape.RMLabels
Paint labels shapes.
paintShape(Painter) - Method in class com.reportmill.shape.RMPage
Top-level generic shape painting (sets transform, recurses to children, paints this).
paintShape(Painter) - Method in class com.reportmill.shape.RMPolygonShape
Handles painting a polygon shape.
paintShape(Painter) - Method in class com.reportmill.shape.RMShape
Basic shape painting - paints shape fill and stroke.
paintShape(Painter, RMShape, Rect, double) - Static method in class com.reportmill.shape.RMShapeUtils
Paints a simple shape.
paintShape(Painter) - Method in class com.reportmill.shape.RMSpringShape
Override to paint dashed box around bounds.
paintShape(Painter) - Method in class com.reportmill.shape.RMSubreport
Override to paint subreport.
paintShape(Painter) - Method in class com.reportmill.shape.RMSwitchShape
Paints switch shape.
paintShape(Painter) - Method in class com.reportmill.shape.RMTable
Paints a table shape.
paintShape(Painter) - Method in class com.reportmill.shape.RMTableRow
Paints table row.
paintShape(Painter) - Method in class com.reportmill.shape.RMTextShape
Paints a text shape.
paintShapeAll(Painter) - Method in class com.reportmill.shape.RMShape
Calls paintShape, paintShapeChildren and paintShapeOver.
paintShapeChildren(Painter) - Method in class com.reportmill.shape.RMPage
Paints shape children.
paintShapeChildren(Painter) - Method in class com.reportmill.shape.RMShape
Paints shape children.
paintShapeOver(Painter) - Method in class com.reportmill.shape.RMGraph
Override to paint GraphArea parts.
paintShapeOver(Painter) - Method in class com.reportmill.shape.RMShape
Paints after (on top) of children.
paintShapeOver(Painter) - Method in class com.reportmill.shape.RMTable
Paints stroke around table after all children have drawn.
paintShapeOver(Painter) - Method in class com.reportmill.shape.RMTableGroup
Paints table group button after child table has been drawn.
parse(String) - Method in class com.reportmill.base.RMDateFormat
Tries to parse a number from given string using this format.
parse(String) - Method in class com.reportmill.base.RMNumberFormat
Tries to parse a number from given string using this format.
parse(String, RMFont) - Static method in class com.reportmill.graphics.RMHTMLParser
Returns an xstring for the given html string and a default font.
parse(String, RMFont) - Static method in class com.reportmill.graphics.RMRTFParser
Returns an xstring from the given rtf string and default font.
parseRTF(String, RMFont) - Static method in class com.reportmill.graphics.RMRTFParser
Returns an xstring from the given rtf string and default font.
passwordReport() - Static method in class com.reportmill.base.RMExtras
Set PDF password.
paste() - Method in class com.reportmill.graphics.RMTextEditor
Pasts the current clipboard data over the current selection.
pdfBytes() - Method in class com.reportmill.shape.RMDocument
Obsolete method for old pdfBytes() method.
peekDataStack() - Method in class com.reportmill.shape.ReportOwner
Returns the last data object in the data objects list.
peerDidChange(RMShape) - Method in class com.reportmill.shape.RMTextShape
This notification method is called when any peer is changed.
perspective(double) - Method in class com.reportmill.graphics.RMTransform3D
Apply perspective transform.
pink - Static variable in class com.reportmill.graphics.RMColor
 
PLAIN - Static variable in class com.reportmill.base.RMNumberFormat
 
play() - Method in class com.reportmill.app.RMViewer
Starts any animation viewer might have.
play() - Method in class com.reportmill.graphics.RMAnimator
Initiates a timer to start automatically incrementing the animator's time (by frame rate increments).
pointCountForElmt(int) - Method in class com.reportmill.graphics.RMPath
Returns the total number of points associated with a given type of path element.
pointInPathCoordsFromPoint(Point, Rect) - Method in class com.reportmill.graphics.RMPath
Returns the given point converted to path coords for given path bounds.
pointOnPath(int) - Method in class com.reportmill.graphics.RMPath
Returns true of the point at pointIndex is on the path, and false if it is on the convex hull.
popDataStack() - Method in class com.reportmill.shape.ReportOwner
Removes a specific object at given index in list.
pow(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the first value raised to the power of the second value.
print() - Method in class com.reportmill.app.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.app.RMViewer
This method tells the RMViewer to print to the printer with the given printer name (use null for default printer).
printNames(RMShape) - Static method in class com.reportmill.base.RMExtras
Prints name of every shape in a template hierarchy.
printNames(RMTableGroup, RMTable) - Static method in class com.reportmill.base.RMExtras
Prints name of every shape in table group hierarchy.
processEvent(ViewEvent) - Method in class com.reportmill.graphics.RMTextEditor
Handles events.
processEvent(ViewEvent) - Method in class com.reportmill.shape.RMScene3D
Viewer method.
processEvent(ViewEvent) - Method in class com.reportmill.shape.RMShape
Handle shape events.
propertyChange(PropChange) - Method in class com.reportmill.app.RMViewer
PropChangeListener method - called by document.
propertyChange(PropChange) - Method in class com.reportmill.base.RMGrouper
Listen for property changes and forward to grouper's property change listeners.
propertyChange(PropChange) - Method in class com.reportmill.graphics.RMKeyFrame
Implement to catch key value changes and forward to this key frame's property change listeners.
propertyChange(PropChange) - Method in class com.reportmill.graphics.RMTimeline
Implement to catch key value changes and forward to this key frame's property change listeners.
propertyChange(PropChange) - Method in class com.reportmill.shape.RMGraph
Overrides normal version to suppress child changes and propagate part changes.
propertyChange(PropChange) - Method in class com.reportmill.shape.RMShape
Property change listener implementation.
propertyChange(PropChange) - Method in class com.reportmill.shape.RMSpringLayout
Called to revalidate when shape bounds change.
propertyChange(PropChange) - Method in class com.reportmill.shape.RMTable
Override to update rows when grouper changes and revalidate when child height changes.
propertyChange(PropChange) - Method in class com.reportmill.shape.RMTextShape
Override to catch XString and TextEditor changes.
pushDataStack(Object) - Method in class com.reportmill.shape.ReportOwner
Adds a data object to the data object list.
put(String, Object) - Method in class com.reportmill.shape.RMShape
Sets an Object to be associated with the given name for the shape.

Q

QUAD_TO - Static variable in class com.reportmill.graphics.RMPath
 
QUAD_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
quadTo(Point, Point) - 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.
quadTo(double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMPath3D
Adds a quad to to the path3d with the given 3D control point and coords.

R

readBasicInfo() - Method in class com.reportmill.graphics.RMImageData
Reads basic image info.
readBasicInfo() - Method in class com.reportmill.graphics.RMImageDataPDF
Reads the basic info from PDF data.
readObject(Object) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source.
readObject(Object, Schema) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source with the given XML schema.
red - Static variable in class com.reportmill.graphics.RMColor
 
relayout() - Method in class com.reportmill.shape.RMGraph
Overrides to relayout legend too.
relayout() - Method in class com.reportmill.shape.RMParentShape
Sets shape layout to invalid and requests deferred layout.
removeAnimatorListener(RMAnimator.Listener) - Method in class com.reportmill.graphics.RMAnimator
Removes an animator listener.
removeBinding(int) - Method in class com.reportmill.shape.RMShape
Removes the binding at the given index from shape's bindings list.
removeBinding(String) - Method in class com.reportmill.shape.RMShape
Removes the binding with given property name.
removeCell(int) - Method in class com.reportmill.shape.RMCrossTabCol
Removes a cell at given index.
removeCell(int) - Method in class com.reportmill.shape.RMCrossTabRow
Removes a cell at given index.
removeChars(int, int) - Method in class com.reportmill.graphics.RMXString
Removes characters in given range.
removeChild(RMShape) - Method in class com.reportmill.shape.ReportOwner.ShapeList
 
removeChild(int) - Method in class com.reportmill.shape.RMPage
Removes the child at the given index (over-rides RMShape version to propogate to RMPageLayer).
removeChild(int) - Method in class com.reportmill.shape.RMPageLayer
Removes a child from this layer.
removeChild(RMShape) - Method in class com.reportmill.shape.RMPageLayer
Removes a child from this layer.
removeChild(int) - Method in class com.reportmill.shape.RMParentShape
Remove's the child at the given index from this shape's children list.
removeChild(RMShape) - Method in class com.reportmill.shape.RMParentShape
Removes the given child from this shape's children list.
removeChildren(List<RMShape>) - Method in class com.reportmill.shape.RMPageLayer
Removes a list of children from this layer.
removeChildren() - Method in class com.reportmill.shape.RMPageLayer
Removes all children from this layer.
removeChildren() - Method in class com.reportmill.shape.RMParentShape
Removes all children from this shape (in reverse order).
removeCol(int) - Method in class com.reportmill.shape.RMCrossTab
Removes the column at the given index.
removeDeepChangeListener(DeepChangeListener) - Method in class com.reportmill.shape.RMShape
Removes a deep change listener from shape.
removeElmt(int) - Method in class com.reportmill.graphics.RMPath
Removes an element, reconnecting the elements on either side of the deleted element.
removeFramesAtTime(int) - Method in class com.reportmill.graphics.RMAnimator
Removes records of the animator owner's children at a given time.
removeFramesBetweenTimes(int, int, boolean) - Method in class com.reportmill.graphics.RMAnimator
Removes records of the animator owner's children in the given time range.
removeFromParent() - Method in class com.reportmill.shape.RMShape
Removes this shape from it's parent.
removeGrouping(int) - Method in class com.reportmill.base.RMGrouper
Removes the grouping at the given index.
removeGrouping(RMGrouping) - Method in class com.reportmill.base.RMGrouper
Removes the given grouping.
removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
Removes the given grouping.
removeKey(int) - Method in class com.reportmill.shape.RMGraph
Removes a key.
removeKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
Removes a keyframe at given index.
removeKeyFrame(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Removes the given key frame.
removeKeyFrameKeyValues(Object, String, int, int, boolean) - Method in class com.reportmill.graphics.RMTimeline
Removes key frame key values for target and key between two times (with option to include those times).
removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
Removes a key value at given index.
removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyFrame
Removes a key value.
removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
Removes the key value and time at given index.
removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyValueList
Removes a given key value and its corresponding time.
removeLastElmt() - Method in class com.reportmill.graphics.RMPath
Removes the last element from the path.
removeLayer(int) - Method in class com.reportmill.shape.RMPage
Removes the layer at given index (and its children).
removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Removes the given layer.
removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Override to stop listening to property changes.
removePage(int) - Method in class com.reportmill.shape.RMDocument
Removes a page from this document.
removePage(RMPage) - Method in class com.reportmill.shape.RMDocument
Removes the given page.
removeRow(int) - Method in class com.reportmill.shape.RMCrossTab
Removes the row at the given index.
removeShape(int) - Method in class com.reportmill.shape.RMScene3D
Removes the shape at the given index from the shape list.
removeShapes() - Method in class com.reportmill.shape.RMScene3D
Removes the shape at the given index from the shape list.
removeSort(int) - Method in class com.reportmill.base.RMGrouping
Removes the sort at the given index.
removeSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Removes the given sort from the grouping.
removeSpan(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.SpanList
Removes a span from a list of spans, either by reducing a span or by removing a span.
removeSpan(RMTableRowRPG.Span) - Method in class com.reportmill.shape.RMTableRowRPG.SpanList
Removes a span from a list of spans, either by reducing a span or by removing a span.
removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
This method removes a table from the table group.
removeTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Removes a given time and its corresponding key value.
removeTimeBetweenTimes(List<? extends Number>, float, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Removes the times between the two given times (not including the two times).
removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Removes the version shape associated with the given name from the alternates map.
repaint() - Method in class com.reportmill.shape.RMGraph
Overrides shape implementation to repaint parent too.
repaint() - Method in class com.reportmill.shape.RMShape
Visual change notification - call before making changes that will require repaint.
repaint(List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Convenience to mark a whole list of shapes for repaint.
replace(String) - Method in class com.reportmill.graphics.RMTextEditor
Replaces the current selection with the given string.
replace(String, int, int, boolean) - Method in class com.reportmill.graphics.RMTextEditor
Replaces the current selection with the given string.
replace(String, TextStyle, int, int, boolean) - Method in class com.reportmill.graphics.RMTextEditor
Replaces the current selection with the given string.
replace(RichText) - Method in class com.reportmill.graphics.RMTextEditor
Replaces the current selection with the given xstring.
replace(RichText, int, int, boolean) - Method in class com.reportmill.graphics.RMTextEditor
Replaces the current selection with the given xstring.
replaceChars(CharSequence, int, int) - Method in class com.reportmill.graphics.RMXString
Replaces chars in given range, with given String.
replaceChars(CharSequence, RMTextStyle, int, int) - Method in class com.reportmill.graphics.RMXString
Replaces chars in given range, with given String, using the given attributes.
replaceDatasetKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any dataset key in template that matches first given dataset key with the second given dataset key.
replaceFormat(RMShape, RMFormat) - Static method in class com.reportmill.base.RMExtras
Replaces a format.
replaceGroupingKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any grouping key in the template that matches first given key with the second given key.
replaceSort(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any sort in the template that matches first given sort with the second given sort.
replaceString(RMXString, int, int) - Method in class com.reportmill.graphics.RMXString
Replaces the chars in given range, with given XString.
replaceText(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Iterates over all document (or shape) text and replaces occurrences of the first string with the second.
ReportMill - Class in com.reportmill.base
This class is used as a helper object by RMDocument to generate a report.
ReportMill() - Constructor for class com.reportmill.base.ReportMill
 
ReportMill.AppServer - Interface in com.reportmill.base
An inner class to provide a hook for converting objects (like NSArray to List, etc.).
ReportMill.Listener - Interface in com.reportmill.base
An interface for classes than want to know about filled shapes.
ReportOwner - Class in com.reportmill.shape
A base class that loads and runs reports.
ReportOwner() - Constructor for class com.reportmill.shape.ReportOwner
 
ReportOwner.ShapeList - Class in com.reportmill.shape
A shape class to represent multiple pages of shapes.
reset() - Method in class com.reportmill.graphics.RMPath
Resets the current path with no elements or points.
reset() - Method in class com.reportmill.shape.RMSpringLayout
Update LayoutInfo for all children.
reset() - Method in class com.reportmill.shape.RMTableRowLayout
Override to do nothing if structured.
resetDividers() - Method in class com.reportmill.shape.RMCrossTabCol
Resets dividers so they will be recalculated.
resetDividers() - Method in class com.reportmill.shape.RMCrossTabRow
Resets dividers so they will be recalculated.
resetLayers() - Method in class com.reportmill.shape.RMPage
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
resetPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
Replace the polygon's current path with a new path, adjusting the shape's bounds to match the new path.
resolvePageReferences() - Method in class com.reportmill.shape.ReportOwner
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
resolvePageReferences() - Method in class com.reportmill.shape.RMDocument
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
resort() - Method in class com.reportmill.shape.RMScene3D
Resorts child shapes from back to front.
revalidate() - Method in class com.reportmill.shape.RMTextShape
Override to do home-brew layout.
reverse() - Method in class com.reportmill.graphics.RMPath3D
Reverses the path3d.
RMAllFontGlyphs(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns all of the printable characters for the given font name.
RMAllFonts(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a string with all fonts names rendered as the fonts themselves (at the given size).
RMAnimator - Class in com.reportmill.graphics
This class represents a timer for animation, holding things like a current time and max time.
RMAnimator() - Constructor for class com.reportmill.graphics.RMAnimator
 
RMAnimator.Listener - Interface in com.reportmill.graphics
An interface for classes that want to receive notification of certain animator events.
RMAnimUtils - Class in com.reportmill.graphics
This class holds a number of convenient static methods used for animation stuff.
RMAnimUtils() - Constructor for class com.reportmill.graphics.RMAnimUtils
 
RMArchiver - Class in com.reportmill.shape
This class handles RM document archival.
RMArchiver() - Constructor for class com.reportmill.shape.RMArchiver
 
RMArchiver.RMFormatStub - Class in com.reportmill.shape
A class to unarchive formats as proper subclass based on type attribute.
RMBezier - Class in com.reportmill.graphics
This class models a simple bezier curve, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMBezier() - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier.
RMBezier(Point, Point, Point, Point) - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier from the given start point, control points and end point.
RMBezier(double, double, double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier from the given start point, control points and end point.
RMBezierLineHit - Class in com.reportmill.graphics
Hit detection for bezier and a line.
RMBezierLineHit() - Constructor for class com.reportmill.graphics.RMBezierLineHit
 
RMBorderStroke - Class in com.reportmill.graphics
This stroke subclass strokes the rectangular border of a given shape, with option include/exclude individual sides.
RMBorderStroke() - Constructor for class com.reportmill.graphics.RMBorderStroke
 
RMColor - Class in com.reportmill.graphics
This class represents an RGBA color.
RMColor() - Constructor for class com.reportmill.graphics.RMColor
Creates a plain black opaque color.
RMColor(double) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray value (0-1).
RMColor(double, double) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray and alpha values (0-1).
RMColor(double, double, double) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green blue values (0-1).
RMColor(int, int, int) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green blue values (0-1).
RMColor(int, int, int, int) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green blue values (0-1).
RMColor(double, double, double, double) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green, blue values (0-1).
RMColor(double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given cyan, magenta, yellow, black and alpha values (0-1).
RMColor(int) - Constructor for class com.reportmill.graphics.RMColor
Creates an RMColor from the given AWT color.
RMColor(String) - Constructor for class com.reportmill.graphics.RMColor
Creates a new color from the given hex string.
RMConditional(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the trueVal if condition is true, otherwise null.
RMConditional(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
 
RMCrossTab - Class in com.reportmill.shape
Manages a table of RMCells, which is really a stack of RMCellRows.
RMCrossTab() - Constructor for class com.reportmill.shape.RMCrossTab
Creates a new RMCrossTab.
RMCrossTabCell - Class in com.reportmill.shape
A text shape subclass used to form the basis of a table.
RMCrossTabCell() - Constructor for class com.reportmill.shape.RMCrossTabCell
Creates a new RMCrossTabCell.
RMCrossTabCol - Class in com.reportmill.shape
Provides info for a column in a crosstab.
RMCrossTabCol() - Constructor for class com.reportmill.shape.RMCrossTabCol
 
RMCrossTabDivider - Class in com.reportmill.shape
This class represents a line that divedes a cell row or cell column.
RMCrossTabDivider(Object) - Constructor for class com.reportmill.shape.RMCrossTabDivider
Creates a new divider for given row or column.
RMCrossTabFrame - Class in com.reportmill.shape
This class wraps a shape around a crosstab to constrain the crosstab's bounds to a region on the page.
RMCrossTabFrame() - Constructor for class com.reportmill.shape.RMCrossTabFrame
Creates a new crosstab.
RMCrossTabRow - Class in com.reportmill.shape
This shape manages a row of cells.
RMCrossTabRow() - Constructor for class com.reportmill.shape.RMCrossTabRow
 
RMDataSource - Class in com.reportmill.base
This class is used as a proxy for objects passed to document's generateReport() method.
RMDataSource() - Constructor for class com.reportmill.base.RMDataSource
Creates a plain datasource.
RMDataSource(WebURL) - Constructor for class com.reportmill.base.RMDataSource
Creates a datasource from a given source with a given name (can be null).
RMDateFormat - Class in com.reportmill.base
This is just a SimpleDateFormat subclass to support RM archiving and legacy formats.
RMDateFormat() - Constructor for class com.reportmill.base.RMDateFormat
Creates a plain format.
RMDateFormat(String) - Constructor for class com.reportmill.base.RMDateFormat
Creates a format from the given string format.
RMDocument - Class in com.reportmill.shape
The RMDocument class represents a ReportMill document and is also an RMShape subclass, so it can be a real part of the document/shape hierarchy.
RMDocument() - Constructor for class com.reportmill.shape.RMDocument
Creates a plain empty document.
RMDocument(double, double) - Constructor for class com.reportmill.shape.RMDocument
Creates a document with the given width and height (in printer points).
RMDocument(Object) - Constructor for class com.reportmill.shape.RMDocument
Creates a new document from the given source.
RMDocument.PageLayout - Enum in com.reportmill.shape
 
RMDocument.Unit - Enum in com.reportmill.shape
 
RMExtras - Class in com.reportmill.base
This file is just meant to hold various utility methods that customers have asked for.
RMExtras() - Constructor for class com.reportmill.base.RMExtras
 
RMExtras.Category - Enum in com.reportmill.base
Movie category constant type.
RMExtras.Movie - Class in com.reportmill.base
A movie class.
RMExtras.MovieRole - Class in com.reportmill.base
A movie role class.
RMExtras.Studio - Class in com.reportmill.base
A movie class.
RMFill - Class in com.reportmill.graphics
This class represents a simple shape fill, drawing a given color in a provided path.
RMFill() - Constructor for class com.reportmill.graphics.RMFill
Creates a plain, black fill.
RMFill(RMColor) - Constructor for class com.reportmill.graphics.RMFill
Creates a plain fill with the given color.
RMFont - Class in com.reportmill.graphics
This class represents a font for use in rich text.
RMFont() - Constructor for class com.reportmill.graphics.RMFont
Creates a new font (Arial 10).
RMFont(String, double) - Constructor for class com.reportmill.graphics.RMFont
Returns the font for the given name and size.
RMFormat - Interface in com.reportmill.base
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
RMFormatStub() - Constructor for class com.reportmill.shape.RMArchiver.RMFormatStub
 
RMGradientFill - Class in com.reportmill.graphics
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
RMGradientFill() - Constructor for class com.reportmill.graphics.RMGradientFill
Creates an uninitialized gradient fill.
RMGradientFill(RMColor, RMColor, float) - Constructor for class com.reportmill.graphics.RMGradientFill
Creates a gradient fill from the given start color to the given end color with the given roll.
RMGradientFill(double, double, double, double, Stop[]) - Constructor for class com.reportmill.graphics.RMGradientFill
Creates a new gradient fill.
RMGraph - Class in com.reportmill.shape
The RMGraph class provides a template and the machinery for generating graphs.
RMGraph() - Constructor for class com.reportmill.shape.RMGraph
 
RMGraph.FontBox - Class in com.reportmill.shape
Returns the part rect.
RMGraph.ItemLayout - Enum in com.reportmill.shape
 
RMGraph.SectionLayout - Enum in com.reportmill.shape
 
RMGraph.Type - Enum in com.reportmill.shape
 
RMGraphIntervals - Class in com.reportmill.shape
Returns a list of graph intervals given a range and count.
RMGraphIntervals(float, float, int) - Constructor for class com.reportmill.shape.RMGraphIntervals
Return well-chosen intervals given a min/max value.
RMGraphLegend - Class in com.reportmill.shape
An inner class for Legend.
RMGraphLegend() - Constructor for class com.reportmill.shape.RMGraphLegend
 
RMGraphPartBars - Class in com.reportmill.shape
This shape is used by graph area to hold attributes of bars.
RMGraphPartBars() - Constructor for class com.reportmill.shape.RMGraphPartBars
 
RMGraphPartLabelAxis - Class in com.reportmill.shape
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartLabelAxis() - Constructor for class com.reportmill.shape.RMGraphPartLabelAxis
 
RMGraphPartPie - Class in com.reportmill.shape
This shape is used by graph area to hold attributes of pies.
RMGraphPartPie() - Constructor for class com.reportmill.shape.RMGraphPartPie
 
RMGraphPartSeries - Class in com.reportmill.shape
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartSeries(RMGraph) - Constructor for class com.reportmill.shape.RMGraphPartSeries
Creates a new series part.
RMGraphPartSeries.LabelPos - Enum in com.reportmill.shape
 
RMGraphPartValueAxis - Class in com.reportmill.shape
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartValueAxis() - Constructor for class com.reportmill.shape.RMGraphPartValueAxis
 
RMGraphSection - Class in com.reportmill.shape
Represents the data in the sections of a merged or separated graph.
RMGraphSection(RMGraphRPG, int) - Constructor for class com.reportmill.shape.RMGraphSection
Creates a new graph section.
RMGraphSection.Item - Class in com.reportmill.shape
An inner class for a section item.
RMGraphSeries - Class in com.reportmill.shape
A class to represent a graph series, contains a list of series items.
RMGraphSeries(String, String, RMGroup) - Constructor for class com.reportmill.shape.RMGraphSeries
Creates a new series.
RMGraphSeries.Item - Class in com.reportmill.shape
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
RMGroup - Class in com.reportmill.base
This class is a smart List subclass used to hold objects from an original list broken down by grouping keys.
RMGroup() - Constructor for class com.reportmill.base.RMGroup
Creates an empty group.
RMGroup(List) - Constructor for class com.reportmill.base.RMGroup
Creates a group with the (assumed) list of groups.
RMGroup.Running - Class in com.reportmill.base
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup.
RMGrouper - Class in com.reportmill.base
This class simply manages a list of groupings and has some nice convenience methods.
RMGrouper() - Constructor for class com.reportmill.base.RMGrouper
Creates an empty grouper.
RMGrouping - Class in com.reportmill.base
This object represents an individual grouping with attributes like key, sorts, topN sort, etc.
RMGrouping() - Constructor for class com.reportmill.base.RMGrouping
Creates an empty grouping.
RMGrouping(String) - Constructor for class com.reportmill.base.RMGrouping
Creates a grouping with the given key.
RMHitInfo - Class in com.reportmill.graphics
This class encapsulates simple hit information of a given curve or line against another curve or line.
RMHitInfo(int, double, double, int) - Constructor for class com.reportmill.graphics.RMHitInfo
Creates a hit info record with given attributes.
RMHTML(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting html commands in the given string.
RMHTMLParser - Class in com.reportmill.graphics
This class provides methods to create an xstring from HTML and RTF.
RMHTMLParser() - Constructor for class com.reportmill.graphics.RMHTMLParser
 
RMImageData - Class in com.reportmill.graphics
This class manages image data.
RMImageData() - Constructor for class com.reportmill.graphics.RMImageData
 
RMImageDataPDF - Class in com.reportmill.graphics
Provides info for an encapsulated PDF (a PDF used as an image).
RMImageDataPDF() - Constructor for class com.reportmill.graphics.RMImageDataPDF
 
RMImageFill - Class in com.reportmill.graphics
This class is used to fill a shape's path with an image.
RMImageFill() - Constructor for class com.reportmill.graphics.RMImageFill
Creates a plain image fill.
RMImageFill(Object) - Constructor for class com.reportmill.graphics.RMImageFill
Creates an image fill from an image source.
RMImageFill(Object, boolean) - Constructor for class com.reportmill.graphics.RMImageFill
Creates an image fill from an image source and is tiled parameter.
RMImageShape - Class in com.reportmill.shape
This class is a shape representation of an image.
RMImageShape() - Constructor for class com.reportmill.shape.RMImageShape
Creates an RMImageShape.
RMImageShape(Object) - Constructor for class com.reportmill.shape.RMImageShape
Creates an RMImageShape from the image source provided.
RMInvocation - Class in com.reportmill.graphics
This class represent a method call and is used to set values on another object, either by calling a "setFoo()" method or by directly setting the value of a public instance variable.
RMInvocation() - Constructor for class com.reportmill.graphics.RMInvocation
Creates an uninitialized invocation.
RMInvocation(Object, String, Object) - Constructor for class com.reportmill.graphics.RMInvocation
Creates a new invocation for the given object, method name and value.
RMInvocation.Blend - Interface in com.reportmill.graphics
Implemented by any class that can interpolate themselves for animation purposes.
RMKey - Class in com.reportmill.base
This class provides an optimized convenience for getting named values from arbitrary objects.
RMKey() - Constructor for class com.reportmill.base.RMKey
 
RMKeyChain - Class in com.reportmill.base
This class evaluates a string expression on a given object: RMKeyChain.getValue(object, expression).
RMKeyChain.Get - Interface in com.reportmill.base
This is interface is implemented by objects that can get key chain values themselves.
RMKeyChain.Op - Enum in com.reportmill.base
 
RMKeyChainAggr - Class in com.reportmill.base
A class to evaluate keychains on lists slightly differently than normal objects.
RMKeyChainAggr() - Constructor for class com.reportmill.base.RMKeyChainAggr
 
RMKeyChainFuncs - Class in com.reportmill.base
This class represents an RM function call (method plus args) and defines a bunch of built-in functions.
RMKeyChainFuncs(Method, Object[]) - Constructor for class com.reportmill.base.RMKeyChainFuncs
Creates a function call.
RMKeyFrame - Class in com.reportmill.graphics
An animation object that holds an object key/value for a given time.
RMKeyFrame(int) - Constructor for class com.reportmill.graphics.RMKeyFrame
Creates a new key frame.
RMKeyValue - Class in com.reportmill.graphics
An animation class that represents a key/value pair in a key frame.
RMKeyValue(Object, String, Object) - Constructor for class com.reportmill.graphics.RMKeyValue
Creates a new key frame.
RMKeyValueList - Class in com.reportmill.graphics
An animation object that keeps track of Key-Values at Key Frame times for a target/key pair.
RMKeyValueList(Object, String) - Constructor for class com.reportmill.graphics.RMKeyValueList
Creates a new key value list for given target and key.
RMLabel - Class in com.reportmill.shape
This class represents an individual label inside an RMLabels template.
RMLabel() - Constructor for class com.reportmill.shape.RMLabel
 
RMLabels - Class in com.reportmill.shape
This class represents a block of labels.
RMLabels() - Constructor for class com.reportmill.shape.RMLabels
Creates a new labels template.
RMLine - Class in com.reportmill.graphics
This class models a simple line, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMLine() - Constructor for class com.reportmill.graphics.RMLine
Creates a new line.
RMLine(double, double, double, double) - Constructor for class com.reportmill.graphics.RMLine
Creates a new line for the given x & y start/end points.
RMLine(Point, Point) - Constructor for class com.reportmill.graphics.RMLine
Creates a new line for the given start point and end point.
RMLineShape - Class in com.reportmill.shape
This class represents a simple line shape, drawing a line from a start point to an end point.
RMLineShape() - Constructor for class com.reportmill.shape.RMLineShape
Creates a basic line (a point actually at 0,0).
RMLineShape(double, double, double, double) - Constructor for class com.reportmill.shape.RMLineShape
Creates a basic black line from the given x1, y1 to the given x2, y2.
RMLineShape.ArrowHead - Class in com.reportmill.shape
A line segment arrow head.
RMLinkedText - Class in com.reportmill.shape
This class is a shape used to render text that didn't fit in a referenced text shape.
RMLinkedText() - Constructor for class com.reportmill.shape.RMLinkedText
Creates a new linked text.
RMLinkedText(RMTextShape) - Constructor for class com.reportmill.shape.RMLinkedText
Creates a new overfloat text for the given text shape.
RMNumberFormat - Class in com.reportmill.base
This subclass extends DecimalFormat to implement ReportMill's RMFormat interface and to support the extended features "Negative in Red" and "Null String".
RMNumberFormat() - Constructor for class com.reportmill.base.RMNumberFormat
Creates an uninitialized number format.
RMNumberFormat(String) - Constructor for class com.reportmill.base.RMNumberFormat
Creates a number format for the given format string.
RMOvalShape - Class in com.reportmill.shape
This class represents a simple oval, with a setable start angle and sweep angle.
RMOvalShape() - Constructor for class com.reportmill.shape.RMOvalShape
 
RMPage - Class in com.reportmill.shape
The RMPage class represents an individual page in an RMDocument.
RMPage() - Constructor for class com.reportmill.shape.RMPage
Creates a plain empty page.
RMPage.Plexing - Enum in com.reportmill.shape
 
RMPageLayer - Class in com.reportmill.shape
This class represents a page layer, a standard feature of page layout applications that lets you manage the children of a page as separate groups, so that some can be made unselectable or invisible to ease template editing.
RMPageLayer() - Constructor for class com.reportmill.shape.RMPageLayer
Creates a plain layer.
RMPageLayer(RMPage, String) - Constructor for class com.reportmill.shape.RMPageLayer
Creates a page layer for a given page and name.
RMParagraph - Class in com.reportmill.graphics
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.graphics.RMParagraph
Creates a new paragraph object initialized to defaultParagraph.
RMParagraph(TextLineStyle) - Constructor for class com.reportmill.graphics.RMParagraph
Creates a new paragraph with the given alignment and indentation.
RMParentShape - Class in com.reportmill.shape
A shape implementation that can have children.
RMParentShape() - Constructor for class com.reportmill.shape.RMParentShape
 
RMPath - Class in com.reportmill.graphics
RMPath - A graphics path (moveTo, lineTo, etc.).
RMPath() - Constructor for class com.reportmill.graphics.RMPath
Creates an empty path.
RMPath(Shape) - Constructor for class com.reportmill.graphics.RMPath
Creates a path for the given shape.
RMPath(PathIter) - Constructor for class com.reportmill.graphics.RMPath
Creates a path for the given path iterator.
RMPath.RMPathIter - Class in com.reportmill.graphics
A PathIter for Path.
RMPath3D - Class in com.reportmill.graphics
This class represents a path in 3D space.
RMPath3D() - Constructor for class com.reportmill.graphics.RMPath3D
Creates a new empty path.
RMPath3D(RMPath, double) - Constructor for class com.reportmill.graphics.RMPath3D
Creates a 3D path from a 2D path with a depth.
RMPath3DUtils - Class in com.reportmill.graphics
Helper methods for the RMPath3D class.
RMPath3DUtils() - Constructor for class com.reportmill.graphics.RMPath3DUtils
 
RMPathFitCurves - Class in com.reportmill.graphics
Bezier curve fitting code adapted from "An Algorithm for Automatically Fitting Digitized Curves", by Philip J.
RMPathFitCurves() - Constructor for class com.reportmill.graphics.RMPathFitCurves
 
RMPoint - Class in com.reportmill.graphics
This class represents a geometric point.
RMPoint() - Constructor for class com.reportmill.graphics.RMPoint
Creates a point initialized to 0,0.
RMPoint(double, double) - Constructor for class com.reportmill.graphics.RMPoint
Creates a point initialized to the given x and y.
RMPoint3D - Class in com.reportmill.graphics
This class represents a 3D point.
RMPoint3D(double, double, double) - Constructor for class com.reportmill.graphics.RMPoint3D
Creates a new point3d from the x, y, z coords.
RMPolygonShape - Class in com.reportmill.shape
This class is an RMShape subclass that encapsulates an arbitrary path.
RMPolygonShape() - Constructor for class com.reportmill.shape.RMPolygonShape
Creates a new empty polygon shape.
RMPolygonShape(Shape) - Constructor for class com.reportmill.shape.RMPolygonShape
Creates a new polygon shape for the given path.
RMQuadratic - Class in com.reportmill.graphics
This class models a simple quadratic curve, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMQuadratic() - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve.
RMQuadratic(Point, Point, Point) - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve for this gvein start point, control point and end point.
RMQuadratic(double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve for this gvein start point, control point and end point.
RMRect - Class in com.reportmill.graphics
This class represents a simple geometric rectangle.
RMRect() - Constructor for class com.reportmill.graphics.RMRect
Creates an empty rect.
RMRect(double, double, double, double) - Constructor for class com.reportmill.graphics.RMRect
Creates a rect with the given x, y, width and height (doubles).
RMRectShape - Class in com.reportmill.shape
This class represents a simple rectangle shape with a rounding radius.
RMRectShape() - Constructor for class com.reportmill.shape.RMRectShape
 
RMRTF(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting rtf commands in the given string.
RMRTFParser - Class in com.reportmill.graphics
Parses rtf data from a string and returns it as an xstring.
RMRTFParser() - Constructor for class com.reportmill.graphics.RMRTFParser
 
RMScene3D - Class in com.reportmill.shape
This class manages a list of children and transforms them to 3D representations for display based on X and Y axis rotations.
RMScene3D() - Constructor for class com.reportmill.shape.RMScene3D
 
RMScene3D.RMShape3D - Class in com.reportmill.shape
RMPolygon subclass that encapsulates a Path3D.
RMSchemaMaker - Class in com.reportmill.base
This class makes a schema from an object graph, given a top level object.
RMSchemaMaker() - Constructor for class com.reportmill.base.RMSchemaMaker
Creates a new schema maker.
RMShape - Class in com.reportmill.shape
This class is the basis for all graphic elements in a ReportMill document.
RMShape() - Constructor for class com.reportmill.shape.RMShape
 
RMShape3D(RMPath3D) - Constructor for class com.reportmill.shape.RMScene3D.RMShape3D
Creates a new shape 3d from the given path3d.
RMShapeEvent - Class in com.reportmill.shape
A ViewEvent subclass which is sent to an RMShape's event listeners.
RMShapeEvent(RMShape, ViewEvent, Point, ViewEvent.Type) - Constructor for class com.reportmill.shape.RMShapeEvent
Creates a new RMShapeEvent.
RMShapeLayout - Class in com.reportmill.shape
Handles code for laying out shape children with springs and struts.
RMShapeLayout() - Constructor for class com.reportmill.shape.RMShapeLayout
 
RMShapePaintProps - Class in com.reportmill.shape
A Painter.Props implementation to provide selection information about shapes.
RMShapePaintProps() - Constructor for class com.reportmill.shape.RMShapePaintProps
 
RMShapeRSS - Class in com.reportmill.shape
A class to hold a shape roll, scale and skew.
RMShapeRSS() - Constructor for class com.reportmill.shape.RMShapeRSS
 
RMShapeTable - Class in com.reportmill.shape
Defines a region of coordinates along with a list of shapes that occupy that region.
RMShapeTable() - Constructor for class com.reportmill.shape.RMShapeTable
 
RMShapeTable.Span - Class in com.reportmill.shape
A class to represent an interval
RMShapeTable.SpanList - Class in com.reportmill.shape
A class to represent a list of spans.
RMShapeUtils - Class in com.reportmill.shape
Some shape utility methods.
RMShapeUtils() - Constructor for class com.reportmill.shape.RMShapeUtils
 
RMSharedMap - Class in com.reportmill.shape
An inner class to hold less-common attributes.
RMSharedMap() - Constructor for class com.reportmill.shape.RMSharedMap
Creates a new map.
RMSize - Class in com.reportmill.graphics
This class represents a simple geometric size.
RMSize() - Constructor for class com.reportmill.graphics.RMSize
Creates a size initialized to 0,0.
RMSize(double, double) - Constructor for class com.reportmill.graphics.RMSize
Creates a size initialized to the given width and height.
RMSort - Class in com.reportmill.base
This class provides a basic description for comparison and sorting with a simple key and order (ascending or descending).
RMSort() - Constructor for class com.reportmill.base.RMSort
Creates a plain sort with no key.
RMSort(String) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and ORDER_ASCEND.
RMSort(String, int) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and order.
RMSpringLayout - Class in com.reportmill.shape
Handles code for laying out shape children with springs and struts.
RMSpringLayout() - Constructor for class com.reportmill.shape.RMSpringLayout
 
RMSpringShape - Class in com.reportmill.shape
A parent shape that does child layout with RMSpringLayout.
RMSpringShape() - Constructor for class com.reportmill.shape.RMSpringShape
Creates a new RMSpringShape.
RMSQLUtils - Class in com.reportmill.base
Utility methods for ResultSet.
RMSQLUtils() - Constructor for class com.reportmill.base.RMSQLUtils
 
RMStroke - Class in com.reportmill.graphics
An RMFill subclass specifically designed to describe strokes.
RMStroke() - Constructor for class com.reportmill.graphics.RMStroke
Creates a plain, black stroke.
RMStroke(RMColor, double) - Constructor for class com.reportmill.graphics.RMStroke
Creates a stroke with the given color and line width.
RMSubreport - Class in com.reportmill.shape
A shape to reference another template.
RMSubreport() - Constructor for class com.reportmill.shape.RMSubreport
 
RMSwitchShape - Class in com.reportmill.shape
This class represents a sophisticated shape that can maintain multiple versions of itself.
RMSwitchShape() - Constructor for class com.reportmill.shape.RMSwitchShape
 
RMTable - Class in com.reportmill.shape
This RMShape subclass provides functionality to graphically represent a list of data in a ReportMill report.
RMTable() - Constructor for class com.reportmill.shape.RMTable
Creates a plain table.
RMTable(String) - Constructor for class com.reportmill.shape.RMTable
Creates a table with given dataset key (and corresponding default grouping and details row).
RMTableGroup - Class in com.reportmill.shape
This class manages a hierarchy of tables so that multiple tables can be configured to display in the same area of a given page.
RMTableGroup() - Constructor for class com.reportmill.shape.RMTableGroup
 
RMTableOfContents - Class in com.reportmill.base
This Hashtable subclass provides page number information for table rows in a generated report for the purpose of generating a table of contents.
RMTableOfContents(RMDocument) - Constructor for class com.reportmill.base.RMTableOfContents
Creates a new table of contents instance.
RMTableOfContents.RowGroup - Class in com.reportmill.base
An inner class to assist flattening.
RMTableRow - Class in com.reportmill.shape
This class models a table row in a table.
RMTableRow() - Constructor for class com.reportmill.shape.RMTableRow
Creates a plain, unstructured table row.
RMTableRow(boolean) - Constructor for class com.reportmill.shape.RMTableRow
Creates a table row allowing the user to specify whether it should be structured.
RMTableRow.ColumnResizeMode - Enum in com.reportmill.shape
 
RMTableRowLayout - Class in com.reportmill.shape
A shape layout implementation that handles layout of structured table rows.
RMTableRowLayout() - Constructor for class com.reportmill.shape.RMTableRowLayout
 
RMTableRowRPG - Class in com.reportmill.shape
Report generation shape for RMTableRow.
RMTableRowRPG() - Constructor for class com.reportmill.shape.RMTableRowRPG
 
RMTableRowRPG.Span - Class in com.reportmill.shape
A class to represent an interval
RMTableRowRPG.SpanList - Class in com.reportmill.shape
A class to represent a list of spans.
RMTableRPG - Class in com.reportmill.shape
Performs RPG for a table.
RMTableRPG(ReportOwner, RMTable) - Constructor for class com.reportmill.shape.RMTableRPG
Creates a new RMTableRPG for ReportOwner and Table.
RMText - Class in com.reportmill.shape
Deprecated.
RMText() - Constructor for class com.reportmill.shape.RMText
Deprecated.
 
RMTextEditor - Class in com.reportmill.graphics
This class provides all of the event and drawing code necessary to edit text in the form of an RMXString (separated from an actual UI Component).
RMTextEditor() - Constructor for class com.reportmill.graphics.RMTextEditor
 
RMTextShape - Class in com.reportmill.shape
This class is an RMShape subclass for handling rich text.
RMTextShape() - Constructor for class com.reportmill.shape.RMTextShape
Creates an empty text instance.
RMTextShape(RMXString) - Constructor for class com.reportmill.shape.RMTextShape
Creates a text instance initialized with the given RMXString.
RMTextShape(String) - Constructor for class com.reportmill.shape.RMTextShape
Creates a text instance initialized with the given plain text String.
RMTextShapeUtils - Class in com.reportmill.shape
Utility methods for some esoteric text functionality.
RMTextShapeUtils() - Constructor for class com.reportmill.shape.RMTextShapeUtils
 
RMTextStyle - Class in com.reportmill.graphics
A class to hold style attributes for a text run.
RMTextStyle(TextStyle) - Constructor for class com.reportmill.graphics.RMTextStyle
Creates a new RMTextStyle.
RMTimeline - Class in com.reportmill.graphics
An animation object that holds a list of key frames.
RMTimeline() - Constructor for class com.reportmill.graphics.RMTimeline
Creates a new timeline.
RMTimeline(Object) - Constructor for class com.reportmill.graphics.RMTimeline
Creates a new timeline with owner.
RMTopNSort - Class in com.reportmill.base
This is a sort subclass to support sorting objects by their relative position in an array of values.
RMTopNSort() - Constructor for class com.reportmill.base.RMTopNSort
Creates a new value sort.
RMTopNSort(String, int, int, boolean) - Constructor for class com.reportmill.base.RMTopNSort
Creates a new value sort.
RMTransform - Class in com.reportmill.graphics
This class represents a simple 2D transform.
RMTransform() - Constructor for class com.reportmill.graphics.RMTransform
Creates a new identity transform.
RMTransform(double, double, double, double, double, double) - Constructor for class com.reportmill.graphics.RMTransform
Creates a transform initialized to given matrix components.
RMTransform3D - Class in com.reportmill.graphics
This class represents a 3D transform.
RMTransform3D() - Constructor for class com.reportmill.graphics.RMTransform3D
Creates a transform3d with the identity matrix.
RMTypes - Interface in com.reportmill.graphics
Common types.
RMTypes.Align - Enum in com.reportmill.graphics
 
RMTypes.AlignX - Enum in com.reportmill.graphics
 
RMTypes.AlignY - Enum in com.reportmill.graphics
 
RMUnicode(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the unicode character string for the given unicode value.
RMUnicodeRange(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the unicode string for the given range of unicode values.
RMValueSort - Class in com.reportmill.base
This is a sort subclass to support sorting objects by their relative position in an array of values.
RMValueSort(String, List) - Constructor for class com.reportmill.base.RMValueSort
Creates a new value sort.
RMVector - Class in com.reportmill.graphics
This class represents a 2D vector.
RMVector() - Constructor for class com.reportmill.graphics.RMVector
Creates a new vector.
RMVector(double, double) - Constructor for class com.reportmill.graphics.RMVector
Creates a new vector.
RMVector3D - Class in com.reportmill.graphics
This class represents a 3D vector.
RMVector3D(double, double, double) - Constructor for class com.reportmill.graphics.RMVector3D
Creates a new vector from the given coords.
RMVector3D(RMVector3D) - Constructor for class com.reportmill.graphics.RMVector3D
Creates a new vector from the given vector.
RMViewer - Class in com.reportmill.app
The RMViewer class is a JComponent subclass that can be used in Java client applications to display and/or print an RMDocument.
RMViewer() - Constructor for class com.reportmill.app.RMViewer
Creates a new RMViewer with an empty document in it.
RMViewer.ZoomMode - Enum in com.reportmill.app
 
RMXMLReader - Class in com.reportmill.base
This class creates an object graph of collections (Map/List) and core Java types from a given XML source.
RMXMLReader() - Constructor for class com.reportmill.base.RMXMLReader
Creates an uninitialized reader.
RMXMLWriter - Class in com.reportmill.base
This class turns any Java dataset into XML.
RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
 
RMXString - Class in com.reportmill.graphics
An RMXString is like a String that lets you apply attributes, like fonts and colors, to character ranges.
RMXString() - Constructor for class com.reportmill.graphics.RMXString
Creates an empty RMXString.
RMXString(RichText) - Constructor for class com.reportmill.graphics.RMXString
Creates an empty RMXString.
RMXString(CharSequence, Object...) - Constructor for class com.reportmill.graphics.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attributes.
RMXStringRun - Class in com.reportmill.graphics
The Run class represents a range of characters in an xstring that share common attributes.
roman(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Formats the given object in roman numerals.
roman(Number) - Static method in class com.reportmill.base.RMKeyChainFuncs
Formats the given object in roman numerals.
rotate(RMVector3D, double) - Method in class com.reportmill.graphics.RMTransform3D
Rotate about arbitrary axis.
rotate(double, double, double) - Method in class com.reportmill.graphics.RMTransform3D
Rotate x,y,z with three Euler angles (same as rotateX(rx).rotateY(ry).rotateZ(rz))
rotateX(double) - Method in class com.reportmill.graphics.RMTransform3D
Rotate x axis by given degrees.
rotateY(double) - Method in class com.reportmill.graphics.RMTransform3D
Rotate y axis by given degrees.
rotateZ(double) - Method in class com.reportmill.graphics.RMTransform3D
Rotate z axis by given degrees.
round(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given double value rounded to the nearest whole number.
round(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given double value rounded to given number of decimal places.
RowGroup(RMShape, Object) - Constructor for class com.reportmill.base.RMTableOfContents.RowGroup
Creates a new table of contents entry.
rpg(RMShape, RMShape) - Method in class com.reportmill.shape.ReportOwner
Performs RPG on a given shape.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMCrossTab
Sets a reportmill for this crosstab (which really gets the dataset and calls setObjects).
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMCrossTabFrame
Override to constrain child crosstab to frame.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMGraph
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
rpgAll(ReportOwner, RMShape, boolean) - Method in class com.reportmill.shape.RMGraph
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMLabels
Report Generation.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMPage
Returns a report page.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMParentShape
Generate report with report owner.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMShape
Generate report with report owner.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMSubreport
Override to setReportMill in subreport shape and install.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMSwitchShape
Report generation.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMTable
Report generation for table.
rpgAll(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMTableGroup
Override to set main table to first child table.
rpgAll(ReportOwner, RMTableRow, RMGroup, String) - Method in class com.reportmill.shape.RMTableRowRPG
Generate Report for ReportOwner, RMTableRow and group.
rpgAll() - Method in class com.reportmill.shape.RMTableRPG
Do RPG.
rpgBindings(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMShape
Report generation for URL and bindings.
rpgClone(ReportOwner, Object, RMShape, boolean) - Method in class com.reportmill.graphics.RMXString
Performs @key@ substitution on an xstring.
rpgPage(ReportOwner, RMDocument, RMPage, int) - Static method in class com.reportmill.base.RMTableOfContents
Re-run report with table of contents.
rpgShape(ReportOwner, RMShape) - Method in class com.reportmill.shape.RMImageShape
Report generation method.
rtf(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting rtf commands in the given string.
Running(RMGroup, RMGroup, RMGroup) - Constructor for class com.reportmill.base.RMGroup.Running
Creates a Running group for parent group and start/end groups on page.

S

scaleFont(double) - Method in class com.reportmill.graphics.RMFont
Returns a font with the same family as the receiver but with size adjusted by given scale factor.
scaleFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
Scales records of the animator owner's children in the range from start to start + length to a given new length.
scaleRecords(int, float) - Method in class com.reportmill.graphics.RMTimeline
This method scales all records from a given start time through a length to a new length.
SCRIPTING_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
selectAll() - Method in class com.reportmill.graphics.RMTextEditor
Selects all the characters in the text editor.
selectLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Selects the given layer.
selectLayer(String) - Method in class com.reportmill.shape.RMPage
Selects the layer with the given name.
selectLineEnd() - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point to next newline or text end.
selectLineStart() - Method in class com.reportmill.graphics.RMTextEditor
Moves the insertion point to the beginning of line.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to keep shapes in their proper layers.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPageLayer
Moves the shapes specified in the given list to the back of this layer's list of shapes.
sendShapesToBack(List<RMShape>) - Method in class com.reportmill.shape.RMParentShape
Moves the subset of children in the given list to the back of the children list.
setAlignment(Pos) - Method in class com.reportmill.shape.RMShape
Sets the alignment.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMImageShape
Sets the horizontal alignment.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMShape
Sets the horizontal alignment.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMTextShape
Sets the align for all chars.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMImageShape
Sets the vertical alignment.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMShape
Sets the vertical alignment.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMTextShape
Sets the vertical alignment.
setAlignX(RMTypes.AlignX) - Method in class com.reportmill.graphics.RMTextEditor
Sets the alignment for current selection.
setAlignX(RMTypes.AlignX) - Method in class com.reportmill.graphics.RMXString
Sets the horizontal alignment of the xstring.
setArg(Object) - Method in class com.reportmill.graphics.RMInvocation
Sets the arg for this invocation.
setArrowHead(RMLineShape.ArrowHead) - Method in class com.reportmill.shape.RMLineShape
Sets the line segment arrow head.
setAttribute(Object) - Method in class com.reportmill.graphics.RMXString
Applies the given attribute to whole xstring, assuming it's a basic attr types (font, color, etc.).
setAttribute(Object, int, int) - Method in class com.reportmill.graphics.RMXString
Applies the given attribute to the given character range, assuming it's a basic attr type (font, color, etc.).
setAttribute(String, Object) - Method in class com.reportmill.graphics.RMXString
Adds a given attribute of given type to the whole string.
setAttribute(String, Object, int, int) - Method in class com.reportmill.graphics.RMXString
Sets a given attribute to a given value for a given range.
setAutosizing(String) - Method in class com.reportmill.shape.RMShape
Sets the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
setAxisCount(int) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets the number of increments in the axis.
setAxisMax(float) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets the axis maximum.
setAxisMin(float) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets the axis minimum.
setBar(RMShape) - Method in class com.reportmill.shape.RMGraphSection.Item
Sets the bar created for this series value.
setBar(RMShape) - Method in class com.reportmill.shape.RMGraphSeries.Item
Sets the bar created for this series value.
setBarCount(int) - Method in class com.reportmill.shape.RMGraphPartBars
Sets the minimum number of bars for the graph to provide space for in a section.
setBarGap(float) - Method in class com.reportmill.shape.RMGraphPartBars
Sets width of the gap between bars in a set as a fraction of bar width.
setBestHeight() - Method in class com.reportmill.shape.RMShape
Sets the shape to its best height (which is just the current height for most shapes).
setBestSize() - Method in class com.reportmill.shape.RMShape
Sets the shape to its best size.
setBounds(double, double, double, double) - Method in class com.reportmill.graphics.RMTextEditor
Sets the text editor bounds.
setBounds(Rect) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to dimensions in given rect.
setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to given dimensions.
setBreadthLimit(int) - Method in class com.reportmill.base.RMSchemaMaker
Sets the maximum number of items to write for lists/array relationships.
setBreadthLimit(int) - Method in class com.reportmill.base.RMXMLWriter
Sets the maximum number of items to write for lists/array relationships.
setCenter(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
Sets the center point of the path.
setCharSpacing(float) - Method in class com.reportmill.graphics.RMTextEditor
Returns the character spacing of the current selection or cursor.
setCharSpacing(float) - Method in class com.reportmill.shape.RMTextShape
Sets the char spacing for the text string.
setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should coalesce consecutive newlines in rpgClone.
setColor(RMColor) - Method in class com.reportmill.graphics.RMTextEditor
Sets the color of the current selection or cursor.
setColor(RMScene3D.RMShape3D, RMColor) - Method in class com.reportmill.shape.RMScene3D
Sets the color for a 3d shape from a base color.
setColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the color of the shape.
setColors(List) - Method in class com.reportmill.shape.RMGraph
Sets the list of colors to be used by this graph.
setColumnCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of columns for this table.
setColumnCount(int) - Method in class com.reportmill.shape.RMGraphLegend
Sets the number of columns in legend.
setColumnCount(int) - Method in class com.reportmill.shape.RMTable
Sets the number of columns that this table should be repeated over on the same page before paginating.
setColumnSpacing(double) - Method in class com.reportmill.shape.RMTable
Sets the space between a table that has more than one column (int printer points).
setCompress(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should compress images in generated file formats like PDF.
setContent(RMParentShape) - Method in class com.reportmill.app.RMViewer
Sets the root shape that is the content of this viewer.
setContent(Object) - Method in class com.reportmill.app.RMViewer
Sets the content from any source.
setCount(int) - Method in class com.reportmill.base.RMTopNSort
Sets the count.
setCurve(Point, Point, Point, Point) - Method in class com.reportmill.graphics.RMBezier
Sets the values of the curve.
setCurve(double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMQuadratic
Sets the curve values.
setCurve(Point, Point, Point) - Method in class com.reportmill.graphics.RMQuadratic
Sets the curve values.
setCustomSchema(boolean) - Method in class com.reportmill.base.RMDataSource
Sets a schema that may differ from the one stored in an XML file.
setDatasetKey(String) - Method in class com.reportmill.shape.RMCrossTab
Sets the dataset key.
setDatasetKey(String) - Method in class com.reportmill.shape.RMGraph
Sets the dataset key associated with the graph.
setDatasetKey(String) - Method in class com.reportmill.shape.RMLabels
Sets the dataset key associated with labels.
setDatasetKey(String) - Method in class com.reportmill.shape.RMPage
Sets the dataset key associated with the table.
setDatasetKey(String) - Method in class com.reportmill.shape.RMTable
Sets the dataset key associated with the table.
setDataSource(RMDataSource) - Method in class com.reportmill.shape.RMDocument
Sets the RMDataSource associated with this document.
setDecimalSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the decimal separator.
setDefaultColors(List) - Static method in class com.reportmill.shape.RMGraph
Sets the default list of colors to be used by any graph without an explicit list of colors.
setDefaultLocale(Locale) - Static method in class com.reportmill.base.RMNumberFormat
Sets the default locale.
setDefaultViewSettings() - Method in class com.reportmill.shape.RMScene3D
Sets some reasonable default view settings.
setDeleteVerticalSpansOfHiddenShapes(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether layout deletes vertical spans of hidden shapes.
setDepth(double) - Method in class com.reportmill.shape.RMScene3D
Sets the depth of the scene.
setDraw3D(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph draws in 3D.
setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should always draw at least a light-gray border (useful when editing).
setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.shape.RMGraphPartPie
Sets whether a pie graph draws lines from the wedges to wedge labels.
setEffect(Effect) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setEffect(Effect) - Method in class com.reportmill.shape.RMShape
Sets the effect for this shape.
setEnabled(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether the animator owner's children should accept changes.
setEnd(double) - Method in class com.reportmill.graphics.RMBezier
Reset this curve's end point to the given parametric location (0-1).
setEnd(double) - Method in class com.reportmill.graphics.RMLine
Reset this curve's end point to the given parametric location (0-1).
setEnumValue(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Sets the given value for the given key chain + property.
setExtrusionKey(String) - Method in class com.reportmill.shape.RMGraphPartPie
Sets the key used to determine which pie wedges get extruded.
setFieldOfView(double) - Method in class com.reportmill.shape.RMScene3D
Sets the field of view of the camera.
setFill(RMFill) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setFill(RMFill) - Method in class com.reportmill.shape.RMShape
Sets the fill for this shape.
setFillAndStroke(RMScene3D.RMShape3D, RMFill, RMStroke, Effect) - Method in class com.reportmill.shape.RMScene3D
Sets the fill and stroke of a 3D shape from a 2D shape.
setFilterKey(String) - Method in class com.reportmill.shape.RMCrossTab
Sets the optional key chain expression string used to prune the table list derived from dataset key.
setFilterKey(String) - Method in class com.reportmill.shape.RMGraph
Sets the optional key chain (expression) used to limit the table list derived from dataset key.
setFilterKey(String) - Method in class com.reportmill.shape.RMTable
Sets the optional key chain expression string used to prune the table list derived from dataset key.
setFocalLength(double) - Method in class com.reportmill.shape.RMScene3D
Sets the focal length of the camera.
setFont(RMFont) - Method in class com.reportmill.graphics.RMTextEditor
Sets the font of the current selection or cursor.
setFont(RMFont) - Method in class com.reportmill.shape.RMDocument
Sets the document default font.
setFont(RMFont) - Method in class com.reportmill.shape.RMGraphLegend
Set current font.
setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Set current font.
setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setFont(RMFont) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Set current font.
setFont(RMFont) - Method in class com.reportmill.shape.RMShape
Sets the font for the shape.
setFont(RMFont) - Method in class com.reportmill.shape.RMTextShape
Sets the font for all characters.
setFormat(RMFormat) - Method in class com.reportmill.graphics.RMTextEditor
Sets the format of the current selection or cursor, after trying to expand the selection to encompass currently selected, @-sign delineated key.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets the format for the shape.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMShape
Sets the format for the shape.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMTextShape
Sets the format for all characters.
setFrame(Rect) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exactly fits in the given parent coord rect.
setFrame(double, double, double, double) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exactly fits in the given parent coord rect.
setFrameRate(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the frame rate for this animator.
setFrameSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets the height of the rect that fully encloses the shape in parent coords.
setFrameX(double) - Method in class com.reportmill.shape.RMShape
Sets a shape's X such that its bounds rect (in parent coords) has origin at the given X.
setFrameXY(Point) - Method in class com.reportmill.shape.RMShape
Sets a shape's origin such that its bounds rect (in parent coords) has origin at the given point.
setFrameXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets a shape's origin such that its frame (enclosing rect in parent coords) will have the given X and Y.
setFrameY(double) - Method in class com.reportmill.shape.RMShape
Sets a shape's Y such that its bounds rect (in parent coords) has origin at the given Y.
setGraphTypeString(String) - Method in class com.reportmill.shape.RMGraph
Sets the graph type as a simple string: bar, pie or hbar.
setGridSpacing(double) - Method in class com.reportmill.shape.RMDocument
Sets the grid spacing for the document's grid.
setGrouper(RMGrouper) - Method in class com.reportmill.shape.RMTable
Sets the grouper associated with the table.
setGrouping(RMGrouping) - Method in class com.reportmill.shape.RMCrossTabCell
Sets the grouping.
setGroupingUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets minimum fraction digits.
setGrowToFit(boolean) - Method in class com.reportmill.shape.RMImageShape
Sets whether to grow image to fit available area if shape larger than image.
setHasDetails(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a details.
setHasHeader(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a header.
setHasSummary(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a summary.
setHeaderColCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number header columns for table.
setHeaderRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of header rows for table.
setHeight(double) - Method in class com.reportmill.app.RMViewer
Overrides to update ZoomFactor if dynamic.
setHeight(double) - Method in class com.reportmill.shape.RMCrossTabRow
Sets the row height.
setHeight(double) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing height.
setHeight(double) - Method in class com.reportmill.shape.RMLineShape
Override to prevent width from going to zero.
setHeight(double) - Method in class com.reportmill.shape.RMParentShape
Override to trigger layout.
setHeight(double) - Method in class com.reportmill.shape.RMShape
Sets the height of the shape.
setHeight(double) - Method in class com.reportmill.shape.RMTextShape
Override to revalidate.
setHyphenating(boolean) - Static method in class com.reportmill.graphics.RMTextEditor
Sets whether layout tries to hyphenate wrapped words.
setImageData(RMImageData) - Method in class com.reportmill.shape.RMImageShape
Sets the image data.
setImageData(Object) - Method in class com.reportmill.shape.RMImageShape
Sets the image data from given source.
setIncludeAllValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping includes all values.
setIncludeFields(boolean) - Method in class com.reportmill.base.RMSchemaMaker
Sets whether to include fields.
setIncludeFields(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether to include fields.
setIncludeOthers(boolean) - Method in class com.reportmill.base.RMTopNSort
Sets whether to include others.
setIncludeValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether to include values explicitly provided.
setInputAttribute(String, Object) - Method in class com.reportmill.graphics.RMTextEditor
Sets the attributes that are applied to current selection or newly typed chars.
setInputParagraph(RMParagraph) - Method in class com.reportmill.graphics.RMTextEditor
Sets the paragraph of the current selection or cursor position.
setInterpolator(Interpolator) - Method in class com.reportmill.graphics.RMKeyValue
Sets the interpolator.
setInterval(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the update interval of the animator in milliseconds.
setItemKey(String) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Sets the item key.
setItemsLayout(RMGraph.ItemLayout) - Method in class com.reportmill.shape.RMGraph
Sets the layout of section items.
setKey(String) - Method in class com.reportmill.base.RMGrouping
Sets the grouping key.
setKey(String) - Method in class com.reportmill.base.RMSort
Sets the key for this sort.
setKey(String) - Method in class com.reportmill.shape.RMImageShape
Sets the report key used to load an image if none is provided.
setLayerState(int) - Method in class com.reportmill.shape.RMPageLayer
Returns the state of this layer (locked, visible, invisible).
setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMParentShape
Sets the layout for this shape.
setLegendText(String) - Method in class com.reportmill.shape.RMGraphLegend
Sets the legend text.
setLicense(String) - Static method in class com.reportmill.base.ReportMill
Sets the ReportMill license string for the current user.
setLicense(String, boolean, boolean) - Static method in class com.reportmill.base.ReportMill
Sets the ReportMill license string for the current user (with option to persist).
setLineGap(float) - Method in class com.reportmill.graphics.RMTextEditor
Sets the line gap for current selection.
setLineGap(float) - Method in class com.reportmill.shape.RMTextShape
Sets the line gap for all chars.
setLineHeightMax(float) - Method in class com.reportmill.graphics.RMTextEditor
Sets the maximum line height for a line of text (even if font size would dictate higher).
setLineHeightMax(float) - Method in class com.reportmill.shape.RMTextShape
Sets the maximum line height for all chars.
setLineHeightMin(float) - Method in class com.reportmill.graphics.RMTextEditor
Sets the min line height for current selection.
setLineHeightMin(float) - Method in class com.reportmill.shape.RMTextShape
Sets the minimum line height for all chars.
setLineSpacing(float) - Method in class com.reportmill.graphics.RMTextEditor
Sets the line spacing for current selection.
setLineSpacing(float) - Method in class com.reportmill.shape.RMTextShape
Sets the line spacing for all chars.
setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMTextShape
Sets the linked text for this text (if any).
setLocalCurrencySymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether local currency symbol is used.
setLocked(boolean) - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is editable.
setLocked(boolean) - Method in class com.reportmill.shape.RMShape
Sets the locked state of the shape (really just to prevent location/size changes in the editor).
setLoops(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether this animator loops when time hits max time.
setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Sets the currently selected table.
setMargin(Insets) - Method in class com.reportmill.shape.RMTextShape
Sets margin.
setMarginRect(Rect) - Method in class com.reportmill.shape.RMDocument
Sets the margin rect for this document.
setMargins(double, double, double, double) - Method in class com.reportmill.shape.RMDocument
Sets the margin rect for this document.
setMarginString(String) - Method in class com.reportmill.shape.RMTextShape
Sets the margin as a string.
setMaximumFractionDigits(int) - Method in class com.reportmill.base.RMNumberFormat
Sets maximum fraction digits.
setMaxTime(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the max time for this animator.
setMaxTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the max time in seconds.
setMinHeight(double) - Method in class com.reportmill.shape.RMShape
Sets the shape minimum height.
setMinimumFractionDigits(int) - Method in class com.reportmill.base.RMNumberFormat
Sets minimum fraction digits.
setMinSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets the shape minimum size.
setMinSplitHeight(double) - Method in class com.reportmill.shape.RMTableRow
Sets the minimum distance in points from the top of the row that this row can split.
setMinSplitRemainderHeight(double) - Method in class com.reportmill.shape.RMTableRow
Sets the minimum distance in points from the top of the row that this row can split.
setMinWidth(double) - Method in class com.reportmill.shape.RMShape
Sets the shape minimum width.
setMoveToBottom(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this row should be moved to the bottom of the table during report generation.
setName(String) - Method in class com.reportmill.shape.RMPageLayer
Sets the layer's name.
setName(String) - Method in class com.reportmill.shape.RMShape
Sets the name for the shape.
setNeedsLayout(boolean) - Method in class com.reportmill.shape.RMParentShape
Sets whether children need to be laid out.
setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether this format shows negative values in red.
setNullString(String) - Method in class com.reportmill.base.RMDateFormat
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
setNullString(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
setNullString(String) - Method in class com.reportmill.shape.ReportOwner
Sets the string used to represent null values.
setNullString(String) - Method in class com.reportmill.shape.RMDocument
Sets the string used to replace any occurrances of null values in a generated report.
setNumberOfChildrenToStayWith(int) - Method in class com.reportmill.shape.RMTableRow
Sets the number of children this table row needs to be accompanied by, if some children run off page bottom.
setNumberOfColumns(int) - Method in class com.reportmill.shape.RMLabels
Sets the number of columns in the labels block.
setNumberOfColumns(int) - Method in class com.reportmill.shape.RMTableRow
Sets the number of columns in this table row.
setNumberOfRows(int) - Method in class com.reportmill.shape.RMLabels
Sets the number of rows in the labels block.
setOffsetZ(double) - Method in class com.reportmill.shape.RMScene3D
Sets the Z offset of the scene (for zooming).
setOpacity(double) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setOpacity(double) - Method in class com.reportmill.shape.RMShape
Sets the opacity of the shape (1 for opaque, 0 for transparent).
setOrder(int) - Method in class com.reportmill.base.RMSort
Sets the order for this sort.
setOrderString(String) - Method in class com.reportmill.base.RMSort
Sets the order as a string.
setOwner(RMParentShape) - Method in class com.reportmill.graphics.RMAnimator
Sets the owner of the animator.
setOwner(Object) - Method in class com.reportmill.graphics.RMTimeline
Sets the timeline owner.
setPad(boolean) - Method in class com.reportmill.base.RMTopNSort
Sets whether to pad to top N value.
setPadding(int) - Method in class com.reportmill.shape.RMImageShape
Sets the padding.
setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
setPageBreakKey(String) - Method in class com.reportmill.shape.RMTableRow
Sets the key used to determine whether row should force a page break.
setPageEndGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the child group for the most recent page end.
setPageIndex(int) - Method in class com.reportmill.shape.RMImageShape
Sets the page index.
setPageLayout(RMDocument.PageLayout) - Method in class com.reportmill.shape.RMDocument
Sets the page layout for the document.
setPageLayout(String) - Method in class com.reportmill.shape.RMDocument
Set page layout from string.
setPageReferenceShapes(List) - Method in class com.reportmill.shape.ReportOwner
Sets the list of page reference shapes.
setPageSize(double, double) - Method in class com.reportmill.shape.RMDocument
Sets the size of the document (and all of its pages).
setPageStartGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the child group for the most recent page start.
setPaginate(boolean) - Method in class com.reportmill.shape.ReportOwner
Sets whether this reportmill paginates.
setPaginate(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should paginate generated reports by default.
setPaintBackground(boolean) - Method in class com.reportmill.shape.RMPage
Sets whether to paint white background even if not explicitly defined and drop shadow.
setParagraph(RMParagraph, int, int) - Method in class com.reportmill.graphics.RMXString
Sets the paragraph for the given character index range.
setParent(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the parent for this group.
setParent(RMParentShape) - Method in class com.reportmill.shape.RMLinkedText
Overrides shape method to rewire linked text linked list.
setParent(RMParentShape) - Method in class com.reportmill.shape.RMShape
Sets the parent of this shape (called automatically by addChild()).
setParent(RMParentShape) - Method in class com.reportmill.shape.RMShapeLayout
Sets the parent for this layout.
setPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
Sets the path for this polygon shape.
setPath3D(RMPath3D) - Method in class com.reportmill.shape.RMScene3D.RMShape3D
Sets the path3d for this shape.
setPathShape(RMShape) - Method in class com.reportmill.shape.RMTextShape
Sets the shape that provides the path for this text to wrap text to.
setPattern(String) - Method in class com.reportmill.base.RMDateFormat
Sets the date format string.
setPattern(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the format string for this format.
setPercentSymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should wrap around other shapes that cause wrap.
setPitch(double) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the X axis in degrees.
setPlexing(RMPage.Plexing) - Method in class com.reportmill.shape.RMPage
Sets the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
setPoint(int, double, double) - Method in class com.reportmill.graphics.RMPath
Sets the path point at the given index to the given point.
setPointStructured(int, Point) - Method in class com.reportmill.graphics.RMPath
Resets the point at the given index to the given point, while preserving something.
setPosition(RMGraphPartSeries.LabelPos) - Method in class com.reportmill.shape.RMGraphPartSeries
Sets the value label position (top, middle, bottom, outside).
setPrefHeight(double) - Method in class com.reportmill.shape.RMShape
Sets the shape preferred height.
setPrefWidth(double) - Method in class com.reportmill.shape.RMShape
Sets the shape preferred width.
setPreserveRatio(boolean) - Method in class com.reportmill.shape.RMImageShape
Sets whether to preserve the natural width to height ratio of image.
setPreviousText(RMTextShape) - Method in class com.reportmill.shape.RMLinkedText
Sets the text that this text is linked from.
setPrintEvenIfGroupIsEmpty(boolean) - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
setPseudo3D(boolean) - Method in class com.reportmill.shape.RMScene3D
Sets whether scene is rendered in pseudo 3d.
setPseudoSkewX(double) - Method in class com.reportmill.shape.RMScene3D
Sets the skew angle for X by Z.
setPseudoSkewY(double) - Method in class com.reportmill.shape.RMScene3D
Sets the skew angle for Y by Z.
setPublishUrl(String) - Method in class com.reportmill.shape.RMDocument
Sets the URL this document should be uploaded to.
setRadius(float) - Method in class com.reportmill.shape.RMRectShape
Sets the rounding radius for the rectangle.
setRadius(float) - Method in class com.reportmill.shape.RMTextShape
Overrides rectangle implementation to potentially clear path shape.
setReprintHeaderRows(boolean) - Method in class com.reportmill.shape.RMCrossTabFrame
Sets whether a paginating table will reprint header rows.
setReprintWhenWrapped(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this row is reprinted on a new page when it's children cross a page boundary.
setResetTimeOnStop(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether the time is reset to start value when animator stops.
setRoll(double) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setRoll(double) - Method in class com.reportmill.shape.RMShape
Sets the roll of the shape.
setRoll3D(double) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the Z axis in degrees.
setRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of rows.
setScaleX(double) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X axis of the shape.
setScaleXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X and Y axis.
setScaleY(double) - Method in class com.reportmill.shape.RMShape
Sets the scale of the Y axis of the shape.
setScopeTime(Integer) - Method in class com.reportmill.graphics.RMAnimator
Sets the key-frame time that new anim records should be made from.
setSectionLayout(RMGraph.SectionLayout) - Method in class com.reportmill.shape.RMGraph
Sets the layout of series values.
setSel(int) - Method in class com.reportmill.graphics.RMTextEditor
Sets the character index of the text cursor.
setSel(int, int) - Method in class com.reportmill.graphics.RMTextEditor
Sets the character index of the start and end of the text selection.
setSel(int, int, int) - Method in class com.reportmill.graphics.RMTextEditor
Sets the character index of the start and end of the text selection.
setSelectedGroupingIndex(int) - Method in class com.reportmill.base.RMGrouper
Sets the currently selected grouping by index (for editing, mostly).
setSelectedIndex(int) - Method in class com.reportmill.shape.RMDocument
Selects the currently selected page by index.
setSelectedPage(RMPage) - Method in class com.reportmill.shape.RMDocument
Selects the given page.
setSelectedPageIndex(int) - Method in class com.reportmill.app.RMViewer
Sets the page of viewer's document that is visible (by index).
setSelectedSortIndex(int) - Method in class com.reportmill.base.RMGrouping
Sets the currently selected grouping's currently selected sort (for editing, mostly).
setSetGap(float) - Method in class com.reportmill.shape.RMGraphPartBars
Sets the width of the gap between sets as a fraction of chart area.
setShapeRepaintEnabled(boolean) - Method in class com.reportmill.app.RMViewer
Sets whether changes to shapes cause repaints.
setShiftShapesBelowHiddenShapesUp(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether to shift shapes below hidden shapes up.
setShowAxisLabels(boolean) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Sets whether the graph shows axis labels.
setShowAxisLabels(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets whether the graph draws axis labels.
setShowBorders(boolean, boolean, boolean, boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Convenience method to set all borders at once
setShowBottomBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows bottom border.
setShowGrid(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should show an alignment grid.
setShowGridLines(boolean) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
Sets whether the graph shows grid lines between label axis sections.
setShowLeftBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows left border.
setShowLegend(boolean) - Method in class com.reportmill.shape.RMGraph
Sets whether the graph shows a legend.
setShowMajorGrid(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets whether the graph draws the major axis.
setShowMargin(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should show a margin rect.
setShowMinorGrid(boolean) - Method in class com.reportmill.shape.RMGraphPartValueAxis
Sets whether the graph draws the minor axis.
setShowRightBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows right border.
setShowTopBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows top border.
setSize(Size) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSkewX(double) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X axis of the shape.
setSkewXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X and Y axis.
setSkewY(double) - Method in class com.reportmill.shape.RMShape
Sets the skew of the Y axis of the shape.
setSnapGrid(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should snap to an alignment grid.
setSnapMargin(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should snap to a margin rect.
setSortOnValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether to sort on values explicitly provided.
setSourceURL(WebURL) - Method in class com.reportmill.shape.RMParentShape
Sets the Source URL.
setSpacingHeight(double) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels vertically.
setSpacingWidth(double) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels horizontally.
setStart(double) - Method in class com.reportmill.graphics.RMBezier
Reset this curve's start point to the given parametric location (0-1).
setStart(double) - Method in class com.reportmill.graphics.RMLine
Reset this curve's start point to the given parametric location (0-1).
setStartAngle(float) - Method in class com.reportmill.shape.RMOvalShape
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.RMGraphPartSeries
Override to handle proxy.
setStroke(RMStroke) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStroke(RMStroke) - Method in class com.reportmill.shape.RMShape
Sets the stroke for this shape, with an option to turn on drawsStroke.
setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the stroke color of the shape.
setStrokeWidth(float) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStrokeWidth(float) - Method in class com.reportmill.shape.RMShape
Sets the stroke width of the shape's stroke in printer points.
setStructured(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this table row should be structured.
setStyle(RMTextStyle, int, int) - Method in class com.reportmill.graphics.RMXString
Sets the text style for given range.
setSubreportName(String) - Method in class com.reportmill.shape.RMSubreport
Sets the subreport name.
setSubscript() - Method in class com.reportmill.graphics.RMTextEditor
Sets current selection to subscript.
setSuperscript() - Method in class com.reportmill.graphics.RMTextEditor
Sets current selection to superscript.
setSweepAngle(float) - Method in class com.reportmill.shape.RMOvalShape
Sets the sweep angle for the oval.
setSyncStructureWithAlternates(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of alternate versions.
setSyncStructureWithRowAbove(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of the row immediately above it.
setText(String) - Method in class com.reportmill.graphics.RMXString
Sets the simple String represented by this RMXString.
setText(String) - Method in class com.reportmill.shape.RMTextShape
Replaces the current text associated with this RMText with the given String.
setTextBorder(Border) - Method in class com.reportmill.graphics.RMTextEditor
Sets whether current selection is outlined.
setTextBorder(Border) - Method in class com.reportmill.shape.RMTextShape
Sets the border for all characters.
setTextBox(TextBox) - Method in class com.reportmill.graphics.RMTextEditor
Returns the text box used to layout text.
setTextColor(RMColor) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setTextColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the text color for the shape.
setTextColor(RMColor) - Method in class com.reportmill.shape.RMTextShape
Sets the color of the characters in the XString associated with this RMText.
setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the thousands separator.
setTime(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the current time of the animator (clamped to maxTime), tells owner to setTime as well.
setTime(int, int) - Method in class com.reportmill.graphics.RMKeyValueList
Sets the time based on key-value-time entries.
setTime(int) - Method in class com.reportmill.graphics.RMTimeline
Sets the current time of the timeline (in milliseconds).
setTime(int) - Method in class com.reportmill.shape.RMShape
Tells the shape's timeline to update the shape to the given time in milliseconds.
setTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the time in seconds.
setTimeZone(TimeZone) - Method in class com.reportmill.base.RMDateFormat
Sets the time zone.
setTimeZone(RMShape, TimeZone) - Static method in class com.reportmill.base.RMExtras
Sets the time zone for a document.
setTitle(String) - Method in class com.reportmill.shape.RMGraphPartSeries
Sets the title of the series.
setTitle(String) - Method in class com.reportmill.shape.RMTableRow
Sets the title for this table row.
setTitleForChild(String, String) - Method in class com.reportmill.shape.RMTable
Sets title for child of given name to new name.
setTopNOthers(boolean) - Method in class com.reportmill.base.RMGroup
Sets whether this group is made up of the remainders from a TopN sort.
setTopNSort(RMTopNSort) - Method in class com.reportmill.base.RMGrouping
Sets the top N sort for the grouping.
setType(RMGraph.Type) - Method in class com.reportmill.shape.RMGraph
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
setUnderlined(boolean) - Method in class com.reportmill.graphics.RMTextEditor
Sets whether current selection is underlined.
setUnderlined(boolean) - Method in class com.reportmill.graphics.RMXString
Sets the xstring to be underlined.
setUnderlined(boolean) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setUnderlined(boolean) - Method in class com.reportmill.shape.RMShape
Sets the shape to underline.
setUnderlined(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets all chars to be underlined.
setUnit(RMDocument.Unit) - Method in class com.reportmill.shape.RMDocument
Sets the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
setUnit(String) - Method in class com.reportmill.shape.RMDocument
Sets the units used to express sizes in the current document with one of the strings: point, inch or cm.
setURL(String) - Method in class com.reportmill.shape.RMGraphPartSeries
Override to handle proxy.
setURL(String) - Method in class com.reportmill.shape.RMShape
Returns the URL for the shape.
setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMSchemaMaker
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setValue(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Sets the given value for the given key chain + property.
setValue(Object, RMKeyChain, Object) - Static method in class com.reportmill.base.RMKeyChain
Sets the given value for the given key chain + property.
setValueSafe(Object, String, Object) - Static method in class com.reportmill.base.RMKeyChain
Sets the value but only prints a warning if it fails.
setValueSilent(Object, String, Object) - Static method in class com.reportmill.base.RMKeyChain
Tries to set value in given object, ignoring failure exceptions.
setValuesString(String) - Method in class com.reportmill.base.RMGrouping
Sets the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
setVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the currently selected version of the switch shape to given version name.
setVersionKey(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the version key used to get the version used in a report.
setVisible(boolean) - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is to be drawn.
setVisible(boolean) - Method in class com.reportmill.shape.RMShape
Sets whether this shape is visible.
setWidth(double) - Method in class com.reportmill.app.RMViewer
Overrides to update ZoomFactor if dynamic.
setWidth(double) - Method in class com.reportmill.shape.RMCrossTabCol
Sets the width of this column.
setWidth(double) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing width.
setWidth(double) - Method in class com.reportmill.shape.RMLineShape
Override to prevent width from going to zero.
setWidth(double) - Method in class com.reportmill.shape.RMParentShape
Override to trigger layout.
setWidth(double) - Method in class com.reportmill.shape.RMShape
Sets the width of the shape.
setWidth(double) - Method in class com.reportmill.shape.RMSwitchShape
Overrides standard shape method to resize alternates.
setWidth(double) - Method in class com.reportmill.shape.RMTextShape
Override to revalidate.
setWindingRule(byte) - Method in class com.reportmill.graphics.RMPath
Sets the winding rule which describes how inner path perimeters are filled and clipped.
setWraps(byte) - Method in class com.reportmill.shape.RMTextShape
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
setX(double) - Method in class com.reportmill.shape.RMShape
Sets the X location of the shape.
setXString(RMXString) - Method in class com.reportmill.graphics.RMTextEditor
Sets the xstring that is to be edited.
setXString(RMXString) - Method in class com.reportmill.shape.RMTextShape
Sets the XString associated with this RMText.
setXY(Point) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXYP(double, double) - Method in class com.reportmill.shape.RMShape
Sets the origin point of the shape to the given X and Y in parent's coords.
setY(double) - Method in class com.reportmill.shape.RMShape
Sets the Y location of the shape.
setYaw(double) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the Y axis in degrees.
setZoomFactor(double) - Method in class com.reportmill.app.RMViewer
Sets the viewer's zoom factor (1 for 100%).
setZoomMode(RMViewer.ZoomMode) - Method in class com.reportmill.app.RMViewer
Sets the ZoomMode.
setZoomToFitFactor() - Method in class com.reportmill.app.RMViewer
Sets the zoom to fit factor, based on the current zoom mode.
ShapeList() - Constructor for class com.reportmill.shape.ReportOwner.ShapeList
 
shiftFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
Shifts records of animator owner's children from the given from-time on, by the given by-time.
shiftRecords(int, int) - Method in class com.reportmill.graphics.RMTimeline
This method shifts key frame values at or beyond a given time by the given amount.
shiftShapesBelowHiddenRect(List<RMShape>, Rect) - Method in class com.reportmill.shape.RMTableRowRPG
Shifts shapes below hidden rect up.
shiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMTableRowRPG
Shifts shapes below hidden shapes up.
shouldRecurse(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns whether given list should be recursed into for aggregate calculations.
skew(double, double) - Method in class com.reportmill.graphics.RMTransform3D
Skew by the given degrees.
snap() - Method in class com.reportmill.graphics.RMFill
Returns the snap version of this fill.
snap() - Method in class com.reportmill.graphics.RMGradientFill
Returns the snap version of this fill.
snap() - Method in class com.reportmill.graphics.RMImageFill
Returns the snap version of this fill.
snap() - Method in class com.reportmill.graphics.RMStroke
Returns the snap version of this fill.
sort(List, String) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given key.
sort(List, RMSort) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given sort.
sort(List, String...) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given key.
sort(List, RMSort...) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given sort.
sort(List, List) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given list of sorts.
sortBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
Sorts by sorts in given grouping.
sortBy(List) - Method in class com.reportmill.base.RMGroup
Sorts the group by the sorts in the given list.
sortedList(Collection<T>) - Static method in class com.reportmill.base.RMSort
Returns a new sorted list from given collection.
sortedList(Collection<T>, String) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
sortedList(Collection<T>, String...) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
Span(double, double) - Constructor for class com.reportmill.shape.RMShapeTable.Span
Creates a new span.
Span(double, double) - Constructor for class com.reportmill.shape.RMTableRowRPG.Span
Creates a new span.
SpanList() - Constructor for class com.reportmill.shape.RMShapeTable.SpanList
 
SpanList() - Constructor for class com.reportmill.shape.RMTableRowRPG.SpanList
 
SpellCheck - Class in com.reportmill.graphics
This class provides provides generic spell check API ideal for RM's needs.
SpellCheck() - Constructor for class com.reportmill.graphics.SpellCheck
 
SpellCheck.Word - Class in com.reportmill.graphics
An inner class to represent a misspelled word.
split(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an array of strings by splitting given string with given regex separator.
splitCell(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTab
Splits a cell.
start() - Method in class com.reportmill.graphics.RMXStringRun
Returns the start character index for this run.
startsWith(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns true if given object string starts with given string.
startsWith(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string starts with other given string (category method).
StateInvisible - Static variable in class com.reportmill.shape.RMPageLayer
 
StateLocked - Static variable in class com.reportmill.shape.RMPageLayer
 
StateVisible - Static variable in class com.reportmill.shape.RMPageLayer
 
stop() - Method in class com.reportmill.app.RMViewer
Stops any animation viewer might have.
stop() - Method in class com.reportmill.graphics.RMAnimator
Disables the timer to stop automatically incrementing the animator's time.
Studio(String, float) - Constructor for class com.reportmill.base.RMExtras.Studio
 
subchain(int) - Method in class com.reportmill.base.RMKeyChain
Override to give list chance to implement this.
subdivide(RMBezier, RMBezier, double) - Method in class com.reportmill.graphics.RMBezier
Returns a bezier curve from this curve's start point to the given parametric location (0-1).
subdivide(RMQuadratic, RMQuadratic) - Method in class com.reportmill.graphics.RMQuadratic
Subdivides this curve into the given left and right curves.
subgroup(int, int) - Method in class com.reportmill.base.RMGroup
Returns a subset of this group from start index, inclusive, to end index, exclusive.
subgroup(RMGroup, RMGroup) - Method in class com.reportmill.base.RMGroup
Returns a subset of this group, running deep, which only includes the subset of the tree starting at startGroup and ending at (but not including) endGroup.
subSequence(int, int) - Method in class com.reportmill.graphics.RMXString
Returns a subsequence.
subSequence(int, int) - Method in class com.reportmill.graphics.RMXStringRun
CharSequence method return character sequence for range.
substring(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the substring of the given string from the given index onward.
substring(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the substring of the given string in the given start/end range.
substring(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns substring of given string from given start index (category method).
substring(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns substring of given string from given start index to given end index (category method).
substring(int, int) - Method in class com.reportmill.graphics.RMXString
Returns an XString for given char range.
superSelectable() - Method in class com.reportmill.shape.RMDocument
Editor method indicates that document is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMPage
Editor method - indicates that pages can be super-selected.
superSelectable() - Method in class com.reportmill.shape.RMPolygonShape
Editor method - indicates that this shape can be super selected.
superSelectable() - Method in class com.reportmill.shape.RMShape
Editor method - indicates whether this shape can be super selected.
superSelectable() - Method in class com.reportmill.shape.RMSwitchShape
Editor method - specifies that switch shape is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMTableRowRPG
Override to make selectable.
superSelectable() - Method in class com.reportmill.shape.RMTableRPG
Override to make selectable.
superSelectable() - Method in class com.reportmill.shape.RMTextShape
Editor method - indicates that this shape can be super selected.
syncStructureWithShape(RMParentShape) - Method in class com.reportmill.shape.RMTableRow
The syncStructureWithShape() method sync's the column widths of receiver to those of given shape.

T

TAB_CENTER - Static variable in class com.reportmill.graphics.RMParagraph
 
TAB_DECIMAL - Static variable in class com.reportmill.graphics.RMParagraph
 
TAB_LEFT - Static variable in class com.reportmill.graphics.RMParagraph
 
TAB_RIGHT - Static variable in class com.reportmill.graphics.RMParagraph
 
TAG_ID - Static variable in class com.reportmill.base.RMXMLWriter
 
timeAfterTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the time in the given list that is just after the given time (or null if no such time).
timeBeforeTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the time in the given list that is just before the given time (or null if no such time).
toArray() - Method in class com.reportmill.graphics.RMTransform3D
Returns a float array for the transform.
toggleOrder() - Method in class com.reportmill.base.RMSort
Toggles the order for this sort between ORDER_ASCEND<->ORDER_DESCEND.
topNSortBy(RMTopNSort) - Method in class com.reportmill.base.RMGroup
Performs top N sort on group for an individual sort.
toString() - Method in class com.reportmill.base.RMDataSource
Returns a string representation of the datasource (just its name).
toString() - Method in class com.reportmill.base.RMDateFormat
Returns string representation of this format.
toString() - Method in class com.reportmill.base.RMGroup
Returns a string representation of this group.
toString() - Method in class com.reportmill.base.RMGrouping
Returns string representation of grouping.
toString() - Method in class com.reportmill.base.RMKeyChain
Returns a string representation of the key chain.
toString() - Method in class com.reportmill.base.RMSort
Returns a string representation of sort (just the sort key).
toString() - Method in class com.reportmill.base.RMTopNSort
Returns a string representation of top n sort.
toString() - Method in class com.reportmill.graphics.RMAnimator
Returns a string description of the animator.
toString() - Method in class com.reportmill.graphics.RMBezier
Returns a string representation of this bezier.
toString() - Method in class com.reportmill.graphics.RMFill
Returns a string representation.
toString() - Method in class com.reportmill.graphics.RMGradientFill
Standard to string implementation.
toString() - Method in class com.reportmill.graphics.RMInvocation
Returns a string representation of this invocation.
toString() - Method in class com.reportmill.graphics.RMKeyFrame
Standard to string implementation.
toString() - Method in class com.reportmill.graphics.RMKeyValue
Standard toString method.
toString() - Method in class com.reportmill.graphics.RMLine
Returns a string representation of this line.
toString() - Method in class com.reportmill.graphics.RMPoint3D
Returns a string representation of the point.
toString() - Method in class com.reportmill.graphics.RMTextStyle
Standard toString implementation.
toString() - Method in class com.reportmill.graphics.RMTimeline
Standard toString implementation.
toString() - Method in class com.reportmill.graphics.RMVector
Returns a string representation of the vector.
toString() - Method in class com.reportmill.graphics.RMVector3D
Returns a string representation of the vector.
toString() - Method in class com.reportmill.graphics.RMXString
Standard toString implementation.
toString() - Method in class com.reportmill.graphics.RMXStringRun
Returns a string representation of this run.
toString() - Method in class com.reportmill.graphics.SpellCheck.Word
Returns string representation of word.
toString() - Method in class com.reportmill.shape.RMCrossTabRow
Standard toString implementation.
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.RMShapeTable.Span
Returns string representation of span.
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.RMTableRowRPG.Span
Returns string representation of span.
toString() - Method in class com.reportmill.shape.RMTextShape
Standard toSring implementation.
total(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the total resulting from evaluating given keychain on given list of objects (nulls are zero).
total2(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the total resulting from evaluating given keychain on given list of objects (nulls are zero).
totalX(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainAggr
Returns the total resulting from evaluating given keychain on given list of objects (nulls short circuit).
toXML(XMLArchiver) - Method in class com.reportmill.base.RMDataSource
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMDateFormat
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMGrouper
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMGrouping
XML Archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMNumberFormat
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMSort
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.base.RMTopNSort
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMAnimator
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMBorderStroke
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMFill
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMGradientFill
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMImageFill
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMParagraph
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMPath
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMStroke
XML archival.
toXML(XMLArchiver, XMLElement) - Method in class com.reportmill.graphics.RMTimeline
XML archival (for shape).
toXML(XMLArchiver) - Method in class com.reportmill.graphics.RMXString
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMArchiver.RMFormatStub
Implement fromXML to return proper format based on type attribute.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMCrossTabCell
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMCrossTabCol
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMCrossTabRow
XML archival.
toXML() - Method in class com.reportmill.shape.RMDocument
Returns RXElement for document.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMGraphPartBars
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMGraphPartLabelAxis
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMGraphPartPie
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMGraphPartSeries
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMGraphPartValueAxis
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMImageShape
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMLinkedText
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMOvalShape
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMParentShape
XML Archival generic - break toXML into toXMLShape and toXMLShapeChildren.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMRectShape
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMShape
XML Archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMSubreport
XML archival.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMSwitchShape
XML Archival generic - break toXML into toXMLShape and toXMLShapeChildren.
toXML(XMLArchiver) - Method in class com.reportmill.shape.RMTextShape
XML archival.
toXMLShape(XMLArchiver) - Method in class com.reportmill.shape.RMGraphLegend
XML archival.
toXMLShape(XMLArchiver) - Method in class com.reportmill.shape.RMLineShape.ArrowHead
XML archival.
toXMLShape(XMLArchiver) - Method in class com.reportmill.shape.RMSpringShape
XML Archival.
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMPath3D
Transforms the path by the given transform3d.
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMPoint3D
Transforms the point by the given transform3d.
transform(RMPoint3D) - Method in class com.reportmill.graphics.RMTransform3D
Transforms a given point (and returns it as a convenience).
transform(RMVector3D) - Method in class com.reportmill.graphics.RMTransform3D
Transforms a given vector (and returns it as a convenience).
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMVector3D
Transforms the vector by the given transform3d.
transformBy(Transform) - Method in class com.reportmill.graphics.RMPath
Transforms the points in the path by the given transform.
translate(double, double, double) - Method in class com.reportmill.graphics.RMTransform3D
Translates by given x, y & z.

U

UNDERLINE_KEY - Static variable in class com.reportmill.graphics.RMTextStyle
 
undoerDisable() - Method in class com.reportmill.shape.RMShape
Undoer convenience - disable the undoer.
undoerEnable() - Method in class com.reportmill.shape.RMShape
Undoer convenience - enables the undoer.
undoerHasUndos() - Method in class com.reportmill.app.RMViewer
Returns whether undos exist in the viewer's documents's undoer (convenience).
undoerSetUndoTitle(String) - Method in class com.reportmill.app.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.

V

valueOf(String) - Static method in enum com.reportmill.app.RMViewer.ZoomMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMExtras.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMKeyChain.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphics.RMTypes.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphics.RMTypes.AlignX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphics.RMTypes.AlignY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMDocument.PageLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMDocument.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMGraph.ItemLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMGraph.SectionLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMGraph.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMGraphPartSeries.LabelPos
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMPage.Plexing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMTableRow.ColumnResizeMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.reportmill.app.RMViewer.ZoomMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMExtras.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMKeyChain.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphics.RMTypes.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphics.RMTypes.AlignX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphics.RMTypes.AlignY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMDocument.PageLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMDocument.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMGraph.ItemLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMGraph.SectionLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMGraph.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMGraphPartSeries.LabelPos
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMPage.Plexing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMTableRow.ColumnResizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
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
 
vpos() - Method in enum com.reportmill.graphics.RMTypes.AlignY
 

W

white - Static variable in class com.reportmill.graphics.RMColor
 
width() - Method in class com.reportmill.shape.RMShape
Returns raw width of shape.
WIND_EVEN_ODD - Static variable in class com.reportmill.graphics.RMPath
 
WIND_NON_ZERO - Static variable in class com.reportmill.graphics.RMPath
 
Word() - Constructor for class com.reportmill.graphics.SpellCheck.Word
 
worldAlign(RMPoint3D) - Method in class com.reportmill.graphics.RMTransform3D
Returns a matrix whose axes are aligned with the world (screen) coordinate system.
wrap(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Wraps the given string to a max of given length by adding newlines.
WRAP_BASIC - Static variable in class com.reportmill.shape.RMTextShape
 
WRAP_NONE - Static variable in class com.reportmill.shape.RMTextShape
 
WRAP_SCALE - Static variable in class com.reportmill.shape.RMTextShape
 
write(String) - Method in class com.reportmill.shape.RMDocument
Writes the document out to the given path String (it extracts type from path extension).
write(File) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given File object
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 depth limit.
writeObject(Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to given depth limit.
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 depth limit.
writePDF(String) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given path String as PDF.

X

x - Variable in class com.reportmill.graphics.RMPoint3D
 
x - Variable in class com.reportmill.graphics.RMVector
 
x() - Method in class com.reportmill.shape.RMShape
Returns raw x location of shape.

Y

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

Z

z - Variable in class com.reportmill.graphics.RMPoint3D
 
zoomToggleLast() - Method in class com.reportmill.app.RMViewer
Sets the viewer's zoom to its previous value.

_

_cp1x - Variable in class com.reportmill.graphics.RMQuadratic
 
_cp1y - Variable in class com.reportmill.graphics.RMQuadratic
 
_cp2x - Variable in class com.reportmill.graphics.RMBezier
 
_cp2y - Variable in class com.reportmill.graphics.RMBezier
 
_epx - Variable in class com.reportmill.graphics.RMLine
 
_epy - Variable in class com.reportmill.graphics.RMLine
 
_hitCount - Variable in class com.reportmill.graphics.RMHitInfo
 
_index - Variable in class com.reportmill.graphics.RMHitInfo
 
_locale - Static variable in class com.reportmill.shape.RMDocument
 
_r - Variable in class com.reportmill.graphics.RMHitInfo
 
_s - Variable in class com.reportmill.graphics.RMHitInfo
 
_selectedPointIndex - Static variable in class com.reportmill.shape.RMPolygonShape
 
_spx - Variable in class com.reportmill.graphics.RMLine
 
_spy - Variable in class com.reportmill.graphics.RMLine
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
ReportMill 15 API