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

A

abs() - Method in class com.reportmill.base.RMSize
Normalizes the receiver to positive values.
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.RMShape
Returns whether shape accepts mouse events.
acceptsMouse() - Method in class com.reportmill.shape.RMSwitchShape
Viewer method.
add(RMPoint) - Method in class com.reportmill.base.RMPoint
Adds the given point to this point.
add(String, RMRow) - Method in class com.reportmill.datasource.RMRow
Adds a row for a given property.
add(String, RMRow, int) - Method in class com.reportmill.datasource.RMRow
Adds a row for a given property.
add(String) - Method in class com.reportmill.text.RMXString
Appends the given String to the end of this XString.
add(String, int) - Method in class com.reportmill.text.RMXString
Appends the given String to this XString, at the given index.
add(RMXString) - Method in class com.reportmill.text.RMXString
Appends the given XString to the end of this String.
add(RMXString, int) - Method in class com.reportmill.text.RMXString
Appends the given XString to this XString, at the given index.
add(String, Map) - Method in class com.reportmill.text.RMXString
Appends the given string to the end of this XString, with the given attributes.
add(String, Map, int) - Method in class com.reportmill.text.RMXString
Appends the given String to this XString, with the given attributes, at the given index.
addAttribute(String, Object) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the whole string.
addAttribute(String, Object, int, int) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the given range of the string.
addAttribute(String, Object, int, int, boolean) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the given range of the string, only if specified type is missing.
addAttribute(Object) - Method in class com.reportmill.text.RMXString
Applies the given attribute to whole xstring, assuming it's a basic attr types (font, color, etc.).
addAttribute(Object, int, int) - Method in class com.reportmill.text.RMXString
Applies the given attribute to the given character range, assuming it's a basic attr type (font, color, etc.).
addAttributes(Map, int, int) - Method in class com.reportmill.text.RMXString
Adds the attributes in the given map to the specified character range.
addAttributes(Map, int, int, boolean) - Method in class com.reportmill.text.RMXString
Adds the attributes in the given map to the specified character range.
addAxis(RMShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add axis.
addAxis(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add axis shape.
addAxis(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds the axis to the graph view.
addBar(RMShape, int) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add Bar.
addBar(RMShape, int) - Method in class com.reportmill.graphing.RMGraphViewBar
Add bar shape.
addBar(RMShape, int) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a bar to the graph view.
addBarLabel(RMShape, RMGraphPartSeries.LabelPosition) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add bar label.
addBarLabel(RMShape, RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphViewBar
Add bar label.
addBarLabel(RMShape, RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a bar label to the graph view.
addBars() - Method in class com.reportmill.graphing.RMGraphViewBar
Adds the bars to the graph area.
addBars() - Method in class com.reportmill.graphing.RMGraphViewLine
Adds the bars to the graph area.
addBinder(RMBinder) - Method in class com.reportmill.shape.RMDocument
Adds a binder to the panel.
addBinder(RMBinder) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
addBinding(RMBinding) - Method in class com.reportmill.shape.RMShape
Adds the individual binding to the shape's bindings list.
addChild(Object) - Method in class com.reportmill.base.RMKeyChain
Adds a child to the end of the keychain's child list.
addChild(RMFile) - Method in class com.reportmill.datasource.RMFile
Adds a child.
addChild(RMFile, int) - Method in class com.reportmill.datasource.RMFile
Adds a child at given index.
addChild(RMShape, int, Object) - Method in class com.reportmill.graphing.RMGraphArea
Overrides shape version to suppress property change.
addChild(RMShape, int, Object) - Method in class com.reportmill.shape.RMPage
Add the given child at the given index (over-rides RMShape version to propogate to RMPageLayer).
addChild(RMShape) - Method in class com.reportmill.shape.RMShape
Adds the given child to the end of this shape's children list.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMShape
Adds the given child to this shape's children list at the given index.
addChild(RMShape, Object) - Method in class com.reportmill.shape.RMShape
Adds the given child with the given constraints.
addChild(RMShape, int, Object) - Method in class com.reportmill.shape.RMShape
Adds the given child to this shape's children list at the given index.
addChild(RMShape, int, Object) - Method in class com.reportmill.shape.RMTableRow
Overrides standard shape method to turn off structuring if child isn't text.
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).
addCondition(RMCondition.Operator, RMCondition) - Method in class com.reportmill.datasource.RMConditionList
Adds a condition.
addCondition(RMCondition.Operator, RMCondition, int) - Method in class com.reportmill.datasource.RMConditionList
Adds a condition at given index.
addDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMDataSourceList
Adds a data source.
addDataSource(RMDataSource, int) - Method in class com.reportmill.datasource.RMDataSourceList
Adds a data source at given index.
addDetails(String) - Method in class com.reportmill.shape.RMTable
Convenience to add details for grouping key.
addEntity(RMEntity) - Method in class com.reportmill.datasource.RMSchema
Adds an entity to the list.
addEntity(RMEntity, int) - Method in class com.reportmill.datasource.RMSchema
Adds an entity to the list.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChain
Adds a class to the list of classes that RM queries for functions.
addGridLineMajor(RMLineSegment) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineMajor(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line major.
addGridLineMajor(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a major grid line to the graph view.
addGridLineMinor(RMLineSegment) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineMinor(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line minor.
addGridLineMinor(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a minor grid line to the graph view.
addGridLineSeparator(RMLineSegment) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineSeparator(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line separator
addGridLineSeparator(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a grid line separator to the graph view.
addGrouping(RMGrouping, int) - Method in class com.reportmill.shape.RMTable
Adds a given grouping to the table at the given grouping index.
addGroupingKey(String) - Method in class com.reportmill.graphing.RMGraph
Adds a grouping to the table for the given key string.
addGroupingKey(String, int) - Method in class com.reportmill.graphing.RMGraph
Adds a grouping to the table for the given key string at the given grouping 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.
addHeader(String) - Method in class com.reportmill.shape.RMTable
Convenience to add header for grouping key.
addItem(int, int) - Method in class com.reportmill.graphing.RMGraphSection
Adds an item for the given series and series item.
addItem(RMGroup) - Method in class com.reportmill.graphing.RMGraphSeries
Add item for given key/group.
addKey(String) - Method in class com.reportmill.graphing.RMGraph
Adds a key.
addLabel(RMText, RMGraphPartSeries.LabelPosition, RMGraphSeries.Item) - Method in class com.reportmill.graphing.RMGraphViewBar
Adds an individual label.
addLabelAxisLabel(RMShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add label axis label.
addLabelAxisLabel(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add label axis label shape.
addLabelAxisLabel(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds the label axis label to the graph view.
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.
addListener(EventListener) - Method in class com.reportmill.datasource.RMRow
Add listener.
addListener(EventListener) - Method in class com.reportmill.text.RMXString
Add listener.
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.
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.
addParameter(RMProperty) - Method in class com.reportmill.datasource.RMQuery
Adds a parameter.
addParameter(RMProperty) - Method in class com.reportmill.datasource.RMURLDataSource
Adds a parameter.
addParameter(RMProperty, int) - Method in class com.reportmill.datasource.RMURLDataSource
Adds a parameter.
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.
addProperty(RMProperty) - Method in class com.reportmill.datasource.RMEntity
Adds a given property.
addProperty(RMProperty, int) - Method in class com.reportmill.datasource.RMEntity
Adds a given property at given index.
addSegments(List) - Method in class com.reportmill.graphics.RMPath
Adds the list of segments to the path.
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.
addSummary(String) - Method in class com.reportmill.shape.RMTable
Convenience to add summary for grouping key.
addValueAxisLabel(RMShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add value axis label.
addValueAxisLabel(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add value axis label shape.
addValueAxisLabel(RMShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds the value axis label to the graph view.
addWedge(RMShape) - Method in interface com.reportmill.graphing.RMGraphView.PieView
Add a wedge shape.
addWedge(RMShape) - Method in class com.reportmill.graphing.RMGraphViewPie
Implements PieView method to just add wedge shape.
addWedge(RMShape) - Method in class com.reportmill.graphing.RMGraphViewPie3D
Adds a wedge shape to graph view.
addWedgeLabel(RMText) - Method in interface com.reportmill.graphing.RMGraphView.PieView
Add a wedge label shape.
addWedgeLabel(RMText) - Method in class com.reportmill.graphing.RMGraphViewPie
Implements PieView method to just add wedge label shape.
addWedgeLabel(RMText) - Method in class com.reportmill.graphing.RMGraphViewPie3D
Adds a wedge label to graph view.
addWedgeLabelLine(RMLineSegment) - Method in interface com.reportmill.graphing.RMGraphView.PieView
Add a wedge label line.
addWedgeLabelLine(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewPie
Implements PieView method to just add wedge label line shape.
addWedgeLabelLine(RMLineSegment) - Method in class com.reportmill.graphing.RMGraphViewPie3D
Adds a wedge label line to graph view.
ALIGN_BOTTOM - Static variable in class com.reportmill.shape.RMText
 
ALIGN_CENTER - Static variable in class com.reportmill.shape.RMText
 
ALIGN_CENTER - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_FULL - Static variable in class com.reportmill.shape.RMText
 
ALIGN_FULL - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_LEFT - Static variable in class com.reportmill.shape.RMText
 
ALIGN_LEFT - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_MIDDLE - Static variable in class com.reportmill.shape.RMText
 
ALIGN_RIGHT - Static variable in class com.reportmill.shape.RMText
 
ALIGN_RIGHT - Static variable in class com.reportmill.text.RMParagraph
 
ALIGN_TOP - Static variable in class com.reportmill.shape.RMText
 
alignCenter() - Method in class com.reportmill.text.RMXString
Aligns the xstring center.
alignLeft() - Method in class com.reportmill.text.RMXString
Aligns the xstring left.
alignRight() - Method in class com.reportmill.text.RMXString
Aligns the xstring right.
animUpdate(PropertyChangeEvent) - Method in class com.reportmill.shape.RMShape
Called to update shape anim.
anyKeyReferencesKey(String) - Method in class com.reportmill.base.RMKeyChain
Returns whether given key is used anywhere in expression.
arcLength() - Method in class com.reportmill.graphics.RMPath
Returns the total arc length of the path.
ATTRIBUTE_FILL_STYLE - Static variable in class com.reportmill.shape.fill.RMImageFill
 
ATTRIBUTE_ROLL - Static variable in class com.reportmill.shape.fill.RMImageFill
 
ATTRIBUTE_SCALE_X - Static variable in class com.reportmill.shape.fill.RMImageFill
 
ATTRIBUTE_SCALE_Y - Static variable in class com.reportmill.shape.fill.RMImageFill
 
ATTRIBUTE_X - Static variable in class com.reportmill.shape.fill.RMImageFill
 
ATTRIBUTE_Y - Static variable in class com.reportmill.shape.fill.RMImageFill
 
awt() - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color.
awt(float) - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color, with the alpha component scaled by the given dissolve factor.
awt() - Method in class com.reportmill.text.RMFont
Returns the AWT font for this font.

B

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(RMXString, float) - Method in class com.reportmill.text.RMXString
Returns a blended version of the receiver and the given string (0 is receiver, 1 is given string).
blue - Static variable in class com.reportmill.graphics.RMColor
 
BOLD - Static variable in class com.reportmill.text.RMFont
 
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 70% brighter than this color.
brighter(float) - Method in class com.reportmill.graphics.RMColor
Retures a color with the given percent brighter than this color.
bringShapesToFront(List) - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to keep shapes in their proper layers.
bringShapesToFront(List<RMShape>) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the front of the children list.

C

canDisplay(char) - Method in class com.reportmill.text.RMFont
Returns if this font can display the given char.
CHAR_SPACING_KEY - Static variable in class com.reportmill.text.RMXString
 
charAdvance(char) - Method in class com.reportmill.text.RMFont
Returns the char advance for the given char.
charAt(int) - Method in class com.reportmill.text.RMXString
Returns the character at the given index.
charBounds(char) - Method in class com.reportmill.text.RMFont
Returns the bounds for a given character.
charKern(char, char) - Method in class com.reportmill.text.RMFont
Returns the kerning for the given pair of characters (no way to do this in Java!).
charPath(char) - Method in class com.reportmill.text.RMFont
Returns the path for a given character.
checkBindings() - Method in class com.reportmill.shape.RMShape
Notifies shape that binder was added.
checkBindings() - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to forward to document.
checkForTableOfContents(RMDocument, RMDocument, int) - Static method in class com.reportmill.base.RMTableOfContents
Checks for table of contents page in given template, and copies page as-is if found.
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.RMLineSegment
Override to prevent arrow heads from selecting.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMShape
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableGroup
Edtior method - indicates that table group children (tables) super select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableRow
Editor method - states that children super-select immediately when table row is structured.
clear - Static variable in class com.reportmill.graphics.RMColor
 
clearChanges() - Method in class com.reportmill.datasource.RMRow
Clears changes.
clearKeys() - Method in class com.reportmill.graphing.RMGraph
Removes all keys.
clearWhite - Static variable in class com.reportmill.graphics.RMColor
 
clone() - Method in class com.reportmill.base.RMGrouping
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMKeyChain
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMRect
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMSort
Standard clone implementation.
clone() - Method in class com.reportmill.datasource.RMCondition
Standard clone implementation (to get co-variant return type).
clone() - Method in class com.reportmill.datasource.RMConditionList
Standard clone implementation.
clone() - Method in class com.reportmill.datasource.RMEntity
Standard clone implementation.
clone(RMEntity) - Method in class com.reportmill.datasource.RMEntity
Makes this entity a copy of the given entity.
clone() - Method in class com.reportmill.datasource.RMProperty
Standard clone implementation.
clone(RMProperty) - Method in class com.reportmill.datasource.RMProperty
Makes this property a clone of given property.
clone() - Method in class com.reportmill.datasource.RMSchema
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPath
Standard clone implementation.
clone() - Method in class com.reportmill.graphing.RMGraph
Standard clone implementation.
clone() - Method in class com.reportmill.graphing.RMGraphArea
Standard clone implementation.
clone() - Method in class com.reportmill.graphing.RMProxyShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.fill.RMFill
Standard clone implementation.
clone() - Method in class com.reportmill.shape.fill.RMGradientFill
Standard clone implementation.
clone() - Method in class com.reportmill.shape.fill.RMStroke
Standard clone implementation.
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.RMLabels
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMPage
Standard clone method.
clone() - Method in class com.reportmill.shape.RMPolygon
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMSwitchShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTable
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTableGroup
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMText
Standard clone implementation.
clone() - Method in class com.reportmill.text.RMXString
Returns a clone of this x string.
cloneDeep() - Method in class com.reportmill.graphing.RMGraphArea
Overrides clone deep to avoid cloning children (just do rebuild).
cloneDeep() - Method in class com.reportmill.graphing.RMGraphLegend
Overrides clone deep to avoid cloning children (just do rebuild).
cloneDeep() - Method in class com.reportmill.shape.RMDocument
Copies the complete document, including document pages and all their children.
cloneDeep() - Method in class com.reportmill.shape.RMShape
Clones all attributes of this shape with complete clones of its children as well.
cloneDeep() - Method in class com.reportmill.shape.RMSwitchShape
Standard clone deep implementation.
cloneDeep(boolean) - Method in class com.reportmill.shape.RMSwitchShape
Standard clone deep implementation.
cloneDeep() - Method in class com.reportmill.shape.RMTableGroup
Clones all attributes of this shape with complete clones of its children as well.
cloneDeep(String) - Method in class com.reportmill.shape.RMTableRow
A clone deep implementation that only clones the given version.
CLOSE - Static variable in class com.reportmill.graphics.RMPath
 
closePath() - Method in class com.reportmill.graphics.RMPath
Adds a Close element to the given path.
coalesceNewlines() - Method in class com.reportmill.text.RMXString
Replaces any occurrence of consecutive newlines with a single newline.
COLOR_KEY - Static variable in class com.reportmill.text.RMXString
 
colorValue(Object) - Static method in class com.reportmill.graphics.RMColor
Returns a color value for a given object.
com.reportmill.base - package com.reportmill.base
 
com.reportmill.datasource - package com.reportmill.datasource
 
com.reportmill.graphics - package com.reportmill.graphics
 
com.reportmill.graphing - package com.reportmill.graphing
 
com.reportmill.shape - package com.reportmill.shape
 
com.reportmill.shape.fill - package com.reportmill.shape.fill
 
com.reportmill.text - package com.reportmill.text
 
com.reportmill.viewer - package com.reportmill.viewer
 
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.).
compareTo(Object) - Method in class com.reportmill.datasource.RMFile
Used to sort files.
compareTo(Object) - Method in class com.reportmill.datasource.RMProperty
Implements comparable to compare based on name.
contains(Point2D) - Method in class com.reportmill.graphics.RMPath
Returns whether the given point is inside the path.
contains(double, double) - Method in class com.reportmill.graphics.RMPath
Returns whether the given xy coordinate is inside the path.
contains(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
Returns whether the interior of the shape entirely contains the specified rectangular area.
contains(double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Returns whether the interior of the shape entirely contains the specified rectangular area.
contains(RMPoint) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the point, given in this shape's parent's coords.
containsRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver contains the given rect.
convertedPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted from the given shape's coords.
convertedPointToShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given point converted to the given shape's coords.
convertedRectFromShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted from the given shape's coords.
convertedRectToShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect encompassing the given rect converted to the given shape's coords.
convertedSizeFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted from the given shape's coords.
convertedSizeToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted to the given shape's coords.
convertedVectorFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted from the given shape's coords and normalized.
convertedVectorToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given size converted to the given shape's coords and normalized.
convertFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape from this shape's coords.
convertJSON(JSONObject) - Method in class com.reportmill.datasource.RMJSONDataSource
Converts a JSON object to Map.
convertJSON(JSONArray) - Method in class com.reportmill.datasource.RMJSONDataSource
Converts a JSON array to List.
convertPathFromShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted from the given shape's coords.
convertPathToShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted to the given shape's coords.
convertPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns a point converted from the coordinate space of the given shape to viewer coords.
convertPointToShape(RMPoint, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given point to the given shape's coords (returns it for convenience).
convertPointToShape(Point2D, RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns a point converted from viewer coords to the coordinate space of the given shape.
convertRectFromShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect from the given shape's coords (returns it for convenience).
convertRectFromShape(RMRect, RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns a rect converted from the coordinate space of the given shape to viewer coords.
convertRectToShape(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given rect to the given shape's coords (returns it for convenience).
convertRectToShape(RMRect, RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns a rect converted from viewer coords to the coordinate space of the given shape.
convertSizeFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size from the given shape's coords (returns it for convenience).
convertSizeToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size to the given shape's coords (returns it for convenience).
convertToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape to this shape's coords.
convertValue(Object, RMProperty.Type) - Static method in class com.reportmill.datasource.RMDataSourceUtils
Converts a given value to a given type.
convertValue(Object, RMProperty.Type, RMProperty.NumberType) - Static method in class com.reportmill.datasource.RMDataSourceUtils
Converts a given value to a given type.
convertValue(Object) - Method in class com.reportmill.datasource.RMProperty
Converts an arbitrary object to property type.
convertVectorFromShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size (as a vector) from the given shape's coords (returns it for convenience).
convertVectorToShape(RMSize, RMShape) - Method in class com.reportmill.shape.RMShape
Converts the given size (as a vector) to the given shape's coords (returns it for convenience).
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.).
copyText(RMText) - Method in class com.reportmill.shape.RMText
Copies attributes from given object.
copyValues(RMDataSource) - Method in class com.reportmill.datasource.RMDataSource
Tells this data source to make changes to duplicate settings in given data source.
copyValues(RMDataSource) - Method in class com.reportmill.datasource.RMFileDataSource
Override to copy values.
copyValues(RMDataSource) - Method in class com.reportmill.datasource.RMFTPDataSource
Override to copy ftp values.
copyValues(RMDataSource) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to copy gae data source values.
copyValues(RMDataSource) - Method in class com.reportmill.datasource.RMURLDataSource
Tells this data source to make changes to duplicate settings in given data source.
create() - Method in class com.reportmill.datasource.RMDataSource
Creates the data source remote site (database, directory file, etc.).
create() - Method in class com.reportmill.datasource.RMDataSourceList
Forward to real data sources.
create() - Method in class com.reportmill.datasource.RMDataSourceStub
Creates the data source remote site (database, directory file, etc.).
create() - Method in class com.reportmill.datasource.RMGAEDataSource
Creates the new google app engine site (really just registers for cloud2db).
create(Object) - Method in class com.reportmill.datasource.RMRow
Creates a new row for given property.
create() - Method in class com.reportmill.datasource.RMURLDataSource
Override because this data source doesn't create anything external.
createDivideShapeRemainder(byte) - Method in class com.reportmill.shape.RMShape
Creates a shape suitable for the "remainder" portion of a divideShape call (just a clone by default).
createDocument() - Method in class com.reportmill.viewer.RMViewer
Creates a new default document.
createEntities() - Method in class com.reportmill.datasource.RMSchema
Creates the entities list.
createEntity(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Creates an entity in data source for given entity.
createEntity(RMEntity) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
createEntityImpl(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Creates an entity in data source for given entity.
createEntityImpl(RMEntity) - Method in class com.reportmill.datasource.RMFileDataSource
Creates a new entity.
createLayout() - Method in class com.reportmill.shape.RMDocument
Overrides to create document layout.
createLayout() - Method in class com.reportmill.shape.RMPage
Override to return a no-op layout.
createLayout() - Method in class com.reportmill.shape.RMShape
Creates a new layout.
createLayout() - Method in class com.reportmill.shape.RMTableGroup
Override to return a frame layout, so child tables are always exactly in bounds.
createLayout() - Method in class com.reportmill.shape.RMTableRow
Creates a new layout.
createObject(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Creates and returns a new object for a given entity.
createPage() - Method in class com.reportmill.shape.RMDocument
Creates a new page.
createPartClone() - Method in class com.reportmill.shape.RMShape
Creates a new clone of this shape to hold multi-part children.
createPartClone() - Method in class com.reportmill.shape.RMTableGroup
Creates a new clone of this shape to hold multi-part children.
createRootEntity() - Method in class com.reportmill.datasource.RMSchema
Creates a root entity.
createShapePainter() - Method in class com.reportmill.viewer.RMViewer
Creates the object that is actually responsible for paining shapes in the viewer.
createTransformedPath(AffineTransform) - Method in class com.reportmill.graphics.RMPath
Returns a transformed version of this path.
createXString() - Method in class com.reportmill.graphing.RMGraphLegend
Overrides RMText method to create an xstring that defaults to Arial 10.
createXString() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Overrides RMText method to create an xstring that is aligned center by default.
createXString() - Method in class com.reportmill.graphing.RMGraphPartSeries
Overrides RMText method to create an xstring that is aligned center by default.
createXString() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Overrides RMText method to create an xstring that defaults to Arial 10.
CURRENCY - Static variable in class com.reportmill.base.RMNumberFormat
 
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
curveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point and control points.
curveTo(double, double, double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point and control points.
cyan - Static variable in class com.reportmill.graphics.RMColor
 

D

darker() - Method in class com.reportmill.graphics.RMColor
Returns a color darker than this color (70% of this color's brightness).
darkGray - Static variable in class com.reportmill.graphics.RMColor
 
DEFAULT - Static variable in class com.reportmill.base.RMDateFormat
 
DEFAULT - Static variable in class com.reportmill.text.RMParagraph
 
defaultFormat - Static variable in class com.reportmill.base.RMDateFormat
 
delete() - Method in class com.reportmill.datasource.RMDataSource
Deletes this data source, assuming it corresponds to something that can be deleted, like a database.
delete() - Method in class com.reportmill.datasource.RMDataSourceList
Forward to real data source.
delete() - Method in class com.reportmill.datasource.RMDataSourceStub
Deletes this data source, assuming it corresponds to something that can be deleted, like a database.
delete() - Method in class com.reportmill.datasource.RMFile
Deletes the file.
delete() - Method in class com.reportmill.datasource.RMFileDataSource
Deletes this data source, assuming it corresponds to something that can be deleted, like a database.
delete(String) - Method in class com.reportmill.datasource.RMFTPClient
Deletes the file at given path.
delete() - Method in class com.reportmill.datasource.RMGAEDataSource
Deletes app engine site.
delete() - Method in class com.reportmill.datasource.RMURLDataSource
Override because this data source doesn't create anything external.
delete(int, int) - Method in class com.reportmill.text.RMXString
Deletes the chars in the given range.
deleteEntity(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Deletes an entity in data source for given entity.
deleteEntity(RMEntity) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
deleteEntityImpl(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Deletes an entity in data source for given entity.
deleteFile(RMFile) - Method in class com.reportmill.datasource.RMDataSource
Deletes a file.
deleteFileImpl(RMFile) - Method in class com.reportmill.datasource.RMDataSourceList
Overridden to delete file.
deleteFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFileDataSource
Deletes file.
deleteFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFTPDataSource
Deletes file.
deleteFileImpl(RMFile) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
deleteRow(RMRow) - Method in class com.reportmill.datasource.RMDataSource
Registers row to be deleted.
deleteRow(RMRow) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
deleteRowImpl(RMRow) - Method in class com.reportmill.datasource.RMFileDataSource
Deletes a given row.
deleteRowImpl(RMRow) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
deriveAligned(int) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given alignment.
deriveFill(RMFill) - Method in class com.reportmill.shape.fill.RMFill
Derives an instance of this class from another fill.
deriveFill(RMColor) - Method in class com.reportmill.shape.fill.RMImageFill
Creates a new fill from this image fill, but with a new color.
deriveFill(RMImageData) - Method in class com.reportmill.shape.fill.RMImageFill
Creates a new image fill from this fill, but with a new image.
deriveFill(String, Number) - Method in class com.reportmill.shape.fill.RMImageFill
Creates a new image fill identical to this image fill, but with new value for given attribute.
deriveFont(float) - Method in class com.reportmill.text.RMFont
Returns a font with the same family as the receiver but with the given size.
deriveGradient(float) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns a new gradient which is a copy of this gradient but with a different roll value.
deriveGradient(boolean) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns a new gradient which is a copy of this gradient but of a different type.
deriveIndent(float, float, float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given indentation values.
deriveLineGap(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given line gap.
deriveLineHeightMax(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given max line height.
deriveLineHeightMin(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given min line height.
deriveLineSpacing(float) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given line spacing.
deriveOutline(float) - Method in class com.reportmill.text.RMXString.Outline
Creates a new outline from this outline with the given stroke width.
deriveOutline(RMColor) - Method in class com.reportmill.text.RMXString.Outline
Creates a new outline from this outline with the given fill color.
deriveTab(int, float, char) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with new value for tab at given index.
deriveTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given tabs.
didChange() - Method in class com.reportmill.text.RMXString
Notifies string that something significant changed.
divideRect(float, byte) - Method in class com.reportmill.base.RMRect
Slices rect by given amount (from given edge) - returns remainder.
divideRect(float, byte, RMRect) - Method in class com.reportmill.base.RMRect
Slices rect by given amount (from given edge) - returns remainder.
divideShapeFromEdge(float, byte, RMShape) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the given edge.
divideShapeFromTop(float) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the top.
docShapeRepaint(RMDocument, RMShape) - Method in interface com.reportmill.shape.RMDocument.DocListener
 
docShapeRepaint(RMDocument, RMShape) - Method in class com.reportmill.viewer.RMViewer
Doc listener method - called before a shape makes a visual change.
doLayout() - Method in class com.reportmill.shape.RMShape
Does immediate layout.
DOLLARS - Static variable in class com.reportmill.base.RMNumberFormat
 
drawsBackground() - Method in class com.reportmill.viewer.RMViewer
Returns whether or not the gutter, page background & drop shadow get drawn.

E

EMBEDDED_SHAPE_KEY - Static variable in class com.reportmill.text.RMXString
 
equals(Object) - Method in class com.reportmill.base.RMDateFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGrouping
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMKeyChain
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMNumberFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMSize
Standard equals implementation.
equals(float, float) - Method in class com.reportmill.base.RMSize
Returns whether size is equal to given width and height.
equals(Object) - Method in class com.reportmill.base.RMSort
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMCondition
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMConditionList
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMDataSource
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMEntity
Standard equals method.
equals(Object) - Method in class com.reportmill.datasource.RMProperty
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMRow
Override to just check identity, since rows are unique (and comparisons can cause unnecessary faulting).
equals(Object) - Method in class com.reportmill.datasource.RMSchema
Standard equals implementation.
equals(Object) - Method in class com.reportmill.datasource.RMXMLDataSource
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMColor
Standar equals implementaiton.
equals(Object) - Method in class com.reportmill.graphics.RMPath
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphArea
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphLegend
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphPartBars
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphPartPie
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphPartSeries
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.fill.RMFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.fill.RMGradientFill.ColorStop
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.fill.RMGradientFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.fill.RMImageFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.fill.RMStroke
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMDocument
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMImage
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMLabels
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMOval
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMPage
Standard equals method.
equals(Object) - Method in class com.reportmill.shape.RMPolygon
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMRectangle
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMShape
Standard implementation of Object equals.
equals(Object) - Method in class com.reportmill.shape.RMSound
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMSwitchShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMTable
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMTableRow
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMText
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMFont
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMParagraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMXString
Standard Object equals implementation.
EXTRUDE_ALL - Static variable in class com.reportmill.graphing.RMGraphPartPie
 
EXTRUDE_CUSTOM - Static variable in class com.reportmill.graphing.RMGraphPartPie
 
EXTRUDE_FIRST - Static variable in class com.reportmill.graphing.RMGraphPartPie
 
EXTRUDE_LAST - Static variable in class com.reportmill.graphing.RMGraphPartPie
 
EXTRUDE_NONE - Static variable in class com.reportmill.graphing.RMGraphPartPie
 
EXTRUSIONS - Static variable in class com.reportmill.graphing.RMGraphPartPie
 

F

firePropertyChange(String, Object, Object, int) - Method in class com.reportmill.datasource.RMRow
Fires an indexed property change.
firePropertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMRow
Fires a property change.
firePropertyChange(String, Object, Object, int) - Method in class com.reportmill.shape.RMShape
Fires an indexed property change.
firePropertyChange(String, Object, Object, int) - Method in class com.reportmill.text.RMXString
Fires an indexed property change.
fixSize() - Method in class com.reportmill.shape.RMLabels
Resets labels block width and height if any of labels other attributes have changed.
FONT_KEY - Static variable in class com.reportmill.text.RMXString
 
FORMAT_KEY - Static variable in class com.reportmill.text.RMXString
 
formatRM(Object) - Method in class com.reportmill.base.RMDateFormat
Formats the given object.
formatRM(Object) - Method in interface com.reportmill.base.RMFormat
Returns a string or xstring.
formatRM(Object) - Method in class com.reportmill.base.RMNumberFormat
Returns a formatted version of the given object.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.base.RMDateFormat
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in interface com.reportmill.base.RMFormat
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.base.RMGrouping
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.base.RMNumberFormat
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.base.RMSort
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMCondition
XML Unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMConditionList
XML Unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMDataSourceList
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMEntity
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMFileDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMFTPDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMGAEDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMProperty
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMQuery
XML Unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMSchema
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMURLDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.datasource.RMXMLDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphics.RMColor
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphics.RMPath
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.fill.RMFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.fill.RMGradientFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.fill.RMImageFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.fill.RMStroke
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML unarchival generic - break fromXML into fromXMLShape and fromXMLShapeChildren.
fromXML(RXArchiver, RXElement, RMTable) - Method in class com.reportmill.shape.RMTableGroup
XML archival to recursively unarchive table group hierarchy.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.text.RMFont
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.text.RMParagraph
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.text.RMXString
XML unarchival.
fromXMLFinish(RXArchiver, RXElement) - Method in class com.reportmill.shape.RMText
XML reference unarchival - to unarchive linked text.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraph
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphArea
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphLegend
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphPartBars
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphPartPie
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphPartSeries
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMDocument
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMImage
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMLabels
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMLineSegment
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMOval
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMPage
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMPolygon
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMRectangle
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMSound
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMSwitchShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTable
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTableGroup
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTableRow
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMText
XML unarchival.
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphArea
XML unarchival - override to suppress unarchival of children (don't really need this).
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphLegend
XML unarchival - override to suppress unarchival of children (don't really need this).
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMDocument
XML unarchival for shape children.
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMPage
XML unarchival for shape children.
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML unarchival for shape children.
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTable
XML unarchival for shape children.
fromXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTableGroup
XML unarchival - overridden to unarchive all child tables, recursively.
fromXMLShapeLayout(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML unarchival for shape layout.
fromXMLString(String) - Static method in class com.reportmill.base.RMRect
Creates a rect from an String in XML format as defined in toXMLString().

G

generateReport(RMDocument, ReportMill) - Static method in class com.reportmill.base.RMTableOfContents
Re-run report with table of contents.
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(Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
This method actually retrieves a value for an object and a key.
get(Object) - Method in class com.reportmill.datasource.RMRow
Override to do faulting.
get(String) - Method in class com.reportmill.shape.RMShape
Returns the Object associated with the given name for the shape.
get(String, Object) - Method in class com.reportmill.shape.RMShape
Returns the object associated with given key, using the given default if not found.
get3D() - Method in class com.reportmill.graphing.RMGraphArea
Returns the 3d shape.
getAbsolutePath(String) - Method in class com.reportmill.datasource.RMFTPClient
Returns the absolute path given any path (absolute, relative to root path, or relative to cwd).
getAccessor(Object, String) - Static method in class com.reportmill.base.RMKey
Returns the accessor object for a given object (class) and key.
getAction() - Method in class com.reportmill.shape.RMShape
Returns the action for this shape.
getAdder() - Method in class com.reportmill.shape.RMTableRow
Returns the adder for this table row.
getAlign() - Method in class com.reportmill.shape.RMText
Returns the alignment for char 0.
getAlign() - Method in class com.reportmill.text.RMParagraph
Returns the alignment associated with this paragraph.
getAlign(String) - Method in class com.reportmill.text.RMParagraph
Returns an alignment for the given string, "left", "center", "right" or "full".
getAlign() - Method in class com.reportmill.text.RMXString
Returns the horizontal alignment of the first paragraph of the xstring.
getAlignString() - Method in class com.reportmill.shape.RMText
Returns the alignment as a string, one of: "left", "center" or "right".
getAlignString() - Method in class com.reportmill.text.RMParagraph
Returns a string representation of the alignment associated with this paragraph, "left", "center" or "right".
getAlignVertical() - Method in class com.reportmill.shape.RMText
Returns the vertical alignment.
getAlignVerticalString() - Method in class com.reportmill.shape.RMText
Returns the vertical alignment as a string (one of: "top", "middle" or "bottom").
getAllRows(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Returns all the rows for an entity.
getAlpha() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-255.
getAlpha2D() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-1.
getAlphaNumericString(String) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Returns an alpha numeric string for given string.
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.
getAltFonts() - Static method in class com.reportmill.text.RMFont
Returns the list of suggested alternate fonts.
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.
getAnim() - Method in class com.reportmill.shape.RMShape
Returns the collection of animation records for this shape.
getAnim(boolean) - Method in class com.reportmill.shape.RMShape
Returns the collection of animation records for this shape, with an option to create if absent.
getAnimator(int) - Method in class com.reportmill.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.
getAppcfgProcess(RMGAEDataSource, RMActivity, String) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Does a sync on local file directory with GAE application via "appcfg update".
getAppDirectory() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns a file for this GAE data source app directory.
getAppEngineToolsJarFile(RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Returns the app engine tools jar file.
getAppFilesDirectory() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns a file for this GAE data source app directory.
getArrowHead() - Method in class com.reportmill.shape.RMLineSegment
Returns the line segment arrow head.
getAspectMapped(String) - Method in class com.reportmill.shape.RMShape
Returns a mapped aspect name.
getAspects() - Method in class com.reportmill.shape.RMShape
Returns the aspects for helper's instance class.
getAssignments() - Static method in class com.reportmill.base.RMKeyChain
Returns a thread-local assignments map.
getAttribute(int) - Method in class com.reportmill.datasource.RMEntity
Returns the attribute at the given index.
getAttribute(String) - Method in class com.reportmill.datasource.RMEntity
Returns the attribute with the given name.
getAttributeAt(String, int) - Method in class com.reportmill.text.RMXString
Returns the value for the given attribute key at the given character index.
getAttributeCount() - Method in class com.reportmill.datasource.RMEntity
Returns the number of attributes.
getAttributes(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given index.
getAttributesAt(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given character index.
getAttributeSorted(int) - Method in class com.reportmill.datasource.RMEntity
Returns the attribute at the given index in a sorted attributes list.
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.graphing.RMGraphPartValueAxis
Returns the number of increments in the axis.
getAxisMax() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Returns the axis maximum.
getAxisMin() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Returns the axis minimum.
getBar() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the item bar.
getBar() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the bar created for this series value.
getBarBounds(int, int) - Method in class com.reportmill.graphing.RMGraphViewBar
Returns the bar bounds for bar at given series and item.
getBarCount() - Method in class com.reportmill.graphing.RMGraphPartBars
Returns the minimum number of bars for the graph to provide space for in a section.
getBarGap() - Method in class com.reportmill.graphing.RMGraphPartBars
Returns the width of the gap between bars in a set as a fraction of bar width.
getBars() - Method in class com.reportmill.graphing.RMGraphArea
Returns the bars shape.
getBarWedgePrototype() - Method in class com.reportmill.graphing.RMGraph
Returns the shape used to represent the basic attributes of bars & wedges.
getBarWidth() - Method in class com.reportmill.graphing.RMGraphViewBar3D
Returns the width of the bars.
getBaseURL() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the base url.
getBaseURLString() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the base URL string.
getBinder(int) - Method in class com.reportmill.shape.RMDocument
Returns the specific binder at the given index.
getBinder(String) - Method in class com.reportmill.shape.RMDocument
Returns the named binder for this panel.
getBinder(String) - Method in class com.reportmill.shape.RMShape
Returns the named binder.
getBinder(int) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
getBinder(String) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
getBinderCount() - Method in class com.reportmill.shape.RMDocument
Returns the number of binders for this panel.
getBinderCount() - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
getBinders() - Method in class com.reportmill.shape.RMDocument
Returns the binders list.
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 aspect name.
getBindingCount() - Method in class com.reportmill.shape.RMShape
Returns the number of bindings associated with shape.
getBlue() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-255.
getBlue2D() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-1.
getBold() - Method in class com.reportmill.text.RMFont
Returns the bold version of this font.
getBook() - Method in class com.reportmill.viewer.RMViewer
Returns a java.awt.print.Book, suitable for AWT printing.
getBoolValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a boolean for an object and key chain.
getBounds() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path as an integer rect.
getBounds() - Method in class com.reportmill.graphing.RMGraphSection
Returns the bounds of the section.
getBounds() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the bounds for this section item.
getBounds(RMShape, RMRect) - Method in class com.reportmill.shape.fill.RMFill
Returns the bounds required to render this fill for this shape.
getBounds(RMShape, RMRect) - Method in class com.reportmill.shape.fill.RMStroke
Returns the bounds required to render this fill for this shape.
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).
getBounds2D() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path.
getBoundsFromTextBounds(RMRect) - Method in class com.reportmill.shape.RMText
Returns bounds from given text bounds, adjusted to account for text margins.
getBoundsInside() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the shape in the shape's own coords.
getBoundsMarked() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the path associated with this shape in 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.RMShape
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
getBoundsRM() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path.
getBytes() - Method in class com.reportmill.datasource.RMFile
Returns the file bytes.
getBytes(String) - Method in class com.reportmill.datasource.RMFTPClient
Returns the bytes for a path.
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.
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.
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.
getCausesWrap() - Method in class com.reportmill.shape.RMShape
Returns whether this shape causes text wrap.
getCausesWrapType() - Method in class com.reportmill.shape.RMShape
Returns how this shape causes text wrap.
getCharSpacing() - Method in class com.reportmill.shape.RMText
Returns the char spacing at char 0.
getChild(int) - Method in class com.reportmill.base.RMKeyChain
Returns the child at the given index in the keychain.
getChild(int) - Method in class com.reportmill.datasource.RMFile
Returns the individual child at given index.
getChild(String) - Method in class com.reportmill.datasource.RMFile
Returns the child with the given name.
getChild(int) - Method in class com.reportmill.graphing.RMGraph
Override to return table rpg if set.
getChild(int) - Method in class com.reportmill.shape.RMShape
Returns the child at the given index.
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMPage
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
getChildAnimator() - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape's children use.
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape's children use (creating, if requested and currently null).
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMSwitchShape
Returns the child animator of the switch shape (creating it if absent and requested).
getChildArray() - Method in class com.reportmill.shape.RMShape
Returns a copy of the children as an array.
getChildClipShape() - Method in class com.reportmill.shape.RMShape
Returns clip shape to be used for children.
getChildContaining(RMPoint) - Method in class com.reportmill.shape.RMShape
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.datasource.RMFile
Returns the number of children.
getChildCount() - Method in class com.reportmill.graphing.RMGraph
Override to return table rpg if set.
getChildCount() - Method in class com.reportmill.shape.RMShape
Returns the number of children associated with this shape.
getChildIndex(RMFile) - Method in class com.reportmill.datasource.RMFile
Returns the index of a 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.RMShape
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.datasource.RMFile
Returns the directory children.
getChildren() - Method in class com.reportmill.shape.RMShape
Returns the list of children associated with this shape.
getChildrenIntersecting(RMPath) - Method in class com.reportmill.shape.RMShape
Returns the child shapes hit by the path given in this shape's coords.
getChildrenWhoCauseWrap(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the subset of children that cause wrap.
getChildrenWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
Returns all the shapes in the shape hierarchy of a particular class.
getChildrenWithClass(List, Class<T>) - Method in class com.reportmill.shape.RMShape
Adds all the shapes in the shape hierarchy of a particular class to the list.
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.RMShape
Returns first child found with the given class (called recursively on children if not found at current level).
getChildWithName(String) - Method in class com.reportmill.shape.RMShape
Returns first child found with the given name (called recursively on children if not found at current level).
getClip() - Method in class com.reportmill.shape.RMSound
Returns the clip.
getClip(boolean) - Method in class com.reportmill.shape.RMSound
Returns the clip, creating it if requested.
getClipChildren() - Method in class com.reportmill.shape.RMPage
Returns whether to clip children.
getClipShape() - Method in class com.reportmill.shape.RMShape
Returns clip shape for shape.
getCoalesceNewlines() - Method in class com.reportmill.shape.RMText
Returns whether text should coalesce consecutive newlines in rpgClone.
getColor(int) - Method in class com.reportmill.graphing.RMGraph
Returns the specific color at the given index.
getColor(int) - Method in class com.reportmill.graphing.RMGraphLegend
Returns the color at the given index.
getColor() - Method in class com.reportmill.shape.fill.RMFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.shape.fill.RMGradientFill.ColorStop
Returns stop color.
getColor() - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.shape.RMShape
Returns the color of the shape.
getColorAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current color at the given character index.
getColorCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of colors set for this graph.
getColors() - Method in class com.reportmill.graphing.RMGraph
Returns the list of colors to be used by this graph (or the default graph colors, if null).
getColorStop(int) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the individual color stop at given index.
getColorStopCount() - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the number of color stops in the gradient
getColorStops() - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the list of color stops.
getColumn(int) - Method in class com.reportmill.shape.RMTableRow
Returns the column at the given index (assumes row is structured and column is RMText).
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.
getColumnResizeMode() - Method in class com.reportmill.shape.RMTableRow
Returns the method used to resize row columns when row is resize (and structured).
getColumnSpacing() - Method in class com.reportmill.shape.RMTable
Returns the space between a table that has more than one column (int printer points).
getComponent(String) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to extract JComponent from JComponentShape children.
getCompress() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should compress images in generated file formats like PDF.
getCondition(int) - Method in class com.reportmill.datasource.RMConditionList
Returns the condition at the given index.
getCondition() - Method in class com.reportmill.datasource.RMQuery
Returns the condition.
getConditionCount() - Method in class com.reportmill.datasource.RMConditionList
Returns the number of conditions in this composite.
getConditions() - Method in class com.reportmill.datasource.RMConditionList
Returns the conditions.
getControlPointBounds() - Method in class com.reportmill.graphics.RMPath
Returns the rectangle that encloses all the control points.
getCorraledRect(RMRect, float) - Method in class com.reportmill.base.RMRect
Returns the given rect moved, if needed, to be contained by this rect.
getCurrentDirectory() - Method in class com.reportmill.datasource.RMFTPClient
Returns the current directory.
getCustomSchema() - Method in class com.reportmill.datasource.RMXMLDataSource
Returns a schema that may differ from the one stored in an XML file.
getDashArray() - Method in class com.reportmill.shape.fill.RMStroke
Returns the dash array for this stroke.
getDashArray(String, String) - Static method in class com.reportmill.shape.fill.RMStroke
Returns a dash array for given dash array string and delimeter.
getDashArrayString() - Method in class com.reportmill.shape.fill.RMStroke
Returns the dash array for this stroke as a string.
getDashArrayString(float[], String) - Static method in class com.reportmill.shape.fill.RMStroke
Returns the dash array for this stroke as a string.
getDashPhase() - Method in class com.reportmill.shape.fill.RMStroke
Returns the dash phase.
getData(Object, RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
Reads data from a given source.
getDataset() - Method in class com.reportmill.datasource.RMDataSource
Returns a sample dataset of objects associated with the datasource.
getDataset(String) - Method in class com.reportmill.datasource.RMDataSource
Returns the named dataset from this datasource.
getDataset() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getDataset() - Method in class com.reportmill.datasource.RMDataSourceStub
Returns a sample dataset of objects associated with the datasource.
getDataset() - Method in class com.reportmill.datasource.RMFileDataSource
Returns all data source data as a dataset.
getDataset() - Method in class com.reportmill.datasource.RMJSONDataSource
Returns all data source data as a dataset.
getDataset() - Method in class com.reportmill.datasource.RMURLDataSource
Returns all data source data as a dataset.
getDataset() - Method in class com.reportmill.datasource.RMXMLDataSource
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.graphing.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.datasource.RMDataSourceList
Returns the encapsulated data source.
getDataSource(int) - Method in class com.reportmill.datasource.RMDataSourceList
Returns the individual data source at the given index.
getDataSource(String) - Method in class com.reportmill.datasource.RMDataSourceList
Returns the data source with the given name.
getDataSource(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Returns the data source with the given entity.
getDataSource() - Method in class com.reportmill.datasource.RMFile
Returns the datasource.
getDataSource() - Method in class com.reportmill.datasource.RMQuery
Returns the data source.
getDataSource() - Method in class com.reportmill.datasource.RMRow
Returns the datasource that created this row.
getDataSource() - Method in class com.reportmill.shape.RMDocument
Returns the RMDataSource associated with this document.
getDataSourceCount() - Method in class com.reportmill.datasource.RMDataSourceList
Returns the number of data sources.
getDataSources() - Method in class com.reportmill.datasource.RMDataSourceList
Returns the list of data sources.
getDataSourceSchema() - Method in class com.reportmill.shape.RMDocument
Returns the schema for the RMDataSource associated with this document (convenience).
getDateConstraint() - Method in class com.reportmill.datasource.RMCondition
Returns date constraint.
getDateType() - Method in class com.reportmill.datasource.RMProperty
Returns the date type.
getDBDataSource() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns a DBDataSource configured with Cloud2DB.
getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the decimal separator.
getDefaultColor() - Method in class com.reportmill.text.RMXString
Returns the default color for this string.
getDefaultColors() - Static method in class com.reportmill.graphing.RMGraph
Returns the default list of colors to be used by any graph without an explicit list of colors.
getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Returns a default condition (or condition list) associated with data soruce.
getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Returns a default condition (or condition list) associated with data soruce.
getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
Returns a default condition (or condition list) associated with data soruce.
getDefaultFont() - Static method in class com.reportmill.text.RMFont
Returns the user's default font.
getDefaultFont() - Method in class com.reportmill.text.RMXString
Returns the default font for this string.
getDefaultFormat() - Method in class com.reportmill.text.RMXString
Returns the default format for this string.
getDefaultParagraph() - Method in class com.reportmill.text.RMXString
Returns the default paragraph for this string.
getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Returns a list of default parameters associated with data source.
getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Returns a list of default parameters associated with data source.
getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
Returns a list of default parameters associated with data source.
getDefaultValue() - Method in class com.reportmill.datasource.RMProperty
Returns default value for this property.
getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
Returns the default version name.
getDegreeOfSeparation() - Method in class com.reportmill.datasource.RMSchemaMaker
Returns the degree of separation.
getDelay() - Method in class com.reportmill.shape.RMSound
Returns the delay after which this sound is supposed to start to play.
getDescriptorKey() - Method in class com.reportmill.datasource.RMEntity
Returns the key/key-chain to the property(s) that returns best string description of an entity instance.
getDescriptorKeyGuess() - Method in class com.reportmill.datasource.RMEntity
Returns a guess of descriptor key (or the actual one, if set).
getDirectoryPath() - Method in class com.reportmill.datasource.RMFile
Returns the path as a directory (with trailing separator).
getDoc(Object) - Static method in class com.reportmill.shape.RMDocument
Creates a new document from aSource using RMArchiver.
getDocListener() - Method in class com.reportmill.shape.RMDocument
Returns the first doc listener from listeners list.
getDocument() - Method in class com.reportmill.shape.RMDocument
Returns the document itself (over-ridden from RMShape).
getDocument() - Method in interface com.reportmill.shape.RMDocument.Source
 
getDocument() - Method in class com.reportmill.shape.RMShape
Returns the RMDocument ancestor of this shape (or null if not there).
getDocument() - Method in class com.reportmill.viewer.RMViewer
Returns the RMDocument associated with this viewer.
getDocumentBounds() - Method in class com.reportmill.viewer.RMViewer
Returns the bounds of the viewer document.
getDocumentX() - Method in class com.reportmill.viewer.RMViewer
Returns the document's x location in viewer.
getDocumentY() - Method in class com.reportmill.viewer.RMViewer
Returns the document's y location in viewer.
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.graphing.RMGraph
Returns whether the graph draws in 3D.
getDrawsSelectionRect() - Method in class com.reportmill.shape.RMText
Returns whether text should always draw at least a light gray border (useful when editing).
getDrawsWedge() - Method in class com.reportmill.shape.RMOval
Return whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
getDrawWedgeLabelLines() - Method in class com.reportmill.graphing.RMGraphPartPie
Returns whether a pie graph draws lines from the wedges to wedge labels.
getEffect() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getEffect() - Method in class com.reportmill.shape.RMShape
Returns the effect for this shape.
getElement(int) - Method in class com.reportmill.graphics.RMPath
Returns the element type at the given index.
getElement(int, RMPoint[]) - Method in class com.reportmill.graphics.RMPath
Returns the element type at the given index and its associated points (returned in the given point array).
getElementCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of elements in this path.
getElementIndexForPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the element index for the given point index.
getElementLast() - Method in class com.reportmill.graphics.RMPath
Returns the last element.
getElementPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the point index for a given element.
getEmail() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns the application email address.
getEntities() - Method in class com.reportmill.datasource.RMSchema
Returns the list of entities.
getEntity(String) - Method in class com.reportmill.datasource.RMDataSource
Returns the entity at the given key path.
getEntity() - Method in class com.reportmill.datasource.RMProperty
Returns the entity that owns this property.
getEntity() - Method in class com.reportmill.datasource.RMQuery
Returns the data source entity.
getEntity() - Method in class com.reportmill.datasource.RMRow
Returns the entity.
getEntity(int) - Method in class com.reportmill.datasource.RMSchema
Returns the specific entity at the given index.
getEntity(String) - Method in class com.reportmill.datasource.RMSchema
Returns the schema entity with the given name.
getEntityClass(RMEntity) - Method in interface com.reportmill.datasource.RMDataSource.EntityResolver
 
getEntityClass(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Returns the class for a given entity.
getEntityClass(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getEntityClass() - Method in class com.reportmill.datasource.RMEntity
Returns the class that this entity represents.
getEntityCount() - Method in class com.reportmill.datasource.RMSchema
Returns the number of entities in this schema.
getEntityFile(String, boolean) - Method in class com.reportmill.datasource.RMFileDataSource
Returns the file for the given entity.
getEntityResolver() - Method in class com.reportmill.datasource.RMDataSource
Returns the custom entity resolver.
getEntityResolver() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getEntityRows(RMEntity) - Method in class com.reportmill.datasource.RMFileDataSource
Returns the list of rows for a given entity.
getEntityRows(RMEntity) - Method in class com.reportmill.datasource.RMJSONDataSource
 
getEnumValues() - Method in class com.reportmill.datasource.RMProperty
Returns the enum values (for type Enum).
getEnumValuesString() - Method in class com.reportmill.datasource.RMProperty
Returns the enum values as a string (comma separated).
getError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the key chain parser (or null).
getExtrusionKey() - Method in class com.reportmill.graphing.RMGraphPartPie
Returns the key used to determine which pie wedges get extruded.
getFamily() - Method in class com.reportmill.text.RMFont
Returns the family name of this font.
getFamilyEnglish() - Method in class com.reportmill.text.RMFont
Returns the family name of this font in English.
getFile(String) - Method in class com.reportmill.datasource.RMDataSource
Returns the individual file with the given path.
getFile(String, boolean) - Method in class com.reportmill.datasource.RMDataSource
Returns the individual file with the given path, with an option to create it, if missing.
getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMDataSource
Returns the individual file with the given path, with an option to create it, if missing.
getFile(String) - Method in class com.reportmill.datasource.RMDataSourceList
Override to define co-variant return type.
getFile(String, boolean) - Method in class com.reportmill.datasource.RMDataSourceList
Override to define co-variant return type.
getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMDataSourceList
Override to get file from file data source and wrap in dbox file.
getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMFTPDataSource
Override to load file via HTTP.
getFileInfoList(String) - Method in class com.reportmill.datasource.RMFTPClient
Returns the bytes length.
getFilename() - Method in class com.reportmill.shape.RMDocument
Returns the filename associated with this document, if available.
getFilename() - Method in class com.reportmill.viewer.RMViewer
Returns filename associated with viewer's document (or null if the document didn't come from a file).
getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSource
Returns files at path.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSourceList
Forward to real data source.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSourceStub
Returns files at path.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMFileDataSource
Returns files at path.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMFTPDataSource
Returns files at path.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMGAEDataSource
Returns files at path.
getFilesImpl(String) - Method in class com.reportmill.datasource.RMURLDataSource
Returns files at path.
getFill() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFill() - Method in class com.reportmill.shape.RMShape
Returns the fill for this shape.
getFillColor() - Method in class com.reportmill.text.RMXString.Outline
Returns the fill color for this outline.
getFillStyle() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
getFillStyle() - Method in class com.reportmill.shape.RMImage
Returns the fill style for the image's image fill.
getFillSuper() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFilter() - Method in class com.reportmill.datasource.RMQuery
Returns the filter string.
getFilteredRows() - Method in class com.reportmill.datasource.RMQuery
Returns the list of filtered rows.
getFilterKey() - Method in class com.reportmill.graphing.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.graphing.RMGraphPartSeries
Returns the first active position.
getFloat(String, float) - Method in class com.reportmill.shape.RMShape
Returns a float value for a given key.
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.graphing.RMGraphSection.Item
Returns the item float value
getFloatValue() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the float value for this series value.
getFont() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFont() - Method in class com.reportmill.shape.RMDocument
Returns the document's default font.
getFont() - Method in class com.reportmill.shape.RMShape
Returns the font for the shape.
getFont() - Method in class com.reportmill.shape.RMText
Returns the font for char 0.
getFont(String, float) - Static method in class com.reportmill.text.RMFont
Returns the font for the given name and size (substitutes Arial if not found).
getFont(String, float, boolean) - Static method in class com.reportmill.text.RMFont
Returns the font for the given name and size (with an option to substitue Arial if not found).
getFontAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current font at the given character index.
getFontFile() - Method in class com.reportmill.text.RMFont
Returns the font file for this font.
getFontName() - Method in class com.reportmill.text.RMFont
Returns the name of this font.
getFontNameEnglish() - Method in class com.reportmill.text.RMFont
Returns the name of this font in English.
getFormat() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFormat() - Method in class com.reportmill.shape.RMShape
Returns the format for the shape.
getFormat() - Method in class com.reportmill.shape.RMText
Returns the format for char 0.
getFormatAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current format at the given character index.
getFormatString() - Method in class com.reportmill.base.RMDateFormat
Returns the date format string.
getFormatString() - Method in interface com.reportmill.base.RMFormat
Returns a format string.
getFormatString() - Method in class com.reportmill.base.RMNumberFormat
Returns the format string for this format.
getFrame() - Method in class com.reportmill.shape.RMShape
Returns the rect in parent coords that fully encloses the shape.
getFrame(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect that fully encloses the receiver in the given shape's coords.
getFrameMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape's frame.
getFrameMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape's frame.
getFrameX() - Method in class com.reportmill.shape.RMShape
Returns the X of the rect that fully encloses the shape in parent coords.
getFrameXY() - Method in class com.reportmill.shape.RMShape
Returns the origin of the shape's bounds rect in parent coords.
getFrameY() - Method in class com.reportmill.shape.RMShape
Returns the Y of the rect that fully encloses the shape in parent coords.
getFTPClient() - Method in class com.reportmill.datasource.RMFTPDataSource
Returns the ftp client.
getGAEDirectory() - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Returns a file for GAE directory (creating it, if absent).
getGetMethod() - Method in class com.reportmill.base.RMKey.KeyAccessor
Searches for a get method for given key then caches and returns result.
getGoogleSDKDirectory(RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Returns the sdk directory file.
getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the 2 points, in the shape's coordinate system, which define the gradient.
getGradientBounds(Shape) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the gradient bounds for a given shape which is the bounds required to encompass the entire shape in the coordinates of the gradient rotation (effectively the bounds of the shape rotated by opposite gradient rotation).
getGraph() - Method in class com.reportmill.graphing.RMGraphArea
Returns the graph that owns this graph area.
getGraph() - Method in class com.reportmill.graphing.RMGraphLegend
Returns the graph that owns this legend.
getGraphArea() - Method in class com.reportmill.graphing.RMGraph
Returns the shape that represents the conent of the graph.
getGraphIntervals(RMGraph) - Static method in class com.reportmill.graphing.RMGraphIntervals
Returns graph intervals for a given graph.
getGraphTypeString() - Method in class com.reportmill.graphing.RMGraph
Returns the graph type as a simple string: bar, pie or hbar.
getGraphView() - Method in class com.reportmill.graphing.RMGraphViewBar
Returns the graph view.
getGraphView() - Method in class com.reportmill.graphing.RMGraphViewPie
Returns the graph view.
getGreen() - Method in class com.reportmill.graphics.RMColor
Returns the green component in the range 0-255.
getGreen2D() - Method in class com.reportmill.graphics.RMColor
Returns the green component in the range 0-1.
getGridSpacing() - Method in class com.reportmill.shape.RMDocument
Returns the grid spacing for the document's grid.
getGroup() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the item group.
getGroup() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the group.
getGroup() - Method in class com.reportmill.shape.RMTableRow
Returns the group for this table row.
getGrouper() - Method in class com.reportmill.graphing.RMGraph
Returns the grouper associated with the table.
getGrouper() - Method in class com.reportmill.shape.RMTable
Returns the grouper associated with the table.
getGrouping() - Method in class com.reportmill.graphing.RMGraph
Returns the graph grouping.
getGrouping(int) - Method in class com.reportmill.graphing.RMGraph
Returns the individual grouping at the given index.
getGrouping(String) - Method in class com.reportmill.graphing.RMGraph
Returns the individual grouping that has the same key as the one given.
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.
getGroupingCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of groups in this table.
getGroupingCount() - Method in class com.reportmill.shape.RMTable
Returns the number of groups in this table.
getHasDetails() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a details.
getHasHeader() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a header.
getHasSummary() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a summary.
getHeight() - Method in class com.reportmill.graphics.RMPath
Returns the height of the path.
getHeight() - Method in class com.reportmill.shape.RMShape
Returns the height of the shape.
getHeight() - Method in class com.reportmill.text.RMFont
Returns the height of this font.
getHeightToFit() - Method in class com.reportmill.shape.RMText
Returns the ideal height for this RMText.
getHeightToFit(boolean) - Method in class com.reportmill.shape.RMText
Returns the ideal height for this RMText.
getHitEdges(Point2D, float) - Method in class com.reportmill.base.RMRect
Returns the mask of edges hit by the given point.
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.
getHost() - Method in class com.reportmill.datasource.RMFTPClient
Returns the host.
getHover() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getHover() - Method in class com.reportmill.shape.RMShape
Sets the Hover string for the shape.
getHoverShape(String) - Method in class com.reportmill.viewer.RMViewer
Returns a hover shape for given something.
getHTTPRoot() - Method in class com.reportmill.datasource.RMFTPDataSource
Returns the HTTP root.
getHTTPRootURL() - Method in class com.reportmill.datasource.RMFTPDataSource
Returns the HTTP root as a URL.
getIdealSize() - Method in class com.reportmill.viewer.RMViewer
One step beyond preferred, this method returns the ideal size of the viewer if space wasn't an issue.
getIdealSize(float) - Method in class com.reportmill.viewer.RMViewer
Returns the ideal size of the viewer scaled to a given zoom factor.
getIgnoreCase() - Method in class com.reportmill.datasource.RMCondition
Returns whether condition ignores case (string types).
getImage() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the image rendered by this image fill.
getImageBounds(RMRect) - Method in class com.reportmill.shape.fill.RMImageFill
Returns the image bounds for a given rect.
getImageBounds(RMShape) - Method in class com.reportmill.shape.fill.RMImageFill
Returns the image bounds for a given shape.
getImageData() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the image data associated with this image fill.
getImageData() - Method in class com.reportmill.shape.RMImage
Returns the imageData for this shape (or null if fill isn't an RMImageFill).
getImageFill() - Method in class com.reportmill.shape.RMShape
Returns the imageFill for this shape (or null, if fill isn't an RMImageFill).
getImageMargins() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the inset for the image when drawn in a given bounds.
getImageSize2D() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the image size of the image for this image fill.
getIncludeAllValues() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping includes all values.
getIncludeFields() - Method in class com.reportmill.base.RMXMLWriter
Returns whether to include fields.
getIncludeFields() - Method in class com.reportmill.datasource.RMSchemaMaker
Returns whether to include fields.
getIncludeValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to include values explicitly provided.
getInitialPath() - Method in class com.reportmill.datasource.RMFTPClient
Returns the initial path of the connection.
getInputAdapter() - Method in class com.reportmill.viewer.RMViewer
Returns the input adapter for the viewer (handles mouse and keyboard input).
getInsertIndex(RMFile) - Method in class com.reportmill.datasource.RMFile
Returns the insert index to insert a file in this directory.
getInsertProperties() - Method in class com.reportmill.datasource.RMRow
Returns the insert properties (properties that aren't auto-generated and non-null).
getInterval(int) - Method in class com.reportmill.graphing.RMGraph
Returns the individual interval at a given index as a float value.
getInterval(int) - Method in class com.reportmill.graphing.RMGraphIntervals
Returns the individual interval at a given index as a float value.
getIntervalCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of intervals for this filled graph.
getIntervalCount() - Method in class com.reportmill.graphing.RMGraphIntervals
Returns the number of intervals for this filled graph.
getIntervalLast() - Method in class com.reportmill.graphing.RMGraph
Returns the last interval as a float value.
getIntervalLast() - Method in class com.reportmill.graphing.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.text.RMFont
Returns the italic version of this font.
getItem(int) - Method in class com.reportmill.graphing.RMGraphSection
Returns the specific item at the given index.
getItem(int) - Method in class com.reportmill.graphing.RMGraphSeries
Returns the individual series item at the given index.
getItemCount() - Method in class com.reportmill.graphing.RMGraphSection
Returns the number of section items
getItemCount() - Method in class com.reportmill.graphing.RMGraphSeries
Returns the number of items in this series.
getItemIndex() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the item index.
getItemKey() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Returns the item key.
getItemsLayout() - Method in class com.reportmill.graphing.RMGraphArea
Returns the layout of section items.
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(int) - Method in class com.reportmill.graphing.RMGraph
Returns the specific key at the given index.
getKey() - Method in class com.reportmill.graphing.RMGraphSeries
Returns the key for this series.
getKey() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the key.
getKey() - Method in class com.reportmill.shape.RMImage
Returns the report key used to load an image if none is provided.
getKey() - Method in class com.reportmill.shape.RMSound
Returns the RPG key for this sound shape.
getKeyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
Returns a keyChain for aSource (should be a String or existing RMKeyChain).
getKeyChainValue(Object) - Method in interface com.reportmill.base.RMKeyChain.Get
 
getKeyCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of keys for this graph.
getKeyValue(String) - Method in interface com.reportmill.base.RMKey.Get
 
getKeyValue(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Implements this method to provide page info.
getLabel() - Method in class com.reportmill.shape.RMLabels
Returns the default label shape.
getLabelAxis() - Method in class com.reportmill.graphing.RMGraphArea
Returns the label axis shape.
getLabelHeight() - Method in class com.reportmill.shape.RMLabels
Returns the height of an individual label.
getLabelShape(RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns a label shape for given position.
getLabelWidth() - Method in class com.reportmill.shape.RMLabels
Returns the width of an individual label.
getLast() - Method in class com.reportmill.base.RMKeyChain
Returns the last node in the chain.
getLastSource() - Method in class com.reportmill.viewer.RMViewer
Returns the last source (backtracking).
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.
getLayout() - Method in class com.reportmill.shape.RMShape
Returns the layout for this shape.
getLeading() - Method in class com.reportmill.text.RMFont
Returns the default distance between lines for this font.
getLeftIndent() - Method in class com.reportmill.text.RMParagraph
Returns the left side indentation of this paragraph.
getLeftIndentFirst() - Method in class com.reportmill.text.RMParagraph
Returns the left side indentation of the first line in this paragraph (this can be set different than successive lines).
getLeftSide() - Method in class com.reportmill.datasource.RMCondition
Returns the left side.
getLegend() - Method in class com.reportmill.graphing.RMGraph
Returns the child of the graph that represents the legend (if present).
getLegendText() - Method in class com.reportmill.graphing.RMGraphLegend
Returns the legend text.
getLineGap() - Method in class com.reportmill.shape.RMText
Returns the line gap at char 0.
getLineGap() - Method in class com.reportmill.text.RMParagraph
Returns additional line spacing expressed as a constant amount in points.
getLineHeight() - Method in class com.reportmill.text.RMFont
Returns the height for a line of text in this font.
getLineHeightMax() - Method in class com.reportmill.shape.RMText
Returns the maximum line height at char 0.
getLineHeightMax() - Method in class com.reportmill.text.RMParagraph
Returns the maximum line height in printer points associated with this paragraph.
getLineHeightMin() - Method in class com.reportmill.shape.RMText
Returns the minimum line height at char 0.
getLineHeightMin() - Method in class com.reportmill.text.RMParagraph
Returns the minimum line height in printer points associated with this paragraph.
getLineSpacing() - Method in class com.reportmill.shape.RMText
Returns the line spacing at char 0.
getLineSpacing() - Method in class com.reportmill.text.RMParagraph
Returns the spacing of lines expressed as a factor of a given line's height.
getLineWidth() - Method in class com.reportmill.shape.RMShape
Deprecated.
getLinkedText() - Method in class com.reportmill.shape.RMText
Returns the linked text for this text (if any).
getListener(Class<T>, int) - Method in class com.reportmill.datasource.RMRow
Returns the individual listener of a given class at given index (from all listeners of given class).
getListener(Class<T>, int) - Method in class com.reportmill.text.RMXString
Returns the individual listener of a given class at given index (from all listeners of given class).
getListenerCount(Class) - Method in class com.reportmill.datasource.RMRow
Returns the number of listeners of a given class.
getListenerCount(Class) - Method in class com.reportmill.text.RMXString
Returns the number of listeners of a given class.
getListeners(Class<T>) - Method in class com.reportmill.datasource.RMRow
Returns the array of listeners of a given class (from all listeners of given class).
getListValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a list for an object and key chain.
getLocalCurrencySymbol() - Method in class com.reportmill.base.RMNumberFormat
Returns the Currency symbol used for this locale.
getLoginPath() - Method in class com.reportmill.datasource.RMFTPClient
Returns the current working directory found at login.
getLoopCount() - Method in class com.reportmill.shape.RMSound
Returns the number of loops that this sound should play before stopping.
getLoops() - Method in class com.reportmill.shape.RMDocument
Returns whether the last animator loops.
getMainTable() - Method in class com.reportmill.shape.RMTableGroup
Returns the currently selected table.
getMapHTML(String) - Method in class com.reportmill.shape.RMDocument
Returns the document as a Map of an HTML file and image resources.
getMargin() - Method in class com.reportmill.shape.RMText
Returns margin.
getMarginBottom() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects bottom value.
getMarginBottom() - Method in class com.reportmill.shape.RMText
Returns the bottom margin of the text (defaults to 0).
getMarginDefault() - Method in class com.reportmill.shape.RMText
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.RMText
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.RMText
Returns the right margin of the text (defaults to 2).
getMarginString() - Method in class com.reportmill.shape.RMText
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.RMText
Returns the top margin of the text (defaults to 1).
getMaskPath() - Method in class com.reportmill.shape.RMShape
Returns the outline of the shape as a path.
getMaskPath() - Method in class com.reportmill.shape.RMText
Overridden from RMShape to provide the outlines of all the glyphs
getMaxAscent() - Method in class com.reportmill.text.RMFont
Returns the max distance above the baseline that this font goes.
getMaxDescent() - Method in class com.reportmill.text.RMFont
Returns the max distance below the baseline that this font goes.
getMaximumSize() - Method in class com.reportmill.shape.RMShape
Returns the shape maximum size.
getMaximumSizeProperty() - Method in class com.reportmill.shape.RMShape
Returns the maximum size as set in properties.
getMaxTime() - Method in class com.reportmill.shape.RMDocument
Returns the total time needed to animate this document (total of all page animators).
getMaxValue() - Method in class com.reportmill.graphing.RMGraphSection
Returns section maximum value.
getMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape (assumes not rotated, scaled or skewed).
getMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
getMidX() - Method in class com.reportmill.base.RMRect
Returns the x mid-point of the rect.
getMidY() - Method in class com.reportmill.base.RMRect
Returns the y mid-point of the rect.
getMinimumSize() - Method in class com.reportmill.shape.RMShape
Returns the shape minimum size.
getMinimumSizeProperty() - Method in class com.reportmill.shape.RMShape
Returns the minimum size as set in properties.
getMinorTickCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of suggested ticks between the intervals of the RPG'd graph.
getMinSplitHeight() - Method in class com.reportmill.shape.RMTableRow
Returns the minimum distance in points from the top of the row that this row can split.
getMinSplitRemainderHeight() - Method in class com.reportmill.shape.RMTableRow
Returns the minimum distance in points from the bottom of the row that this row can split.
getMinValue() - Method in class com.reportmill.graphing.RMGraphSection
Returns section minimum value.
getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should be moved to the bottom of the table during report generation.
getName() - Method in class com.reportmill.datasource.RMDataSource
Returns the name for the datasource.
getName() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getName() - Method in class com.reportmill.datasource.RMEntity
Returns the name of the entity.
getName() - Method in class com.reportmill.datasource.RMFile
Returns the resource name.
getName() - Method in class com.reportmill.datasource.RMProperty
Returns the name of this property.
getName() - Method in class com.reportmill.datasource.RMQuery
Returns the query name.
getName() - Method in class com.reportmill.datasource.RMSchema
Returns the name of the entity.
getName() - Method in class com.reportmill.shape.fill.RMFill
Returns the name of the fill.
getName() - Method in class com.reportmill.shape.fill.RMStroke
Returns the name of the fill.
getName() - Method in class com.reportmill.shape.RMShape
Returns the name for the shape.
getNext() - Method in class com.reportmill.base.RMKeyChain
Returns the next key chain node in the chain.
getNext(int) - Method in class com.reportmill.base.RMKeyChain
Returns the nth key chain node in the chain.
getNextSource() - Method in class com.reportmill.viewer.RMViewer
Returns the next source (forward tracking).
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.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.
getNumberType() - Method in class com.reportmill.datasource.RMProperty
Returns the number type.
getNumberValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a number for an object and key chain.
getObject() - Method in class com.reportmill.shape.RMText
Bogus accessor to provide type information for setObject.
getObjects() - Method in class com.reportmill.graphing.RMGraph
Returns the list of objects to generate a graph for.
getOpacity() - Method in class com.reportmill.graphing.RMProxyShape
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.
getOperator() - Method in class com.reportmill.base.RMKeyChain
Returns the top level operator of the keychain.
getOperator() - Method in class com.reportmill.datasource.RMCondition
Returns the operator.
getOperator(int) - Method in class com.reportmill.datasource.RMConditionList
Returns the operator at the given index.
getOperators(RMProperty.Type) - Static method in class com.reportmill.datasource.RMCondition
Returns the valid operators for a given property type.
getOperators() - Method in class com.reportmill.datasource.RMConditionList
Returns the operators.
getOptimisticCondition() - Method in class com.reportmill.datasource.RMRow
Returns the optimistic condition that identifies this row.
getOrder() - Method in class com.reportmill.base.RMSort
Returns the order for this sort.
getOrderString() - Method in class com.reportmill.base.RMSort
Returns the order as a string.
getOrigin() - Method in class com.reportmill.base.RMRect
Returns the origin of the rect as an RMPoint.
getOriginal() - Method in class com.reportmill.shape.RMShape
Returns the original, if this shape was created via clone.
getOriginalRow() - Method in class com.reportmill.datasource.RMRow
Returns a RMRow that represents the original version of this row.
getOutline() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getOutline() - Method in class com.reportmill.shape.RMShape
Returns the outline for the shape.
getOutline() - Method in class com.reportmill.shape.RMText
Returns the outline for char 0.
getOverlap() - Method in class com.reportmill.shape.RMSound
Returns whether this sound should overlap other sounds.
getPage(int) - Method in class com.reportmill.shape.RMDocument
Returns the page at the given index.
getPageBounds() - Method in class com.reportmill.viewer.RMViewer
Returns the bounds of the viewer document's selected page.
getPageBreak() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreak" for this shape as defined by shapes that define a page break (currently only RMTable).
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).
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).
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).
getPageCount() - Method in class com.reportmill.shape.RMDocument
Returns the number of pages in this document.
getPageLast() - Method in class com.reportmill.shape.RMDocument
Returns the last page (convenience).
getPageLayout() - Method in class com.reportmill.shape.RMDocument
Returns the page layout for the document.
getPageNumber() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
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.
getPaginate() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should paginate generated reports by default.
getPaginate() - Method in class com.reportmill.shape.RMLabels
Returns whether the labels should paginate.
getPaginate() - Method in class com.reportmill.shape.RMTable
Returns whether the table is supposed to be paginated.
getPaint(float, float, float, float) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns a java.awt.Paint instance to draw this gradient.
getPaintBackground() - Method in class com.reportmill.shape.RMPage
Returns whether to paint white background even if not explicitly defined and drop shadow.
getPaintFrameRate() - Method in class com.reportmill.viewer.RMViewer
Returns whether we paint frame rate.
getParagraphAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current paragraph at the given character index.
getParagraphSpacing() - Method in class com.reportmill.text.RMParagraph
Returns the spacing between paragraphs in printer points associated with this paragraph.
getParameter(int) - Method in class com.reportmill.datasource.RMQuery
Return the individual parameter.
getParameter(String) - Method in class com.reportmill.datasource.RMQuery
Returns the named parameter.
getParameter(int) - Method in class com.reportmill.datasource.RMURLDataSource
Return the individual parameter.
getParameter(String) - Method in class com.reportmill.datasource.RMURLDataSource
Returns the named parameter.
getParameterCount() - Method in class com.reportmill.datasource.RMQuery
Return the number of parameters.
getParameterCount() - Method in class com.reportmill.datasource.RMURLDataSource
Return the number of parameters.
getParameters() - Method in class com.reportmill.datasource.RMQuery
Returns the list of parameters.
getParameters() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the list of parameters.
getParameterURL(RMCondition) - Method in class com.reportmill.datasource.RMURLDataSource
Returns the parameter URL.
getParameterURLString(StringBuffer, RMCondition) - Method in class com.reportmill.datasource.RMURLDataSource
Returns the parameter URL string.
getParameterValues() - Method in class com.reportmill.datasource.RMQuery
Returns the map of parameter values.
getParent() - Method in class com.reportmill.datasource.RMFile
Returns the file parent directory.
getParent() - Method in class com.reportmill.shape.RMShape
Returns the parent of this shape.
getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the parent of the given table.
getParentWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
Returns the first parent with given class by iterating up parent hierarchy.
getPart(Point2D) - Method in interface com.reportmill.graphing.RMGraphView
This method returns the graph part hit by given point.
getPart(Point2D) - Method in class com.reportmill.graphing.RMGraphViewBar
Returns the graph part for given point.
getPart(Point2D) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Returns the graph part.
getPart(int) - Method in class com.reportmill.shape.RMPage
Override for parts if there is a dataset key.
getPart(int) - Method in class com.reportmill.shape.RMShape
Returns the individual part at the given index.
getPartCount() - Method in class com.reportmill.shape.RMPage
Override for parts if there is a dataset key.
getPartCount() - Method in class com.reportmill.shape.RMShape
Returns the number of parts this shape needs to represent itself, if it's a multi-part shape.
getPartDeep(int, ReportMill) - Method in class com.reportmill.shape.RMPage
Override for parts if there is a dataset key.
getPartDeep(int, ReportMill) - Method in class com.reportmill.shape.RMShape
Returns the individual part for given index, by getting parts deep.
getPartDeepCount() - Method in class com.reportmill.shape.RMPage
Override for parts if there is a dataset key.
getPartDeepCount() - Method in class com.reportmill.shape.RMShape
Returns the number of parts needed to represent this shape and its children.
getPassword() - Method in class com.reportmill.datasource.RMFTPClient
Returns the password of the connection.
getPassword() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns the password.
getPath() - Method in class com.reportmill.datasource.RMFile
Returns the file path.
getPath() - Method in class com.reportmill.datasource.RMFileDataSource
Returns the path.
getPath() - Method in class com.reportmill.datasource.RMGAEDataSource
Override path to be GAE directory plus app name.
getPath() - Method in class com.reportmill.shape.RMLineSegment
Returns the line path.
getPath() - Method in class com.reportmill.shape.RMOval
Returns the (oval) path for this shape.
getPath() - Method in class com.reportmill.shape.RMPolygon
Returns the path for this polygon shape.
getPath() - Method in class com.reportmill.shape.RMRectangle
Returns the path for the rectangle (building path with rounded corners if needed).
getPath() - Method in class com.reportmill.shape.RMShape
Returns the shape's path.
getPath() - Method in class com.reportmill.shape.RMText
Returns the path for this shape.
getPathInBounds() - Method in class com.reportmill.shape.RMShape
Returns the shape's path scaled to the shape's current bounds.
getPathInBounds() - Method in class com.reportmill.shape.RMText
Overrides shape implementation to pass through getPathInBounds(inset).
getPathInBounds(int) - Method in class com.reportmill.shape.RMText
Returns the shape's path scaled to the shape's current bounds.
getPathInRect(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
Returns a copy of the path scaled to exactly fit in the given rect.
getPathIterator(AffineTransform) - Method in class com.reportmill.graphics.RMPath
Returns a path iterator for this path and the given transform.
getPathIterator(AffineTransform, double) - Method in class com.reportmill.graphics.RMPath
Returns a path iterator for this path and the given transform and flatness.
getPathShape() - Method in class com.reportmill.shape.RMText
Returns the shape that provides the path for this text to wrap text to.
getPathTransform() - Method in class com.reportmill.shape.RMPolygon
Returns the matrix which transforms from path space to this shape's space.
getPeerTableNext(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the next peer table of the given table.
getPeerTablePrevious(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the previous peer table of the given table.
getPeerTables(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the list of peer tables for a given table.
getPerformsWrap() - Method in class com.reportmill.shape.RMText
Returns whether text should wrap around other shapes that cause wrap.
getPerimeterPointForRadial(float, boolean) - Method in class com.reportmill.base.RMRect
Returns the point on the rectangle's perimeter that is intersected by a radial at the given angle from the center of the rect.
getPhantomComponent() - Method in class com.reportmill.viewer.RMViewer
Returns the phantom component (creating, if necessary).
getPie() - Method in class com.reportmill.graphing.RMGraphArea
Returns the pie shape.
getPlaying() - Method in class com.reportmill.shape.RMSound
Returns whether this sound is currently playing.
getPlexing() - Method in class com.reportmill.shape.RMPage
Returns the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
getPoint(Point2D) - Static method in class com.reportmill.base.RMPoint
Returns an RMPoint version of the given Point2D (just the Point2D if it's already an RMPoint).
getPoint(int) - Method in class com.reportmill.graphics.RMPath
Returns the point at the given index.
getPointCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of points in the path.
getPointLast() - Method in class com.reportmill.graphics.RMPath
Returns the last point in the path.
getPoints() - Method in class com.reportmill.base.RMRect
Returns an array of four points containing each corner of the rect.
getPointsFromUnits(float) - Method in class com.reportmill.shape.RMDocument
Converts given value from document units to printer points (1/72 of an inch).
getPosition() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the value label position (top, middle, bottom, outside).
getPosition(String) - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns a label position for a given string.
getPosition() - Method in class com.reportmill.shape.fill.RMGradientFill.ColorStop
Returns stop position.
getPreferredScrollableViewportSize() - Method in class com.reportmill.viewer.RMViewer
 
getPreferredSize() - Method in class com.reportmill.shape.RMShape
Returns the shape preferred size.
getPreferredSize() - Method in class com.reportmill.viewer.RMViewer
Returns the optimal size of the viewer.
getPreferredSizeImpl() - Method in class com.reportmill.shape.RMImage
Returns the preferred size.
getPreferredSizeImpl() - Method in class com.reportmill.shape.RMShape
Returns the shape preferred size.
getPreferredSizeImpl() - Method in class com.reportmill.shape.RMText
Override to return layout preferred size (unless this text is scaling fonts to fit).
getPreferredSizeProperty() - Method in class com.reportmill.shape.RMShape
Returns the preferred size as set in properties.
getPreferredSizeX() - Method in class com.reportmill.shape.RMShape
Returns the preferred size constrained to minimum size and maximum size.
getPrimaries() - Method in class com.reportmill.datasource.RMEntity
Returns the list of primary attributes for this entity.
getPrimary() - Method in class com.reportmill.datasource.RMEntity
Returns the primary key property.
getPrimaryValue(String) - Method in class com.reportmill.datasource.RMRow
Returns the value for key, converting relation values to their remote property value.
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).
getProperties() - Method in class com.reportmill.datasource.RMEntity
Returns the list of properties.
getProperties() - Method in class com.reportmill.datasource.RMRow
Returns the properties for this row.
getProperty(int) - Method in class com.reportmill.datasource.RMEntity
Returns the property at the given index.
getProperty(String) - Method in class com.reportmill.datasource.RMEntity
Returns the property with the given name.
getProperty(RMKeyChain) - Method in class com.reportmill.datasource.RMEntity
Returns the property for the keychain evaluated from this entity.
getProperty(String) - Method in class com.reportmill.datasource.RMRow
Returns the named property.
getProperty(Object, Class, String, int, RMEntity) - Method in class com.reportmill.datasource.RMSchemaMaker
Configures a property for a property value.
getPropertyCount() - Method in class com.reportmill.datasource.RMEntity
Returns the number of properties.
getPropertyNextUniqueID(RMProperty) - Method in class com.reportmill.base.RMXMLWriter
Returns the next unique id for given property.
getPropertyType(Object) - Static method in class com.reportmill.datasource.RMDataSourceUtils
Returns a property type for a given object/class.
getProxy() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the proxy, determined by the current position.
getProxy() - Method in class com.reportmill.graphing.RMProxyShape
Returns the proxy shape.
getPSName() - Method in class com.reportmill.text.RMFont
Returns the PostScript name of this font.
getPublishUrl() - Method in class com.reportmill.shape.RMDocument
Returns the URL this document should be uploaded to.
getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
Returns the query parameters.
getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
Returns the query parameters.
getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
Returns the query parameters.
getRadius() - Method in class com.reportmill.shape.RMRectangle
Returns the rounding radius for the rectangle.
getRed() - Method in class com.reportmill.graphics.RMColor
Returns the red component in the range 0-255.
getRed2D() - Method in class com.reportmill.graphics.RMColor
Returns the red component in the range 0-1.
getRelation(int) - Method in class com.reportmill.datasource.RMEntity
Returns the relation at the given index.
getRelation(String) - Method in class com.reportmill.datasource.RMEntity
Returns the relation for the given key path.
getRelationCount() - Method in class com.reportmill.datasource.RMEntity
Returns the number of relations in the entity.
getRelationEntity(String) - Method in class com.reportmill.datasource.RMEntity
Returns the relation entity for the key path evaluated from this entity.
getRelationEntity() - Method in class com.reportmill.datasource.RMProperty
Returns the relation entity.
getRelationEntityName() - Method in class com.reportmill.datasource.RMProperty
Returns the name of the entity that this relation property points to.
getRelationLocalProperty() - Method in class com.reportmill.datasource.RMProperty
Returns the relation local property.
getRelationLocalPropertyName() - Method in class com.reportmill.datasource.RMProperty
Returns the property name local to this property's entity that the relation uses as a key (primary or foreign).
getRelationRemoteProperty() - Method in class com.reportmill.datasource.RMProperty
Returns the relation remote property.
getRelationRemotePropertyName() - Method in class com.reportmill.datasource.RMProperty
Returns the property name that the relation uses as a key in the remote table (primary or foreign).
getRelations() - Method in class com.reportmill.datasource.RMEntity
Returns the list of relations in the entity.
getRelationSorted(int) - Method in class com.reportmill.datasource.RMEntity
Returns the relation at the given index in the sorted list of relations.
getRepaintBoundsForShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns the bounds for a given shape in the viewer.
getReportMill() - Method in class com.reportmill.graphing.RMGraph
Returns the reportmill.
getReportMill() - Method in class com.reportmill.shape.RMDocument
Returns the reportmill associated with the document (create if needed).
getReportMill() - Method in class com.reportmill.shape.RMShape
Returns the reportmill available for this shape.
getRepresentableString() - Method in class com.reportmill.text.RMXString
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in their associated fonts (simply returns the receiver if all characters are valid).
getReprintWhenWrapped() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row is reprinted on a new page when it's children cross a page boundary.
getResultsKey() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the key used to dereference the results array.
getReversedPath() - Method in class com.reportmill.graphics.RMPath
Returns a new path with the same points as this path, but in reverse order.
getRightIndent() - Method in class com.reportmill.text.RMParagraph
Returns the right side indentation of this paragraph.
getRightSide() - Method in class com.reportmill.datasource.RMCondition
Returns the right side.
getRoll() - Method in class com.reportmill.graphing.RMGraphPartSeries
Override to handle proxy.
getRoll() - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the gradient's rotation.
getRoll() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the rotation of the image fill image.
getRoll() - Method in class com.reportmill.shape.RMShape
Returns the roll of the shape.
getRootDirectory() - Method in class com.reportmill.datasource.RMDataSource
Returns the root directory.
getRootDirectory() - Method in class com.reportmill.datasource.RMDataSourceList
Returns root directory.
getRootEntity() - Method in class com.reportmill.datasource.RMSchema
Returns the root entity.
getRootEntity(boolean) - Method in class com.reportmill.datasource.RMSchema
Returns the root entity.
getRootPath() - Method in class com.reportmill.datasource.RMFTPClient
Returns ftp root path (the login path plus the initial path).
getRootShape() - Method in class com.reportmill.shape.RMShape
Returns the top level shape (usually an RMDocument).
getRow(String, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
Returns a cached row for an entity name and condition.
getRow(RMEntity, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
Returns a cached row for a entity and condition.
getRow(String, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getRow(RMEntity, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getRow(int) - Method in class com.reportmill.shape.RMTable
Returns the specific table row at the given index.
getRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns the row above this one in the template.
getRows(List<? extends RMProperty>, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
Returns a set of rows for the given properties and condition.
getRows(List<? extends RMProperty>, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getRows() - Method in class com.reportmill.datasource.RMQuery
Returns a sample dataset of objects associated with the data source.
getRowsImpl(List<? extends RMProperty>, RMCondition, Class<? extends RMRow>) - Method in class com.reportmill.datasource.RMFileDataSource
Returns a set of rows for the given properties and condition.
getRowsImpl(List<? extends RMProperty>, RMCondition, Class<? extends RMRow>) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
getRun(int) - Method in class com.reportmill.text.RMXString
Returns the specific Run at the given index in this XString.
getRunAt(int) - Method in class com.reportmill.text.RMXString
Returns the XString run at the given index.
getRunAtExactly(int) - Method in class com.reportmill.text.RMXString
Returns an XString run for the given character index, potentially splitting an existing run to ensure that new run starts at the given index.
getRunCount() - Method in class com.reportmill.text.RMXString
Returns the number of runs in this XString.
getRunIndexAt(int) - Method in class com.reportmill.text.RMXString
Returns the XString run index for the given character index.
getRunIndexAtExactly(int) - Method in class com.reportmill.text.RMXString
Returns an XString segment index for the given character index, potentially splitting an existing run to ensure that new run starts at the given index.
getRunLast() - Method in class com.reportmill.text.RMXString
Returns the last run in this XString (convenience).
getSampleGraphArea() - Method in class com.reportmill.graphing.RMGraphArea
Returns a graph area configured like this one showing sample data.
getSampleObjects() - Method in class com.reportmill.graphing.RMGraph
Returns a list of sample objects for this graph.
getSampleSchema(Object) - Method in class com.reportmill.datasource.RMURLDataSource
Reads the sample schema from given source.
getSampleURL() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the sample URL.
getSampleURLString() - Method in class com.reportmill.datasource.RMURLDataSource
Return the sample URL string.
getScaleX() - Method in class com.reportmill.shape.fill.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.shape.fill.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.RMXMLWriter
Returns the schema.
getSchema() - Method in class com.reportmill.datasource.RMDataSource
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
getSchema() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getSchema() - Method in class com.reportmill.datasource.RMDataSourceStub
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
getSchema() - Method in class com.reportmill.datasource.RMEntity
Returns the schema that owns this entity.
getSchema() - Method in class com.reportmill.datasource.RMFileDataSource
Returns schema (loaded froms RMSchema.xml file).
getSchema() - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
getSchema(Object, String, int) - Method in class com.reportmill.datasource.RMSchemaMaker
This code returns a schema for a given object graph of Java primitives (Map, List, String, Number, Date).
getSchema(RXElement) - Method in class com.reportmill.datasource.RMSchemaMaker
Creates and returns a schema for a given xml element tree.
getSchema() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the schema.
getSchema() - Method in class com.reportmill.datasource.RMXMLDataSource
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
getSchemaMaker() - Method in class com.reportmill.base.RMXMLWriter
Returns the schema maker.
getSchemaVisible() - Method in class com.reportmill.datasource.RMDataSource
Returns the schema that should be visible to users.
getSchemaVisible() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getSchemaVisible() - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
 
getScrollableTracksViewportHeight() - Method in class com.reportmill.viewer.RMViewer
 
getScrollableTracksViewportWidth() - Method in class com.reportmill.viewer.RMViewer
Scrollable methods.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
 
getSection(int) - Method in class com.reportmill.graphing.RMGraph
Returns the individual section at the given index.
getSectionCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of sections in this graph.
getSectionLayout() - Method in class com.reportmill.graphing.RMGraphArea
Returns the layout of series values.
getSections() - Method in class com.reportmill.graphing.RMGraph
Returns the graph sections.
getSections(RMGraph) - Static method in class com.reportmill.graphing.RMGraphSection
Returns the list of sections for the graph.
getSectionTotal() - Method in class com.reportmill.graphing.RMGraphSection
Returns the total for all values in series.
getSegments() - Method in class com.reportmill.graphics.RMPath
Converts a path into an array of RMBezier/Quadratic/Lines.
getSelectedLayer() - Method in class com.reportmill.shape.RMPage
Returns the selected layer.
getSelectedLayerIndex() - Method in class com.reportmill.shape.RMPage
Returns the index of the selected layer.
getSelectedPage() - Method in class com.reportmill.shape.RMDocument
Returns the currently selected page of this document.
getSelectedPage() - Method in class com.reportmill.viewer.RMViewer
Returns the currently selected page shape.
getSelectedPageIndex() - Method in class com.reportmill.shape.RMDocument
Returns the current page index of this document.
getSelectedPageIndex() - Method in class com.reportmill.viewer.RMViewer
Returns the index of the current visible document page.
getSelectedPart() - Method in class com.reportmill.graphing.RMGraphArea
Returns the currently selected part.
getSelectedPartShape() - Method in class com.reportmill.graphing.RMGraphArea
Returns the selected part shape.
getSelectedSeries() - Method in class com.reportmill.graphing.RMGraphArea
Returns the selected series part, if available.
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).
getSeries(int) - Method in class com.reportmill.graphing.RMGraph
Returns the individual series at the given index.
getSeries() - Method in class com.reportmill.graphing.RMGraph
Returns the list of series.
getSeries(int) - Method in class com.reportmill.graphing.RMGraphArea
Returns the individual series object and the given index.
getSeries() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the section item series.
getSeries(RMGraph) - Static method in class com.reportmill.graphing.RMGraphSeries
Returns the graph series for a given graph.
getSeriesCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of series in this graph.
getSeriesCount() - Method in class com.reportmill.graphing.RMGraphArea
Returns the number of series.
getSeriesIndex() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the series index.
getSeriesItem() - Method in class com.reportmill.graphing.RMGraphSection.Item
Returns the section item series item.
getSeriesTotal() - Method in class com.reportmill.graphing.RMGraphSeries
Returns the total for all values in series.
getSetGap() - Method in class com.reportmill.graphing.RMGraphPartBars
Returns the width of the gap between sets as a fraction of chart area.
getSetMethod() - Method in class com.reportmill.base.RMKey.KeyAccessor
Searches for a set method for given key then caches and returns result.
getShapeAtPoint(Point2D, boolean) - Method in class com.reportmill.viewer.RMViewer
Returns the first shape hit by the given point.
getShapePainter() - Method in class com.reportmill.viewer.RMViewer
Returns the object that is actually responsible for paining shapes in the viewer.
getShapeRepaintEnabled() - Method in class com.reportmill.viewer.RMViewer
Returns whether changes to shapes cause repaints.
getShapesToAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shapes from this shape to a given ancestor, inclusive.
getShapesToDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shape's from this shape to given descendant, inclusive.
getShapesToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns a list of shapes from this shape to given shape.
getShowAxisLabels() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Returns whether the graph shows axis labels.
getShowAxisLabels() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Returns whether the graph draws axis labels.
getShowGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should show an alignment grid.
getShowGridLines() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Returns whether the graph shows grid lines between label axis sections.
getShowLegend() - Method in class com.reportmill.graphing.RMGraph
Returns whether the graph shows a legend.
getShowMajorGrid() - Method in class com.reportmill.graphing.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.graphing.RMGraphPartValueAxis
Returns whether the graph draws the minor axis.
getSimpleName() - Method in class com.reportmill.datasource.RMFile
Returns the file simple name.
getSize() - Method in class com.reportmill.shape.RMShape
Returns the size of the shape.
getSize2D() - Method in class com.reportmill.text.RMFont
Returns the font size of this font.
getSizeBorders() - Method in class com.reportmill.shape.RMImage
Returns whether the image shape should resize it's borders to fit dynamically provided images.
getSizeP() - Method in class com.reportmill.shape.RMShape
Returns the size of the shape in parent coords.
getSkewX() - Method in class com.reportmill.shape.RMShape
Returns the skew of the X axis of the shape.
getSkewY() - Method in class com.reportmill.shape.RMShape
Returns the skew of the Y axis of the shape.
getSnapGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to an alignment grid.
getSnapMargin() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to a margin rect.
getSort(int) - Method in class com.reportmill.base.RMGrouping
Returns the individual sort at the given index.
getSort(int) - Method in class com.reportmill.shape.RMLabels
Returns the specific sort at the given index.
getSortCount() - Method in class com.reportmill.base.RMGrouping
Returns the number of sorts in the grouping.
getSortCount() - Method in class com.reportmill.shape.RMLabels
Returns the number of sorts associated with labels.
getSortOnValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to sort on values explicitly provided.
getSorts() - Method in class com.reportmill.base.RMGrouping
Returns the groupings list of sorts.
getSorts() - Method in class com.reportmill.shape.RMLabels
Returns the list of sorts associated with labels.
getSoundData() - Method in class com.reportmill.shape.RMSound
Returns the sound data for this sound shape.
getSoundName() - Method in class com.reportmill.shape.RMSound
Returns the name of the sound.
getSource() - Method in class com.reportmill.datasource.RMJSONDataSource
Returns the datasource source.
getSource() - Method in class com.reportmill.datasource.RMXMLDataSource
Returns the source for the datasource.
getSource() - Method in class com.reportmill.shape.RMImage
Returns the source for this image (actually from it's image fill's image data).
getSource() - Method in class com.reportmill.shape.RMSound
For the moment, this has to be here for the binder
getSource() - Method in class com.reportmill.viewer.RMViewer
Returns the document source.
getSourceDocument(Object) - Method in class com.reportmill.viewer.RMViewer
Returns the document for a source.
getSourceDocumentCached(Object) - Method in class com.reportmill.viewer.RMViewer
Returns the document for a source, using cache.
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.
getStandard(String) - Static method in class com.reportmill.base.RMKey
Returns the key in a standard format (strip is/get prefix and start with capital letter).
getStandardName() - Method in class com.reportmill.datasource.RMProperty
Returns the name in a standard format (strip is/get prefix and start with capital letter).
getStartAngle() - Method in class com.reportmill.shape.RMOval
Returns the start angle for the oval.
getStartingPageBreak() - Method in class com.reportmill.shape.RMTable
Returns whether this table should always start on a new page (if in table group).
getStopColor(int) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the color of the stop at the given index.
getStopPosition(int) - Method in class com.reportmill.shape.fill.RMGradientFill
Returns the position (in the range {0-1}) for the given stop index.
getStrikethroughOffset() - Method in class com.reportmill.text.RMFont
Returns the distance above the baseline that a strikethrough should be drawn.
getString(int) - Method in class com.reportmill.graphing.RMGraphLegend
Returns the specific string at the given index.
getString() - Method in class com.reportmill.text.RMXString
Returns the simple String represented by this RMXString.
getStringCount() - Method in class com.reportmill.graphing.RMGraphLegend
Returns the number of legend strings.
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.
getStringSize() - Method in class com.reportmill.datasource.RMProperty
Returns the string size.
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.graphing.RMProxyShape
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.
getStrokePath(RMShape) - Method in class com.reportmill.shape.fill.RMStroke
Returns the path to be stroked, transformed from the input path.
getStrokeSuper() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getStrokeWidth() - Method in class com.reportmill.shape.RMShape
Returns the stroke width of the shape's stroke in printer points.
getStrokeWidth() - Method in class com.reportmill.text.RMXString.Outline
Returns the stroke width for this outline.
getSubreport(String) - Method in class com.reportmill.shape.RMDocument
Returns a subreport document for given name (override to improve).
getSweepAngle() - Method in class com.reportmill.shape.RMOval
Returns the sweep angle for the oval.
getSyncStructureWithAlternates() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of alternate versions.
getSyncStructureWithRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of the row immediately above it.
getTab(int) - Method in class com.reportmill.text.RMParagraph
Returns the specific tab value for the given index in printer points.
getTabCount() - Method in class com.reportmill.text.RMParagraph
Returns the number of tabs associated with this paragraph.
getTabIndex(float) - Method in class com.reportmill.text.RMParagraph
Returns the tab index for the given location.
getTable() - Method in class com.reportmill.shape.RMTableRow
Returns the parent of this table row.
getTabs() - Method in class com.reportmill.text.RMParagraph
Returns the raw tab array
getTabsString() - Method in class com.reportmill.text.RMParagraph
Returns the values of all the tabs associated with this paragraph as a comma separated string.
getTabType(int) - Method in class com.reportmill.text.RMParagraph
Returns the type of tab at the given index.
getTabTypes() - Method in class com.reportmill.text.RMParagraph
Returns the raw tab type array
getTemplate() - Method in class com.reportmill.shape.RMTableRow
Returns the template row for this table row rpg.
getText() - Method in class com.reportmill.shape.RMText
Returns the text associated with this RMText as a plain String.
getTextBounds() - Method in class com.reportmill.shape.RMText
Returns the actual bounding rect of the text (currently just inset 2 pixels on either side).
getTextColor() - Method in class com.reportmill.graphing.RMProxyShape
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.RMText
Returns the color of the first character of the xstring associated with this RMText.
getTextLayout() - Method in class com.reportmill.shape.RMText
Returns a text layout configured for this text, with layout already performed.
getTextLayout(boolean) - Method in class com.reportmill.shape.RMText
Returns a text layout configured for this text, with an option to perform layout.
getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the thousands separator.
getTitle() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the title of the series.
getTitle() - Method in class com.reportmill.graphing.RMGraphSeries
Returns the title for this series.
getTitle() - Method in class com.reportmill.shape.RMTableRow
Returns the title for this table row in it's parent table.
getTitleDefault() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the default title.
getTopNSort() - Method in class com.reportmill.base.RMGrouping
Returns the top N sort for the grouping.
getTransform() - Method in class com.reportmill.shape.RMShape
Returns the transform to this shape from its parent.
getTransform3D() - Method in class com.reportmill.graphing.RMGraphViewBar3D
Returns bar graph's camera transform (overrides Scene3D to make pitch always relative to camera).
getTransform3D() - Method in class com.reportmill.graphing.RMGraphViewPie3D
Returns bar graph's camera transform (overrides Scene3D to make pitch always relative to camera).
getTransformFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the transform from the given shape to this shape.
getTransformFromShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns the transform from given shape to viewer.
getTransformInverse() - Method in class com.reportmill.shape.RMShape
Returns the transform from this shape to it's parent.
getTransformToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the transform from this shape to the given shape.
getType() - Method in class com.reportmill.datasource.RMFile
Returns the file type (extension without the '.').
getType() - Method in class com.reportmill.datasource.RMProperty
Returns the type of this property.
getType() - Method in class com.reportmill.graphing.RMGraph
Returns the graph type (TYPE_BAR, TYPE_PIE, etc.).
getType() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the type of the image for this image fill (gif, jpg, png, etc.).
getTypeString() - Method in class com.reportmill.datasource.RMDataSource
Returns the type string.
getTypeString() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
getTypeString() - Method in class com.reportmill.datasource.RMFileDataSource
Returns the type string.
getTypeString() - Method in class com.reportmill.datasource.RMFTPDataSource
Returns the type string.
getTypeString() - Method in class com.reportmill.datasource.RMGAEDataSource
Returns the type string.
getTypeString() - Method in class com.reportmill.datasource.RMJSONDataSource
Returns the type string.
getTypeString() - Method in class com.reportmill.datasource.RMURLDataSource
Returns the type string.
getUnderlineOffset() - Method in class com.reportmill.text.RMFont
Returns the distance below the baseline that an underline should be drawn.
getUnderlineThickness() - Method in class com.reportmill.text.RMFont
Returns the default thickness that an underline should be drawn.
getUndoer() - Method in class com.reportmill.shape.RMDocument
Returns the RMUndoer for this document.
getUndoer() - Method in class com.reportmill.shape.RMShape
Returns the undoer for this shape (or null if not there).
getUndoer() - Method in class com.reportmill.viewer.RMViewer
Returns the undoer associated with the viewer's document.
getUniqueRow(RMRow) - Method in class com.reportmill.datasource.RMDataSource
Returns any previously loaded incarnation of given row, based on its primary key, otherwise it returns the given row (after adding it to allRows for row entity).
getUnit() - Method in class com.reportmill.shape.RMDocument
Returns the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
getUnitsFromPoints(float) - 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.
getUpdateProperties() - Method in class com.reportmill.datasource.RMRow
Returns the update properties (properties that have changed).
getUrl() - Method in class com.reportmill.graphing.RMProxyShape
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.RMXMLWriter
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getUseGetAndIsMethodsOnly() - Method in class com.reportmill.datasource.RMSchemaMaker
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getUserName() - Method in class com.reportmill.datasource.RMFTPClient
Returns the user name of the connection.
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, 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) - Method in class com.reportmill.datasource.RMCondition
Returns the value of evaluating this condition on given object.
getValue() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the value for this series value.
getValueAxis() - Method in class com.reportmill.graphing.RMGraphArea
Returns the value axis shape.
getValueFunctionCall(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain (assumed to be a function) on the given object.
getValueImpl(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given object.
getValueList(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
Returns the result of evaluating the given key chain on the given list.
getValues() - Method in class com.reportmill.base.RMGrouping
Returns a list of explicit values for this grouping.
getValuesString() - Method in class com.reportmill.base.RMGrouping
Returns the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
getValueString() - Method in class com.reportmill.base.RMKeyChain
Returns the value of the keychain as a string.
getVersion() - Method in class com.reportmill.shape.RMDocument
Returns the version this document was loaded as.
getVersion() - Method in class com.reportmill.shape.RMSwitchShape
Returns the currently selected version string for the switch shape.
getVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Returns the switch shape associated with the given version name.
getVersion() - Method in class com.reportmill.text.RMXString
Returns the version of this xstring.
getVersionKey() - Method in class com.reportmill.shape.RMSwitchShape
Returns the version key used to get the version used in a report.
getVersionNames() - Method in class com.reportmill.shape.RMSwitchShape
Returns a sorted list of all version names contained in the switch shape.
getVisbileBounds() - Method in class com.reportmill.shape.RMShape
Returns the visible bounds in shape coords, by intersecting this shape's bounds with ancester clip and child clip.
getVisibleBounds(RMRect) - Method in class com.reportmill.shape.RMShape
Returns the visible bounds of given rect in shape coords, by intersecting rect with ancester clip and child clip.
getVisibleBounds(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the visible bounds in given ancestor coords, by intersecting this shape's bounds with ancester clip and child clip.
getVisibleBounds(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the visible bounds of given rect in given ancestor coords, by intersecting the rect with ancester clip and child clip.
getVisibleChild(int) - Method in class com.reportmill.datasource.RMFile
Returns the individual visible child at index.
getVisibleChildCount() - Method in class com.reportmill.datasource.RMFile
Returns the number of visible children.
getVisibleChildren() - Method in class com.reportmill.datasource.RMFile
Returns the visible children.
getVisibleEnd() - Method in class com.reportmill.shape.RMText
Returns the last character index visible in this text.
getVisibleStart() - Method in class com.reportmill.shape.RMText
Returns the first character index visible in this text.
getWebInfFile(RMGAEDataSource, RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
Returns the WEB-INF file.
getWidth() - Method in class com.reportmill.graphics.RMPath
Returns the width of the path.
getWidth() - Method in class com.reportmill.shape.fill.RMStroke
Returns the line width of this stroke.
getWidth() - Method in class com.reportmill.shape.RMShape
Returns the width of the shape.
getWidthToFit() - Method in class com.reportmill.shape.RMText
Returns the ideal width for this RMText.
getWindingRule() - Method in class com.reportmill.graphics.RMPath
Returns the winding rule which describes how inner path perimeters are filled and clipped.
getWindowXML() - Method in class com.reportmill.shape.RMDocument
Returns the xml element for the document window.
getWraps() - Method in class com.reportmill.shape.RMText
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
getX() - Method in class com.reportmill.graphics.RMPath
Returns the X of the path.
getX() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the X location (offset) of the image fill image.
getX() - Method in class com.reportmill.shape.RMShape
Returns the X location of the shape.
getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an xml RXElement tree for given Java dataset and optional userInfo, out to given degree of separation.
getXML(Object, RMSchema, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an element tree for given collections map and schema.
getXString() - Method in class com.reportmill.shape.RMText
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.RMPath
Returns the Y of the path.
getY() - Method in class com.reportmill.shape.fill.RMImageFill
Returns the Y location (offset) of the image fill image.
getY() - Method in class com.reportmill.shape.RMShape
Returns the Y location of the shape.
getZoomFactor() - Method in class com.reportmill.viewer.RMViewer
Returns the viewer's zoom factor (1 by default).
getZoomFocusRect() - Method in class com.reportmill.viewer.RMViewer
Returns zoom focus rect (just the visible rect by default, but overriden by editor to return selected shapes rect).
getZoomMode() - Method in class com.reportmill.viewer.RMViewer
Returns the ZoomMode (ZoomToFit, ZoomIfNeeded, ZoomToFactor).
getZoomToActualSizeFactor() - Method in class com.reportmill.viewer.RMViewer
Returns the zoom factor to view the document at actual size taking into account the current screen resolution.
getZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
Returns the zoom factor to exactly fit the document in the viewer.
GRAPH_PART_3D - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_BARS - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_GRAPH_AREA - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_LABEL_AXIS - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_NONE - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_PIE - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_SERIES - Static variable in class com.reportmill.graphing.RMGraphArea
 
GRAPH_PART_VALUE_AXIS - Static variable in class com.reportmill.graphing.RMGraphArea
 
gray - Static variable in class com.reportmill.graphics.RMColor
 
green - Static variable in class com.reportmill.graphics.RMColor
 

H

handleAtPointForBounds(RMPoint, RMRect, int, RMSize) - Method in class com.reportmill.graphics.RMPath
Returns the handle index for a given point against this path scaled to the given rect.
hasAggregate() - Method in class com.reportmill.base.RMKeyChain
Returns whether key has an aggregate key in it.
hasAlpha() - Method in class com.reportmill.shape.fill.RMFill
Returns whether fill has transparency.
hasAlpha() - Method in class com.reportmill.shape.fill.RMGradientFill
Returns true if any of the colors in the gradient have alpha
hasAlternateVersions() - Method in class com.reportmill.shape.RMSwitchShape
Returns whether switch shape has version(s) other than the default.
hasKey(Object, String) - Static method in class com.reportmill.base.RMKey
Returns whether given object has an accessor for given key.
hasMouseVersions() - Method in class com.reportmill.shape.RMSwitchShape
Returns whether switch shape has any mouse versions ("Mouse Over" or "Mouse Down").
hasOp(RMKeyChain.Operator) - 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 - Variable in class com.reportmill.base.RMSize
 
height() - Method in class com.reportmill.shape.RMShape
Returns raw height of shape.
Helvetica10 - Static variable in class com.reportmill.text.RMFont
 
Helvetica12 - Static variable in class com.reportmill.text.RMFont
 
Helvetica14 - Static variable in class com.reportmill.text.RMFont
 
hitHandle(RMPoint, int, RMSize) - Method in class com.reportmill.graphics.RMPath
Hit test the point (in path coords) against a given path point.

I

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.
ignoreClass(Class) - Method in class com.reportmill.datasource.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class.
ignoreClass(String) - Method in class com.reportmill.datasource.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class (by class name).
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.
ignoreMember(String) - Method in class com.reportmill.datasource.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given name.
ignoreMember(Class, String) - Method in class com.reportmill.datasource.RMSchemaMaker
Tells schema maker to ignore members for a particular class.
ignoreMember(String, String) - Method in class com.reportmill.datasource.RMSchemaMaker
Tells schema maker to ignore members for a particular class name.
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.
indexOf(String) - Method in class com.reportmill.text.RMXString
Returns the index within this string of the first occurrence of the given substring.
indexOf(String, int) - Method in class com.reportmill.text.RMXString
Returns the index within this string of first occurrence of given substring, starting at given index.
indexOfChild(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the index of the given child in this shape's children list.
indexOfCondition(RMCondition) - Method in class com.reportmill.datasource.RMConditionList
Returns the index of a given condition.
inRect(RMRect) - Method in class com.reportmill.base.RMPoint
Returns whether the receiver is in the given rect.
insertColorStop(RMColor, float) - Method in class com.reportmill.shape.fill.RMGradientFill
Adds a new color stop at the given position.
insertRow(RMRow) - Method in class com.reportmill.datasource.RMDataSource
Registers row to be inserted.
insertRow(RMRow) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
insertRowImpl(RMRow) - Method in class com.reportmill.datasource.RMFileDataSource
Inserts a given row.
insertRowImpl(RMRow) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
inset(float) - Method in class com.reportmill.base.RMRect
Insets the receiver rect by the given amount.
inset(float, float) - Method in class com.reportmill.base.RMRect
Insets the receiver rect by the given amount.
insetRect(float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver inset by the given amount.
insetRect(float, float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver inset by the given amount.
intersectedRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns the rect formed by the area overlapping with the given rect.
intersects(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
Returns whether the interior of the path intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Returns whether the interior of the path intersects the interior of a specified rectangular area.
intersects(RMPoint, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path is hit by point for a path linewidth.
intersects(RMLine) - Method in class com.reportmill.graphics.RMPath
Returns whether path is hit by a line.
intersects(double, double, double, double, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path drawn with given linewidth is hit by given rect.
intersects(RMPath, float) - Method in class com.reportmill.graphics.RMPath
Returns whether path drawn with given linewidth is hit by given path.
intersects(RMPath) - Method in class com.reportmill.shape.RMShape
Returns whether this shape is hit by the path, given in this shape's parent's coords.
intersectsRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect.
intersectsRectEvenIfEmpty(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect.
intValueForKey(Object, String) - Static method in class com.reportmill.base.RMKey
Returns an int value for a key.
isAbreast() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section items layout is abreast.
isAllTextVisible() - Method in class com.reportmill.shape.RMText
Returns whether all characters can be visibly rendered in text bounds.
isAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's ancestors.
isAnimProperty(String) - Method in class com.reportmill.shape.RMShape
Returns whether given property name is anim property.
isAttribute() - Method in class com.reportmill.datasource.RMProperty
Returns whether this property is a simple attribute.
isAutoGenerated() - Method in class com.reportmill.datasource.RMProperty
Returns whether column is automatically generated (numbered), thus read-only.
isBold() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered bold.
isClosed() - Method in class com.reportmill.graphics.RMPath
Returns whether path has any open subpaths.
isConnected() - Method in class com.reportmill.datasource.RMFTPClient
Returns whether client is connected.
isCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether currency symbol is used (dollars, local or international).
isDerived() - Method in class com.reportmill.datasource.RMProperty
Returns whether property value is derived from other properties and doesn't require persistence.
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.RMTableRow
Returns whether this table row rpg is a details.
isDirectory() - Method in class com.reportmill.datasource.RMFile
Returns whether resource is a directory.
isEditing() - Method in interface com.reportmill.shape.RMDocument.DocListener
 
isEditing() - Method in class com.reportmill.shape.RMDocument
Returns whether the document is visible in an editor.
isEditing() - Method in class com.reportmill.shape.RMShape
Returns whether this shape (and its parents) is visible in a editor.
isEditing() - Method in class com.reportmill.viewer.RMViewer
Returns whether viewer is really doing editing.
isFirePropertyChangeEnabled() - Method in class com.reportmill.datasource.RMRow
Returns whether fire property change is enabled.
isHeader() - Method in class com.reportmill.shape.RMTableRow
Returns whether this table row rpg is a header.
isHittable() - Method in class com.reportmill.shape.RMShape
Returns whether shape is hittable (by asking parent).
isHittableChild(RMShape) - Method in class com.reportmill.shape.RMPage
Override so page layers can make children unhittable.
isHittableChild(RMShape) - Method in class com.reportmill.shape.RMShape
Returns whether given child shape is hittable.
isHTTPDataSource() - Method in class com.reportmill.datasource.RMFTPDataSource
Returns whether data source is really HTTP data source.
isItalic() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered italic.
isKey(String) - Static method in class com.reportmill.base.RMKey
Returns whether given string is a valid key (starts with letter and only contains letters, digits, white space and under bars).
isLayered() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section items layout is layered.
isLocalCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether local currency symbol is used.
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).
isMeshed() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section layout is meshed.
isMouseDown() - Method in class com.reportmill.shape.RMShape
Returns whether mouse was pressed on this shape in current mouse loop.
isMouseOver() - Method in class com.reportmill.shape.RMShape
Returns whether mouse is over this shape.
isNegated() - Method in class com.reportmill.datasource.RMCondition
Returns whether condition is negated.
isNegativeInRed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether this format shows negative values in red.
isNullable() - Method in class com.reportmill.datasource.RMProperty
Returns whether property allows nulls.
isPercentSymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
isPreview() - Method in class com.reportmill.viewer.RMViewer
Returns whether editor is preview (or viewer) mode.
isPrimary() - Method in class com.reportmill.datasource.RMProperty
Returns whether this property is a primary key.
isPrivate() - Method in class com.reportmill.datasource.RMProperty
Returns whether this property is private.
isRelation() - Method in class com.reportmill.datasource.RMProperty
Returns whether this property is a relation.
isRoot() - Method in class com.reportmill.shape.RMShape
Editor method - returns whether this shape is at the top level (usually RMPage).
isSeparated() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section layout is separated.
isShowing() - Method in class com.reportmill.shape.RMDocument
Returns whether the document is visible in a viewer or editor.
isShowing() - Method in class com.reportmill.shape.RMShape
Returns whether this shape (and its parents) is visible in a viewer or editor.
isStacked() - Method in class com.reportmill.graphing.RMGraphArea
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.RMText
Editor method.
issueCommand(String) - Method in class com.reportmill.datasource.RMFTPClient.FtpClientPlus
Override to make public.
isSummary() - Method in class com.reportmill.shape.RMTableRow
Returns whether this table row rpg is a summary.
isToMany() - Method in class com.reportmill.datasource.RMProperty
Returns whether this property is a to many relation.
isUnderlined() - Method in class com.reportmill.graphing.RMProxyShape
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.RMText
Returns if char 0 is underlined.
isValid() - Method in class com.reportmill.shape.RMShape
Returns whether shape layout is valid (up to date).
isVertical() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether graph area is considered vertical.
isVertical() - Method in class com.reportmill.graphing.RMGraphViewBar
Returns whether graph is vertical.
isViewing() - Method in class com.reportmill.shape.RMShape
Returns whether this shape (and its parents) is visible in a viewer.
isVisible() - Method in class com.reportmill.datasource.RMFile
Returns whether file is visible (not hidden).
isVisible() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is visible.
isVisibleChild(RMShape) - Method in class com.reportmill.shape.RMPage
Override so page layers can make children not visible.
isVisibleChild(RMShape) - Method in class com.reportmill.shape.RMShape
Returns whether given child shape is visible.
isVisibleDeep() - Method in class com.reportmill.shape.RMShape
Returns whether shape is cumulatively visible, according to parent and this shape.
isZoomToFactor() - Method in class com.reportmill.viewer.RMViewer
Returns whether viewer is set to ZoomToFactor.
ITALIC - Static variable in class com.reportmill.text.RMFont
 

L

layoutReset() - Method in class com.reportmill.shape.RMShape
Resets the shape layout (convenience to account for null layouts).
length() - Method in class com.reportmill.base.RMKeyChain
Returns the number of nodes in the chain.
length() - Method in class com.reportmill.shape.RMText
Returns the length, in characters, of the XString associated with this RMText.
length() - Method in class com.reportmill.text.RMXString
Returns the number of characters associated with this RMXString.
lightBlue - Static variable in class com.reportmill.graphics.RMColor
 
lightGray - Static variable in class com.reportmill.graphics.RMColor
 
LINE_TO - Static variable in class com.reportmill.graphics.RMPath
 
LineCapButt - Static variable in class com.reportmill.graphics.RMPath
 
LineCapProjectingSquare - Static variable in class com.reportmill.graphics.RMPath
 
LineCapRound - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinBevel - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinMiter - Static variable in class com.reportmill.graphics.RMPath
 
LineJoinRound - Static variable in class com.reportmill.graphics.RMPath
 
lineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point.
lineTo(double, double) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point.

M

magenta - Static variable in class com.reportmill.graphics.RMColor
 
magnitude() - Method in class com.reportmill.base.RMSize
Returns the square root of the sum of the squares of the width and height.
main(String[]) - Static method in class com.reportmill.base.RMKeyChain
Simple main implementation, so RM's expressions can be used for simple math.
main2(String[]) - Static method in class com.reportmill.datasource.RMFTPClient
Test.
makeTableChildOfTable(RMTable, Object) - Method in class com.reportmill.shape.RMTableGroup
This method moves a table to a new parent (used for Move In and Move Out menus).
maxX() - Method in class com.reportmill.base.RMRect
Returns the max x of the rect.
MaxXEdge - Static variable in class com.reportmill.base.RMRect
 
maxY() - Method in class com.reportmill.base.RMRect
Returns the max y of the rect.
MaxYEdge - Static variable in class com.reportmill.base.RMRect
 
MinXEdge - Static variable in class com.reportmill.base.RMRect
 
MinYEdge - Static variable in class com.reportmill.base.RMRect
 
mkdir(String) - Method in class com.reportmill.datasource.RMFTPClient
Creates a directory for given path.
mkdirs(String) - Method in class com.reportmill.datasource.RMFTPClient
Creates a directory for given path (relative to root path).
mouseClicked(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse clicked events.
mouseDragged(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse dragged events.
mouseEntered(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse entered events.
mouseExited(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse exited events.
mouseMoved(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse moved events.
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse pressed events.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse released events.
MOVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
moveGrouping(int, int) - Method in class com.reportmill.graphing.RMGraph
Moves the grouping at the first index so that it resides at the second index.
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(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point.
moveTo(double, double) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point.
moveToNewLayer(List) - Method in class com.reportmill.shape.RMPage
Creates a new layer and adds the shapes in the given list to it.
multiply(double, double) - Method in class com.reportmill.base.RMPoint
Multiplies this point by the given sx and sy.

N

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

O

offset(float, float) - Method in class com.reportmill.base.RMPoint
Offsets the receiver by the given x and y.
offset(double, double) - Method in class com.reportmill.base.RMRect
Offsets the receiver by the given x & y.
offsetChildrenXY(float, float) - Method in class com.reportmill.shape.RMShape
Offsets this shape's children by the given dx, dy.
offsetRect(float, float) - Method in class com.reportmill.base.RMRect
Creates a rect derived by offsetting the receiver by the given x & y.
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.text.RMXString
 

P

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.viewer.RMViewer
Selects the previous page.
pageForward() - Method in class com.reportmill.viewer.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.
paginate() - Method in class com.reportmill.shape.RMText
Paginates this text by creating linked texts to show all text and returns a list of this text and the linked texts.
paint(RMShapePainter, Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paint to suppress selected part.
paint(RMShapePainter, Graphics2D, RMShape) - Method in class com.reportmill.shape.fill.RMFill
Render this fill in a Java2D Graphics2D.
paint(RMShapePainter, Graphics2D, RMShape) - Method in class com.reportmill.shape.fill.RMGradientFill
Render this fill in a Java2D Graphics2D.
paint(RMShapePainter, Graphics2D, RMShape) - Method in class com.reportmill.shape.fill.RMImageFill
Render this fill in a Java2D Graphics2D.
paint(RMShapePainter, Graphics2D, RMShape) - Method in class com.reportmill.shape.fill.RMStroke
Render this fill in a Java2D Graphics2D.
paint(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMShape
Top-level generic shape painting - sets transform and opacity then does a paintAll.
paintComponent(Graphics) - Method in class com.reportmill.viewer.RMViewer
Overrides JComponent implementation to paint viewer shapes and page, margin, grid, etc.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paintShape to suppress normal shape paint.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMDocument
Overrides paint shape, because document should never really paint itself.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMLabel
Paints label.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMLabels
Paint labels shapes.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMPage
Top-level generic shape painting (sets transform, recurses to children, paints this).
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMPolygon
Handles painting a polygon shape.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMShape
Basic shape painting - paints shape fill and stroke.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMSound
Handles painting a sound shape.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMSwitchShape
Paints switch shape.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMTable
Paints a table shape.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMTableRow
Paints table row.
paintShape(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMText
Paints a text shape.
paintShapeAll(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMShape
Calls paintShape, paintShapeChildren and paintShapeOver.
paintShapeChildren(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMPage
Overridden to clip when viewing.
paintShapeChildren(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMShape
Paints shape children.
paintShapeOver(RMShapePainter, Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paintShapeOver to suppress normal shape paint.
paintShapeOver(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMShape
Paints after (on top) of children.
paintShapeOver(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMTable
Paints stroke around table after all children have drawn.
paintShapeOver(RMShapePainter, Graphics2D) - Method in class com.reportmill.shape.RMTableGroup
Paints table group button after child table has been drawn.
PARAGRAPH_KEY - Static variable in class com.reportmill.text.RMXString
 
pdfBytes() - Method in class com.reportmill.shape.RMDocument
Obsolete method for old pdfBytes() method.
peerDidChange(RMShape) - Method in class com.reportmill.shape.RMText
This notification method is called when any peer is changed.
performActionURLClick(String) - Method in class com.reportmill.viewer.RMViewer
Viewer callback - called when shape with URL is clicked (opens URL).
pink - Static variable in class com.reportmill.graphics.RMColor
 
PLAIN - Static variable in class com.reportmill.base.RMNumberFormat
 
PLAIN - Static variable in class com.reportmill.text.RMFont
 
play() - Method in class com.reportmill.viewer.RMViewer
Starts any animation viewer might have.
pointCountForElementType(int) - Method in class com.reportmill.graphics.RMPath
Returns the total number of points associated with a given type of path element.
pointInPathCoordsFromPoint(RMPoint, RMRect) - 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.
print(String) - Method in class com.reportmill.datasource.RMFTPClient
Prints message.
print() - Method in class com.reportmill.viewer.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.viewer.RMViewer
This method tells the RMViewer to print to the printer with the given printer name (use null for default printer).
println(String) - Method in class com.reportmill.datasource.RMFTPClient
Prints a message with a newline.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMConditionList
Catches child property changes and forwards them to our listener.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMDataSource
Overridden to track property changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMDataSourceList
Override to catch changes to child data sources.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMEntity
PropertyChangeListener implementation to forward property changes to entity property change listener.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.datasource.RMQuery
Catches changes to condition and properties.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.graphing.RMGraphArea
Overrides normal version to suppress child changes and propagate part changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMShape
Property change listener implementation.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMTable
Called whenever grouper has changed to re-establish which rows remain and their order.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.viewer.RMViewer
PropertyChangeListener method - called by document.
put(String, Object) - Method in class com.reportmill.datasource.RMRow
Override put to do conversion.
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
 
quadTo(RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a QuadTo element to the path for the given point and control point.
quadTo(double, double, double, double) - Method in class com.reportmill.graphics.RMPath
Adds a QuadTo element to the path for the given point and control point.

R

readFile(RMFile) - Method in class com.reportmill.datasource.RMDataSource
Reads a file (bytes really).
readFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFileDataSource
Gets file bytes.
readFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFTPDataSource
Gets file bytes.
readSchema() - Method in class com.reportmill.datasource.RMFileDataSource
Reads schema from file.
readSchema() - Method in class com.reportmill.datasource.RMJSONDataSource
Reads the schema from json file.
rebuild() - Method in class com.reportmill.graphing.RMGraph
Rebuild graph.
rebuild() - Method in class com.reportmill.graphing.RMGraphArea
Notifies graph area that something crucial has changed requiring a rebuild.
rebuild() - Method in class com.reportmill.graphing.RMGraphLegend
Notifies Legend to rebuild.
rebuild() - Method in class com.reportmill.graphing.RMProxyShape
Called when there is a property change.
rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphArea
Notifies graph area that something crucial has changed requiring a rebuild.
rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphViewBar3D
Rebuilds 3D scene from shapes.
rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphViewPie3D
Rebuilds 3D scene from shapes.
red - Static variable in class com.reportmill.graphics.RMColor
 
refresh() - Method in class com.reportmill.datasource.RMDataSource
Clears all cached data in the data source, forcing everything to reload.
refresh() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to real data source.
refresh() - Method in class com.reportmill.datasource.RMQuery
Reloads rows.
refresh() - Method in class com.reportmill.datasource.RMURLDataSource
Override to suppress file clearing.
refresh() - Method in class com.reportmill.datasource.RMXMLDataSource
Invalidates any cached data.
relativeCurveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point offset from the path's current point.
relativeLineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point offset from the path's current point.
relativeMoveTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point offset from the path's current point.
reloadSource() - Method in class com.reportmill.viewer.RMViewer
Reloads the source.
remove(String, int) - Method in class com.reportmill.datasource.RMRow
Removes row at given index of property list for given property.
remove(String, RMRow) - Method in class com.reportmill.datasource.RMRow
Removes a row for a given property.
removeAttribute(String, int, int) - Method in class com.reportmill.text.RMXString
Removes any attribute of the specified type from the specified range of the string.
removeBinder(int) - Method in class com.reportmill.shape.RMDocument
Removes a binder at the given index from the panel.
removeBinder(RMBinder) - Method in class com.reportmill.shape.RMDocument
Removes a binder from the panel.
removeBinder(int) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
removeBinder(RMBinder) - Method in class com.reportmill.viewer.RMViewer
Overrides RJPanel method to get from document.
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 aspect
removeChild(int) - Method in class com.reportmill.datasource.RMFile
Removes a child at given index.
removeChild(RMFile) - Method in class com.reportmill.datasource.RMFile
Removes given child.
removeChild(int) - Method in class com.reportmill.graphing.RMGraphArea
Overrides shape version to suppress property change.
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.RMShape
Remove's the child at the given index from this shape's children list.
removeChild(RMShape) - Method in class com.reportmill.shape.RMShape
Removes the given child from this shape's children list.
removeChildren() - Method in class com.reportmill.shape.RMShape
Removes all children from this shape (in reverse order).
removeColorStop(int) - Method in class com.reportmill.shape.fill.RMGradientFill
Removes the stop at the given index.
removeCondition(int) - Method in class com.reportmill.datasource.RMConditionList
Removes a condition from a given index.
removeCondition(RMCondition) - Method in class com.reportmill.datasource.RMConditionList
Removes the given condition.
removeDataSource(int) - Method in class com.reportmill.datasource.RMDataSourceList
Removes a data source at given index.
removeDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMDataSourceList
Removes a given data source.
removeElement(int) - Method in class com.reportmill.graphics.RMPath
Removes an element, reconnecting the elements on either side of the deleted element.
removeEntity(int) - Method in class com.reportmill.datasource.RMSchema
Removes an entity at given index.
removeEntity(RMEntity) - Method in class com.reportmill.datasource.RMSchema
Removes an entity from the list.
removeFromParent() - Method in class com.reportmill.shape.RMShape
Removes this shape from it's parent.
removeGrouping(RMGrouping) - Method in class com.reportmill.graphing.RMGraph
Removes the given grouping.
removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
Removes the given grouping.
removeKey(int) - Method in class com.reportmill.graphing.RMGraph
Removes a key.
removeLastElement() - Method in class com.reportmill.graphics.RMPath
Removes the last element from the path.
removeLayer(int) - Method in class com.reportmill.shape.RMPage
Removes the layer at given index (and its children).
removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Removes the given layer.
removeListener(EventListener) - Method in class com.reportmill.datasource.RMRow
Remove listener.
removeListener(EventListener) - Method in class com.reportmill.text.RMXString
Remove listener.
removePage(int) - Method in class com.reportmill.shape.RMDocument
Removes the page at the given index from this document.
removePage(RMPage) - Method in class com.reportmill.shape.RMDocument
Removes the given page.
removeParameter(int) - Method in class com.reportmill.datasource.RMQuery
Removes a parameter at given index.
removeParameter(RMProperty) - Method in class com.reportmill.datasource.RMQuery
Removes a given parameter from parameters list.
removeParameter(int) - Method in class com.reportmill.datasource.RMURLDataSource
Removes a parameter at given index.
removeParameter(RMProperty) - Method in class com.reportmill.datasource.RMURLDataSource
Removes a given parameter from parameters list.
removeProperty(int) - Method in class com.reportmill.datasource.RMEntity
Removes a property at given index.
removeProperty(RMProperty) - Method in class com.reportmill.datasource.RMEntity
Removes the given property.
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.
removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
This method removes a table from the table group.
removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Removes the version shape associated with the given name from the alternates map.
repaint() - Method in class com.reportmill.graphing.RMGraphArea
Overrides shape implementation to repaint parent too.
repaint() - Method in class com.reportmill.shape.RMDocument
Make sure document registers for repaint too.
repaint(RMShape) - Method in class com.reportmill.shape.RMDocument
This is a notification call for impending visual shape attribute changes.
repaint() - Method in class com.reportmill.shape.RMShape
Visual change notification - call before making changes that will require repaint.
repaint(RMShape) - Method in class com.reportmill.shape.RMShape
Visual change notification - call before making changes that will require repaint.
repaint() - Method in class com.reportmill.shape.RMText
Editor method - passes on repaints to linked text.
repaint(Rectangle2D) - Method in class com.reportmill.viewer.RMViewer
Requests a repaint for the area represented by the given rect.
replace(int, int, String) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String.
replace(int, int, String, Map) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String, using the given attributes.
replace(int, int, RMXString) - Method in class com.reportmill.text.RMXString
Replaces the chars in given range, with given XString.
reset() - Method in class com.reportmill.graphics.RMPath
Resets the current path with no elements or points.
resetLayers() - Method in class com.reportmill.shape.RMPage
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
resetPath(RMPath) - Method in class com.reportmill.shape.RMPolygon
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.RMDocument
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMShape
Replaces all @Page@ style keys with their actual values for this shape and it's children.
resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMText
Re-does the RPG clone to resolve any @Page@ keys (assumed to be present in userInfo).
revalidate() - Method in class com.reportmill.graphing.RMGraphArea
Overrides shape implementation to request rebuild.
revalidate() - Method in class com.reportmill.shape.RMShape
Sets shape layout to invalid.
reverseColors() - Method in class com.reportmill.shape.fill.RMGradientFill
Reverse the order of the color stops
rgbToLab(float, float, float) - Static method in class com.reportmill.graphics.RMColor
Converts an RGB triplet to a CIELab triplet
RMColor - Class in com.reportmill.graphics
This class represents an RGBA color, just like Java.awt.Color.
RMColor() - Constructor for class com.reportmill.graphics.RMColor
Creates a plain black opaque color.
RMColor(float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray value (0-1).
RMColor(float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given gray and alpha values (0-1).
RMColor(float, float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green blue values (0-1).
RMColor(float, float, float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given red, green, blue values (0-1).
RMColor(float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMColor
Creates a color with the given cyan, magenta, yellow, black and alpha values (0-1).
RMColor(Color) - Constructor for class com.reportmill.graphics.RMColor
Creates an RMColor from the given AWT color.
RMColor(String) - Constructor for class com.reportmill.graphics.RMColor
Creates a new color from the given hex string.
RMCondition - Class in com.reportmill.datasource
Represents a condition that is part of a SQL where clause.
RMCondition() - Constructor for class com.reportmill.datasource.RMCondition
Creates a new select condition.
RMCondition(Object, RMCondition.Operator, Object) - Constructor for class com.reportmill.datasource.RMCondition
Creates a new select condition.
RMCondition.DateConstraint - Enum in com.reportmill.datasource
 
RMCondition.Operator - Enum in com.reportmill.datasource
 
RMConditionList - Class in com.reportmill.datasource
This condition subclass represents a list of conditions.
RMConditionList() - Constructor for class com.reportmill.datasource.RMConditionList
Creates a composite condition.
RMDataSource - Class in com.reportmill.datasource
This class is used as a proxy for objects passed to document's generateReport() method.
RMDataSource() - Constructor for class com.reportmill.datasource.RMDataSource
Creates a plain datasource.
RMDataSource.EntityResolver - Interface in com.reportmill.datasource
 
RMDataSourceList - Class in com.reportmill.datasource
A data source that encapsulates one or more other data sources.
RMDataSourceList(RMDataSource...) - Constructor for class com.reportmill.datasource.RMDataSourceList
Creates a new data source list from given data source(s).
RMDataSourceStub - Class in com.reportmill.datasource
A data source subclass showing methods that need to be implemented.
RMDataSourceStub() - Constructor for class com.reportmill.datasource.RMDataSourceStub
 
RMDataSourceUtils - Class in com.reportmill.datasource
Utility methods for RMProperty.
RMDataSourceUtils() - Constructor for class com.reportmill.datasource.RMDataSourceUtils
 
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.
rmdir(String) - Method in class com.reportmill.datasource.RMFTPClient
Removes a remote directory.
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(float, float) - 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.DocListener - Interface in com.reportmill.shape
An interface to define objects that want to get document notifications.
RMDocument.PageLayout - Enum in com.reportmill.shape
 
RMDocument.Source - Interface in com.reportmill.shape
A simple interface for a viewer source.
RMDocument.Unit - Enum in com.reportmill.shape
 
RMEntity - Class in com.reportmill.datasource
This class represents an entity for a data source.
RMEntity() - Constructor for class com.reportmill.datasource.RMEntity
Creates an empty entity.
RMEntity(String) - Constructor for class com.reportmill.datasource.RMEntity
Creates an entity with the given name.
RMFile - Class in com.reportmill.datasource
Represents a file from a datasource.
RMFileDataSource - Class in com.reportmill.datasource
A datasource to read/write data and files to a file system.
RMFileDataSource() - Constructor for class com.reportmill.datasource.RMFileDataSource
Creates a new file data source.
RMFileDataSource(String, String) - Constructor for class com.reportmill.datasource.RMFileDataSource
Creates a new file data source at given path.
RMFill - Class in com.reportmill.shape.fill
This class represents a simple shape fill, drawing a given color in a provided path.
RMFill() - Constructor for class com.reportmill.shape.fill.RMFill
Creates a plain, black fill.
RMFill(RMColor) - Constructor for class com.reportmill.shape.fill.RMFill
Creates a plain fill with the given color.
RMFont - Class in com.reportmill.text
This class represents a font for use in rich text.
RMFont() - Constructor for class com.reportmill.text.RMFont
Creates an empty font (really only used for unarchival).
RMFormat - Interface in com.reportmill.base
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
RMFTPClient - Class in com.reportmill.datasource
A class to establish an FTP connection to get and retrieve files.
RMFTPClient() - Constructor for class com.reportmill.datasource.RMFTPClient
Creates a new ftp client.
RMFTPClient(String, String, String) - Constructor for class com.reportmill.datasource.RMFTPClient
Creates a new ftp client.
RMFTPClient.FileInfo - Class in com.reportmill.datasource
File Info for an FTP file listing.
RMFTPClient.FileInfo() - Constructor for class com.reportmill.datasource.RMFTPClient.FileInfo
 
RMFTPClient.FtpClientPlus - Class in com.reportmill.datasource
An FTPClient subclass to promote issueCommand to public.
RMFTPClient.FtpClientPlus(String) - Constructor for class com.reportmill.datasource.RMFTPClient.FtpClientPlus
Create new FtpClientPlus.
RMFTPClientRobot - Class in com.reportmill.datasource
An FTP Client that accepts ftp instructions, processes them in the background and monitors activity.
RMFTPClientRobot() - Constructor for class com.reportmill.datasource.RMFTPClientRobot
 
RMFTPDataSource - Class in com.reportmill.datasource
A data source built on top of FTP.
RMFTPDataSource() - Constructor for class com.reportmill.datasource.RMFTPDataSource
 
RMGAEDataSource - Class in com.reportmill.datasource
A data source for Google App Engine.
RMGAEDataSource() - Constructor for class com.reportmill.datasource.RMGAEDataSource
Creates a new Google App Engine data source.
RMGAEDataSource(String) - Constructor for class com.reportmill.datasource.RMGAEDataSource
Creates a new Google App Engine data source.
RMGAEDataSourceUtils - Class in com.reportmill.datasource
Some Google App Engine data source utility methods.
RMGAEDataSourceUtils() - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils
 
RMGAEDataSourceUtils.RemoteFileSyncActivity - Class in com.reportmill.datasource
An activity to do remote file sync.
RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource) - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
Creates a new remove file sync activity.
RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource, String) - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
Creates a new remove file sync activity.
RMGradientFill - Class in com.reportmill.shape.fill
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
RMGradientFill() - Constructor for class com.reportmill.shape.fill.RMGradientFill
Creates an uninitialized gradient fill.
RMGradientFill(RMColor, RMColor, float) - Constructor for class com.reportmill.shape.fill.RMGradientFill
Creates a gradient fill from the given start color to the given end color with the given roll.
RMGradientFill.ColorStop - Class in com.reportmill.shape.fill
Simple static class to represent a stop (they're immutable).
RMGradientFill.ColorStop(RMColor, float) - Constructor for class com.reportmill.shape.fill.RMGradientFill.ColorStop
Creates a new color stop.
RMGraph - Class in com.reportmill.graphing
The RMGraph class provides a template and the machinery for generating graphs.
RMGraph() - Constructor for class com.reportmill.graphing.RMGraph
Creates a plain graph shape.
RMGraphArea - Class in com.reportmill.graphing
This class represents the actual graph area (a place holder really).
RMGraphArea() - Constructor for class com.reportmill.graphing.RMGraphArea
Creates a new graph area.
RMGraphArea.ItemLayout - Enum in com.reportmill.graphing
 
RMGraphArea.SectionLayout - Enum in com.reportmill.graphing
 
RMGraphIntervals - Class in com.reportmill.graphing
Returns a list of graph intervals given a range and count.
RMGraphIntervals(float, float, int) - Constructor for class com.reportmill.graphing.RMGraphIntervals
Return well-chosen intervals given a min/max value.
RMGraphLegend - Class in com.reportmill.graphing
An inner class for Legend.
RMGraphLegend() - Constructor for class com.reportmill.graphing.RMGraphLegend
Creates a new graph legend.
RMGraphPart3D - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of bars.
RMGraphPart3D() - Constructor for class com.reportmill.graphing.RMGraphPart3D
 
RMGraphPartBars - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of bars.
RMGraphPartBars() - Constructor for class com.reportmill.graphing.RMGraphPartBars
 
RMGraphPartLabelAxis - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartLabelAxis() - Constructor for class com.reportmill.graphing.RMGraphPartLabelAxis
 
RMGraphPartPie - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of pies.
RMGraphPartPie() - Constructor for class com.reportmill.graphing.RMGraphPartPie
 
RMGraphPartSeries - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartSeries(RMGraphArea) - Constructor for class com.reportmill.graphing.RMGraphPartSeries
Creates a new series part.
RMGraphPartSeries.LabelPosition - Enum in com.reportmill.graphing
 
RMGraphPartValueAxis - Class in com.reportmill.graphing
This shape is used by graph area to hold attributes of the value axis.
RMGraphPartValueAxis() - Constructor for class com.reportmill.graphing.RMGraphPartValueAxis
 
RMGraphSection - Class in com.reportmill.graphing
Represents the data in the sections of a merged or separated graph.
RMGraphSection(RMGraph, int) - Constructor for class com.reportmill.graphing.RMGraphSection
Creates a new graph section.
RMGraphSection.Item - Class in com.reportmill.graphing
An inner class for a section item.
RMGraphSection.Item(int, int) - Constructor for class com.reportmill.graphing.RMGraphSection.Item
Creates a new section item.
RMGraphSeries - Class in com.reportmill.graphing
A class to represent a graph series, contains a list of series items.
RMGraphSeries(String, String, RMGroup) - Constructor for class com.reportmill.graphing.RMGraphSeries
Creates a new series.
RMGraphSeries.Item - Class in com.reportmill.graphing
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
RMGraphSeries.Item(String, RMGroup) - Constructor for class com.reportmill.graphing.RMGraphSeries.Item
Creates a new series value.
RMGraphView - Interface in com.reportmill.graphing
An interface for graph area shapes.
RMGraphView.BarView - Interface in com.reportmill.graphing
An interface for a shape that renders a bar graph from bar graph pieces.
RMGraphView.PieView - Interface in com.reportmill.graphing
An interface for a shape that renders a bar graph from bar graph pieces.
RMGraphViewBar - Class in com.reportmill.graphing
This class generates (and represents) a RPG'd bar graph area.
RMGraphViewBar(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewBar
Creates a bar graph maker.
RMGraphViewBar3D - Class in com.reportmill.graphing
This class renders a bar graph in 3D.
RMGraphViewBar3D(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewBar3D
Creates a new graph bar view.
RMGraphViewLine - Class in com.reportmill.graphing
This class generates (and represents) a RPG'd line graph area.
RMGraphViewLine(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewLine
Creates a bar graph maker.
RMGraphViewPie - Class in com.reportmill.graphing
This class generates (and represents) a RPG'd pie graph area.
RMGraphViewPie(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewPie
Creates a pie graph area for the given graph area and graphRPG.
RMGraphViewPie3D - Class in com.reportmill.graphing
This graph renders a pie graph in 3D.
RMGraphViewPie3D(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewPie3D
Creates a new pie view 3d.
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.
RMImage - Class in com.reportmill.shape
This class is a shape representation of an image.
RMImage() - Constructor for class com.reportmill.shape.RMImage
Creates a plain image shape (with no actual image).
RMImage(Object) - Constructor for class com.reportmill.shape.RMImage
Creates an image shape from the image source provided.
RMImageFill - Class in com.reportmill.shape.fill
This class is used to fill a shape's path with an image.
RMImageFill() - Constructor for class com.reportmill.shape.fill.RMImageFill
Creates a plain image fill.
RMImageFill(Object) - Constructor for class com.reportmill.shape.fill.RMImageFill
Creates an image fill for the given source.
RMImageFill(Object, byte, float) - Constructor for class com.reportmill.shape.fill.RMImageFill
Creates an image fill from an image source.
RMJSONDataSource - Class in com.reportmill.datasource
A data source for JSON read from parameterized URLs.
RMJSONDataSource() - Constructor for class com.reportmill.datasource.RMJSONDataSource
Creates a new JSON datasource.
RMJSONDataSource(Object) - Constructor for class com.reportmill.datasource.RMJSONDataSource
Creates a new JSON datasource for source.
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
 
RMKey.Get - Interface in com.reportmill.base
This is interface is implemented by objects that can get key values themselves.
RMKey.GetSet - Interface in com.reportmill.base
This is interface is implemented by objects that can get/set key value themselves.
RMKey.KeyAccessor - Class in com.reportmill.base
KeyAccessor - enclosed class for actually getting/setting values for a given object (class) and key.
RMKey.KeyAccessor(Object, String) - Constructor for class com.reportmill.base.RMKey.KeyAccessor
Creates a new getter for given object and key (caches type).
RMKeyChain - Class in com.reportmill.base
This class evaluates a string expression on a given object: RMKeyChain.getValue(object, expression).
RMKeyChain(RMKeyChain.Operator) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(RMKeyChain.Operator, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(RMKeyChain.Operator, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain(Object, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
Node constructor.
RMKeyChain.Get - Interface in com.reportmill.base
This is interface is implemented by objects that can get key chain values themselves.
RMKeyChain.GetSet - Interface in com.reportmill.base
is interface is implemented by objects that can get/set key chain values themselves.
RMKeyChain.Operator - Enum in com.reportmill.base
 
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.
RMLineSegment - Class in com.reportmill.shape
This class represents a simple line shape, drawing a line from a start point to an end point.
RMLineSegment() - Constructor for class com.reportmill.shape.RMLineSegment
Creates a basic line (a point actually at 0,0).
RMLineSegment(float, float, float, float) - Constructor for class com.reportmill.shape.RMLineSegment
Creates a basic black line from the given x1, y1 to the given x2, y2.
RMNumberFormat - Class in com.reportmill.base
This subclass extends DecimalFormat to implement ReportMill's RMFormat interface and to support the extended features "Negative in Red" and "Null String".
RMNumberFormat() - Constructor for class com.reportmill.base.RMNumberFormat
Creates an uninitialized number format.
RMNumberFormat(String) - Constructor for class com.reportmill.base.RMNumberFormat
Creates a number format for the given format string.
RMNumberFormat(RMNumberFormat) - Constructor for class com.reportmill.base.RMNumberFormat
Creates a number format identical to the given format.
RMOval - Class in com.reportmill.shape
This class represents a simple oval, with a setable start angle and sweep angle.
RMOval() - Constructor for class com.reportmill.shape.RMOval
Creates a plain oval (draws stroke).
RMOval(float, float) - Constructor for class com.reportmill.shape.RMOval
Creates an oval with the given startAngle and sweep.
RMPage - Class 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
 
RMParagraph - Class in com.reportmill.text
This class represents attributes of a paragraph in an RMXString (all of the characters up to and including each newline in an RMXString make up a paragraph).
RMParagraph() - Constructor for class com.reportmill.text.RMParagraph
Creates a new paragraph object initialized to defaultParagraph.
RMParagraph(int, float, float, float) - Constructor for class com.reportmill.text.RMParagraph
Creates a new paragraph with the given alignment and indentation.
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.
RMPoint - Class in com.reportmill.base
This class extends Point2D.Float to add a few convenience methods.
RMPoint() - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to 0,0.
RMPoint(float, float) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given x and y (float).
RMPoint(double, double) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given x and y (double).
RMPoint(Point2D) - Constructor for class com.reportmill.base.RMPoint
Creates a point initialized to the given AWT Point.
RMPolygon - Class in com.reportmill.shape
This class is an RMShape subclass that encapsulates an arbitrary path.
RMPolygon() - Constructor for class com.reportmill.shape.RMPolygon
Creates a new empty polygon shape.
RMPolygon(RMPath) - Constructor for class com.reportmill.shape.RMPolygon
Creates a new polygon shape for the given path.
RMProperty - Class in com.reportmill.datasource
This class describes an attribute of an entity.
RMProperty() - Constructor for class com.reportmill.datasource.RMProperty
Creates a new property.
RMProperty(String) - Constructor for class com.reportmill.datasource.RMProperty
Creates a new property with given name.
RMProperty(String, RMProperty.Type) - Constructor for class com.reportmill.datasource.RMProperty
Creates a new property with given name and type.
RMProperty.DateType - Enum in com.reportmill.datasource
 
RMProperty.NumberType - Enum in com.reportmill.datasource
 
RMProperty.StringSize - Enum in com.reportmill.datasource
 
RMProperty.Type - Enum in com.reportmill.datasource
 
RMProxyShape - Class in com.reportmill.graphing
This shape gets/sets its attributes from/to a proxy shape.
RMProxyShape() - Constructor for class com.reportmill.graphing.RMProxyShape
 
RMQuery - Class in com.reportmill.datasource
An object to fetch a dataset from a data source entity with a set condition and parameters.
RMQuery() - Constructor for class com.reportmill.datasource.RMQuery
Creates a new query.
RMRect - Class in com.reportmill.base
This class extends Rectanlge2D to add some convenient rect methods.
RMRect() - Constructor for class com.reportmill.base.RMRect
Creates an empty rect.
RMRect(double, double, double, double) - Constructor for class com.reportmill.base.RMRect
Creates a rect with the given x, y, width and height (doubles).
RMRect(Point2D...) - Constructor for class com.reportmill.base.RMRect
Creates a rect enclosing the given array of points.
RMRect(Rectangle2D) - Constructor for class com.reportmill.base.RMRect
Creates a rect from an awt rect.
RMRectangle - Class in com.reportmill.shape
This class represents a simple rectangle shape with a rounding radius.
RMRectangle() - Constructor for class com.reportmill.shape.RMRectangle
Creates a plain rectangle.
RMRow - Class in com.reportmill.datasource
Represents a data bearing object from a datasource.
RMRow() - Constructor for class com.reportmill.datasource.RMRow
Creates a new row.
RMRow(RMEntity) - Constructor for class com.reportmill.datasource.RMRow
Creates a new row for given entity.
RMSchema - Class in com.reportmill.datasource
This class describes the structure of a data source by managing a list of entities.
RMSchema() - Constructor for class com.reportmill.datasource.RMSchema
Creates a new empty schema.
RMSchema(String) - Constructor for class com.reportmill.datasource.RMSchema
Creates a new schema with the given name.
RMSchemaMaker - Class in com.reportmill.datasource
This class makes a schema from an object graph, given a top level object.
RMSchemaMaker() - Constructor for class com.reportmill.datasource.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
Creates a plain shape.
RMShape(RMShape) - Constructor for class com.reportmill.shape.RMShape
Creates a shape with the same basic attributes as the given shape.
RMSize - Class in com.reportmill.base
This class represents a simple geometric size (width, height).
RMSize() - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to 0,0.
RMSize(double, double) - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to the given width and height.
RMSize(RMSize) - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to the given size.
RMSize(Dimension) - Constructor for class com.reportmill.base.RMSize
Creates a size from a java2D dimension
RMSize(String) - Constructor for class com.reportmill.base.RMSize
Creates a size from a string (assumes comma separated).
RMSort - Class in com.reportmill.base
This class provides a basic description for comparison and sorting with a simple key and order (ascending or descending).
RMSort() - Constructor for class com.reportmill.base.RMSort
Creates a plain sort with no key.
RMSort(String) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and ORDER_ASCEND.
RMSort(String, int) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and order.
RMSound - Class in com.reportmill.shape
This class represents a sound in a document.
RMSound() - Constructor for class com.reportmill.shape.RMSound
Creates an empty sound shape.
RMSound(Object) - Constructor for class com.reportmill.shape.RMSound
Creates a sound shape from a given source (File, String path, InputStream, byte array, etc.).
RMSound.RMSoundListener - Interface in com.reportmill.shape
A listener interface that can be implemented by anyone that cares.
RMStroke - Class in com.reportmill.shape.fill
An RMFill subclass specifically designed to describe strokes.
RMStroke() - Constructor for class com.reportmill.shape.fill.RMStroke
Creates a plain, black stroke.
RMStroke(RMColor, float) - Constructor for class com.reportmill.shape.fill.RMStroke
Creates a stroke with the given color and line width.
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
Creates a plain switch shape.
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
Creates a basic (empty) table group.
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.
RMTableOfContents.RowGroup(RMShape, Object) - Constructor for class com.reportmill.base.RMTableOfContents.RowGroup
Creates a new table of contents entry.
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
 
RMText - Class in com.reportmill.shape
This class is an RMShape subclass for handling rich text.
RMText() - Constructor for class com.reportmill.shape.RMText
Creates an empty text instance.
RMText(RMXString) - Constructor for class com.reportmill.shape.RMText
Creates a text instance initialized with the given RMXString.
RMText(String) - Constructor for class com.reportmill.shape.RMText
Creates a text instance initialized with the given plain text String.
RMURLDataSource - Class in com.reportmill.datasource
A data source implementation to get structured JSON data from a parameterized URL.
RMURLDataSource() - Constructor for class com.reportmill.datasource.RMURLDataSource
Creates a new URL data source.
RMURLDataSource(Object) - Constructor for class com.reportmill.datasource.RMURLDataSource
Creates a new JSON data source for source.
RMViewer - Class in com.reportmill.viewer
The RMViewer class is a JComponent subclass that can be used in Swing applications to display and/or print an RMDocument.
RMViewer() - Constructor for class com.reportmill.viewer.RMViewer
Creates a new RMViewer with an empty document in it.
RMViewer(Object) - Constructor for class com.reportmill.viewer.RMViewer
Creates a new RMViewer from the given owner or source.
RMViewer.ZoomMode - Enum in com.reportmill.viewer
 
RMXMLDataSource - Class in com.reportmill.datasource
This class is used as a proxy for objects passed to document's generateReport() method.
RMXMLDataSource() - Constructor for class com.reportmill.datasource.RMXMLDataSource
Creates a plain datasource.
RMXMLDataSource(Object, String) - Constructor for class com.reportmill.datasource.RMXMLDataSource
Creates a datasource from a given source with a given name (can be null).
RMXMLWriter - Class in com.reportmill.base
This class turns any Java dataset into XML.
RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
Creates a new xml writer.
RMXString - Class in com.reportmill.text
An RMXString is like a String that lets you apply attributes, like fonts and colors, to character ranges.
RMXString() - Constructor for class com.reportmill.text.RMXString
Creates an empty RMXString.
RMXString(String) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String and no attributes.
RMXString(String, Map) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attributes.
RMXString(String, Object...) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attribute (should be a common attribute type like RMFont, RMColor, RMFormat, etc.).
RMXString.Outline - Class in com.reportmill.text
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
RMXString.Outline() - Constructor for class com.reportmill.text.RMXString.Outline
Creates a new outline.
RMXString.Outline(float, RMColor) - Constructor for class com.reportmill.text.RMXString.Outline
Creates a new outline with the given stroke width and fill color.
rpgClone(ReportMill, RMGraph) - Method in class com.reportmill.graphing.RMGraphArea
Returns a clone with report generation performed on it.
rpgClone(ReportMill, RMGraph) - Method in class com.reportmill.graphing.RMGraphLegend
Returns a RPG'd legend for the graph RPG.
rpgClone(RMTableRPGAdder, RMGroup, String) - Method in class com.reportmill.shape.RMTableRow
RPG Clone (Version priorities: TopNOthers, suggested, custom, standard/alternate).
rpgClone(ReportMill, Object, RMShape) - Method in class com.reportmill.text.RMXString
Creates a clone of the receiver, with substitution performed on @-sign delineated keys.
run() - Method in class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
The actual run method.
runZoomPanel() - Method in class com.reportmill.viewer.RMViewer
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).

S

save() - Method in class com.reportmill.datasource.RMFile
Saves the file.
saveRows() - Method in class com.reportmill.datasource.RMDataSource
Save row changes.
saveRows() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
saveRowsImmediately() - Method in class com.reportmill.datasource.RMDataSource
Save row changes immediately.
saveRowsImmediately() - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
saveRowsImmediately() - Method in class com.reportmill.datasource.RMFileDataSource
Override to save CSV files.
saveRowsImmediately() - Method in class com.reportmill.datasource.RMFTPDataSource
Override to disable if HTTP.
saveSchema() - Method in class com.reportmill.datasource.RMFileDataSource
Saves schema to file.
scale(float) - Method in class com.reportmill.base.RMRect
Scales the receiver rect by the given amount.
scaledRect(float) - Method in class com.reportmill.base.RMRect
Creates a rect derived from the receiver scaled by the given amount.
scaleFont(float) - Method in class com.reportmill.text.RMFont
Returns a font with the same family as the receiver but with size adjusted by given scale factor.
scaleFonts(float) - Method in class com.reportmill.shape.RMText
Resizes all the font's in text string by given factor.
scaleFonts(float) - Method in class com.reportmill.text.RMXString
Sets a value to that should be multiplied times all font sizes in this string.
SCRIPTING_KEY - Static variable in class com.reportmill.text.RMXString
 
selectLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Selects the given layer.
selectLayer(String) - Method in class com.reportmill.shape.RMPage
Selects the layer with the given name.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to keep shapes in their proper layers.
sendShapesToBack(List<RMShape>) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the back of the children list.
separate(String) - Method in class com.reportmill.text.RMXString
Returns a List of XString substrings of this XString that are separated by the given separator String.
set(Object, Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
This method actually retrieves a value for an object and a key.
set3D(RMGraphPart3D) - Method in class com.reportmill.graphing.RMGraphArea
Sets the 3d shape.
setAction(RMAction) - Method in class com.reportmill.shape.RMShape
Sets the action for this shape.
setAlign(int) - Method in class com.reportmill.shape.RMText
Sets the align for all chars.
setAlign(int) - Method in class com.reportmill.text.RMXString
Sets the horizontal alignment of the xstring.
setAlignVertical(byte) - Method in class com.reportmill.shape.RMText
Sets the vertical alignment.
setAlignVerticalString(String) - Method in class com.reportmill.shape.RMText
Sets the vertical alignment by a string (one of "top", "middle" or "bottom").
setArrowHead(RMLineSegmentArrowHead) - Method in class com.reportmill.shape.RMLineSegment
Sets the line segment arrow head.
setAutoGenerated(boolean) - Method in class com.reportmill.datasource.RMProperty
Sets whether column is automatically generated (numbered), thus read-only.
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.graphing.RMGraphPartValueAxis
Sets the number of increments in the axis.
setAxisMax(float) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Sets the axis maximum.
setAxisMin(float) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Sets the axis minimum.
setBar(RMShape) - Method in class com.reportmill.graphing.RMGraphSection.Item
Sets the bar created for this series value.
setBar(RMShape) - Method in class com.reportmill.graphing.RMGraphSeries.Item
Sets the bar created for this series value.
setBarCount(int) - Method in class com.reportmill.graphing.RMGraphPartBars
Sets the minimum number of bars for the graph to provide space for in a section.
setBarGap(float) - Method in class com.reportmill.graphing.RMGraphPartBars
Sets width of the gap between bars in a set as a fraction of bar width.
setBarWedgePrototype(RMShape) - Method in class com.reportmill.graphing.RMGraph
Sets the shape used to represent the basic attributes of bars & wedges.
setBaseURL(URL) - Method in class com.reportmill.datasource.RMURLDataSource
Sets the base URL.
setBaseURLString(String) - Method in class com.reportmill.datasource.RMURLDataSource
Returns the base URL string.
setBounds(RMRect) - Method in class com.reportmill.graphics.RMPath
Sets the bounds that the path is relative to.
setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to dimensions in given rect.
setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to given dimensions.
setBounds(int, int, int, int) - Method in class com.reportmill.viewer.RMViewer
Overrides component setBounds to enforce zoom-to-fit if needed.
setBytes(byte[]) - Method in class com.reportmill.datasource.RMFile
Sets the file bytes.
setBytes(String, byte[]) - Method in class com.reportmill.datasource.RMFTPClient
Sets the bytes for a path.
setCausesWrap(boolean) - Method in class com.reportmill.shape.RMShape
Sets whether this shape causes text wrap.
setCausesWrapType(byte) - Method in class com.reportmill.shape.RMShape
Sets how this shape causes text wrap.
setCharSpacing(float) - Method in class com.reportmill.shape.RMText
Sets the char spacing for the text string.
setClipChildren(boolean) - Method in class com.reportmill.shape.RMPage
Sets whether to clip children.
setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMText
Sets whether text should coalesce consecutive newlines in rpgClone.
setColor(RMColor) - Method in class com.reportmill.shape.fill.RMFill
Sets the color associated with this fill.
setColor(RMColor) - Method in class com.reportmill.shape.fill.RMGradientFill
Sets color of first stop.
setColor(RMColor) - Method in class com.reportmill.shape.fill.RMStroke
Overrides fill version to clear java 2d stroke.
setColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the color of the shape.
setColors(List) - Method in class com.reportmill.graphing.RMGraph
Sets the list of colors to be used by this graph.
setColorStop(int, RMColor, float) - Method in class com.reportmill.shape.fill.RMGradientFill
Sets the color & position of the stop at the given index.
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.
setColumnResizeMode(RMTableRow.ColumnResizeMode) - Method in class com.reportmill.shape.RMTableRow
Sets the method used to resize row columns when row is resize (and structured).
setColumnSpacing(float) - Method in class com.reportmill.shape.RMTable
Sets the space between a table that has more than one column (int printer points).
setCompress(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should compress images in generated file formats like PDF.
setCondition(RMCondition) - Method in class com.reportmill.datasource.RMQuery
Sets the condition.
setConnected(boolean) - Method in class com.reportmill.datasource.RMFTPClient
Sets whether client is connected.
setCurrentDirectory(String) - Method in class com.reportmill.datasource.RMFTPClient
Changes directory to given path.
setCustomSchema(boolean) - Method in class com.reportmill.datasource.RMXMLDataSource
Sets a schema that may differ from the one stored in an XML file.
setDashArray(float[]) - Method in class com.reportmill.shape.fill.RMStroke
Sets the dash array for this stroke.
setDashArrayString(String) - Method in class com.reportmill.shape.fill.RMStroke
Sets the dash array for this stroke from a string.
setDashPhase(float) - Method in class com.reportmill.shape.fill.RMStroke
Sets the dash phase.
setDatasetKey(String) - Method in class com.reportmill.graphing.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.datasource.RMDataSourceList
Sets the encapsulated data source.
setDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMQuery
Sets the data source.
setDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMRow
Sets the datasource that created this row.
setDataSource(RMDataSource) - Method in class com.reportmill.shape.RMDocument
Sets the RMDataSource associated with this document.
setDateConstraint(RMCondition.DateConstraint) - Method in class com.reportmill.datasource.RMCondition
Sets the date constraint.
setDateType(RMProperty.DateType) - Method in class com.reportmill.datasource.RMProperty
Sets the date type.
setDecimalSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the decimal separator.
setDefaultColors(List) - Static method in class com.reportmill.graphing.RMGraph
Sets the default list of colors to be used by any graph without an explicit list of colors.
setDefaultValue(Object) - Method in class com.reportmill.datasource.RMProperty
Sets default value for this property.
setDelay(float) - Method in class com.reportmill.shape.RMSound
Sets the delay after which this sound is supposed to start to play.
setDescriptorKey(String) - Method in class com.reportmill.datasource.RMEntity
Sets the key/key-chain to the property(s) that returns best string description of an entity instance.
setDirectory(boolean) - Method in class com.reportmill.datasource.RMFile
Sets whether resource is a directory.
setDocument(RMDocument) - Method in class com.reportmill.viewer.RMViewer
Sets the RMDocument associated with this viewer.
setDraw3D(boolean) - Method in class com.reportmill.graphing.RMGraph
Sets whether the graph draws in 3D.
setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMText
Sets whether text should always draw at least a light-gray border (useful when editing).
setDrawsWedge(boolean) - Method in class com.reportmill.shape.RMOval
Sets whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.graphing.RMGraphPartPie
Sets whether a pie graph draws lines from the wedges to wedge labels.
setEffect(RMEffect) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setEffect(RMEffect) - Method in class com.reportmill.shape.RMShape
Sets the effect for this shape.
setEmail(String) - Method in class com.reportmill.datasource.RMGAEDataSource
Sets the application email address.
setEntities(List<RMEntity>) - Method in class com.reportmill.datasource.RMSchema
Sets the list of entities.
setEntity(RMEntity) - Method in class com.reportmill.datasource.RMProperty
Sets the entity that owns this property.
setEntity(RMEntity) - Method in class com.reportmill.datasource.RMQuery
Sets the data source entity.
setEntity(RMEntity) - Method in class com.reportmill.datasource.RMRow
Sets the entity.
setEntityClass(Class) - Method in class com.reportmill.datasource.RMEntity
Sets the class that this entity represents.
setEntityResolver(RMDataSource.EntityResolver) - Method in class com.reportmill.datasource.RMDataSource
Sets the custom entity resolver.
setEntityResolver(RMDataSource.EntityResolver) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
setEnumValues(List<String>) - Method in class com.reportmill.datasource.RMProperty
Sets the enum values (for type Enum).
setEnumValuesString(String) - Method in class com.reportmill.datasource.RMProperty
Sets the enum values as a string (comma separated).
setExtrusionKey(String) - Method in class com.reportmill.graphing.RMGraphPartPie
Sets the key used to determine which pie wedges get extruded.
setFilename(String) - Method in class com.reportmill.shape.RMDocument
Sets the filename associated with this document.
setFill(RMFill) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setFill(RMFill) - Method in class com.reportmill.shape.RMImage
Overrides standard shape setFill method to ensure fill is an RMImageFill.
setFill(RMFill) - Method in class com.reportmill.shape.RMShape
Sets the fill for this shape.
setFillStyle(byte) - Method in class com.reportmill.shape.fill.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
setFilter(String) - Method in class com.reportmill.datasource.RMQuery
Sets the filter string.
setFilterKey(String) - Method in class com.reportmill.graphing.RMGraph
Sets the optional key chain (expression) used to limit the table list derived from dataset key.
setFilterKey(String) - Method in class com.reportmill.shape.RMTable
Sets the optional key chain expression string used to prune the table list derived from dataset key.
setFirePropertyChangeEnabled(boolean) - Method in class com.reportmill.datasource.RMRow
Sets whether fire property change is enabled.
setFont(RMFont) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setFont(RMFont) - Method in class com.reportmill.shape.RMDocument
Sets the document default font.
setFont(RMFont) - Method in class com.reportmill.shape.RMShape
Sets the font for the shape.
setFont(RMFont) - Method in class com.reportmill.shape.RMText
Sets the font for all characters.
setFormat(RMFormat) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMShape
Sets the format for the shape.
setFormat(RMFormat) - Method in class com.reportmill.shape.RMText
Sets the format for all characters.
setFormatString(String) - Method in class com.reportmill.base.RMDateFormat
Sets the date format string.
setFormatString(String) - Method in interface com.reportmill.base.RMFormat
Sets a format string.
setFormatString(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the format string for this format.
setFrame(Rectangle2D) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
setFrame(double, double, double, double) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
setFrameSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets a shape's size such that its frame (enclosing rect in parent coords) will have the given width and height.
setFrameX(double) - Method in class com.reportmill.shape.RMShape
Sets a shape's X such that its bounds rect (in parent coords) has origin at the given X.
setFrameXY(RMPoint) - Method in class com.reportmill.shape.RMShape
Sets a shape's origin such that its bounds rect (in parent coords) has origin at the given point.
setFrameXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets a shape's origin such that its frame (enclosing rect in parent coords) will have the given X and Y.
setFrameY(double) - Method in class com.reportmill.shape.RMShape
Sets a shape's Y such that its bounds rect (in parent coords) has origin at the given Y.
setGraphTypeString(String) - Method in class com.reportmill.graphing.RMGraph
Sets the graph type as a simple string: bar, pie or hbar.
setGridSpacing(float) - 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.
setHasDetails(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a details.
setHasHeader(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a header.
setHasSummary(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a summary.
setHeight(float) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing height.
setHeight(float) - Method in class com.reportmill.shape.RMLineSegment
Override to prevent width from going to zero.
setHeight(float) - Method in class com.reportmill.shape.RMShape
Sets the height of the shape.
setHeightToFit() - Method in class com.reportmill.shape.RMShape
Sets the shape to its getHeightToFit (which is just the current height for most shapes).
setHeightToFit(float) - Method in class com.reportmill.shape.RMText
Sets the text's height to fit (often called with -1 to force recalc).
setHitEdges(Point2D, int) - Method in class com.reportmill.base.RMRect
Resets the edges of a rect, given a mask of edges and a new point.
setHost(String) - Method in class com.reportmill.datasource.RMFTPClient
Sets the host.
setHover(String) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setHover(String) - Method in class com.reportmill.shape.RMShape
Returns the URL for the shape.
setHTTPRoot(String) - Method in class com.reportmill.datasource.RMFTPDataSource
Sets the HTTP root.
setIgnoreCase(boolean) - Method in class com.reportmill.datasource.RMCondition
Sets whether condition ignores case (string types).
setImageMargins(float) - Method in class com.reportmill.shape.fill.RMImageFill
Sets the inset for the image when drawn in a given bounds.
setIncludeAllValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping includes all values.
setIncludeFields(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether to include fields.
setIncludeFields(boolean) - Method in class com.reportmill.datasource.RMSchemaMaker
Sets whether to include fields.
setIncludeValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether to include values explicitly provided.
setInitialPath(String) - Method in class com.reportmill.datasource.RMFTPClient
Sets the initial path of the connection.
setInputAdapter(RMViewerInputAdapter) - Method in class com.reportmill.viewer.RMViewer
Sets the input adapter for the viewer (handles mouse and keyboard input).
setItemKey(String) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Sets the item key.
setItemsLayout(RMGraphArea.ItemLayout) - Method in class com.reportmill.graphing.RMGraphArea
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.RMImage
Sets the report key used to load an image if none is provided.
setKey(String) - Method in class com.reportmill.shape.RMSound
Sets the RPG key for this sound shape.
setKeyChainValue(RMKeyChain, Object) - Method in interface com.reportmill.base.RMKeyChain.GetSet
 
setKeyValue(String, Object) - Method in interface com.reportmill.base.RMKey.GetSet
 
setLastNode(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
Sets the last node in the keychain.
setLastSource() - Method in class com.reportmill.viewer.RMViewer
Sets the source to the last source (backtracking).
setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMShape
Sets the layout for this shape.
setLayoutEnabled(boolean) - Method in class com.reportmill.shape.RMShape
Sets the shape layout enabled flag (convenience to account for null layouts).
setLeftSide(Object) - Method in class com.reportmill.datasource.RMCondition
Sets the left side.
setLegendText(String) - Method in class com.reportmill.graphing.RMGraphLegend
Sets the legend text.
setLineGap(float) - Method in class com.reportmill.shape.RMText
Sets the line gap for all chars.
setLineHeightMax(float) - Method in class com.reportmill.shape.RMText
Sets the maximum line height for all chars.
setLineHeightMin(float) - Method in class com.reportmill.shape.RMText
Sets the minimum line height for all chars.
setLineSpacing(float) - Method in class com.reportmill.shape.RMText
Sets the line spacing for all chars.
setLineWidth(float) - Method in class com.reportmill.shape.RMShape
Deprecated.
setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMText
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.RMShape
Sets the locked state of the shape (really just to prevent location/size changes in the editor).
setLoopCount(int) - Method in class com.reportmill.shape.RMSound
Returns the number of loops that this sound should play before stopping.
setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Sets the currently selected table.
setMargin(Insets) - Method in class com.reportmill.shape.RMText
Sets margin.
setMarginRect(RMRect) - Method in class com.reportmill.shape.RMDocument
Sets the margin rect for this document.
setMargins(float, float, float, float) - Method in class com.reportmill.shape.RMDocument
Sets the margin rect for this document.
setMarginString(String) - Method in class com.reportmill.shape.RMText
Sets the margin as a string.
setMaximumSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the shape maximum size.
setMinimumSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the shape minimum size.
setMinSplitHeight(float) - Method in class com.reportmill.shape.RMTableRow
Sets the minimum distance in points from the top of the row that this row can split.
setMinSplitRemainderHeight(float) - Method in class com.reportmill.shape.RMTableRow
Sets the minimum distance in points from the top of the row that this row can split.
setMoveToBottom(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this row should be moved to the bottom of the table during report generation.
setName(String) - Method in class com.reportmill.datasource.RMDataSource
Sets the name for the datasource.
setName(String) - Method in class com.reportmill.datasource.RMEntity
Sets the name of the entity.
setName(String) - Method in class com.reportmill.datasource.RMProperty
Sets the name of this property.
setName(String) - Method in class com.reportmill.datasource.RMQuery
Sets the query name.
setName(String) - Method in class com.reportmill.datasource.RMSchema
Sets the name of the entity.
setName(String) - Method in class com.reportmill.shape.RMShape
Sets the name for the shape.
setNegated(boolean) - Method in class com.reportmill.datasource.RMCondition
Sets whether condition is negated.
setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether this format shows negative values in red.
setNext(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
Sets the next keychain in the chain.
setNextSource() - Method in class com.reportmill.viewer.RMViewer
Sets the source to the next soruce (forward tracking).
setNullable(boolean) - Method in class com.reportmill.datasource.RMProperty
Sets whether property allows nulls.
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.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.
setNumberType(RMProperty.NumberType) - Method in class com.reportmill.datasource.RMProperty
Sets the number type.
setObject(Object) - Method in class com.reportmill.shape.RMText
Sets an object for text to perform substitution on.
setObjects(List) - Method in class com.reportmill.graphing.RMGraph
Sets objects.
setObjectsAndReportMill(List, ReportMill) - Method in class com.reportmill.graphing.RMGraph
Sets the list of objects to generate a graph for.
setOpacity(float) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setOpacity(float) - Method in class com.reportmill.shape.RMShape
Sets the opacity of the shape (1 for opaque, 0 for transparent).
setOperator(RMCondition.Operator) - Method in class com.reportmill.datasource.RMCondition
Sets the operator.
setOperator(RMCondition.Operator, int) - Method in class com.reportmill.datasource.RMConditionList
Sets the operator at the given index.
setOrder(int) - Method in class com.reportmill.base.RMSort
Sets the order for this sort.
setOrderString(String) - Method in class com.reportmill.base.RMSort
Sets the order as a string.
setOrigin(float, float) - Method in class com.reportmill.base.RMRect
Sets the origin of the rect.
setOutline(RMXString.Outline) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMShape
Sets the outline for the shape.
setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMText
Sets the Outline for all characters.
setOutlined(boolean) - Method in class com.reportmill.text.RMXString
Sets the xstring to be outlined.
setOverlap(boolean) - Method in class com.reportmill.shape.RMSound
Returns whether this sound should overlap other sounds.
setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
setPageBreakKey(String) - Method in class com.reportmill.shape.RMTableRow
Sets the key used to determine whether row should force a page break.
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.
setPageNumber(int) - Method in class com.reportmill.shape.fill.RMImageFill
Sets the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
setPageSize(float, float) - Method in class com.reportmill.shape.RMDocument
Sets the size of the document (and all of its pages).
setPaginate(Boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should paginate generated reports by default.
setPaginate(boolean) - Method in class com.reportmill.shape.RMLabels
Sets whether the labels should paginate.
setPaginate(Boolean) - Method in class com.reportmill.shape.RMTable
Sets whether the table is supposed to be paginated.
setPaintBackground(boolean) - Method in class com.reportmill.shape.RMPage
Sets whether to paint white background even if not explicitly defined and drop shadow.
setPaintFrameRate(boolean) - Method in class com.reportmill.viewer.RMViewer
Sets whether we paint frame rate.
setParagraph(RMParagraph, int) - Method in class com.reportmill.text.RMXString
Sets the paragraph at the given character index.
setParagraph(RMParagraph, int, int) - Method in class com.reportmill.text.RMXString
Sets the paragraph for the given character index range.
setParent(RMShape) - Method in class com.reportmill.shape.RMShape
Sets the parent of this shape (called automatically by addChild()).
setPassword(String) - Method in class com.reportmill.datasource.RMFTPClient
Sets the password of the connection.
setPassword(String) - Method in class com.reportmill.datasource.RMGAEDataSource
Sets the password.
setPath(String) - Method in class com.reportmill.datasource.RMFile
Sets the file path.
setPath(String) - Method in class com.reportmill.datasource.RMFileDataSource
Sets the path.
setPath(RMPath) - Method in class com.reportmill.shape.RMPolygon
Sets the path for this polygon shape.
setPathShape(RMShape) - Method in class com.reportmill.shape.RMText
Sets the shape that provides the path for this text to wrap text to.
setPercentSymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMText
Sets whether text should wrap around other shapes that cause wrap.
setPlaying(boolean) - Method in class com.reportmill.shape.RMSound
Sets whether or not this sound is currently playing.
setPlexing(RMPage.Plexing) - Method in class com.reportmill.shape.RMPage
Sets the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
setPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
Sets the path point at the given index to the given point.
setPointStructured(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
Resets the point at the given index to the given point, while preserving something.
setPosition(RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphPartSeries
Sets the value label position (top, middle, bottom, outside).
setPreferredSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the shape preferred size.
setPrimary(boolean) - Method in class com.reportmill.datasource.RMProperty
Sets whether this property is a primary key.
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).
setPrivate(boolean) - Method in class com.reportmill.datasource.RMProperty
Sets whether this property is private.
setProperties(List<? extends RMProperty>) - Method in class com.reportmill.datasource.RMEntity
Sets a list of properties.
setProxy(RMShape) - Method in class com.reportmill.graphing.RMProxyShape
Sets the proxy shape.
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.RMRectangle
Sets the rounding radius for the rectangle.
setRadius(float) - Method in class com.reportmill.shape.RMText
Overrides rectangle implementation to potentially force text relayout.
setRelationEntityName(String) - Method in class com.reportmill.datasource.RMProperty
Sets the name of the entity that this relation property points to.
setRelationLocalPropertyName(String) - Method in class com.reportmill.datasource.RMProperty
Sets the property name local to this property's entity that the relation uses as a key (primary or foreign).
setRelationRemotePropertyName(String) - Method in class com.reportmill.datasource.RMProperty
Sets the property name that the relation uses as a key in the remote table (primary or foreign).
setReportMill(ReportMill) - Method in class com.reportmill.graphing.RMGraph
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMDocument
Creates an RPG clone of document.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMImage
Report generation method.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMLabels
Report Generation.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMPage
Report generation.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMShape
Report generation.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMSound
Report generation method.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMSwitchShape
Report generation.
setReportMill(ReportMill, String) - Method in class com.reportmill.shape.RMSwitchShape
Report generation.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMTable
Report generation.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMTableGroup
Report generation method.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMText
This method handles basic (non-wrapping) rpgCloning for RMText, with key substitution.
setReportMillBindings(ReportMill) - Method in class com.reportmill.shape.RMShape
Report generation for URL and bindings.
setReportMillDeep(ReportMill) - Method in class com.reportmill.graphing.RMGraph
Override to stifle child rpg.
setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMLabels
Override to stifle child rpg.
setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMShape
Sets reportmill deep.
setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMTable
Override to stifle child rpg.
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.
setResultsKey(String) - Method in class com.reportmill.datasource.RMURLDataSource
Sets the key used to dereference the results array.
setRightSide(Object) - Method in class com.reportmill.datasource.RMCondition
Sets the right side.
setRightSideValues(Map) - Method in class com.reportmill.datasource.RMCondition
Sets right side values from map, if right side matches key from given map.
setRoll(float) - Method in class com.reportmill.graphing.RMGraphPartSeries
Override to handle proxy.
setRoll(float) - Method in class com.reportmill.shape.RMShape
Sets the roll of the shape.
setSampleURL(URL) - Method in class com.reportmill.datasource.RMURLDataSource
Sets the sample URL.
setSampleURLString(String) - Method in class com.reportmill.datasource.RMURLDataSource
Sets the sample URL as string.
setScaleX(float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X axis of the shape.
setScaleXY(float, float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the X and Y axis.
setScaleY(float) - Method in class com.reportmill.shape.RMShape
Sets the scale of the Y axis of the shape.
setSchema(RMSchema) - Method in class com.reportmill.datasource.RMEntity
Sets the schema that owns this entity.
setSchema(RMSchema) - Method in class com.reportmill.datasource.RMURLDataSource
Sets the schema.
setSectionLayout(RMGraphArea.SectionLayout) - Method in class com.reportmill.graphing.RMGraphArea
Sets the layout of series values.
setSelectedPage(RMPage) - Method in class com.reportmill.shape.RMDocument
Selects the given page.
setSelectedPageIndex(int) - Method in class com.reportmill.shape.RMDocument
Selects the currently selected page by index.
setSelectedPageIndex(int) - Method in class com.reportmill.viewer.RMViewer
Sets the page of viewer's document that is visible (by index).
setSelectedPart(String) - Method in class com.reportmill.graphing.RMGraphArea
Sets the currently selected part.
setSelectedPart(Point2D) - Method in class com.reportmill.graphing.RMGraphArea
Sets the currently selected part by point.
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.graphing.RMGraphPartBars
Sets the width of the gap between sets as a fraction of chart area.
setShapeRepaintEnabled(boolean) - Method in class com.reportmill.viewer.RMViewer
Sets whether changes to shapes cause repaints.
setShowAxisLabels(boolean) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Sets whether the graph shows axis labels.
setShowAxisLabels(boolean) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
Sets whether the graph draws axis labels.
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.graphing.RMGraphPartLabelAxis
Sets whether the graph shows grid lines between label axis sections.
setShowLegend(boolean) - Method in class com.reportmill.graphing.RMGraph
Sets whether the graph shows a legend.
setShowMajorGrid(boolean) - Method in class com.reportmill.graphing.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.graphing.RMGraphPartValueAxis
Sets whether the graph draws the minor axis.
setSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape.
setSizeBorders(boolean) - Method in class com.reportmill.shape.RMImage
Sets whether the image shape should resize it's borders to fit dynamically provided images.
setSizeP(double, double) - Method in class com.reportmill.shape.RMShape
Sets the size of the shape to the given width and height in parent's coords.
setSizeToFit() - Method in class com.reportmill.shape.RMShape
Sets the shape to its preferred size.
setSizeToFit(float, float) - Method in class com.reportmill.shape.RMShape
Sets the shape to its preferred size, allowing you to additionally specify a max width/height.
setSkewX(float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X axis of the shape.
setSkewXY(float, float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the X and Y axis.
setSkewY(float) - Method in class com.reportmill.shape.RMShape
Sets the skew of the Y axis of the shape.
setSnapGrid(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should snap to an alignment grid.
setSnapMargin(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should snap to a margin rect.
setSortOnValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether to sort on values explicitly provided.
setSoundData(RMSoundData) - Method in class com.reportmill.shape.RMSound
Sets the sound data for this sound shape.
setSource(Object) - Method in class com.reportmill.datasource.RMJSONDataSource
Sets the datasource source.
setSource(Object) - Method in class com.reportmill.datasource.RMXMLDataSource
Sets the source for the datasource.
setSource(Object) - Method in class com.reportmill.shape.RMImage
Sets the given source (actually a new image fill for source).
setSource(Object) - Method in class com.reportmill.shape.RMSound
Sets the source of the sound (File, String path, InputStream, byte array, etc.).
setSource(Object) - Method in class com.reportmill.viewer.RMViewer
Sets the document source.
setSpacingHeight(float) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels vertically.
setSpacingWidth(float) - Method in class com.reportmill.shape.RMLabels
Sets the spacing between labels horizontally.
setStartAngle(float) - Method in class com.reportmill.shape.RMOval
Sets the start angle for the oval.
setStartingPageBreak(boolean) - Method in class com.reportmill.shape.RMTable
Sets whether this table should always start on a new page (if in table group).
setStops(List<RMGradientFill.ColorStop>) - Method in class com.reportmill.shape.fill.RMGradientFill
Resets all the stops from the new list.
setString(String) - Method in class com.reportmill.text.RMXString
Sets the simple String represented by this RMXString.
setStrings(List) - Method in class com.reportmill.graphing.RMGraphLegend
Sets strings list.
setStringSize(RMProperty.StringSize) - Method in class com.reportmill.datasource.RMProperty
Sets the string size.
setStroke(RMStroke) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setStroke(RMStroke) - Method in class com.reportmill.shape.RMLineSegment
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.RMLineSegment
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.RMLineSegment
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.
setSweepAngle(float) - Method in class com.reportmill.shape.RMOval
Sets the sweep angle for the oval.
setSyncStructureWithAlternates(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of alternate versions.
setSyncStructureWithRowAbove(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of the row immediately above it.
setTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
Sets the tab stops.
setText(String) - Method in class com.reportmill.shape.RMText
Replaces the current text associated with this RMText with the given String.
setTextColor(RMColor) - Method in class com.reportmill.graphing.RMProxyShape
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.RMText
Sets the color of the characters in the XString associated with this RMText.
setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the thousands separator.
setTime(float) - Method in class com.reportmill.shape.RMShape
Tells the shape's anim records to update the shape to the given time.
setTitle(String) - Method in class com.reportmill.graphing.RMGraphPartSeries
Sets the title of the series.
setToMany(boolean) - Method in class com.reportmill.datasource.RMProperty
Sets whether this property is a to many relation.
setTopNSort(RMTopNSort) - Method in class com.reportmill.base.RMGrouping
Sets the top N sort for the grouping.
setType(RMProperty.Type) - Method in class com.reportmill.datasource.RMProperty
Sets the type of this property.
setType(String) - Method in class com.reportmill.graphing.RMGraph
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
setTypeFromSample(String) - Method in class com.reportmill.datasource.RMProperty
Sets property type from sample string - tries to discern whether string represents a date or number.
setTypeName(String) - Method in class com.reportmill.datasource.RMProperty
Sets the type from a given name.
setUnderlined(boolean) - Method in class com.reportmill.graphing.RMProxyShape
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.RMText
Sets all chars to be underlined.
setUnderlined(boolean) - Method in class com.reportmill.text.RMXString
Sets the xstring to be underlined.
setUndoer(RMUndoer) - Method in class com.reportmill.shape.RMDocument
Sets the RMUndoer for this document.
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.graphing.RMProxyShape
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.RMXMLWriter
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.datasource.RMSchemaMaker
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setUserName(String) - Method in class com.reportmill.datasource.RMFTPClient
Sets the user name of the connection.
setValue(Object, String, Object) - Static method in class com.reportmill.base.RMKey
Sets a value for given object and key and value.
setValue(Object) - Method in class com.reportmill.base.RMKeyChain
Sets the value of the keychain.
setValue(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Sets the given value for the given key chain + property.
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.datasource.RMFile
Sets whether file is visible (not hidden).
setVisible(boolean) - Method in class com.reportmill.shape.RMShape
Sets whether this shape is visible.
setWidth(float) - Method in class com.reportmill.graphing.RMGraphLegend
Overrides shape implementation to register for rebuild.
setWidth(float) - Method in class com.reportmill.shape.fill.RMStroke
Sets the line width of this stroke.
setWidth(float) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing width.
setWidth(float) - Method in class com.reportmill.shape.RMLineSegment
Override to prevent width from going to zero.
setWidth(float) - Method in class com.reportmill.shape.RMShape
Sets the width of the shape.
setWidth(float) - Method in class com.reportmill.shape.RMSwitchShape
Overrides standard shape method to resize alternates.
setWindingRule(byte) - Method in class com.reportmill.graphics.RMPath
Sets the winding rule which describes how inner path perimeters are filled and clipped.
setWindowXML(RXElement) - Method in class com.reportmill.shape.RMDocument
Sets the xml element for the document window.
setWraps(byte) - Method in class com.reportmill.shape.RMText
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
setX(float) - Method in class com.reportmill.shape.RMShape
Sets the X location of the shape.
setXString(RMXString) - Method in class com.reportmill.shape.RMText
Sets the XString associated with this RMText.
setXY(Point2D) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXYP(float, float) - Method in class com.reportmill.shape.RMShape
Sets the origin point of the shape to the given X and Y in parent's coords.
setY(float) - Method in class com.reportmill.shape.RMShape
Sets the Y location of the shape.
setZoomFactor(float) - Method in class com.reportmill.viewer.RMViewer
Sets the viewer's zoom factor (1 for 100%).
setZoomMode(RMViewer.ZoomMode) - Method in class com.reportmill.viewer.RMViewer
Sets the ZoomMode.
setZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
Sets the zoom to fit factor, based on the current zoom mode.
shapeHidden() - Method in class com.reportmill.shape.RMShape
Notifies shape that it or one of it's ancestors was made non-visible or removed from hierarchy.
shapeHidden() - Method in class com.reportmill.shape.RMSound
Overrides shape implementation to stop sound.
shapeHidden() - Method in class com.reportmill.shape.RMSwitchShape
Overrides shape implementation to stop animator if it should be playing.
shapeShown() - Method in class com.reportmill.shape.RMShape
Notifies shape that it or one of it's ancestors was made visible.
shapeShown() - Method in class com.reportmill.shape.RMSound
Overrides shape implementation to start sound if it should be playing.
shapeShown() - Method in class com.reportmill.shape.RMSwitchShape
Overrides shape implementation to start animator if it should be playing.
size() - Method in class com.reportmill.base.RMRect
Returns the size of the rect as an RMSize.
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.
sortedList(Collection<T>) - Static method in class com.reportmill.base.RMSort
Returns a new sorted list from given collection.
sortedList(Collection<T>, String) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
sortedList(Collection<T>, String...) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
soundStopped(RMSound) - Method in interface com.reportmill.shape.RMSound.RMSoundListener
 
squareRectInRect() - Method in class com.reportmill.base.RMRect
Creates a rect representing the largest square inside rect.
stop() - Method in class com.reportmill.viewer.RMViewer
Stops any animation viewer might have.
stringAdvance(String) - Method in class com.reportmill.text.RMFont
Returns the horizontal distance spanned by the given string when rendered in this font.
stringValueForKey(Object, String) - Static method in class com.reportmill.base.RMKey
Returns a string value for a key.
style() - Method in class com.reportmill.text.RMFont
Returns the awt style of this font.
STYLE_FIT - Static variable in class com.reportmill.shape.fill.RMImageFill
 
STYLE_FIT_IFNEEDED - Static variable in class com.reportmill.shape.fill.RMImageFill
 
STYLE_STRETCH - Static variable in class com.reportmill.shape.fill.RMImageFill
 
STYLE_TILE - Static variable in class com.reportmill.shape.fill.RMImageFill
 
substring(int) - Method in class com.reportmill.text.RMXString
Returns the substring from the given index to end of XString.
substring(int, int) - Method in class com.reportmill.text.RMXString
Returns the substring from the given start index to the given end index.
subtract(RMPoint) - Method in class com.reportmill.base.RMPoint
Subtracts the given point from this point.
superSelectable() - Method in class com.reportmill.graphing.RMGraphLegend
Editor method - indicates whether this shape can be super selected.
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.RMPolygon
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.RMText
Editor method - indicates that this shape can be super selected.
syncStructureWithShape(RMShape) - Method in class com.reportmill.shape.RMTableRow
The syncStructureWithShape() method sync's the column widths of receiver to those of given shape.

T

TAB_CENTER - Static variable in class com.reportmill.text.RMParagraph
 
TAB_DECIMAL - Static variable in class com.reportmill.text.RMParagraph
 
TAB_LEFT - Static variable in class com.reportmill.text.RMParagraph
 
TAB_RIGHT - Static variable in class com.reportmill.text.RMParagraph
 
TAG_ID - Static variable in class com.reportmill.base.RMXMLWriter
 
textDidChange() - Method in class com.reportmill.shape.RMText
Sends Text property changed event.
toggleOrder() - Method in class com.reportmill.base.RMSort
Toggles the order for this sort between ORDER_ASCEND<->ORDER_DESCEND.
toHexString() - Method in class com.reportmill.graphics.RMColor
Returns a hex string representation of this color.
toLab() - Method in class com.reportmill.graphics.RMColor
Converts an RMColor to a CIELab triplet
toString() - Method in class com.reportmill.base.RMDateFormat
Returns string representation of this format.
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.RMPoint
Returns a string representation of the receiver in the form "[x y]".
toString() - Method in class com.reportmill.base.RMRect
Returns a String reprsentation of this rect.
toString() - Method in class com.reportmill.base.RMSize
Returns a string representation of size.
toString() - Method in class com.reportmill.base.RMSort
Returns a string representation of sort (just the sort key).
toString() - Method in class com.reportmill.datasource.RMCondition
Returns a string for condition.
toString() - Method in class com.reportmill.datasource.RMConditionList
Returns a string for condition.
toString() - Method in class com.reportmill.datasource.RMDataSource
Returns a string representation of the datasource (just its name).
toString(Number, RMProperty.NumberType) - Static method in class com.reportmill.datasource.RMDataSourceUtils
Returns a string for a number according to given NumberType.
toString(Date, RMProperty.DateType) - Static method in class com.reportmill.datasource.RMDataSourceUtils
Returns a string for a date according to given DateType.
toString() - Method in class com.reportmill.datasource.RMEntity
Returns a string representation of entity (its name).
toString() - Method in class com.reportmill.datasource.RMFile
Returns a string representation of file.
toString(Object) - Method in class com.reportmill.datasource.RMProperty
Returns a string representation of given value according to property type.
toString() - Method in class com.reportmill.datasource.RMProperty
Returns a string representation of this property (its name).
toString() - Method in class com.reportmill.datasource.RMQuery
Returns a string representation of query.
toString() - Method in class com.reportmill.datasource.RMRow
Returns a string rep.
toString() - Method in class com.reportmill.datasource.RMSchema
Returns schema name.
toString() - Method in class com.reportmill.datasource.RMXMLDataSource
Returns a string representation of the datasource (just its name).
toString() - Method in class com.reportmill.graphics.RMColor
Returns a string representation of this color.
toString() - Method in class com.reportmill.shape.RMShape
Standard to string implementation (prints class name and shape bounds).
toString() - Method in class com.reportmill.shape.RMTable
Standard to string implementation (prints class name and shape bounds).
toString() - Method in class com.reportmill.shape.RMTableRow
Returns a string description of the table row.
toString() - Method in class com.reportmill.shape.RMText
Standard toSring implementation.
toString() - Method in class com.reportmill.text.RMFont
Returns the font name, size and family for this font.
toString() - Method in class com.reportmill.text.RMXString
Returns the String associated with this XString.
toStringXML() - Method in class com.reportmill.text.RMXString
Returns an XML style string representation of the attributes and string runs in this XString.
toXML(RXArchiver, Object) - Method in class com.reportmill.base.RMDateFormat
XML archival.
toXML(RXArchiver, Object) - Method in interface com.reportmill.base.RMFormat
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.base.RMGrouping
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.base.RMNumberFormat
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.base.RMSort
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMCondition
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMConditionList
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMDataSourceList
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMEntity
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMFileDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMFTPDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMGAEDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMProperty
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMQuery
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMSchema
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMURLDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.datasource.RMXMLDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.graphics.RMColor
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.graphics.RMPath
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.fill.RMFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.fill.RMGradientFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.fill.RMImageFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.fill.RMStroke
XML archival.
toXML() - Method in class com.reportmill.shape.RMDocument
Returns RXElement for document.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMShape
XML Archival generic - break toXML into toXMLShape and toXMLShapeChildren.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMSwitchShape
XML Archival generic - break toXML into toXMLShape and toXMLShapeChildren.
toXML(RXArchiver, Object) - Method in class com.reportmill.text.RMFont
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.text.RMParagraph
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.text.RMXString
XML archival.
toXMLChildTables(RXArchiver, RXElement, RMTable) - Method in class com.reportmill.shape.RMTableGroup
XML archival to recursively archive table group hierarchy.
toXMLFiles(RXElement, RMFile) - Method in class com.reportmill.datasource.RMURLDataSource
XML file archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraph
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphArea
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphLegend
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphPartBars
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphPartPie
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphPartSeries
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMDocument
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMImage
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMLabel
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMLabels
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMLineSegment
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMOval
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMPage
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMPolygon
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMRectangle
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMShape
XML Archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMSound
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMSwitchShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMTable
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMTableGroup
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMTableRow
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMText
XML archival.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphArea
XML archival - override shape implementation to suppress archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphing.RMGraphLegend
XML archival - override to suppress archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMDocument
XML archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMPage
XML archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMSwitchShape
XML child archival - override to archive alternates.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTable
XML archival - override to suppress archival of children.
toXMLShapeChildren(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMTableGroup
XML archival - override to archive all child tables (not just visible one), recursively.
toXMLShapeLayout(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMShape
XML archival of layout manager.
toXMLString() - Method in class com.reportmill.base.RMRect
Returns an XML string representation of this rect.
transform(RMTransform) - Method in class com.reportmill.base.RMPoint
Transforms the point by the given transform.
transform(RMTransform) - Method in class com.reportmill.base.RMSize
Transforms size by given transform (return this for convenience).
transformBy(RMTransform) - Method in class com.reportmill.graphics.RMPath
Transforms the points in the path by the given transform.
TYPE_AREA - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_BAR - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_BARH - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_FIELD - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPE_GETSET - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPE_LINE - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_LISTKEY - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPE_MAP - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPE_METHODS - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPE_PIE - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_SCATTER - Static variable in class com.reportmill.graphing.RMGraph
 
TYPE_UNKNOWN - Static variable in class com.reportmill.base.RMKey.KeyAccessor
 
TYPES - Static variable in class com.reportmill.graphing.RMGraph
 

U

UNDERLINE_KEY - Static variable in class com.reportmill.text.RMXString
 
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.viewer.RMViewer
Returns whether undos exist in the viewer's documents's undoer (convenience).
undoerSetCoalesce(boolean) - Method in class com.reportmill.viewer.RMViewer
Turns on undo coalescing 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.
undoerSetUndoTitle(String) - Method in class com.reportmill.viewer.RMViewer
Sets the title of the next registered undo in the viewer's documents's undoer (convenience).
union(RMRect) - Method in class com.reportmill.base.RMRect
Unions the receiver rect with the given rect.
unionEvenIfEmpty(RMRect) - Method in class com.reportmill.base.RMRect
Unions the receiver rect with the given rect.
unionRect(RMRect) - Method in class com.reportmill.base.RMRect
Creates a rect encompassing the receiver and the given rect.
unitRect - Static variable in class com.reportmill.base.RMRect
 
unitRectPath - Static variable in class com.reportmill.graphics.RMPath
 
updateRow(RMRow) - Method in class com.reportmill.datasource.RMDataSource
Registers row to be updated.
updateRow(RMRow) - Method in class com.reportmill.datasource.RMDataSourceList
Override to forward to embedded data source.
updateRowImpl(RMRow) - Method in class com.reportmill.datasource.RMFileDataSource
Updates a given row.
updateRowImpl(RMRow) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.

V

validate() - Method in class com.reportmill.graphing.RMGraphArea
Override validate to rebuild.
validate() - Method in class com.reportmill.graphing.RMGraphLegend
Overrides shape implementation to actually rebuild.
validate() - Method in class com.reportmill.shape.RMDocument
Override to validate all pages.
validate() - Method in class com.reportmill.shape.RMLineSegment
Overridden to position arrow heads.
validate() - Method in class com.reportmill.shape.RMShape
Does immediate layout if invalid.
VALUE_KEY - Static variable in class com.reportmill.text.RMXString
 
valueOf(String) - Static method in enum com.reportmill.base.RMKeyChain.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMCondition.DateConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMCondition.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMProperty.DateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMProperty.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMProperty.StringSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.datasource.RMProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphing.RMGraphArea.ItemLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphing.RMGraphArea.SectionLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphing.RMGraphPartSeries.LabelPosition
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.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.
valueOf(String) - Static method in enum com.reportmill.viewer.RMViewer.ZoomMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.reportmill.base.RMKeyChain.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMCondition.DateConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMCondition.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMProperty.DateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMProperty.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMProperty.StringSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.datasource.RMProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphing.RMGraphArea.ItemLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphing.RMGraphArea.SectionLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphing.RMGraphPartSeries.LabelPosition
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.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.
values() - Static method in enum com.reportmill.viewer.RMViewer.ZoomMode
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
 

W

white - Static variable in class com.reportmill.graphics.RMColor
 
width - Variable in class com.reportmill.base.RMSize
 
width() - Method in class com.reportmill.shape.RMShape
Returns raw width of shape.
widthsIntersect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver intersects with the given rect (horizontally only).
WIND_EVEN_ODD - Static variable in class com.reportmill.graphics.RMPath
 
WIND_NON_ZERO - Static variable in class com.reportmill.graphics.RMPath
 
WRAP_BASIC - Static variable in class com.reportmill.shape.RMText
 
WRAP_NONE - Static variable in class com.reportmill.shape.RMText
 
WRAP_SCALE - Static variable in class com.reportmill.shape.RMText
 
WRAP_TYPE_BOTH - Static variable in class com.reportmill.shape.RMShape
 
WRAP_TYPE_NONE - Static variable in class com.reportmill.shape.RMShape
 
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
writeFile(RMFile) - Method in class com.reportmill.datasource.RMDataSource
Writes a file (bytes really).
writeFileImpl(RMFile) - Method in class com.reportmill.datasource.RMDataSourceList
Overridden to write file.
writeFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFileDataSource
Writes file bytes.
writeFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFTPDataSource
Writes file bytes.
writeFileImpl(RMFile) - Method in class com.reportmill.datasource.RMGAEDataSource
Override to forward to db data source.
writeHTML(String) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given path String as HTML.
writeHTML(String, String) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given path String as HTML (referenced images are written at the given relative path).
writeObject(Object, String) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to three levels deep, which is default degree of separation.
writeObject(Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to given degree of separation.
writeObject(Object, Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset and optional userInfo to given path as XML, out to given degree of separation.
writePDF(String) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given path String as PDF.

X

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

Y

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

Z

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

_

_locale - Static variable in class com.reportmill.shape.RMDocument
 
A B C D E F G H I L M N O P Q R S T U V W X Y Z _ 
ReportMill 12 API