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

A

a() - Method in class com.reportmill.graphics.RMTransform
Returns the first component of the transform matrix.
abs(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the absolute value of the given value.
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.RMScene3D
Viewer method.
acceptsMouse() - Method in class com.reportmill.shape.RMShape
Returns whether shape accepts mouse events.
acceptsMouse() - Method in class com.reportmill.shape.RMSwitchShape
Viewer method.
actionPerformed(ActionEvent) - Method in class com.reportmill.base.RMKeyTimer
ActionListener method - called whenever timer fires.
add(T[], T) - Static method in class com.reportmill.base.RMArrayUtils
Adds a value to an array of objects.
add(T[], T, int) - Static method in class com.reportmill.base.RMArrayUtils
Returns a new array by adding a value to an array of objects at the given index.
add(int, Object) - Method in class com.reportmill.base.RMKeyList
Adds the object at the given index.
add(List<T>, T) - Static method in class com.reportmill.base.RMListUtils
Adds an object to the given list and returns list (creates list if missing).
add(Number, Number) - Static method in class com.reportmill.base.RMMath
Returns the sum of the two given Numbers.
add(RMPoint) - Method in class com.reportmill.base.RMPoint
Adds the given point to this point.
add(String, String) - Static method in class com.reportmill.base.RMStringUtils
Adds the two strings together (treats nulls as empty strings).
add(String, String, String) - Static method in class com.reportmill.base.RMStringUtils
Adds the two strings together with separator (treats nulls as empty strings, omitting sep if either is null).
add(Object, Object) - Static method in class com.reportmill.base.RMUtils
Returns the sum of the two given objects (assumed to be strings or numbers).
add(RMVector) - Method in class com.reportmill.graphics.RMVector
Adds a vector.
add(double, double) - Method in class com.reportmill.graphics.RMVector
Adds the vector components to this vector.
add(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Add the given vector to this.
addAction(RMAction) - Method in class com.reportmill.shape.RMShape
Adds an action.
addAction(RMAction) - Method in class com.reportmill.shapefx.RMActionList
Adds an action to action list.
addAction(RMAction, int) - Method in class com.reportmill.shapefx.RMActionList
Adds an action to action list at given index.
addActions(RMAction...) - Method in class com.reportmill.shape.RMShape
Adds actions.
addActivity(RMActivity) - Method in class com.reportmill.base.RMActivityList
Adds an activity to activity panel.
addActivity(RMActivity, int) - Method in class com.reportmill.base.RMActivityList
Adds an activity to list at given index.
addAdder(RMTableRPGAdder) - Method in class com.reportmill.shape.RMTableRPGAdder
Adds an adder to the adders list.
addAllUnique(List<T>, List<T>) - Static method in class com.reportmill.base.RMListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUnique(List<T>, T...) - Static method in class com.reportmill.base.RMListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUnique(List<T>, int, T...) - Static method in class com.reportmill.base.RMListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUniqueId(List<T>, List<T>) - Static method in class com.reportmill.base.RMListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUniqueId(List<T>, T...) - Static method in class com.reportmill.base.RMListUtils
Adds all object from second list to first list (creates first list if missing).
addAnimatorListener(RMAnimator.Listener) - Method in class com.reportmill.graphics.RMAnimator
Adds an animator listener.
addAttributes(Map<RMTextTypes.Attribute, Object>) - Method in class com.reportmill.text.RMXString
Adds the attributes in the given map to this whole string.
addAttributes(Map<RMTextTypes.Attribute, Object>, int, int) - 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(Binder) - Method in class com.reportmill.shape.RMDocument
Adds a binder to the panel.
addBinding(Binding) - Method in class com.reportmill.shape.RMShape
Adds the individual binding to the shape's bindings list.
addChars(CharSequence, int) - Method in class com.reportmill.text.RMBigStringBuilder
Adds chars at index.
addChars(RMXStringRun, int, int) - Method in class com.reportmill.text.RMTextLayout
Adds chars to text layout.
addChars(RMXStringRun, int, int) - Method in class com.reportmill.text.RMTextLine
Adds chars to text line.
addChars(RMXStringRun, int, int) - Method in class com.reportmill.text.RMTextRun
Adds chars to text run.
addChars(CharSequence) - Method in class com.reportmill.text.RMXString
Appends the given String to the end of this XString.
addChars(CharSequence, Object...) - Method in class com.reportmill.text.RMXString
Appends the given chars with the given attribute(s).
addChars(CharSequence, Map) - Method in class com.reportmill.text.RMXString
Appends the given string to the end of this XString, with the given attributes.
addChars(CharSequence, int) - Method in class com.reportmill.text.RMXStringCore
Adds chars at index.
addChars(CharSequence, Map, int) - Method in class com.reportmill.text.RMXStringCore
Appends the given string to this XString, with the given attributes, at the given index.
addChild(Object) - Method in class com.reportmill.base.RMKeyChain
Adds a child to the end of the keychain's child list.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMAnimPathShape
Override add child to handle animated child shape special
addChild(RMShape, int) - Method in class com.reportmill.shape.RMDocument
Override to do special stuff.
addChild(int, RMShape, RMFlowLayoutBasic.LayoutInfo) - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Adds a child.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMPage
Add the given child at the given index (over-rides RMShape version to propogate to RMPageLayer).
addChild(RMShape) - Method in class com.reportmill.shape.RMPageLayer
Adds a child to this layer.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMPageLayer
Adds a child to this layer at the given index.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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) - Method in class com.reportmill.shape.RMTable
Override to remove existing child.
addChild(RMShape, int) - Method in class com.reportmill.shape.RMTableRow
Overrides standard shape method to turn off structuring if child isn't text.
addChildren(List<RMShape>) - Method in class com.reportmill.shape.RMPageLayer
Adds a list of children to this layer.
addChildTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table as a child to the main table.
addChildTable(RMTable, RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table as a child of the given parent table.
addChildTable(RMTable, RMTable, RMTable) - Method in class com.reportmill.shape.RMTableGroup
Adds the given table table as a child of the parent table (after the third given table).
addChildWithTitle(RMTableRow, int, String) - Method in class com.reportmill.shape.RMTable
Convenience to set a child title and add to the table.
addColumn(int, int, int) - Method in class com.reportmill.shape.RMCrossTab
Adds a column at the given index.
addColumnDivider(double) - Method in class com.reportmill.shape.RMCrossTab
Adds a column divider at the given x coordinate.
addDataObject(Object) - Method in class com.reportmill.base.ReportMill
Adds a data object to the data object list.
addDataObject(Object, int) - Method in class com.reportmill.base.ReportMill
Adds a data object to the data object list.
addDeepChangeListener(DeepChangeListener) - Method in class com.reportmill.shape.RMShape
Adds a deep change listener to shape to listen for shape changes and property changes received by shape.
addDetails(String) - Method in class com.reportmill.shape.RMTable
Convenience to add details for grouping key.
addEffect(RMEffect) - Method in class com.reportmill.shapefx.RMCompositeEffect
Add effect to end of effects list.
addEffect(RMEffect, int) - Method in class com.reportmill.shapefx.RMCompositeEffect
Add effect to effects list at given index.
addFloat(List<Float>, Float) - Method in class com.reportmill.shape.RMShapeTable
Adds a float to a list.
addFreezeFrame() - Method in class com.reportmill.graphics.RMAnimator
Adds a freeze frame for the animator's current time to the freeze-frame list.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChain
Adds a class to the list of classes that RM queries for functions.
addFunctionClass(Class) - Static method in class com.reportmill.base.RMKeyChainFuncs
Adds a class to the list of classes that RM queries for functions.
addGridLineMajor(RMLineShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineMajor(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line major.
addGridLineMajor(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a major grid line to the graph view.
addGridLineMinor(RMLineShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineMinor(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line minor.
addGridLineMinor(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a minor grid line to the graph view.
addGridLineSeparator(RMLineShape) - Method in interface com.reportmill.graphing.RMGraphView.BarView
Add grid line.
addGridLineSeparator(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar
Add grid line separator
addGridLineSeparator(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewBar3D
Adds a grid line separator to the graph view.
addGrouping(RMGrouping) - Method in class com.reportmill.base.RMGrouper
Adds a given grouping to grouper's list of groupings.
addGrouping(RMGrouping, int) - Method in class com.reportmill.base.RMGrouper
Adds a given grouping to grouper's list of groupings.
addGrouping(RMGrouping, int) - Method in class com.reportmill.shape.RMTable
Adds a given grouping to the table at the given grouping index.
addGroupingForKey(String) - Method in class com.reportmill.base.RMGrouper
Adds a new grouping with the given key.
addGroupingForKey(String, int) - Method in class com.reportmill.base.RMGrouper
Adds a new grouping with the given key at the given index.
addGroupingKey(String) - 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.
addGroupings(List<RMGrouping>) - Method in class com.reportmill.base.RMGrouper
Adds a given list of groupings to grouper's list of groupings.
addHeader(String) - Method in class com.reportmill.shape.RMTable
Convenience to add header for grouping key.
addId(T[], T) - Static method in class com.reportmill.base.RMArrayUtils
Adds a value to an array of objects if list doesn't already contain it.
addInterpolator(RMInterpolator) - Static method in class com.reportmill.graphics.RMInterpolator
 
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.
addKeyFrame(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Adds a given key frame.
addKeyFrame(RMKeyFrame, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a given key frame at given index.
addKeyFrameKeyValue(Object, String, Object, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a new key frame key value for
addKeyFrameKeyValue(Object, String, Object, int, Object, int) - Method in class com.reportmill.graphics.RMTimeline
Adds a new key frame key value for
addKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value.
addKeyValue(RMKeyValue, int) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value at given index.
addKeyValue(Object, String, Object) - Method in class com.reportmill.graphics.RMKeyFrame
Adds a new key value for given target, key and value.
addKeyValue(RMKeyValue, int) - Method in class com.reportmill.graphics.RMKeyValueList
Adds a key value and time to key values and times list.
addLabel(RMTextShape, 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.
addLayoutChild(RMShape) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Override to start listening to child property changes.
addLayoutChild(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Called when a child is added to parent shape.
addLayoutChild(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Override to start listening to property changes.
addLayoutChild(RMShape) - Method in class com.reportmill.shape.RMTable.TableLayout
 
addLength(int, int) - Method in class com.reportmill.text.RMXStringRun
Adds length to run for char index.
addLine(RMFlowLayoutBasic) - Method in class com.reportmill.shape.RMFlowLayout
Adds a new line.
addLine(RMXStringRun) - Method in class com.reportmill.text.RMTextLayout
Adds a new line and returns it.
addListener(Class<T>, T) - Method in class com.reportmill.base.RMListenerList
Adds the listener as a listener of the specified type.
addListener(Class<T>, T) - Method in class com.reportmill.shape.RMShape
Override to start listening to children when first PropertyChangeListener is added to this shape.
addMouseListener(RMShapeMouseListener) - Method in class com.reportmill.shape.RMShape
Add mouse listener.
addNewborn(Object) - Method in class com.reportmill.graphics.RMAnimator
Declare newBorn shapes so that if they are added at non-zero time, we won't get bogus initial values (after an explicit time change, they will start to accept changes).
addOp(RMPainterOp) - Method in class com.reportmill.graphics.RMPainter
Adds a new operation.
addOp(RMPainterOp, int) - Method in class com.reportmill.graphics.RMPainter
Adds a new operation at the given index.
addOp(RMRobotAction.RobotOp) - Method in class com.reportmill.shapefx.RMRobotAction
Adds a new operation.
addOp(RMRobotAction.RobotOp, int) - Method in class com.reportmill.shapefx.RMRobotAction
Adds a new operation at the given index.
addOpsForPath(PathIterator) - Method in class com.reportmill.shape.RMPainterShape
Adds operations for path.
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.
addPage() - Method in class com.reportmill.shape.RMTableRPG
Adds a page to the end of the table rpg linked list.
addPageBetweenPages() - Static method in class com.reportmill.base.RMExtras
An example of adding a static page between all pages (and at the end) to effectively provide a page back when printing front and back.
addPageReferenceShape(RMShape) - Method in class com.reportmill.base.ReportMill
Registers a shape with a page key in it.
addPages(RMDocument) - Method in class com.reportmill.shape.RMDocument
Add the pages in the given document to this document (at end) and clears the pages list in the given document.
addPainter(RMPainter) - Method in class com.reportmill.shape.RMPainterShape
Adds a given painter to painters list.
addPainter(RMPainter, int) - Method in class com.reportmill.shape.RMPainterShape
Adds a given painter to painter list at given index.
addPath(RMPath, float) - Method in class com.reportmill.graphics.RMPath3D
Adds a 2D path to the path3D at the given depth.
addPathsFromShapes(List<RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the combined path from given shapes.
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.
addPropertyChange(PropertyChangeEvent) - Method in class com.reportmill.base.RMUndoer
Adds a property change.
addPropertyChange(PropertyChangeEvent) - Method in class com.reportmill.base.RMUndoSet
Adds a property change.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.reportmill.base.RMObject
Add listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.reportmill.base.RMPropertyChanger
Add a property change listener.
addRecord(String, Object, RMInterpolator) - Method in class com.reportmill.base.RMKeyTimer
Adds a new key change record.
addRecord(String, Object, Object, RMInterpolator) - Method in class com.reportmill.base.RMKeyTimer
Adds a new absolute key change record to the timer.
addRow(int, int, int) - Method in class com.reportmill.shape.RMCrossTab
Adds a row at the given index.
addRow(RMTableRow) - Method in class com.reportmill.shape.RMTableRPGAdder
Adds the given table row to this table page.
addRowDivider(double) - Method in class com.reportmill.shape.RMCrossTab
Adds a row divider at the given y coordinate.
addRows() - Method in class com.reportmill.shape.RMTableRPGAdder
Adds rows.
addRows() - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Adds detail row and children.
addRows() - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Adds rows.
addRows() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Add rows.
addRows(boolean) - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Adds rows.
addRows() - Method in class com.reportmill.shape.RMTableRPGAdderTable
Adds rows.
addRun(RMXStringRun, RMTextLine) - Method in class com.reportmill.text.RMTextLayout
Adds a new run.
addSegments(List<? extends RMLine>) - Method in class com.reportmill.graphics.RMPath
Adds the list of segments to the path, starting with a moveto.
addShape(RMShape) - Method in class com.reportmill.shape.RMMorphShape
Adds a shape to shapes list.
addShape(RMShape) - Method in class com.reportmill.shape.RMScene3D
Adds a shape to the end of the shape list.
addShape(RMShape, int) - Method in class com.reportmill.shape.RMScene3D
Adds a shape to the shape list at the given index.
addShape(RMShape) - Method in class com.reportmill.shape.RMSwapShape
Adds a shape.
addShape(RMShape, int) - Method in class com.reportmill.shape.RMSwapShape
Adds a shape at given index.
addSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Adds the given sort to the grouping.
addSort(RMSort, int) - Method in class com.reportmill.base.RMGrouping
Adds the given sort to the grouping.
addSort(String) - Method in class com.reportmill.base.RMGrouping
Adds a sort to the grouping for the given sort key.
addSorts(List<RMSort>) - Method in class com.reportmill.base.RMGrouping
Adds the list of sorts to the grouping.
addSpan(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.SpanList
Adds a span to a list of spans, either by extending an existing span or actually adding it to the list.
addString(RMXString) - Method in class com.reportmill.text.RMXString
Appends the given XString to the end of this string.
addString(RMXStringCore, int) - Method in class com.reportmill.text.RMXStringCore
Adds an XString to this string at given index.
addSummary(String) - Method in class com.reportmill.shape.RMTable
Convenience to add summary for grouping key.
addSummaryRows() - Method in class com.reportmill.shape.RMTableRPGAdder
Do add summary.
addTime(List<Number>, Number) - Static method in class com.reportmill.graphics.RMAnimUtils
Adds a given time to the given list at the proper ordered index.
addTimes(List<Number>, List<Number>) - Static method in class com.reportmill.graphics.RMAnimUtils
Adds the list of times in list 2 to the given list of times in list 1 at the proper ordered indexes.
addToPage(RMDocument, RMDocument) - Static method in class com.reportmill.base.RMExtras
Adds the contents from second document to the bottom of the first page of first document.
addUnique(List<T>, T) - Static method in class com.reportmill.base.RMListUtils
Adds an object to the given list if object is absent (creates list if missing).
addUniqueId(List<T>, T) - Static method in class com.reportmill.base.RMListUtils
Adds an object to the given list if identical object is missing (creates list if missing).
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(RMTextShape) - Method in interface com.reportmill.graphing.RMGraphView.PieView
Add a wedge label shape.
addWedgeLabel(RMTextShape) - Method in class com.reportmill.graphing.RMGraphViewPie
Implements PieView method to just add wedge label shape.
addWedgeLabel(RMTextShape) - Method in class com.reportmill.graphing.RMGraphViewPie3D
Adds a wedge label to graph view.
addWedgeLabelLine(RMLineShape) - Method in interface com.reportmill.graphing.RMGraphView.PieView
Add a wedge label line.
addWedgeLabelLine(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewPie
Implements PieView method to just add wedge label line shape.
addWedgeLabelLine(RMLineShape) - Method in class com.reportmill.graphing.RMGraphViewPie3D
Adds a wedge label line to graph view.
addWords(String, int, int, StringBuffer, Matcher) - Static method in class com.reportmill.base.RMStringUtils
Adds words from given string and string start/end to given string buffer.
align(RMVector3D) - Method in class com.reportmill.graphics.RMPath3D
Transforms the path so the normal is aligned with the given vector.
ALIGN_BOTTOM - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_CENTER - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_FULL - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_LEFT - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_MIDDLE - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_RIGHT - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
ALIGN_TOP - Static variable in class com.reportmill.shape.RMText
Deprecated.
 
angle - Variable in class com.reportmill.graphics.RMPainterOp.Turn
 
animatorStarted(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animatorStarted(RMAnimator) - Method in class com.reportmill.shape.RMNestedDoc
Animator Listener method.
animatorStopped(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animatorStopped(RMAnimator) - Method in class com.reportmill.shape.RMNestedDoc
Animator listener method.
animatorUpdated(RMAnimator) - Method in interface com.reportmill.graphics.RMAnimator.Listener
 
animatorUpdated(RMAnimator) - Method in class com.reportmill.shape.RMNestedDoc
Animator Listener method.
animUpdate(PropertyChangeEvent) - Method in class com.reportmill.base.RMObject
Called to update shape anim.
animUpdate(PropertyChangeEvent) - Method in class com.reportmill.shape.RMShape
Called to update shape anim.
anyElement(Map) - Static method in class com.reportmill.base.RMMapUtils
Returns any element from a map.
anyKeyReferencesKey(String) - Method in class com.reportmill.base.RMKeyChain
Returns whether given key is used anywhere in expression.
append(char) - Method in class com.reportmill.base.RMByteArray
Append common types as ASCII.
append(char[]) - Method in class com.reportmill.base.RMByteArray
Append the given char array.
append(char[], int, int) - Method in class com.reportmill.base.RMByteArray
Appends the given char array.
append(double) - Method in class com.reportmill.base.RMByteArray
Appends the given double.
append(float) - Method in class com.reportmill.base.RMByteArray
Appends the given float.
append(int) - Method in class com.reportmill.base.RMByteArray
Appends an int string to the data.
append(Object) - Method in class com.reportmill.base.RMByteArray
Appends an object's string representation to the data.
append(String) - Method in class com.reportmill.base.RMByteArray
Appends a string to the data.
append(RMByteArray) - Method in class com.reportmill.base.RMByteArray
Appends raw binary from given data to data.
append(byte[]) - Method in class com.reportmill.base.RMByteArray
Appends raw binary from byte array to data.
append(byte[], int, int) - Method in class com.reportmill.base.RMByteArray
Appends raw binary from byte array to data.
append(String) - Method in class com.reportmill.text.RMConsoleText
Appends a string.
append(String) - Method in class com.reportmill.text.RMTextArea
Append Text.
append(RMXString) - Method in class com.reportmill.text.RMTextArea
Appends an XString.
appendByte(int) - Method in class com.reportmill.base.RMByteArray
Appends byte to data.
appendErr(String) - Method in class com.reportmill.base.RMProcess
Called to append to error buffer.
appendInt(int) - Method in class com.reportmill.base.RMByteArray
Appends int to data.
appendLittleInt(int) - Method in class com.reportmill.base.RMByteArray
Appends little endian int to data.
appendLittleShort(int) - Method in class com.reportmill.base.RMByteArray
Appends little endian short to data.
appendLittleUInt(long) - Method in class com.reportmill.base.RMByteArray
Appends little endian unsigned int to data.
appendLittleUShort(int) - Method in class com.reportmill.base.RMByteArray
Appends little endian unsigned short to data.
appendln(String) - Method in class com.reportmill.text.RMTextArea
Append Text.
appendOut(String) - Method in class com.reportmill.base.RMProcess
Called to append to output buffer.
appendOval(RMPath, RMRect, float, float, boolean) - Static method in class com.reportmill.graphics.RMPathUtils
Adds elements describing an oval in the given rect to this path.
appendShape(RMPath, Shape) - Static method in class com.reportmill.graphics.RMPathUtils
Returns a new path from an AWT shape.
appendShort(int) - Method in class com.reportmill.base.RMByteArray
Appends short to data.
appendUByte(int) - Method in class com.reportmill.base.RMByteArray
Appends unsigned byte to data.
appServer - Static variable in class com.reportmill.base.ReportMill
 
arcLength() - Method in class com.reportmill.graphics.RMPath
Returns the total arc length of path segments.
Arial10 - Static variable in class com.reportmill.base.RMAWTUtils
 
Arial11 - Static variable in class com.reportmill.base.RMAWTUtils
 
Arial12 - Static variable in class com.reportmill.base.RMAWTUtils
 
Arial14 - Static variable in class com.reportmill.base.RMAWTUtils
 
Arial8 - Static variable in class com.reportmill.base.RMAWTUtils
 
ArialBold10 - Static variable in class com.reportmill.base.RMAWTUtils
 
ArialBold11 - Static variable in class com.reportmill.base.RMAWTUtils
 
ArialBold12 - Static variable in class com.reportmill.base.RMAWTUtils
 
ArialBold14 - Static variable in class com.reportmill.base.RMAWTUtils
 
ATTRIBUTE_FILL_STYLE - Static variable in class com.reportmill.shapefx.RMImageFill
 
ATTRIBUTE_ROLL - Static variable in class com.reportmill.shapefx.RMImageFill
 
ATTRIBUTE_SCALE_X - Static variable in class com.reportmill.shapefx.RMImageFill
 
ATTRIBUTE_SCALE_Y - Static variable in class com.reportmill.shapefx.RMImageFill
 
ATTRIBUTE_X - Static variable in class com.reportmill.shapefx.RMImageFill
 
ATTRIBUTE_Y - Static variable in class com.reportmill.shapefx.RMImageFill
 
average(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the average resulting by evaluating the keychain on given list objects.
averageX(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the average resulting by evaluating the keychain on given list objects.
awt() - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color.
awt(float) - Method in class com.reportmill.graphics.RMColor
Returns an AWT version of this color, with the alpha component scaled by the given dissolve factor.
awt() - Method in class com.reportmill.graphics.RMTransform
Returns AWT version of transform for use with Java2D (caching it if needed).
awt() - Method in class com.reportmill.text.RMFont
Returns the AWT font for this font.
awt() - Method in class com.reportmill.text.RMFontFile
Returns the AWT font represented by the font file.

B

b() - Method in class com.reportmill.graphics.RMTransform
Returns the second component of the transform matrix.
BAD_REQUEST - Static variable in class com.reportmill.base.RMURLUtils
 
BASIC - Static variable in class com.reportmill.base.RMNumberFormat
 
between(float, float, float) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is between two other numbers.
bigShortArrayAt(int, int) - Method in class com.reportmill.base.RMByteArray
Returns the array of big endian shorts at the given byte index with the given length.
bigShortAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the short at the given index (assumed to be in big endian format).
bigUIntAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the big endian unsigned int at the given byte index.
bigUShortArrayAt(int, int) - Method in class com.reportmill.base.RMByteArray
Returns the array of big endian unsigned shorts at the given byte index with the given length.
bigUShortAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the big endian unsigned short at the given byte index.
binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class com.reportmill.base.RMListUtils
Returns the result of binary search, but always returns insert index.
bitRate() - Method in class com.reportmill.graphics.RMSoundData
Returns the bit rate.
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(RMInvocation, double, RMInterpolator) - Method in class com.reportmill.graphics.RMInvocation
Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
blend(Object, double) - Method in interface com.reportmill.graphics.RMInvocation.Blend
 
blend(RMXString, RMXString, float) - Static method in class com.reportmill.text.RMXStringUtils
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
 
booleanValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the Boolean for a given object (assumed to be Number or String).
boolValue(Map<K, V>, K) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as a boolean.
boolValue(Map<K, V>, K, boolean) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as a boolean (with optional default value).
boolValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns a boolean value for the given object.
BOUNCE - Static variable in class com.reportmill.graphics.RMInterpolator
Bounce interpolator.
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
Returns 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) - Method in class com.reportmill.shape.RMPageLayer
Moves the shapes specified in the given list to the front of this layer's list of shapes.
bringShapesToFront(List<RMShape>) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the front of the children list.

C

c() - Method in class com.reportmill.graphics.RMTransform
Returns the third component of the transform matrix.
cancel() - Method in class com.reportmill.base.RMRunner
Cancels the runner.
cancelled(Exception) - Method in class com.reportmill.base.RMRunner
The method to run when cancelled.
canDisplay(char) - Method in class com.reportmill.text.RMFont
Returns if this font can display the given char.
canDisplay(char) - Method in class com.reportmill.text.RMFontFile
Returns if this font can display the given char.
canFreezeFrame() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the current time is not currently a key-frame.
canRead(String) - Static method in class com.reportmill.graphics.RMImageData
Returns whether given extension is supported.
canRead(String) - Static method in class com.reportmill.graphics.RMImageReader
Returns whether image reader can read files with given extension.
canRead(byte[]) - Static method in class com.reportmill.graphics.RMImageReader
Returns whether image reader can read the file provided in the byte array.
canRead(String) - Static method in class com.reportmill.graphics.RMPDFImageReader
Returns whether PDF image reader can read files with given extension.
canRead(byte[]) - Static method in class com.reportmill.graphics.RMPDFImageReader
Returns whether PDF image reader can read the file provided in the byte array.
canRead(String) - Static method in class com.reportmill.graphics.RMSoundData
Returns whether sound data can read given extension.
canSaveToSource() - Method in class com.reportmill.base.RMByteSource.BasicSource
Returns whether source can save.
canSaveToSource() - Method in interface com.reportmill.base.RMByteSource
Returns whether source can save.
canSaveToSource() - Method in class com.reportmill.base.RMByteSource.FileSource
Returns whether source can save.
canSaveToSource() - Method in class com.reportmill.base.RMByteSource.URLSource
Returns whether source can save.
canSaveToSource() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns whether source can save.
ceil(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given value as a double rounded up to the nest largest integer.
ceil(double, double) - Static method in class com.reportmill.base.RMMath
Truncate x up to the nearest y.
charAdvance(char) - Method in class com.reportmill.text.RMFont
Returns the char advance for the given char.
charAdvance(char) - Method in class com.reportmill.text.RMFontFile
Returns the char advance for the given char.
charArrayAt(int, int) - Method in class com.reportmill.base.RMByteArray
Returns the char array at the given byte index with the given length.
charAt(int) - Method in class com.reportmill.text.RMBigStringBuilder
CharSequence method, returns char for given index.
charAt(int) - Method in class com.reportmill.text.RMTextEditor
Returns the individual character at given index.
charAt(int) - Method in class com.reportmill.text.RMTextLayout
Returns the char value at the specified index.
charAt(int) - Method in class com.reportmill.text.RMTextLine
Returns the char value at the specified index.
charAt(int) - Method in class com.reportmill.text.RMTextRun
Returns the char value at the specified index.
charAt(int) - Method in class com.reportmill.text.RMXStringRun
CharSequence method returning character at 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!).
charKern(char, char) - Method in class com.reportmill.text.RMFontFile
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.
charPath(char) - Method in class com.reportmill.text.RMFontFile
Returns the path for a given character.
cheby(int) - Static method in class com.reportmill.graphics.RMCurveFit
 
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.
checkString(String, boolean) - Static method in class com.reportmill.base.RMUtils
Checks a string to see if it's valid.
childDidReset(RMTableRPGAdder) - Method in class com.reportmill.shape.RMTableRPGAdder
Resets the given child adder.
childDidReset(RMTableRPGAdder) - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Overrides adder method to reset index.
childDidReset(RMTableRPGAdder) - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Overrides adder method to reset index.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMCrossTabFrame
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMDocument
Editor method indicates that pages super select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMLabels
Editor method - indicates that labels child should super-select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMLineShape
Override to prevent arrow heads from selecting.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMShape
Editor method.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTable
Editor method - indicates that children should super select immediately when split shape is super selected.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableGroup
Editor method - indicates that table group children (tables) super select immediately.
childrenSuperSelectImmediately() - Method in class com.reportmill.shape.RMTableRow
Editor method - states that children super-select immediately when table row is structured.
clamp(double) - Static method in class com.reportmill.base.RMMath
Returns the given float clamped to 1/1000th precision.
clamp(int, int, int) - Static method in class com.reportmill.base.RMMath
Returns the given in clamped between the two values.
clamp(float, float, float) - Static method in class com.reportmill.base.RMMath
Returns the given double clamped between the two values.
clamp_doubleback(double, double, double) - Static method in class com.reportmill.base.RMMath
Returns the given double clamped between the two values.
clamp_wrap(int, int, int) - Static method in class com.reportmill.base.RMMath
Returns the given double clamped between the two values (wraps around if out of range).
clamp_wrap(double, double, double) - Static method in class com.reportmill.base.RMMath
Returns the given double clamped between the two values (wraps around if out of range).
clear() - Method in class com.reportmill.base.RMActivityList
Clears non-running activities.
clear() - Method in class com.reportmill.base.RMLogger
Clears the log.
clear() - Method in class com.reportmill.base.RMLogger.CompositeLogger
Override to forward to loggers.
clear - Static variable in class com.reportmill.graphics.RMColor
 
clearConsole() - Method in class com.reportmill.text.RMConsoleText
Clears the console.
clearContents() - Method in class com.reportmill.shape.RMCrossTabCell
Clears the text and grouping from this cell.
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.RMByteArray
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGroup
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGrouper
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMGrouping
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMKeyChain
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMListenerList
Standard clone implementation.
clone(List<T>) - Static method in class com.reportmill.base.RMListUtils
Returns a copy of the given list.
clone(Map) - Static method in class com.reportmill.base.RMMapUtils
Clones a map.
clone() - Method in class com.reportmill.base.RMRect
Standard clone implementation.
clone() - Method in class com.reportmill.base.RMSort
Standard clone implementation.
clone(T) - Static method in class com.reportmill.base.RMUtils
Returns a clone of the given object (supports List, Map, RMObject, null and others by reflection).
clone() - Method in class com.reportmill.graphics.RMAnimator
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMImageData
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMInterpolator
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMInvocation
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMKeyFrame
Standard clone method.
clone() - Method in class com.reportmill.graphics.RMKeyValue
Standard clone method.
clone() - Method in class com.reportmill.graphics.RMLine
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPainter
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPath
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPath3D
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
clone() - Method in class com.reportmill.graphics.RMPoint3D
implements Cloneable interface
clone() - Method in class com.reportmill.graphics.RMTimeline
Standard clone implementation.
clone(Object) - Method in class com.reportmill.graphics.RMTimeline
Standard clone implementation.
clone() - Method in class com.reportmill.graphics.RMTransform3D
 
clone() - Method in class com.reportmill.graphics.RMVector
Returns a basic clone of this object.
clone() - Method in class com.reportmill.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.RMAnimPathShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMBinderShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMCrossTab
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMCrossTabCell
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns a basic clone of this object.
clone() - Method in class com.reportmill.shape.RMCrossTabRow
Returns a basic clone of this object.
clone() - Method in class com.reportmill.shape.RMDocument
Copies basic document attributes (shallow copy only - no children or pages).
clone() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMLabels
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMPage
Standard clone method.
clone() - Method in class com.reportmill.shape.RMPageLayer
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMPainterShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMPolygonShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMShape
Standard implementation of Object clone.
clone() - Method in class com.reportmill.shape.RMShapeLayout
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMShapeRSS
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMSharedMap
Overrides hashtable method to just mark hashtable shared and return it.
clone() - Method in class com.reportmill.shape.RMSubreport
Override.
clone() - Method in class com.reportmill.shape.RMSwitchShape
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTable
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTableGroup
Standard clone implementation.
clone() - Method in class com.reportmill.shape.RMTextShape
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMAction
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMActionList
Clones action list.
clone() - Method in class com.reportmill.shapefx.RMDoubleStroke
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMEffect
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMFill
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMGradientFill
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMImageEffect
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMRadialGradientFill
Standard clone implementation.
clone() - Method in class com.reportmill.shapefx.RMStroke
Standard clone implementation.
clone() - Method in class com.reportmill.text.RMBigStringBuilder
Returns a clone of this RMBigStringBuilder.
clone() - Method in class com.reportmill.text.RMParagraph
Standard clone of this object.
clone() - Method in class com.reportmill.text.RMXStringCore
Returns a clone of this x string.
clone() - Method in class com.reportmill.text.RMXStringRun
Returns a basic clone of this object.
cloneDeep() - Method in class com.reportmill.base.RMGroup
Clone deep implementation - clones this group and any child groups.
cloneDeep(List<T>) - Static method in class com.reportmill.base.RMListUtils
Returns a copy of the given list with copies of all its items (recursively).
cloneDeep(T) - Static method in class com.reportmill.base.RMUtils
Clones the given object, recursively, if the object is a collection.
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.RMCrossTab
Clone deep.
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.RMNestedDoc
Clone deep implementation.
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.RMSwapShape
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.
cloneDeep(RMXString) - Method in class com.reportmill.text.RMXStringRun
Returns a clone of this run, including a clone of the next run(s) if present.
cloneEmpty() - Method in class com.reportmill.base.RMGroup
Clone deep implementation - clones this group and any child groups.
cloneX() - Method in class com.reportmill.shape.RMSharedMap
Provides real clone implementation.
CLOSE - Static variable in class com.reportmill.graphics.RMPath
 
CLOSE - Static variable in class com.reportmill.graphics.RMPath3D
 
close() - Method in class com.reportmill.graphics.RMPath3D
Adds a close element to the path3d.
closePath() - Method in class com.reportmill.graphics.RMPath
Adds a Close element to the given path.
coalesceNewlines(RMXString) - Static method in class com.reportmill.text.RMXStringUtils
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.graphics - package com.reportmill.graphics
 
com.reportmill.graphing - package com.reportmill.graphing
 
com.reportmill.shape - package com.reportmill.shape
 
com.reportmill.shapefx - package com.reportmill.shapefx
 
com.reportmill.text - package com.reportmill.text
 
com.reportmill.viewer - package com.reportmill.viewer
 
COMMAND_MASK - Static variable in class com.reportmill.base.RMAWTUtils
 
COMPARATOR - Static variable in class com.reportmill.base.RMSort
 
compare(Object, Object) - Method in class com.reportmill.base.RMSort
Returns how the two given objects compare with this sort.
Compare(Object, Object) - Static method in class com.reportmill.base.RMSort
Compare two value objects (assumed to be String, Number, Boolean, Date, Comparable, etc.).
compare(Object, Object) - Static method in class com.reportmill.base.RMUtils
Returns result of comparing two values.
compare(Object, Object) - Method in class com.reportmill.base.RMValueSort
Compare objects with given RMSort.
compare(Object) - Method in class com.reportmill.graphics.RMPath3D
UNUSED!!! Returns wether the given path is behind (ASCEND) or in front (DESCEND) of this path.
comparePlane(RMPath3D) - Method in class com.reportmill.graphics.RMPath3D
Returns whether receiver is in front (ORDER_ASCEND) or aPath in front (ORDER_DESCEND).
compareTo(RMKeyFrame) - Method in class com.reportmill.graphics.RMKeyFrame
Standard compare implementation.
compareTo(RMTransition) - Method in class com.reportmill.graphics.RMTransition
Standard compare implementation.
compareTo(Object) - Method in class com.reportmill.shape.RMShapeTable.Span
Comparable implementation.
CONSTRAIN_NONE - Variable in class com.reportmill.shape.RMScene3D
 
CONSTRAIN_PITCH - Variable in class com.reportmill.shape.RMScene3D
 
CONSTRAIN_YAW - Variable in class com.reportmill.shape.RMScene3D
 
consume() - Method in class com.reportmill.shape.RMShapeMouseEvent
Overrides MouseEvent version to forward on to encapsulated event.
consume() - Method in class com.reportmill.text.RMTextKeyProcessor
Consumes the current key event.
contains(Object[], Object) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether the given array contains the given object.
contains(List, Object) - Static method in class com.reportmill.base.RMListUtils
Returns whether list contains given object (accepts null list).
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.RMAnimPathShape
Overridden to just reflect bounds of anim child.
contains(double, double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
contains(Point2D) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
contains(double, double, double, double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
contains(Rectangle2D) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
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.
contains(int, int, int, int, RMShape) - Method in class com.reportmill.shape.RMShapeTable
Returns whether given range of cells contains given shape.
contains(float) - Method in class com.reportmill.shape.RMShapeTable.Span
Returns whether given value is contained in the span (inclusive).
containsIC(CharSequence, CharSequence) - Static method in class com.reportmill.base.RMStringUtils
Returns whether a given string contains a given string, ignoring case.
containsIC(String[], String) - Static method in class com.reportmill.base.RMStringUtils
Returns whether the given string array contains the given string, ignoring case.
containsId(T[], T) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether the given array contains the identical given object.
containsId(List, Object) - Static method in class com.reportmill.base.RMListUtils
Returns whether list contains identical given object (accepts null list).
containsRect(RMRect) - Method in class com.reportmill.base.RMRect
Returns whether the receiver contains the given rect.
containsTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns whether a given list contains a given float time.
containsTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns whether key value list contains the given time.
CONTROL_MASK - Static variable in class com.reportmill.base.RMAWTUtils
 
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.
convertFromAppServerType(Object) - Method in interface com.reportmill.base.ReportMill.AppServer
 
convertFromAppServerType(Object) - Static method in class com.reportmill.base.ReportMill
Called by various objects to convert objects to generic types.
convertFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Transforms the given shape from this shape's coords.
convertPathFromShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted from the given shape's coords.
convertPathToShape(RMPath, RMShape) - Method in class com.reportmill.shape.RMShape
Returns the given path converted to the given shape's coords.
convertPointFromShape(RMPoint, RMShape) - Method in class com.reportmill.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.
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).
copy() - Method in class com.reportmill.text.RMTextEditor
Copies the current selection onto the clipboard.
copy3D(RMScene3D) - Method in class com.reportmill.shape.RMScene3D
Copy 3D attributes only.
copyFile(File, File) - Static method in class com.reportmill.base.RMFileUtils
Copies a file from one location to another.
copyFileSafe(File, File) - Static method in class com.reportmill.base.RMFileUtils
Copies a file from one location to another with exception suppression.
copyOfRange(int[], int, int) - Static method in class com.reportmill.base.RMArrayUtils
Returns a copy of given range of given array (this method is in Java 6 Arrays class).
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(RMTextShape) - Method in class com.reportmill.shape.RMTextShape
Copies attributes from given object.
cos(double) - Static method in class com.reportmill.base.RMMath
Returns the cos of the given angle in degrees.
count(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the count of the given list or if keychain is present, all true values.
countAtLevel(List, int) - Static method in class com.reportmill.base.RMListUtils
Returns the number of objects at a given level in the given list hierarchy.
countDeep(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the count of all leaf nodes in given list.
countUnique(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the count of the unique values for a given list and key chain.
cp1x - Variable in class com.reportmill.graphics.RMPainterOp.QuadTo
 
cp1y - Variable in class com.reportmill.graphics.RMPainterOp.QuadTo
 
cp2x - Variable in class com.reportmill.graphics.RMPainterOp.CurveTo
 
cp2y - Variable in class com.reportmill.graphics.RMPainterOp.CurveTo
 
create() - Method in class com.reportmill.base.RMKeyList
Creates a new object for this list.
createByteSource(Object) - Static method in class com.reportmill.base.RMByteSource.Factory
A factor to return a byte source for an object.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.reportmill.shapefx.RMContourFill
Paint & PaintContext interfaces.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.reportmill.shapefx.RMMultipleStopGradient
 
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.
createImage(RMShape) - Method in class com.reportmill.shape.RMShapePainter
Returns an image for the given shape, with given background color (null for clear) and scale.
createInputStream() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Creates the input stream from source.
createInputStream() - Method in interface com.reportmill.base.RMByteSource
Returns a new input stream for byte source.
createLayout() - Method in class com.reportmill.graphing.RMGraphArea
Create special GraphAreaLayout for GraphArea.
createLayout() - Method in class com.reportmill.shape.RMCrossTab
Overrides shape implementation to create a crosstab layout.
createLayout() - Method in class com.reportmill.shape.RMCrossTabFrame
Have crosstab frame use plain shape layout (does nothing).
createLayout() - Method in class com.reportmill.shape.RMDocument
Overrides to create document layout.
createLayout() - Method in class com.reportmill.shape.RMLineShape
Create custom layout manager for arrow heads.
createLayout() - Method in class com.reportmill.shape.RMPage
Override to return a no-op layout.
createLayout() - Method in class com.reportmill.shape.RMProxyShape
 
createLayout() - Method in class com.reportmill.shape.RMScene3D
Create custom layout.
createLayout() - Method in class com.reportmill.shape.RMSwapShape
Returns a simple layout to put child exactly in this swap shape's bounds.
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.
createLayout() - Method in class com.reportmill.shape.RMTableRPG
Override to replace with no-op layout.
createLayout() - Method in class com.reportmill.text.RMTextEditor
Creates a configured text layout used to layout text.
createLogger() - Method in class com.reportmill.base.RMActivity
Creates the default activity logger.
createOffsetPath(RMPath, float) - Static method in class com.reportmill.graphics.RMPathOffsetter
Create offset path.
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.
createRun() - Method in class com.reportmill.text.RMTextLayout
Creates a new run.
createShapePainter() - Method in class com.reportmill.viewer.RMViewer
Creates the object that is actually responsible for paining shapes in the viewer.
createSource(Object) - Static method in class com.reportmill.shape.RMDocumentSource.Factory
Creates a new document source for given object (and optional existing document).
createSwapShape(RMShape) - Static method in class com.reportmill.shape.RMSwapShape
Creates a new swap shape for given shape and swaps it in.
createTextEditor() - Method in class com.reportmill.text.RMConsoleText
Overide to create custom text editor.
createTextEditor() - Method in class com.reportmill.text.RMTextArea
Creates a new text editor.
createTextLayout() - Method in class com.reportmill.shape.RMTextShape
Creates a new layout.
createTransformedPath(AffineTransform) - Method in class com.reportmill.graphics.RMPath
Returns a transformed version of this path.
createURL() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns the source URL.
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.
createXString() - Method in class com.reportmill.shape.RMCrossTabCell
Overrides RMText method to create an xstring that is aligned center by default.
CURRENCY - Static variable in class com.reportmill.base.RMNumberFormat
 
currentSegment(double[]) - Method in class com.reportmill.graphics.RMPathIterator
Returns the current segment's segment type and segment points (by reference).
currentSegment(float[]) - Method in class com.reportmill.graphics.RMPathIterator
Returns the current segment's segment type and segment points (by reference) as floats.
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
CURVE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
curveTo(float, float, float, float, float, float) - Method in class com.reportmill.graphics.RMPainter
Paint a bezier curve with the given control points and end point.
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.
curveTo(float, float, float, float, float, float, float, float, float) - Method in class com.reportmill.graphics.RMPath3D
Adds a curve-to to the path3d with the given 3d coords.
curveTo(float, float, float, float, float, float) - Method in class com.reportmill.shape.RMPainterShape
Paint a bezier curve with the given control points and end point.
cut() - Method in class com.reportmill.text.RMTextEditor
Copies the current selection onto the clip board, then deletes the current selection.
cyan - Static variable in class com.reportmill.graphics.RMColor
 

D

d() - Method in class com.reportmill.graphics.RMTransform
Returns the fourth component of the transform matrix.
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
 
decodeASCII85(String) - Static method in class com.reportmill.base.RMCodec
Returns a byte array for given ASCII85 string.
decodeBase64(String) - Static method in class com.reportmill.base.RMCodec
Returns a byte array for given base64 string.
decodeHex(String) - Static method in class com.reportmill.base.RMCodec
Returns a byte array for given hex string.
deepChange(PropertyChangeListener, PropertyChangeEvent) - Method in interface com.reportmill.base.DeepChangeListener
Deep property changes (as well as normal property changes).
deepChange(PropertyChangeListener, PropertyChangeEvent) - Method in class com.reportmill.shape.RMShape
Deep property change listener implementation.
DeepChangeListener - Interface in com.reportmill.base
A listener to get property changes and nested property changes.
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(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of deleting from the given string any occurrence of the search string.
delete() - Method in class com.reportmill.text.RMTextEditor
Deletes the current selection.
delete(int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
Deletes the given range of chars.
deleteChars(int) - Method in class com.reportmill.text.RMTextLayout
Deletes chars from index.
deleteDeep(File) - Static method in class com.reportmill.base.RMFileUtils
Deletes a directory.
deleteForward() - Method in class com.reportmill.text.RMTextEditor
Deletes the character in front of the insertion point.
deleteIC(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of deleting from the given string any occurrence of the search string (ignores case).
deleteToLineEnd() - Method in class com.reportmill.text.RMTextEditor
Deletes the characters from the insertion point to the end of the line.
deleteVerticalSpansOfHiddenShapes() - Method in class com.reportmill.shape.RMSpringLayout
Deletes vertical spans of hidden shapes.
deriveAligned(RMTypes.AlignX) - Method in class com.reportmill.text.RMParagraph
Returns a paragraph identical to the receiver, but with the given alignment.
deriveEffect(float) - Method in class com.reportmill.shapefx.RMChiselEffect
 
deriveEffect(boolean) - Method in class com.reportmill.shapefx.RMChiselEffect
 
deriveEffect(float, float) - Method in class com.reportmill.shapefx.RMEmbossEffect
Derive with new altitude and azimuth.
deriveEffect(int) - Method in class com.reportmill.shapefx.RMEmbossEffect
Derive with new radius.
deriveEffect(float, float, float) - Method in class com.reportmill.shapefx.RMReflectionEffect
Creates a new reflection effect by cloning this one and substituting given reflection, fade and gap heights, if greater than zero.
deriveFill(int) - Method in class com.reportmill.shapefx.RMBlurEffect
Returns a blur effect just like this one, but with a radius equal to the given value.
deriveFill(RMFill) - Method in class com.reportmill.shapefx.RMFill
Derives an instance of this class from another fill.
deriveFill(RMColor) - Method in class com.reportmill.shapefx.RMImageFill
Creates a new fill from this image fill, but with a new color.
deriveFill(RMImageData) - Method in class com.reportmill.shapefx.RMImageFill
Creates a new image fill from this fill, but with a new image.
deriveFill(String, Number) - Method in class com.reportmill.shapefx.RMImageFill
Creates a new image fill identical to this image fill, but with new value for given attribute.
deriveFill(int) - Method in class com.reportmill.shapefx.RMShadowEffect
Returns a shadow effect just like this one, but with a radius equal to the given value.
deriveFill(RMColor) - Method in class com.reportmill.shapefx.RMShadowEffect
Returns a shadow effect just like this one, but with a radius equal to the given value.
deriveFill(int, int) - Method in class com.reportmill.shapefx.RMShadowEffect
Returns a shadow effect just like this one, but with new offsets.
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.shapefx.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.shapefx.RMGradientFill
Returns a new gradient which is a copy of this gradient but of a different type.
deriveGradient(Point2D, Point2D) - Method in class com.reportmill.shapefx.RMRadialGradientFill
Returns a new gradient which is a copy of this gradient with a different gradient axis.
deriveGradient(boolean) - Method in class com.reportmill.shapefx.RMRadialGradientFill
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.
didFillShape(RMShape, RMShape) - Method in class com.reportmill.base.ReportMill
Called by shapes when rpgCloned to notify listener.
didFillShape(ReportMill, RMShape, RMShape) - Method in interface com.reportmill.base.ReportMill.Listener
 
DIR_BOTH - Static variable in class com.reportmill.graphics.RMInterpolator
 
DIR_IN - Static variable in class com.reportmill.graphics.RMInterpolator
 
DIR_OUT - Static variable in class com.reportmill.graphics.RMInterpolator
 
disable() - Method in class com.reportmill.base.RMUndoer
Disables undoer so it can receive new changes.
dispose() - Method in class com.reportmill.shapefx.RMContourFill
PaintContext method.
dispose() - Method in class com.reportmill.shapefx.RMMultipleStopGradient
 
distance - Variable in class com.reportmill.graphics.RMPainterOp.Forward
 
divide(Number, Number) - Static method in class com.reportmill.base.RMMath
Returns the result of dividing n1 by n2.
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.RMCrossTab
Divides the shape by a given amount from the top.
divideShapeFromTop(float) - Method in class com.reportmill.shape.RMShape
Divides the shape by a given amount from the top.
doChange(Object, String, Object, Object, int) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Performs the given change by using RMKey.setValue or RMKeyList add/remove.
doChange(Object, Object) - Method in class com.reportmill.text.RMXStringCore.AttrsChange
 
doChange(Object, Object) - Method in class com.reportmill.text.RMXStringCore.CharsChange
 
doChange(Object, Object) - Method in class com.reportmill.text.RMXStringCore.StringChange
 
doChanges(List<PropertyChangeEvent>) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Performs a list of changes.
doChanges(Object, List<PropertyChangeEvent>) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Performs a list of changes.
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.RMProxyShape
 
doLayout() - Method in class com.reportmill.shape.RMShape
Does immediate layout.
doLayout(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Performs layout.
DOLLARS - Static variable in class com.reportmill.base.RMNumberFormat
 
doOnce(String) - Static method in class com.reportmill.base.RMUtils
Returns whether to do something once based on given unique id string.
doPost(URL, byte[]) - Static method in class com.reportmill.base.RMURLUtils
Posts the given bytes to URL.
doRPG(RMTable) - Method in class com.reportmill.shape.RMTableRPG
Performs RPG.
doShading(int[], int, int, int, int, int, int) - Method in class com.reportmill.shapefx.RMContourFill
Replaces image samples with distance from pixel scaled to the range [0-1].
doShading(int[], int, int, int, int) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.AngleGradient
Override.
doShading(int[], int, int, int, int) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.DiamondGradient
Override.
doShading(int[], int, int, int, int) - Method in class com.reportmill.shapefx.RMMultipleStopGradient
Shading loop.
doShading(int[], int, int, int, int) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.RadialGradient
Shading loop.
doSimpleRPG(RMTable) - Method in class com.reportmill.shape.RMTableRPG
Does simple RPG.
doStayWithCheck() - Method in class com.reportmill.shape.RMTableRPGAdder
Do stay-with widow orphan check.
doubleValue(String) - Static method in class com.reportmill.base.RMStringUtils
Returns an double value by parsing the given string.
doubleValue(String, int) - Static method in class com.reportmill.base.RMStringUtils
Returns an double value by parsing the given string starting at the given index.
doubleValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the double value for a given object (assumed to be a string or number).
dragEnter(DropTargetDragEvent) - Method in class com.reportmill.text.RMTextArea
DropTargetListener method.
dragExit(DropTargetEvent) - Method in class com.reportmill.text.RMTextArea
DropTargetListener method.
dragOver(DropTargetDragEvent) - Method in class com.reportmill.text.RMTextArea
DropTargetListener method.
drawButton(Graphics2D, RMRect, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Draws a button for the given rect with an option for pressed.
drawButton(Graphics2D, double, double, double, double, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Draws a button for the given rect with an option for pressed.
drawLine(Graphics2D, RMPoint, RMPoint) - Static method in class com.reportmill.base.RMAWTUtils
Draws a line between the given points.
drawLine(Graphics2D, double, double, double, double) - Static method in class com.reportmill.base.RMAWTUtils
Draws a line between the given points.
drawRect(Graphics2D, double, double, double, double) - Static method in class com.reportmill.base.RMAWTUtils
Strokes the given rect.
drawsBackground() - Method in class com.reportmill.viewer.RMViewer
Returns whether or not the gutter, page background & drop shadow get drawn.
drop(DropTargetDropEvent) - Method in class com.reportmill.text.RMTextArea
DropTargetListener method.
dropActionChanged(DropTargetDragEvent) - Method in class com.reportmill.text.RMTextArea
DropTargetListener method.

E

EASE_BOTH - Static variable in class com.reportmill.graphics.RMInterpolator
Ease Both interpolator.
EASE_BOTH_CUBIC - Static variable in class com.reportmill.graphics.RMInterpolator
Ease Both interpolator.
EASE_IN - Static variable in class com.reportmill.graphics.RMInterpolator
Ease In interpolator.
EASE_IN_CUBIC - Static variable in class com.reportmill.graphics.RMInterpolator
Ease In interpolator.
EASE_OUT - Static variable in class com.reportmill.graphics.RMInterpolator
Ease Out interpolator.
EASE_OUT_CUBIC - Static variable in class com.reportmill.graphics.RMInterpolator
Ease Out interpolator.
emboss(BufferedImage, BufferedImage) - Method in class com.reportmill.shapefx.RMEmbossEffect
Emboss a 24 bit source image according to a bump map.
emptyCache() - Static method in class com.reportmill.graphics.RMSoundData
Clears out the cache
enable() - Method in class com.reportmill.base.RMUndoer
Enables undoer.
encodeASCII85(byte[]) - Static method in class com.reportmill.base.RMCodec
Returns an ASCII85 string for given byte array.
encodeBase64(byte[]) - Static method in class com.reportmill.base.RMCodec
Returns a base64 string for given byte array.
encodeHex(byte[]) - Static method in class com.reportmill.base.RMCodec
Returns a hex string for given byte array.
end - Variable in class com.reportmill.graphics.RMCurveFit.Piece
 
end - Variable in class com.reportmill.text.RMTextEditor.TextSelection
 
end - Variable in class com.reportmill.text.RMTextRange
 
end() - Method in class com.reportmill.text.RMXStringRun
Returns the end character index for this run.
endsWith(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns true if given object string ends with given string.
endsWith(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string ends with other given string (category method).
endsWithIC(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 ends with s2, ignoring case.
endsWithIC(String, String...) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 ends with any of the given strings, ignoring case.
equals(byte[], byte[]) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether two byte arrays are equal.
equals(byte[], byte[], int) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether two byte arrays are equal to the given length.
equals(float[], float[]) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether two float arrays are equal.
equals(float[], float[], int) - Static method in class com.reportmill.base.RMArrayUtils
Returns whether two float arrays are equal to the given length.
equals(Object) - Method in class com.reportmill.base.RMByteArray
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMByteSource.BasicSource
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMDateFormat
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGroup
Standard equals.
equals(Object) - Method in class com.reportmill.base.RMGrouper
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMGrouping
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMJarFile
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMKeyChain
Standard equals implementation.
equals(double, double) - Static method in class com.reportmill.base.RMMath
Returns whether two real numbers are equal within a small tolerance.
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(String) - Method in class com.reportmill.base.RMStringTokenizer.Token
 
equals(Object) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Standard equals implementation.
equals(Object) - Method in class com.reportmill.base.RMTopNSort
Standard equals implementation.
equals(Object, Object) - Static method in class com.reportmill.base.RMUtils
Returns whether two objects are equal (supports either being null).
equals(Object) - Method in class com.reportmill.base.RMXMLDataSource
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMAnimator
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMColor
Standar equals implementaiton.
equals(Object) - Method in class com.reportmill.graphics.RMImageData
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMPath
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMPoint3D
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMSoundData
Standard equals implementation.
equals(Object) - Method in class com.reportmill.graphics.RMTransform
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.RMAnimPathShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMBinderShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMCrossTab
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMCrossTabCell
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMCrossTabColumn
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMCrossTabFrame
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMCrossTabRow
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMDocument
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMImageShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMLabels
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMMorphShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMNestedDoc
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMOvalShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMPage
Standard equals method.
equals(Object) - Method in class com.reportmill.shape.RMPageLayer
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMPolygonShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMRectShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMScene3D
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.RMShapeRSS
Standard equals implementation.
equals(RMShapeRSS, RMShapeRSS) - Static method in class com.reportmill.shape.RMShapeRSS
Returns whether two RSS instances are equal (either can be null).
equals(float, float) - Method in class com.reportmill.shape.RMShapeTable
Returns whether float values are equal to the precision of the table.
equals(Object) - Method in class com.reportmill.shape.RMSoundShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMStarShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shape.RMSubreport
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.RMTextShape
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMBlurEffect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMBorderStroke
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMChiselEffect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMDoubleStroke
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMEmbossEffect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMFadeAction
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMGradientFill.ColorStop
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMGradientFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMImageFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMRadialGradientFill
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMReflectionEffect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMShadowEffect
Standard equals implementation.
equals(Object) - Method in class com.reportmill.shapefx.RMStroke
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMBigStringBuilder
Standard Object equals implementation.
equals(Object) - Method in class com.reportmill.text.RMFont
Standard equals implementation.
equals(Font, Font) - Static method in class com.reportmill.text.RMFontUtils
Returns whether two fonts are equal.
equals(Object) - Method in class com.reportmill.text.RMParagraph
Standard equals implementation.
equals(Object) - Method in class com.reportmill.text.RMTextEditor.TextSelection
 
equals(Object) - Method in class com.reportmill.text.RMXStringCore
Standard Object equals implementation.
equals(Object) - Method in class com.reportmill.text.RMXStringRun
Returns whether this run is equal to the given object.
equals3D(RMScene3D) - Method in class com.reportmill.shape.RMScene3D
Standard equals implementation.
equalsIC(String) - Method in class com.reportmill.base.RMStringTokenizer.Token
 
equalsIC(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 equals s2, ignoring case.
equalsIC(String, String...) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 equals any of the given strings, ignoring case.
equalsId(List, List) - Static method in class com.reportmill.base.RMListUtils
Returns whether lists have same objects in them.
equalsZero(double) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is practically zero.
err - Static variable in class com.reportmill.base.RMLogger
 
evaluateBezierAndTangent(int, double, RMPoint[], RMPoint, RMSize) - Static method in class com.reportmill.graphics.RMPathOffsetter
Simultaneously find point on curve, as well as the tangent at that point.
exec(String[]) - Method in class com.reportmill.base.RMProcess
Executes the given command + args.
executeCommand(String) - Method in class com.reportmill.text.RMConsoleText
Executes command.
executeHelp(String) - Method in class com.reportmill.text.RMConsoleText
Execute a help command.
executePrint(String) - Method in class com.reportmill.text.RMConsoleText
Executes a print command.
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

f(double) - Method in class com.reportmill.base.RMMath.RMFunc
 
f(double) - Method in class com.reportmill.graphics.RMCurveFit.InverseFunc
 
f(double) - Method in class com.reportmill.graphics.RMCurveFit.NevilleFunc
 
f(double) - Method in class com.reportmill.graphics.RMCurveFit.ScaledFunc
 
failure(Exception) - Method in class com.reportmill.base.RMRunner
The method to run on failure.
fill3DRect(Graphics2D, RMRect, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Fills the given rect with simple 3D button effect.
fill3DRect(Graphics2D, double, double, double, double, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Fills the given rect with simple 3D button effect.
fillRect(Graphics2D, double, double, double, double) - Static method in class com.reportmill.base.RMAWTUtils
Fills the given rect.
filter(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the original list with items that fail the given boolean key chain removed.
filter(List, String) - Static method in class com.reportmill.base.RMListUtils
Filters a given list in place with the given key chain string.
findAggregateMethod(String) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a method for a method name (assuming {List,KeyChain} args).
findFunctionMethod(String, Class...) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a method for a method name and the given argument classes.
finished() - Method in class com.reportmill.base.RMRunner
The method to run when finished (after success()/failure() call).
firstCharLowerCase(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the given string with the first char demoted to lowercase.
firstCharUpperCase(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the given string with the first char promoted to uppercase.
fitCurveFromPointIndex(RMPath, int) - Static method in class com.reportmill.graphics.RMPathFitCurves
Takes a path with a bunch of line-to segments and replaces them with curves.
fix(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Fixes the given string to the given length, padding by space.
fix(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Fixes the given string to the given length with the given pad string.
fixSize() - Method in class com.reportmill.shape.RMLabels
Resets labels block width and height if any of labels other attributes have changed.
flateCompressedData() - Method in class com.reportmill.base.RMByteArray
Flate compresses data.
floatValue(Map<K, V>, K) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as a float.
floatValue(Map<K, V>, K, float) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as a float (with optional default value).
floatValue(String) - Static method in class com.reportmill.base.RMStringUtils
Returns an float value by parsing the given string.
floatValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the float value for a given object (assumed to be a string or number).
floor(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given value as a double truncated down to the nest smallest integer.
floor(double, double) - Static method in class com.reportmill.base.RMMath
Truncate x down to the nearest y.
flush() - Static method in class com.reportmill.base.RMPrefsUtils
Flushes the preferences.
FONT_KEY - Static variable in class com.reportmill.text.RMXString
 
FORBIDDEN - Static variable in class com.reportmill.base.RMURLUtils
 
format(Date, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given date, using given date format string (category method).
format(Number, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given number using given decimal format string (category method).
format(Double, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given Double using given decimal format string (category method).
format(Float, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given Float using given decimal format string (category method).
format(Integer, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given Integer using given decimal format string (category method).
format(BigDecimal, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns string format of given BigDecimal using given decimal format string (category method).
format(int) - Static method in class com.reportmill.base.RMRomanNumeralFormat
Return a roman numeral representation of the number as a string.
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.
forward(float) - Method in class com.reportmill.graphics.RMPainter
Adds a forward instruction to cpu.
forward(float) - Method in class com.reportmill.shape.RMPainterShape
Adds a forward instruction to painter.
forward(float) - Method in class com.reportmill.shapefx.RMRobotAction
Adds a Forward instruction to cpu.
fprime(double, int) - Method in class com.reportmill.base.RMMath.RMFunc
nth derivative of function at x.
fprime(double, int) - Method in class com.reportmill.graphics.RMCurveFit.InverseFunc
 
fprime(double, int) - Method in class com.reportmill.graphics.RMCurveFit.ScaledFunc
 
frameBackward() - Method in class com.reportmill.graphics.RMAnimator
This method tells the animator to move one frame backward (based on the frame rate).
frameForward() - Method in class com.reportmill.graphics.RMAnimator
This method tells the animator to move one frame forward (based on the frame rate).
fromArray(float[][]) - Method in class com.reportmill.graphics.RMTransform3D
Loads the transform flom a float array.
fromPrimitive(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns primitive type for non-primitive.
fromStringColor(String) - Static method in class com.reportmill.base.RMAWTUtils
Returns a Color from a String/hex representation.
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.RMGrouper
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.base.RMTopNSort
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.base.RMXMLDataSource
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.graphics.RMAnimator
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.graphics.RMPeriodicInterpolator
XML unarchival
fromXML(Object, RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMTimeline
XML unarchival for anim and shape.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTab
XML unarchival generic - break fromXML into fromXMLShape and fromXMLShapeChildren.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTabColumn
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTabRow
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMFlowLayout
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, Object) - Method in class com.reportmill.shape.RMShapeLayout
XML Unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMSpringLayout
XML unarchival.
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.shapefx.RMAction
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMBlurEffect
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMBorderStroke
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMChiselEffect
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMDoubleStroke
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMEmbossEffect
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMFadeAction
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMGradientFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMImageFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMRadialGradientFill
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMReflectionEffect
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMShadowEffect
XML unarchival.
fromXML(RXArchiver, RXElement, Object) - Method in class com.reportmill.shapefx.RMStroke
XML unarchival.
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.RMTextShape
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.RMAnimPathShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMBinderShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTab
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTabCell
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMCrossTabFrame
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.RMImageShape
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.RMLineShape.ArrowHead
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMLineShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMMorphShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMOvalShape
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.RMPainterShape
XML Unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMPolygonShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMRectShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMScene3D
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.RMSoundShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMStarShape
XML unarchival.
fromXMLShape(RXArchiver, RXElement, Object) - Method in class com.reportmill.shape.RMSubreport
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.RMTextShape
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[], Class<T>, int) - Static method in class com.reportmill.base.RMArrayUtils
Returns the individual object of a given class at given index (from all objects of given class).
get(Object[], Class<T>) - Static method in class com.reportmill.base.RMArrayUtils
Returns the individual object of a given class at given index (from all objects of given class).
get(Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
This method actually retrieves a value for an object and a key.
get(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the specific object that meets the criteria.
get(int) - Method in class com.reportmill.base.RMKeyList
Returns the list element at the given index.
get(List<T>, int) - Static method in class com.reportmill.base.RMListUtils
Returns the object at the given index (returns null object for null list or invalid index).
get(Map<K, V>, K) - Static method in class com.reportmill.base.RMMapUtils
Returns value for aKey in given map (accepts null map).
get(Map<K, V>, K, V) - Static method in class com.reportmill.base.RMMapUtils
Returns value for aKey in given map with an optional default value for missing keys.
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.
getAccelerationVector() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the acceleration vector.
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.graphics.RMInvocation
Returns the action for this invocation.
getAction() - Method in class com.reportmill.shape.RMShape
Returns the action for this shape.
getAction(int) - Method in class com.reportmill.shapefx.RMActionList
Returns the individual action at given index.
getActionCount() - Method in class com.reportmill.shapefx.RMActionList
Returns the number of actions.
getActions() - Method in class com.reportmill.shapefx.RMActionList
Returns the list of actions.
getActiveUndoSet() - Method in class com.reportmill.base.RMUndoer
Returns the active undo set.
getActivities() - Method in class com.reportmill.base.RMActivityList
Returns the list of activities.
getActivity(int) - Method in class com.reportmill.base.RMActivityList
Returns the individual activity at given index.
getActivity() - Method in class com.reportmill.base.RMActivityList
Returns the currently active activity.
getActivityCount() - Method in class com.reportmill.base.RMActivityList
Returns the number of activities.
getActivityIndex(RMActivity) - Method in class com.reportmill.base.RMActivityList
Returns the given activity index.
getActivityText() - Method in class com.reportmill.base.RMRunner
Returns a description of the current activity beging performed.
getActorName() - Method in class com.reportmill.base.RMExtras.MovieRole
 
getAdder() - Method in class com.reportmill.shape.RMTableRow
Returns the adder for this table row.
getAdder(int) - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the specific adder at the given index.
getAdderCount() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the number of child adders created by this adder.
getAdderLast() - Method in class com.reportmill.shape.RMTableRPG
Returns the last row adder.
getAdderLast() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the last child adder.
getAlignmentX() - Method in class com.reportmill.shape.RMShape
Returns the horizontal alignment.
getAlignmentX() - Method in class com.reportmill.shape.RMShapePainter
Returns the horizontal alignment.
getAlignmentX() - Method in class com.reportmill.shape.RMTextShape
Returns the alignment for char 0.
getAlignmentX() - Method in class com.reportmill.text.RMParagraph
Returns the alignment associated with this paragraph.
getAlignmentX() - Method in class com.reportmill.text.RMTextEditor
Returns the alignment for current selection.
getAlignmentX() - Method in class com.reportmill.text.RMXString
Returns the horizontal alignment of the first paragraph of the xstring.
getAlignmentY() - Method in class com.reportmill.shape.RMShape
Returns the vertical alignment.
getAlignmentY() - Method in class com.reportmill.shape.RMShapePainter
Returns the vertical alignment.
getAlignmentY() - Method in class com.reportmill.shape.RMTextShape
Returns the vertical alignment.
getAlignmentY() - Method in class com.reportmill.text.RMTextLayout
Returns the vertical alignment of this layout.
getAlignString() - Method in class com.reportmill.shape.RMTextShape
Returns the alignment as a string, one of: "left", "center" or "right".
getAlignX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Returns the tab horizontal alignment.
getAlignX() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the horizontal alignment.
getAlignY() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getAlignY() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the vertical alignment.
getAllowPartialLastLine() - Method in class com.reportmill.text.RMTextLayout
Returns whether to allow last line if top is above bounds bottom
getAllValues(String) - Method in class com.reportmill.base.RMGroup
Returns all values for a given grouping in this group hierarchy.
getAlpha() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-255.
getAlpha2D() - Method in class com.reportmill.graphics.RMColor
Returns the alpha component in the range 0-1.
getAlphaColorIndex() - Method in class com.reportmill.graphics.RMImageData
Color map support: returns the index of the transparent color in a color map image.
getAlternates() - Method in class com.reportmill.shape.RMSwitchShape
Returns the map used to hold alternate versions.
getAlternates(boolean) - Method in class com.reportmill.shape.RMSwitchShape
Returns the map used to hold alternate versions.
getAltFont(char) - Static method in class com.reportmill.text.RMFontUtils
Returns an alternate font for given char, if one is found that can display it
getAltFonts() - Static method in class com.reportmill.text.RMFontUtils
Returns the list of suggested alternate fonts.
getAltitude() - Method in class com.reportmill.shapefx.RMEmbossEffect
Returns altitude of light source.
getAncestor(int) - Method in class com.reportmill.shape.RMShape
Returns the ancestor at the given index (parent is ancestor 0).
getAncestorCount() - Method in class com.reportmill.shape.RMShape
Returns the number of ancestors (from this shape's parent up to the document).
getAncestorInCommon(RMShape) - Method in class com.reportmill.shape.RMShape
Returns first ancestor that the given shape and this shape have in common.
getAndResetError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the key chain parser and resets parser.
getAngle(double) - Method in class com.reportmill.graphics.RMLine
Returns the angle at given parametric point (in degrees).
getAngleBetween(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the angle between the receiver and the given vector.
getAngularVelocity() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the angular velocity.
getAnimator(int) - Method in class com.reportmill.shape.RMDocument
Returns the animator for a specific page.
getAnimator() - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape registers changes with.
getAnimator(boolean) - Method in class com.reportmill.shape.RMShape
Returns the animator that this shape registers changes with (creating, if requested and currently null).
getAnimatorLast() - Method in class com.reportmill.shape.RMDocument
Returns the animator for the last page.
getAnimChild() - Method in class com.reportmill.shape.RMAnimPathShape
Returns the animated child shape.
getAppDataDir(String, boolean) - Static method in class com.reportmill.base.RMFileUtils
Returns the AppData or Application Support directory file.
getArcLength() - Method in class com.reportmill.graphics.RMLine
Returns the total arc length of the segment
getArcLength(float) - Method in class com.reportmill.graphics.RMLine
Returns the arc length of the segment up to parametric value t
getArcLength(float, float) - Method in class com.reportmill.graphics.RMLine
Returns the arc length of the segment in range [start..end]
getArcLength(float, float) - Method in class com.reportmill.graphics.RMQuadratic
Returns the arc length of the segment up to parametric value t
getArcLengthFunction() - Method in class com.reportmill.graphics.RMBezier
Returns an RMFunc which calculates the arclength of the curve up to t.
getArcLengthFunction() - Method in class com.reportmill.graphics.RMQuadratic
Returns an RMFunc which calculates the arclength of the curve up to t
getArg() - Method in class com.reportmill.graphics.RMInvocation
Returns the arg for this invocation.
getArgClass() - Method in class com.reportmill.graphics.RMInvocation
Returns the class of this invocation's arg.
getArrowHead() - Method in class com.reportmill.shape.RMLineShape
Returns the line segment arrow head.
getAssignments() - Static method in class com.reportmill.base.RMKeyChain
Returns a thread-local assignments map.
getAttribute(RMTextTypes.Attribute) - Method in class com.reportmill.text.RMXStringRun
Returns a specific attribute for the given key.
getAttribute(RMTextTypes.Attribute, boolean) - Method in class com.reportmill.text.RMXStringRun
Returns a specific attribute for the given key.
getAttributes(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given index.
getAttributes() - Method in class com.reportmill.text.RMXStringRun
Returns the attributes map.
getAttributesAt(int) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given character index.
getAttributesAt(int, boolean) - Method in class com.reportmill.text.RMXString
Returns the attributes Map for the run at the given character index.
getAutosizeAlignmentX(RMShape) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the autosizing as horizontal alignment.
getAutosizeAlignmentY(RMShape) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the autosizing as vertical alignment.
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.
getAutoStartAddedActivities() - Method in class com.reportmill.base.RMActivityList
Whether to auto-start new activities.
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.
getAzimuth() - Method in class com.reportmill.shapefx.RMEmbossEffect
Returns angle of light source.
getBackgroundFill() - Method in class com.reportmill.shape.RMShapePainter
Returns the background fill.
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.
getBBox() - Method in class com.reportmill.graphics.RMPath3D
Returns the bounding box for the path as {min,max}.
getBestHeight() - Method in class com.reportmill.shape.RMShape
Returns the best height for current width.
getBestSize() - Method in class com.reportmill.shape.RMShape
Returns the best size, which is the preferred size constrained to min/max size.
getBestSize(float, float) - Method in class com.reportmill.shape.RMShape
Returns the best size for given available size, which is the preferred size constrained to min/max size.
getBestSize(float, float) - Method in class com.reportmill.shape.RMSwapShape
Override.
getBestWidth() - Method in class com.reportmill.shape.RMShape
Returns the best width for current height.
getBevelDepth() - Method in class com.reportmill.shapefx.RMChiselEffect
Returns bevel depth.
getBigDecimal(Object) - Static method in class com.reportmill.base.RMUtils
Returns the BigDecimal for a given object (assumed to be a string or number).
getBinder() - Method in class com.reportmill.shape.RMBinderShape
Returns the binder.
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.
getBinderClassName() - Method in class com.reportmill.shape.RMBinderShape
Returns the binder class name.
getBinderCount() - Method in class com.reportmill.shape.RMDocument
Returns the number of binders for this panel.
getBinderParentName() - Method in class com.reportmill.shape.RMBinderShape
Returns the parent binder name for this binder shape.
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 property name.
getBindingCount() - Method in class com.reportmill.shape.RMShape
Returns the number of bindings associated with shape.
getBitsPerPixel() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bits per pixel (derived from bits per sample and samples per pixel).
getBitsPerSample() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bits per sample (eg, 24 bit RGB image is 8 bits per sample).
getBitsPerSample() - Method in class com.reportmill.graphics.RMSoundData
Returns the bits per sample.
getBloat() - Method in class com.reportmill.shape.RMStarShape
Return the bloat.
getBlue() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-255.
getBlue2D() - Method in class com.reportmill.graphics.RMColor
Returns the blue component in the range 0-1.
getBlurredImage(BufferedImage, int, int) - Method in class com.reportmill.shapefx.RMImageEffect
Returns the blur image (can be set pre-inset image for efficiency of ConvolveOp).
getBlurredImage(BufferedImage, int, Kernel) - Method in class com.reportmill.shapefx.RMImageEffect
Returns the image blurred with the particular Kernel.
getBogusPreferences() - Static method in class com.reportmill.base.RMPrefsUtils
Returns a shared bogus preferences instance.
getBold() - Method in class com.reportmill.text.RMFont
Returns the bold version of this font.
getBold() - Method in class com.reportmill.text.RMFontFile
Returns the bold version of this font.
getBook() - Method in class com.reportmill.viewer.RMViewer
Returns a java.awt.print.Book, suitable for AWT printing.
getBoolValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a boolean for an object and key chain.
getBootClassPathFiles(List<RMJarFile>) - Static method in class com.reportmill.base.RMJarFileSet
Gets the boot class paths.
getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMBezier
Returns the bounds.
getBounds(double, double, double, double, double, double, double, double, Rectangle2D) - Static method in class com.reportmill.graphics.RMBezier
Returns the bounds of the bezier.
getBounds() - Method in class com.reportmill.graphics.RMLine
Returns the bounds of the line.
getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMLine
Get bounds of line in given rect.
getBounds() - Method in class com.reportmill.graphics.RMPainter
Returns the bounds of the painter shape operations.
getBounds() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path as an integer rect.
getBounds(Rectangle2D) - Method in class com.reportmill.graphics.RMQuadratic
Returns the bounds.
getBounds(double, double, double, double, double, double, Rectangle2D) - Static method in class com.reportmill.graphics.RMQuadratic
Returns the bounds of the bezier.
getBounds() - 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() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
getBounds() - Method in class com.reportmill.shape.RMShape
Returns the X, Y, width and height of the shape as a rect (use getFrame if shape has roll/scale/skew).
getBounds() - Method in class com.reportmill.shape.RMShapePainter
Returns the painting bounds (can be null).
getBounds() - Method in class com.reportmill.shapefx.RMBlurEffect
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMCompositeEffect
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMDoubleStroke
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMFill
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMReflectionEffect
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMShadowEffect
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.shapefx.RMStroke
Returns the bounds required to render this fill for this shape.
getBounds() - Method in class com.reportmill.text.RMTextEditor
Returns the text editor bounds.
getBounds2D() - Method in class com.reportmill.graphics.RMPath
Returns the bounds for the path.
getBounds2D() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
getBoundsInset() - Method in class com.reportmill.shape.RMShapePainter
Returns the bounds constrained to insets.
getBoundsInside() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the shape in the shape's own coords.
getBoundsMarked() - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to just reflect bounds of anim child.
getBoundsMarked() - Method in class com.reportmill.shape.RMPainterShape
Returns the marked bounds.
getBoundsMarked() - Method in class com.reportmill.shape.RMShape
Returns the bounds of the path associated with this shape in local coords, adjusted to account for stroke width.
getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to just reflect bounds of anim child.
getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMShape
Returns the marked bounds of this shape and it's children.
getBoundsOfChildren() - Method in class com.reportmill.shape.RMShape
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
getBoundsOfChildren(RMShape, List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the bounds of a given subset of this shape's children.
getBoxKernel(int) - Static method in class com.reportmill.shapefx.RMImageEffect.BoxKernel
Returns kernel for a boxy blur convolve.
getBudget() - Method in class com.reportmill.base.RMExtras.Studio
 
getBufferedImage(Image) - Static method in class com.reportmill.base.RMAWTUtils
Returns a buffered image for an AWT image with transparency.
getBufferedImage(Image, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Returns a buffered image for an AWT image.
getBufferedImage(int, int, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Returns a compatible buffered image for width and height with given transparency.
getBuildInfo() - Static method in class com.reportmill.base.RMUtils
Returns a build date string (eg, "Jan-26-03") as generated into BuildInfo.txt at build time.
getByte(int) - Method in class com.reportmill.base.RMByteArray
Returns the specific byte at the given index.
getBytes() - Method in class com.reportmill.base.RMByteArray
Returns the bytes in the data.
getBytes(int, int, byte[]) - Method in class com.reportmill.base.RMByteArray
Copies the bytes from this data to the given byte array.
getBytes(int, int, byte[], int) - Method in class com.reportmill.base.RMByteArray
Copies the bytes from this data to the given byte array.
getBytes() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Returns the source bytes.
getBytes() - Method in interface com.reportmill.base.RMByteSource
Returns the source bytes.
getBytes(File) - Static method in class com.reportmill.base.RMFileUtils
Returns bytes for a file.
getBytes(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the ASCII bytes of the given string (ISO-Latin).
getBytes(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the bytes of the given string in the requested char encoding.
getBytes(URL) - Static method in class com.reportmill.base.RMURLUtils
Returns bytes for url.
getBytes(URLConnection, RMUtils.ProgressListener) - Static method in class com.reportmill.base.RMURLUtils
Returns bytes for connection.
getBytes() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the bytes.
getBytes(InputStream) - Static method in class com.reportmill.base.RMUtils
Returns bytes for an input stream.
getBytes(InputStream, RMUtils.ProgressListener) - Static method in class com.reportmill.base.RMUtils
Returns bytes for an input stream.
getBytes(Object) - Static method in class com.reportmill.base.RMUtils
Returns a byte array from a File, String path, InputStream, URL, byte[], etc.
getBytes() - Method in class com.reportmill.graphics.RMImageData
Returns the original bytes for the image (loaded from the source).
getBytes() - Method in class com.reportmill.graphics.RMSoundData
Returns the sound data bytes.
getBytes() - Method in class com.reportmill.shape.RMDocument
Returns the document as an XML byte array.
getBytes() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns the byte source bytes.
getBytesCSV() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a CSV file.
getBytesDecoded() - Method in class com.reportmill.graphics.RMImageData
Returns the decoded image bytes for the image.
getBytesDelimitedAscii(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a delimited ASCII file (using given field, record separator strings).
getBytesExcel() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of an Excel file.
getBytesHTML() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of an HTML file.
getBytesJPEG(Image) - Static method in class com.reportmill.base.RMAWTUtils
Returns a JPeg byte array for the given buffered image.
getBytesJPEG() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of a JPEG file.
getByteSource() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns the byte source.
getBytesPDF() - Method in class com.reportmill.shape.RMDocument
Returns the document as a byte array of a PDF file.
getBytesPerRow() - Method in class com.reportmill.graphics.RMImageData
Returns the number of bytes per row (derived from width and bits per pixel).
getBytesPNG(Image) - Static method in class com.reportmill.base.RMAWTUtils
Returns a PNG byte array for the given buffered image.
getBytesPNG() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of PNG file.
getBytesRTF() - Method in class com.reportmill.shape.RMDocument
Returns the document as byte array of an Excel file.
getCachedImage() - Method in class com.reportmill.shapefx.RMImageEffect
Returns the effect image from cache (calls getImage to load image into cache).
getCamelCaseFromSpaced(String) - Static method in class com.reportmill.base.RMStringUtils
Returns a camel cased string from a spaced string.
getCamera() - Method in class com.reportmill.shape.RMScene3D
Returns the camera as a vector.
getCapacity() - Method in class com.reportmill.base.RMByteArray
Returns the size of the internal byte array.
getCategory() - Method in class com.reportmill.base.RMExtras.Movie
 
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.
getCell(int, int) - Method in class com.reportmill.shape.RMCrossTab
Returns the cell at the given row and column indexes.
getCell(int) - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the specific child cell at the given index in the list of unique cells for this column.
getCell(int) - Method in class com.reportmill.shape.RMCrossTabRow
Returns the specific child cell at the given index in the list of unique cells for this row.
getCell(int) - Method in class com.reportmill.shape.RMShapeTable
Returns the individual cell at the given index.
getCell(int, int) - Method in class com.reportmill.shape.RMShapeTable
Returns the individual cell at the given row and column.
getCellAbove() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell just above this cell.
getCellAfter() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell after, or to the right of, this cell.
getCellBefore() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell before, or to the left of, this cell.
getCellBelow() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the cell just below this cell.
getCellCount() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the number of cells in this column.
getCellCount() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the number of cells in this row.
getCellCount() - Method in class com.reportmill.shape.RMShapeTable
Returns the number of cells.
getCellRect(Rectangle2D) - Method in class com.reportmill.shape.RMCrossTab
Returns the cell rect for the given rectangle2d.
getCells() - Method in class com.reportmill.shape.RMShapeTable
Returns the cells.
getCellShape() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the shape inside this cell.
getCenter() - Method in class com.reportmill.graphics.RMPath3D
Returns the center point of the path.
getChange(int) - Method in class com.reportmill.base.RMUndoSet
Returns the individual change at given index.
getChangeCount() - Method in class com.reportmill.base.RMUndoSet
Returns the number of changes.
getChanges() - Method in class com.reportmill.base.RMUndoSet
Returns the selection to be set if undo is executed.
getChannelCount() - Method in class com.reportmill.graphics.RMSoundData
Returns the channel count.
getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextArea
Returns the char index for given point in text coordinate space.
getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextEditor
Returns the char index for given point in text coordinate space.
getCharIndex(Point2D) - Method in class com.reportmill.text.RMTextLayout
Returns the character index for the given x/y point.
getCharIndex(double, double) - Method in class com.reportmill.text.RMTextLayout
Returns the character index for the given x/y point.
getCharIndex(double) - Method in class com.reportmill.text.RMTextLine
Returns the character index for the given x/y point.
getCharIndex(double) - Method in class com.reportmill.text.RMTextRun
Returns the character index for the given x/y point.
getCharSpacing() - Method in class com.reportmill.shape.RMTextShape
Returns the char spacing at char 0.
getCharSpacing() - Method in class com.reportmill.text.RMTextEditor
Returns the character spacing of the current selection or cursor.
getCharSpacing() - Method in class com.reportmill.text.RMTextRun
Returns the run's char spacing.
getCharSpacing() - Method in class com.reportmill.text.RMXStringRun
Returns the char spacing.
getChild(int) - Method in class com.reportmill.base.RMKeyChain
Returns the child at the given index in the keychain.
getChild(int) - Method in class com.reportmill.graphing.RMGraph
Override to return table rpg if set.
getChild(int) - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Returns the individual child in this line.
getChild(int) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the individual child in this line.
getChild(int) - Method in class com.reportmill.shape.RMPageLayer
Returns the specific child of this layer at the given index.
getChild(int) - Method in class com.reportmill.shape.RMProxyShape
 
getChild(int) - Method in class com.reportmill.shape.RMShape
Returns the child at the given index.
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMNestedDoc
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMPage
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
getChildAnimator(boolean) - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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.graphing.RMGraph
Override to return table rpg if set.
getChildCount() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Returns the number of children in this line.
getChildCount() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the number of children in this line.
getChildCount() - Method in class com.reportmill.shape.RMPageLayer
Returns the number of children in this layer.
getChildCount() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
getChildCount() - Method in class com.reportmill.shape.RMShape
Returns the number of children associated with this shape.
getChildIndex(RMShape) - Method in class com.reportmill.shape.RMPageLayer
Returns the index of a given child.
getChildKeyChain(int) - Method in class com.reportmill.base.RMKeyChain
Returns the child at the given index in the keychain as a keychain.
getChildLast() - Method in class com.reportmill.shape.RMShape
Returns the last child of this shape.
getChildLayer(RMShape) - Method in class com.reportmill.shape.RMPage
Returns the layer for a given child.
getChildOrigin() - Method in class com.reportmill.shape.RMAnimPathShape
Returns the child origin.
getChildren() - Method in class com.reportmill.shape.RMPageLayer
Returns the list of children for this layer.
getChildren() - Method in class com.reportmill.shape.RMProxyShape
 
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.
getChildTable(int) - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Returns the child 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.
getChildTableCount() - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Returns the number of child tables for this detail adder.
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).
getChildWithTitle(String) - Method in class com.reportmill.shape.RMTable
Returns a specific child with the given name.
getClass(Object) - Static method in class com.reportmill.base.RMClassUtils
Returns the class for an object.
getClass(String) - Method in class com.reportmill.base.RMJarFileEntry
Returns a class for a given (simple) name.
getClasses(String) - Static method in class com.reportmill.base.RMClassUtils
Returns the classes in a package name.
getClasses() - Method in class com.reportmill.base.RMJarFile
Returns a list of classes.
getClasses() - Method in class com.reportmill.base.RMJarFileEntry
Returns a list of classes.
getClasses(String) - Method in class com.reportmill.base.RMJarFileEntry
Returns a list of classes with given prefix.
getClasses(String) - Method in class com.reportmill.base.RMJarFileSet
Returns the classes for a prefix.
getClassForName(String) - Static method in class com.reportmill.base.RMClassUtils
Returns a class for a given name.
getClassForName(String, Object) - Static method in class com.reportmill.base.RMClassUtils
Returns a class for a given name, using the class loader of the given class.
getClassName() - Method in class com.reportmill.base.RMJarFileEntry
Returns the class name.
getClassPathFiles(List<RMJarFile>) - Static method in class com.reportmill.base.RMJarFileSet
Gets the class path files.
getClassSimpleName(Object) - Static method in class com.reportmill.base.RMClassUtils
Returns simple class name of an object.
getClassStandardName(Object, boolean) - Static method in class com.reportmill.base.RMClassUtils
Returns a standard class name of an object, minus any weird notation, like inner-class $, etc.
getClip() - Method in class com.reportmill.shape.RMSoundShape
Returns the clip.
getClip(boolean) - Method in class com.reportmill.shape.RMSoundShape
Returns the clip, creating it if requested.
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.
getClipShape() - Method in class com.reportmill.shape.RMSubreport
Returns clip shape for shape.
getClipToBounds() - Method in class com.reportmill.shape.RMShapePainter
Returns whether to clip to bounds.
getCoalesceNewlines() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should coalesce consecutive newlines in rpgClone.
getColor() - Method in class com.reportmill.graphics.RMPainter
Returns the painting color.
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.RMShape
Returns the color of the shape.
getColor() - Method in class com.reportmill.shapefx.RMFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.shapefx.RMGradientFill.ColorStop
Returns stop color.
getColor() - Method in class com.reportmill.shapefx.RMGradientFill
Returns the color associated with this fill.
getColor() - Method in class com.reportmill.text.RMTextEditor
Returns the color of the current selection or cursor.
getColor() - Method in class com.reportmill.text.RMTextRun
Returns the run color.
getColor() - Method in class com.reportmill.text.RMXStringRun
Returns the color for this run.
getColorAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current color at the given character index.
getColorChanged() - Method in class com.reportmill.text.RMTextRun
Returns whether color changed from last run.
getColorCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of colors set for this graph.
getColorMap() - Method in class com.reportmill.graphics.RMImageData
Color map support: returns the bytes of color map from a color map image.
getColorModel() - Method in class com.reportmill.shapefx.RMContourFill
PaintContext method.
getColorModel() - Method in class com.reportmill.shapefx.RMMultipleStopGradient
ARGB.
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.shapefx.RMGradientFill
Returns the individual color stop at given index.
getColorStopCount() - Method in class com.reportmill.shapefx.RMGradientFill
Returns the number of color stops in the gradient
getColorStops() - Method in class com.reportmill.shapefx.RMGradientFill
Returns the list of color stops.
getColumn(int) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific column at the given index.
getColumn(double) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific column index for the given point.
getColumn() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the column of this cell.
getColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider column as cell column.
getColumn() - Method in class com.reportmill.shape.RMShapeTable.Cell
Returns the cell column.
getColumn(int) - Method in class com.reportmill.shape.RMShapeTable
Returns the individual column at given index.
getColumn(int) - Method in class com.reportmill.shape.RMTableRow
Returns the column at the given index (assumes row is structured and column is RMTextShape).
getColumnCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of rows for this table.
getColumnCount() - Method in class com.reportmill.shape.RMShapeTable
Returns the number of columns.
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.
getColumnDividers() - Method in class com.reportmill.shape.RMShapeTable
Returns the list of column dividers.
getColumnEnd() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the end column of this cell.
getColumnResizeMode() - Method in class com.reportmill.shape.RMTableRow
Returns the method used to resize row columns when row is resize (and structured).
getColumns() - Method in class com.reportmill.shape.RMShapeTable
Returns a list of columns.
getColumnSpacing() - Method in class com.reportmill.shape.RMTable
Returns the space between a table that has more than one column (int printer points).
getColumnSpan() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the number of columns this cell spans.
getCommonClass(Object, Object) - Static method in class com.reportmill.base.RMClassUtils
Returns the common ancestor class for two objects.
getCommonClass(Object...) - Static method in class com.reportmill.base.RMClassUtils
Returns the common ancestor class for a list of objects.
getCommonClass(List) - Static method in class com.reportmill.base.RMClassUtils
Returns the common ancestor class for a list of objects.
getComponent(String) - Method in class com.reportmill.viewer.RMViewer
Overrides RibsPanel 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.
getConeKernel(int) - Static method in class com.reportmill.shapefx.RMImageEffect.ConeKernel
Returns kernel for a cone blur convolve.
getContentType() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the content type.
getControlPointBounds() - Method in class com.reportmill.graphics.RMPath
Returns the rectangle that encloses all the control points.
getCookies() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the cookies.
getCookieString() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the cookie string.
getCorraledRect(RMRect, float) - Method in class com.reportmill.base.RMRect
Returns the given rect moved, if needed, to be contained by this rect.
getCount(Object[], Class) - Static method in class com.reportmill.base.RMArrayUtils
Returns the number of object in array of a given class.
getCount() - Method in class com.reportmill.base.RMTopNSort
Returns the count.
getCoverFill() - Method in class com.reportmill.shape.RMSubreport
Returns the fill to use on top of subreport shape when painting in editor.
getCoverStroke() - Method in class com.reportmill.shape.RMSubreport
Override to force gray stroke.
getCrossProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the vector perpendicular to the receiver and the given vector.
getCubicRoots() - Method in class com.reportmill.graphics.RMPolynomial
 
getCurrentEvent() - Static method in class com.reportmill.shape.RMShapeMouseEvent
Returns the most recently delivered event.
getCurrentPainter() - Static method in class com.reportmill.shape.RMShapePainter
The current shape painter.
getCustomSchema() - Method in class com.reportmill.base.RMDataSource
Returns a schema that may differ from the one stored in an XML file.
getCustomSchema() - Method in class com.reportmill.base.RMXMLDataSource
Returns a schema that may differ from the one stored in an XML file.
getCycleCount() - Method in class com.reportmill.graphics.RMTransition
Returns the number of cycles in animation.
getDashArray() - Method in class com.reportmill.shapefx.RMStroke
Returns the dash array for this stroke.
getDashArray(String, String) - Static method in class com.reportmill.shapefx.RMStroke
Returns a dash array for given dash array string and delimeter.
getDashArrayString() - Method in class com.reportmill.shapefx.RMStroke
Returns the dash array for this stroke as a string.
getDashArrayString(float[], String) - Static method in class com.reportmill.shapefx.RMStroke
Returns the dash array for this stroke as a string.
getDashPhase() - Method in class com.reportmill.shapefx.RMStroke
Returns the dash phase.
getDataObject(int) - Method in class com.reportmill.base.ReportMill
Returns the data object at the specified index.
getDataObjectCount() - Method in class com.reportmill.base.ReportMill
Returns the number of data objects.
getDataObjectLast() - Method in class com.reportmill.base.ReportMill
Returns the last data object in the data objects list.
getDataset() - Method in class com.reportmill.base.RMDataSource
Returns a sample dataset of objects associated with the datasource.
getDataset() - Method in class com.reportmill.base.RMXMLDataSource
Returns a sample dataset of objects associated with the datasource.
getDatasetEntity() - Method in class com.reportmill.shape.RMBinderShape
Returns the binder entity.
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.RMCrossTab
Returns the dataset key.
getDatasetKey() - Method in class com.reportmill.shape.RMLabels
Returns the dataset key associated with labels.
getDatasetKey() - Method in class com.reportmill.shape.RMPage
Returns the dataset key associated with the table.
getDatasetKey() - Method in class com.reportmill.shape.RMShape
Returns the dataset key associated with this shape.
getDatasetKey() - Method in class com.reportmill.shape.RMTable
Returns the dataset key associated with the table.
getDatasetKey() - Method in class com.reportmill.shape.RMTableGroup
Returns the complete dataset key for the current main table (pre-pending dataset keys of parents).
getDataSource() - Method in class com.reportmill.shape.RMDocument
Returns the RMDataSource associated with this document.
getDataSourceSchema() - Method in class com.reportmill.shape.RMDocument
Returns the schema for the RMDataSource associated with this document (convenience).
getDate(String) - Static method in class com.reportmill.base.RMDateUtils
Returns a date for given string.
getDate(Object) - Static method in class com.reportmill.base.RMUtils
Returns a date for given object of arbitrary type.
getDateParser() - Static method in class com.reportmill.base.RMDateUtils
Returns a shared date parser.
getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the decimal separator.
getDeclaredMethod(Class, String, Class[]) - Static method in class com.reportmill.base.RMClassUtils
Returns the declared method for a given class, name and parameter types array.
getDefaultAttribute(RMTextTypes.Attribute) - Method in class com.reportmill.text.RMXString
Returns the default for a given key.
getDefaultColor() - Method in class com.reportmill.text.RMXString
Returns the default color for this string.
getDefaultColors() - Static method in class com.reportmill.graphing.RMGraph
Returns the default list of colors to be used by any graph without an explicit list of colors.
getDefaultFont() - Static method in class com.reportmill.text.RMFont
Returns the user's default font.
getDefaultFont() - Method in class com.reportmill.text.RMXString
Returns the default font for this string.
getDefaultFormat() - Method in class com.reportmill.text.RMXString
Returns the default format for this string.
getDefaultImage() - Method in class com.reportmill.shape.RMShapePainter
Returns a default image to be used in case a shape image fill returns bogus null image.
getDefaultLocale() - Static method in class com.reportmill.base.RMNumberFormat
Returns the default locale.
getDefaultParagraph() - Method in class com.reportmill.text.RMXString
Returns the default paragraph for this string.
getDefaultRenderingHints() - Method in class com.reportmill.shape.RMShapePainter
Returns the map of default rendering hints.
getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
Returns the default version name.
getDegree() - Method in class com.reportmill.graphics.RMPolynomial
 
getDegreeOfSeparation() - Method in class com.reportmill.base.RMSchemaMaker
Returns the degree of separation.
getDelay() - Method in class com.reportmill.graphics.RMTransition
Returns the delay of the transition from the time it is told to play to when transition starts.
getDelay() - Method in class com.reportmill.shape.RMNestedDoc
Returns the number of seconds the nested doc animation time lags the master document.
getDelay() - Method in class com.reportmill.shape.RMSoundShape
Returns the delay after which this sound is supposed to start to play.
getDelayedDuration() - Method in class com.reportmill.graphics.RMTransition
Returns the duration plus delay.
getDeleteVerticalSpansOfHiddenShapes() - Method in class com.reportmill.shape.RMSpringLayout
Returns whether layout deletes vertical spans of hidden shapes.
getDepth() - Method in class com.reportmill.shape.RMScene3D
Returns the depth of the scene.
getDirection() - Method in class com.reportmill.graphics.RMInterpolator
Returns the interpolator direction.
getDirectories(String) - Method in class com.reportmill.base.RMJarFile
Returns a list of directories with given prefix.
getDirectories(String) - Method in class com.reportmill.base.RMJarFileEntry
Returns a list of directories with given prefix.
getDirectory(File, String, boolean) - Static method in class com.reportmill.base.RMFileUtils
Returns a child directory for a parent directory, creating if necessary.
getDirectory(String) - Method in class com.reportmill.base.RMJarFile
Returns a directory for given path.
getDistance(RMPoint) - Method in class com.reportmill.graphics.RMBezier
Returns the minimum distance from the given point to this segment.
getDistance(RMPoint) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this segment.
getDistance(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
Returns the distance from a point to the plane of this polygon.
getDistance(RMPath, RMPoint) - Static method in class com.reportmill.graphics.RMPathUtils
Returns shortest distance from any point in path to given point.
getDistance(RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
Returns the minimum distance from the given point to this segment.
getDistance() - Method in class com.reportmill.shape.RMAnimPathShape
Returns distance along the path where children are positioned.
getDistanceBezier(RMPoint) - Method in class com.reportmill.graphics.RMBezier
Returns the minimum distance from the given point to the curve.
getDistanceLine(RMPoint) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this line.
getDistanceLineSquared(double, double) - Method in class com.reportmill.graphics.RMLine
Returns the minimum distance from the given point to this line, squared.
getDistanceLineSquared(double, double, double, double, double, double) - Static method in class com.reportmill.graphics.RMLine
Returns the distance from the given point components (p0) to the given line components (p1->p2).
getDistanceQuadratic(RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
Returns the minimum distance from the given point to the curve.
getDistanceSigned(RMPath, RMPoint) - Static method in class com.reportmill.graphics.RMPathUtils
Returns shortest distance from any point in path to given point (negative means inside the path).
getDivider(int) - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the specific divider at given index.
getDivider(int) - Method in class com.reportmill.shape.RMCrossTabRow
Returns the specific divider at given index.
getDividerCount() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the divider count.
getDividerCount() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the divider count.
getDividers() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the dividers for this column.
getDividers() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the dividers for this column.
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 class com.reportmill.shape.RMDocumentSource.AbstractSource
Returns the document for this source.
getDocument() - Method in interface com.reportmill.shape.RMDocumentSource
Returns the document loaded from 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.
getDotProduct(RMVector) - Method in class com.reportmill.graphics.RMVector
Returns the dot product of the receiver and the given vector.
getDotProduct(RMVector3D) - Method in class com.reportmill.graphics.RMVector3D
Returns the dot product of the receiver and the given vector.
getDouble(Object) - Static method in class com.reportmill.base.RMUtils
Returns a Double for a given object.
getDoubleValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a double for an object and key chain.
getDrag() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the drag coefficient (reduces velocity by this percent per second).
getDraw3D() - Method in class com.reportmill.graphing.RMGraph
Returns whether the graph draws in 3D.
getDrawsClippedLine() - Method in class com.reportmill.shape.RMLinkedText
Overrides text to indicate that linked texts never show clipped lines.
getDrawsSelectionRect() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should always draw at least a light gray border (useful when editing).
getDrawsWedge() - Method in class com.reportmill.shape.RMOvalShape
Return whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
getDrawWedgeLabelLines() - Method in class com.reportmill.graphing.RMGraphPartPie
Returns whether a pie graph draws lines from the wedges to wedge labels.
getDuration() - Method in class com.reportmill.graphics.RMTransition
Returns the duration of the transition in milliseconds.
getDuration() - Method in class com.reportmill.shapefx.RMFadeAction
Returns the fade duration time.
getDX() - Method in class com.reportmill.shapefx.RMShadowEffect
Returns the X offset of the shadow.
getDY() - Method in class com.reportmill.shapefx.RMShadowEffect
Returns the Y offset of the shadow.
getEffect() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getEffect() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
getEffect() - Method in class com.reportmill.shape.RMShape
Returns the effect for this shape.
getEffect(int) - Method in class com.reportmill.shapefx.RMCompositeEffect
Get individual effect at given index.
getEffectCount() - Method in class com.reportmill.shapefx.RMCompositeEffect
Get number of effects.
getElapsedSeconds() - Method in class com.reportmill.base.RMRunner
Returns the elapsed seconds.
getElapsedTime() - Method in class com.reportmill.base.RMRunner
Returns the elapsed time.
getElement(int) - Method in class com.reportmill.graphics.RMPath
Returns the element type at the given index.
getElement(int, RMPoint[]) - Method in class com.reportmill.graphics.RMPath
Returns the element type at the given index and its associated points (returned in the given point array).
getElement(int) - Method in class com.reportmill.graphics.RMPath3D
Returns the element type at the given index.
getElement(int, RMPoint3D[]) - Method in class com.reportmill.graphics.RMPath3D
Returns the element at the given index.
getElementCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of elements in this path.
getElementCount() - Method in class com.reportmill.graphics.RMPath3D
Returns the number of elements in the path3d.
getElementIndexForPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the element index for the given point index.
getElementLast() - Method in class com.reportmill.graphics.RMPath
Returns the last element.
getElementPointIndex(int) - Method in class com.reportmill.graphics.RMPath
Returns the point index for a given element.
getEnabledEvents() - Method in class com.reportmill.shape.RMShapeEventAdapter
Returns an array of enabled events.
getEnabledEventsString() - Method in class com.reportmill.shape.RMShapeEventAdapter
Returns the events string.
getEnd() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the ending row index (if column divider) or column index (if row divider) for this divider.
getEnd() - Method in class com.reportmill.shapefx.RMFadeAction
Returns the fade end time.
getEnd() - Method in class com.reportmill.text.RMSpellCheck.Word
Returns the end index.
getEnd() - Method in class com.reportmill.text.RMTextLayout
Returns the end char index of the layout in XString.
getEnd() - Method in class com.reportmill.text.RMTextRun
Returns the char end of this line.
getEndAction() - Method in class com.reportmill.graphics.RMAnimator
Returns the action to be performed at the end of animation.
getEndsWithNewline() - Method in class com.reportmill.text.RMTextRun
Returns whether run ends with newline.
getEndsWithWhiteSpace() - Method in class com.reportmill.text.RMTextRun
Returns whether line ends with space.
getEndTime() - Method in class com.reportmill.base.RMRunner
Returns the end time.
getEndValue() - Method in class com.reportmill.base.RMKeyTimer.Record
 
getEntity() - Method in class com.reportmill.base.RMCSVReader
Returns the entity generated from last readRecords.
getEntity(String) - Method in class com.reportmill.base.RMDataSource
Returns the entity at the given key path.
getEntityList(String) - Method in class com.reportmill.base.RMXMLReader
Returns the individual list of maps for the given entity name.
getEntityLists() - Method in class com.reportmill.base.RMXMLReader
Returns the entity maps.
getEntries() - Method in class com.reportmill.base.RMJarFile
Gets Entries for this RMJarFile.
getEntries(String) - Method in class com.reportmill.base.RMJarFile
Returns a list of entries of a given type.
getEntries() - Method in class com.reportmill.base.RMJarFileEntry
Returns the entries.
getEntries(String, boolean) - Method in class com.reportmill.base.RMJarFileEntry
Returns the list of entries for a type.
getEntries(String) - Method in class com.reportmill.base.RMJarFileSet
Returns a list of entries of a given type.
getEntry(int) - Method in class com.reportmill.base.RMJarFileEntry
Returns the individual entry at given index.
getEntryCount() - Method in class com.reportmill.base.RMJarFileEntry
Returns the number of entries.
getError() - Method in class com.reportmill.base.RMActivity
Returns the error (throwable) if one was generated from last run.
getError() - Static method in class com.reportmill.base.RMKeyChain
Returns the last error encountered by the key chain parser (or null).
getEvent(EventObject) - Static method in class com.reportmill.base.RMPropertyChangeEvent
Returns the given EventObject as a shape property change event.
getEvent() - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
Returns the shape mouse event.
getEventAdapter(boolean) - Method in class com.reportmill.shape.RMShape
Returns the ShapeEventAdapter for this shape.
getExcludePaths() - Method in class com.reportmill.base.RMJarFile
Sets the paths to explicitly exclude (excluding all else).
getExecutionBounds() - Method in class com.reportmill.shape.RMPainterShape
Returns the total bounds from execution.
getExecutionTime() - Method in class com.reportmill.graphics.RMPainter
Returns the execution time for painter shape operations.
getExecutionTime() - Method in class com.reportmill.shape.RMPainterShape
Returns the total execution time of all painter shape operations.
getExeption() - Method in class com.reportmill.base.RMRunner
Returns the exception.
getExpiration() - Method in class com.reportmill.shapefx.RMExpireAction
Returns the duration of time to run action before removing shape from parent.
getExtensionJarFiles(List<RMJarFile>) - Static method in class com.reportmill.base.RMJarFileSet
Gets the extension directory jar paths.
getExtrusionKey() - Method in class com.reportmill.graphing.RMGraphPartPie
Returns the key used to determine which pie wedges get extruded.
getFadeHeight() - Method in class com.reportmill.shapefx.RMReflectionEffect
Returns the height of the faded region as a fraction of reflection height (defaults to .5).
getFamily() - Method in class com.reportmill.text.RMFont
Returns the family name of this font.
getFamily() - Method in class com.reportmill.text.RMFontFile
Returns the family name of this font.
getFamilyEnglish() - Method in class com.reportmill.text.RMFont
Returns the family name of this font in English.
getFamilyEnglish() - Method in class com.reportmill.text.RMFontFile
Returns the family name of this font in English.
getFamilyNames() - Static method in class com.reportmill.text.RMFontUtils
Returns a list of all system family names.
getFieldDelimiter() - Method in class com.reportmill.base.RMCSVReader
Returns the field delimiter.
getFieldDelimiterCount() - Method in class com.reportmill.base.RMCSVReader
Returns the number of field delimiters found in last readFormat.
getFieldOfView() - Method in class com.reportmill.shape.RMScene3D
Returns the field of view of the camera (derived from focalLength).
getFile(Object) - Static method in class com.reportmill.base.RMFileUtils
Returns a File object from a source, if one can be divined.
getFile() - Method in class com.reportmill.base.RMJarFile
Returns the file.
getFile(URL) - Static method in class com.reportmill.base.RMURLUtils
Returns the URL as a file.
getFileExtension(File) - Static method in class com.reportmill.base.RMFileUtils
Returns the file name for a file.
getFileName(File) - Static method in class com.reportmill.base.RMFileUtils
Returns the file name for a file.
getFilename() - Method in class com.reportmill.shape.RMDocument
Returns the filename associated with this document, if available.
getFileNameSimple(File) - Static method in class com.reportmill.base.RMFileUtils
Returns the file name for a file.
getFill() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFill() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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.RMImageShape
Returns the fill style for the image's image fill.
getFillStyle() - Method in class com.reportmill.shapefx.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
getFillSuper() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getFilteredList(List, String) - Static method in class com.reportmill.base.RMListUtils
Returns a filtered list (copy with given key chain string.
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.RMCrossTab
Returns the optional key chain expression string used to prune the table list derived from dataset key.
getFilterKey() - Method in class com.reportmill.shape.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.
getFirstLeaf(List) - Static method in class com.reportmill.base.RMListUtils
Returns the first non-list object in the given list hierarchy, recursing if a list is found.
getFirstSample() - Method in class com.reportmill.base.RMGroup
Returns the first child sample for this group.
getFitCurveSegments(RMPoint[], RMSize, RMSize, List) - Static method in class com.reportmill.graphics.RMPathFitCurves
Fit a curve, preserving the start & end tangents.
getFitCurveSegments(RMMath.RMFunc, double, double, int, double) - Static method in class com.reportmill.graphics.RMPathFitCurves
 
getFloat(Object) - Static method in class com.reportmill.base.RMUtils
Returns a Float for a given object.
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.
getFocalLength() - Method in class com.reportmill.shape.RMScene3D
Returns the focal length of the camera (derived from the field of view and with view size).
getFont() - 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.RMLinkedText
Returns the font for char 0 of the start text.
getFont() - Method in class com.reportmill.shape.RMShape
Returns the font for the shape (or first child with font).
getFont() - Method in class com.reportmill.shape.RMTextShape
Returns the font for char 0.
getFont(String, float) - Static method in class com.reportmill.text.RMFont
Returns the font for the given name and size (substitutes Arial if not found).
getFont(String, float, boolean) - Static method in class com.reportmill.text.RMFont
Returns the font for the given name and size (with an option to substitue Arial if not found).
getFont(String, float) - Static method in class com.reportmill.text.RMFontUtils
Returns a Font for a given name and size.
getFont() - Method in class com.reportmill.text.RMTextArea
Return AWT Font for current selection.
getFont() - Method in class com.reportmill.text.RMTextEditor
Returns the font of the current selection or cursor.
getFont() - Method in class com.reportmill.text.RMTextRun
Returns the run font.
getFont() - Method in class com.reportmill.text.RMXStringRun
Returns the font for this run.
getFontAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current font at the given character index.
getFontChanged() - Method in class com.reportmill.text.RMTextRun
Returns whether font changed from last run.
getFontFile() - Method in class com.reportmill.text.RMFont
Returns the font file for this font.
getFontFile(String) - Static method in class com.reportmill.text.RMFontFile
Returns a font file for a given font name.
getFontName() - Method in class com.reportmill.text.RMFont
Returns the name of this font.
getFontName() - Method in class com.reportmill.text.RMFontFile
Returns the name of this font.
getFontNameEnglish() - Method in class com.reportmill.text.RMFont
Returns the name of this font in English.
getFontNameEnglish() - Method in class com.reportmill.text.RMFontFile
Returns the name of this font in English.
getFontNameNormalized(String) - Static method in class com.reportmill.text.RMFontUtils
Returns a "cleaned up" or standardized version of the given font name: 1.
getFontNames() - Static method in class com.reportmill.text.RMFontUtils
Returns a list of all system fontnames (excludes any that don't start with capital A-Z).
getFontNames(String) - Static method in class com.reportmill.text.RMFontUtils
Returns a list of all font names for a given family name.
getFonts() - Static method in class com.reportmill.text.RMFontUtils
Returns the array of system fonts.
getFontScale() - Method in class com.reportmill.text.RMTextArea
Convenience - returns text editor font scale.
getFontScale() - Method in class com.reportmill.text.RMTextEditor
Returns the scale applied to text when editing.
getFontScale() - Method in class com.reportmill.text.RMTextLayout
Returns the font scale of the text layout.
getFormat() - Method in class com.reportmill.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.RMTextShape
Returns the format for char 0.
getFormat() - Method in class com.reportmill.text.RMTextEditor
Returns the format of the current selection or cursor.
getFormat() - Method in class com.reportmill.text.RMXStringRun
Returns the format for this run.
getFormatAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current format at the given character index.
getFormatString() - Method in class com.reportmill.base.RMDateFormat
Returns the date format string.
getFormatString() - Method in interface com.reportmill.base.RMFormat
Returns a format string.
getFormatString() - Method in class com.reportmill.base.RMNumberFormat
Returns the format string for this format.
getFrame() - Method in class com.reportmill.shape.RMShape
Returns the rect in parent coords that fully encloses the shape.
getFrame(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the rect that fully encloses the receiver in the given shape's coords.
getFrameMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape's frame.
getFrameMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape's frame.
getFrameRate() - Method in class com.reportmill.graphics.RMAnimator
Returns the frame rate for this animator.
getFrameX() - Method in class com.reportmill.shape.RMShape
Returns the X of the rect that fully encloses the shape in parent coords.
getFrameXY() - Method in class com.reportmill.shape.RMShape
Returns the origin of the shape's bounds rect in parent coords.
getFrameY() - Method in class com.reportmill.shape.RMShape
Returns the Y of the rect that fully encloses the shape in parent coords.
getFrequency() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
getFullRedoTitle() - Method in class com.reportmill.base.RMUndoSet
Returns the full title of this undo when used for redo.
getFullUndoTitle() - Method in class com.reportmill.base.RMUndoSet
Returns the full title of this undo when used for undo.
getFunctionCall(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Find the Method to invoke for evaluating the given key chain (assumed to be a function) on the given object.
getGapDelay() - Method in class com.reportmill.shape.RMNestedDoc
Returns the number of seconds the nested doc animation will wait between loops.
getGapHeight() - Method in class com.reportmill.shapefx.RMReflectionEffect
Returns the height of the gap between the shape and the reflection in points (defaults to 0).
getGaussianKernel(int) - Static method in class com.reportmill.shapefx.RMImageEffect.GaussianKernel
Returns kernel for a Gaussian blur convolve.
getGetMethod() - Method in class com.reportmill.base.RMKey.KeyAccessor
Searches for a get method for given key then caches and returns result.
getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.shapefx.RMGradientFill
Returns the 2 points, in the shape's coordinate system, which define the gradient.
getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.shapefx.RMRadialGradientFill
Returns the 2 points, in the shape's coordinate system, which define the gradient.
getGradientBounds(Shape) - Method in class com.reportmill.shapefx.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(int) - Method in class com.reportmill.base.RMGroup
Returns the sub-group at the given index.
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.RMCrossTabCell
Returns the group for this cell.
getGroup() - Method in class com.reportmill.shape.RMTableRow
Returns the group for this table row.
getGroup() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the group.
getGroup() - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Returns the group.
getGroup() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Overrides adder implementation to get group from associated header adder.
getGroup() - Method in class com.reportmill.shape.RMTableRPGAdderTable
Returns the group.
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(int) - Method in class com.reportmill.base.RMGrouper
Returns the grouping at the given index.
getGrouping(String) - Method in class com.reportmill.base.RMGrouper
Returns the grouping with the given key.
getGrouping() - Method in class com.reportmill.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.RMCrossTabCell
Returns the grouping.
getGrouping() - Method in class com.reportmill.shape.RMLabels
Returns the grouping for this labels shape.
getGrouping(int) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping at the given index.
getGrouping(String) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping that has the same key as the one given.
getGrouping(String, boolean, int) - Method in class com.reportmill.shape.RMTable
Returns the individual grouping that has the same key as the one given, with option to create at index if missing.
getGroupingCount() - Method in class com.reportmill.base.RMGrouper
Returns the number of groupings in this grouper.
getGroupingCount() - Method in class com.reportmill.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.
getGroupingKey(int) - Method in class com.reportmill.base.RMGrouper
Return the key for the grouping at the given index.
getGroupingLast() - Method in class com.reportmill.base.RMGrouper
Returns the last grouping.
getGroupLast() - Method in class com.reportmill.base.RMGroup
Returns the last sub-group.
getHasDetails() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a details.
getHasHeader() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a header.
getHasHeaderRow() - Method in class com.reportmill.base.RMCSVReader
Returns whether first row has field names.
getHasQuotedFields() - Method in class com.reportmill.base.RMCSVReader
Returns whether fields are quoted.
getHasSummary() - Method in class com.reportmill.base.RMGrouping
Returns whether the grouping has a summary.
getHead(double) - Method in class com.reportmill.graphics.RMBezier
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
getHead(double) - Method in class com.reportmill.graphics.RMLine
Returns a new line from this line's start point to given parametric location t (defined from 0-1) on this line.
getHeaderAdder() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the first header adder from up the previous adder chain.
getHeaderColumnCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number header columns for table.
getHeaderRowCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of header rows for table.
getHeaders() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the headers.
getHeaderString() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the headers as a string.
getHeight() - Method in class com.reportmill.graphics.RMImageData
Returns the number of pixels vertically.
getHeight() - Method in class com.reportmill.graphics.RMPath
Returns the height of the path.
getHeight() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row height.
getHeight() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getHeight() - Method in class com.reportmill.shape.RMFlowLayoutBasic
 
getHeight() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
getHeight() - Method in class com.reportmill.shape.RMShape
Returns the height of the shape.
getHeight() - Method in class com.reportmill.shape.RMShapeTable.Row
Returns the row height.
getHeight(double) - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Returns the new shape height for a given parent height.
getHeight() - Method in class com.reportmill.text.RMFont
Returns the height of this font.
getHeight() - Method in class com.reportmill.text.RMFontFile
Returns the height of this font file.
getHeight() - Method in class com.reportmill.text.RMTextEditor
Returns the bounds height.
getHeight() - Method in class com.reportmill.text.RMTextShapeRun
Returns the height for this run - which is really shape height.
getHeight2D() - Method in class com.reportmill.graphics.RMImageData
Returns the actual display height of the image in printer's points using the image DPI if available.
getHeightToFit() - Method in class com.reportmill.text.RMTextEditor
Returns the height needed to display all characters.
getHeightToFit() - Method in class com.reportmill.text.RMTextLayout
Returns the height to fit.
getHiddenCursor() - Static method in class com.reportmill.base.RMAWTUtils
A method to hide the cursor.
getHitCount() - Method in class com.reportmill.graphics.RMHitInfo
Returns the numer of intersections associated with the given geometries.
getHitEdges(Point2D, float) - Method in class com.reportmill.base.RMRect
Returns the mask of edges hit by the given point.
getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMBezier
Returns the hit info for this bezier and a given line.
getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMBezier
Returns a hit info for this bezier and given bezier.
getHitInfo(RMBezier, RMLine, int) - Static method in class com.reportmill.graphics.RMBezierLineHit
Returns the hit info for this bezier and a given line.
getHitInfo(RMLine) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given line.
getHitInfo(RMQuadratic) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given bezier curve.
getHitInfo(RMBezier) - Method in class com.reportmill.graphics.RMLine
Returns a hit info object for this line and the given bezier.
getHitInfo(RMLine, boolean) - Method in class com.reportmill.graphics.RMPath
Returns the hit info for the given line against this path.
getHitInfo(RMBezier, boolean) - Method in class com.reportmill.graphics.RMPath
Returns the hit info for the given bezier curve against this path.
getHitMaxX() - Method in class com.reportmill.text.RMTextLine
Returns the max x position possible for layout's path.
getHostname() - Static method in class com.reportmill.base.RMUtils
Returns the hostname for this machine.
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() - Static method in class com.reportmill.shape.RMShapeUtils
Returns the hover shape.
getHoverShape(String) - Method in class com.reportmill.viewer.RMViewer
Returns a hover shape for given something.
getHoverTimer() - Static method in class com.reportmill.shape.RMShapeUtils
Returns the shared hover timer.
getHoverTimer(RMShapeMouseEvent) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the hover timer, creating it if missing.
getId(String) - Static method in class com.reportmill.base.RMUtils
Returns a unique id for a string each time it's called, starting with 0.
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.
getImage() - Method in class com.reportmill.graphics.RMImageData
Returns the buffered image for image data.
getImage() - Method in class com.reportmill.shapefx.RMBlurEffect
Returns the blur image.
getImage() - Method in class com.reportmill.shapefx.RMChiselEffect
Creates effect image
getImage() - Method in class com.reportmill.shapefx.RMEmbossEffect
Creates effect image
getImage() - Method in class com.reportmill.shapefx.RMImageEffect
Returns the effect image.
getImage() - Method in class com.reportmill.shapefx.RMImageFill
Returns the image rendered by this image fill.
getImage() - Method in class com.reportmill.shapefx.RMReflectionEffect
Returns the effect image.
getImage() - Method in class com.reportmill.shapefx.RMShadowEffect
Returns the effect image.
getImageBounds(RMRect) - Method in class com.reportmill.shapefx.RMImageFill
Returns the image bounds for a given rect.
getImageBounds(RMShape) - Method in class com.reportmill.shapefx.RMImageFill
Returns the image bounds for a given shape.
getImageData(Object) - Static method in class com.reportmill.graphics.RMImageData
Returns an image data loaded from aSource.
getImageData(Object, int) - Static method in class com.reportmill.graphics.RMImageData
Returns an image data loaded from aSource.
getImageData() - Method in class com.reportmill.graphics.RMImageReader
Returns the image data.
getImageData() - Method in class com.reportmill.shape.RMImageShape
Returns the imageData for this shape (or null if fill isn't an RMImageFill).
getImageData() - Method in class com.reportmill.shapefx.RMImageFill
Returns the image data associated with this image fill.
getImageFill() - Method in class com.reportmill.shape.RMShape
Returns the imageFill for this shape (or null, if fill isn't an RMImageFill).
getImageForShape(RMShape, boolean, float) - Static method in class com.reportmill.shape.RMShapePainter
Returns an image for the given shape (with an option to include transparency and/or scale image).
getImageForShape(RMShape, Color, float) - Static method in class com.reportmill.shape.RMShapePainter
Returns an image for the given shape, with given background color (null for clear) and scale.
getImageForString(String, Font) - Static method in class com.reportmill.base.RMAWTUtils
Returns an image for the given string and font.
getImageMap(RMShape, StringBuffer) - Static method in class com.reportmill.base.RMExtras
Returns a StringBuffer image map for a given shape.
getImageMargins() - Method in class com.reportmill.shapefx.RMImageFill
Returns the inset for the image when drawn in a given bounds.
getImageSize2D() - Method in class com.reportmill.shapefx.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.RMSchemaMaker
Returns whether to include fields.
getIncludeFields() - Method in class com.reportmill.base.RMXMLWriter
Returns whether to include fields.
getIncludeOthers() - Method in class com.reportmill.base.RMTopNSort
Returns whether to include others.
getIncludePaths() - Method in class com.reportmill.base.RMJarFile
Sets the paths to explicitly include (excluding all else).
getIncludeValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to include values explicitly provided.
getIndent(RMXStringRun) - Method in class com.reportmill.text.RMTextLayout
Returns the indent for this line.
getIndex(PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Returns the index for a property change event (assuming it's indexed).
getIndex() - Method in class com.reportmill.graphics.RMHitInfo
Returns the index of hit segment (for paths).
getIndex(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Return index for given key frame.
getIndex() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the index of this column in the table.
getIndex() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the index of this row in the table.
getIndex() - Method in class com.reportmill.shape.RMPageLayer
Returns the index of this layer in its page.
getIndex() - Method in class com.reportmill.text.RMTextRun
Returns the index of this run in the line.
getIndexesId(List, List) - Static method in class com.reportmill.base.RMListUtils
Returns an array of indexes for given list and given objects in list.
getInnerRuleWidth() - Method in class com.reportmill.shapefx.RMDoubleStroke
Returns the inner rule width.
getInnerStroke() - Method in class com.reportmill.shapefx.RMDoubleStroke
Return the stroke used on the inside of a clockwise path
getInput() - Method in class com.reportmill.text.RMConsoleText
Gets input String from console starting at current input location.
getInputAdapter() - Method in class com.reportmill.viewer.RMViewer
Returns the input adapter for the viewer (handles mouse and keyboard input).
getInputAttributes() - Method in class com.reportmill.text.RMTextEditor
Returns the map of attributes applied to any inputted characters.
getInputLocation() - Method in class com.reportmill.text.RMConsoleText
Returns the location of the end of the last text appended to console.
getInputParagraph() - Method in class com.reportmill.text.RMTextEditor
Returns the paragraph of the current selection or cursor position.
getInputStream() - Method in class com.reportmill.base.RMByteArray
Returns an input stream of this data's bytes.
getInputStream(URL) - Static method in class com.reportmill.base.RMURLUtils
Returns an input stream for a URL.
getInputStream(URLConnection) - Static method in class com.reportmill.base.RMURLUtils
Returns an input stream for a URL connection.
getInputStream(Object) - Static method in class com.reportmill.base.RMUtils
Returns an input stream from a File, String path, URL, byte array, InputStream, etc.
getInsets() - Method in class com.reportmill.shape.RMShapePainter
Returns the painting insets.
getInstance(Object, Class<T>) - Static method in class com.reportmill.base.RMClassUtils
Returns the given object as instance of given class, if it is.
getInteger(Object) - Static method in class com.reportmill.base.RMUtils
Returns the Integer for a given object.
getInterpolator() - Method in class com.reportmill.base.RMKeyTimer.Record
 
getInterpolator(String) - Static method in class com.reportmill.graphics.RMInterpolator
Returns a shared interpolator for given name.
getInterpolator(int) - Static method in class com.reportmill.graphics.RMInterpolator
Returns the individual common interpolator at given index.
getInterpolator() - Method in class com.reportmill.graphics.RMKeyValue
Returns the interpolator.
getInterpolator() - Method in class com.reportmill.graphics.RMTransition
Returns the interpolator.
getInterpolatorCount() - Static method in class com.reportmill.graphics.RMInterpolator
Returns number of shared common interpolators.
getInterval() - Method in class com.reportmill.graphics.RMAnimator
Returns the update interval of the animator in milliseconds.
getInterval(int) - Method in class com.reportmill.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, String) - Static method in class com.reportmill.base.RMKey
Returns an int value for a key.
getIntValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns an int for an object and key chain.
getInverseArcLengthFunction() - Method in class com.reportmill.graphics.RMQuadratic
Returns an RMFunc which calculates t for a percentage length along the curve.
getISOLatinString(byte[]) - Static method in class com.reportmill.base.RMStringUtils
Returns a string from the given ASCII bytes.
getISOLatinString(byte[], int, int) - Static method in class com.reportmill.base.RMStringUtils
Returns a string from the given ASCII bytes (from offset to offset+length).
getItalic() - Method in class com.reportmill.text.RMFont
Returns the italic version of this font.
getItalic() - Method in class com.reportmill.text.RMFontFile
Returns the italic version of this font.
getItem(int) - Method in class com.reportmill.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.
getJarFile(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns the jar location for a given class.
getJarFile() - Method in class com.reportmill.base.RMJarFileEntry
Returns the jar file.
getJarFiles() - Method in class com.reportmill.base.RMJarFileSet
Returns the list of jar files.
getJarFilesImpl() - Method in class com.reportmill.base.RMJarFileSet
Returns the list of jar files.
getJarLocation(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns the jar location for given class.
getJarPath(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns the jar location for a given class.
getJarURL(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns the Jar URL for given class.
getJarURL(ClassLoader, String) - Static method in class com.reportmill.base.RMClassUtils
Returns the Jar URL for given class.
getJarURLs(ClassLoader, String...) - Static method in class com.reportmill.base.RMClassUtils
Returns Jar URLs for a given package name.
getJSONKeys() - Method in class com.reportmill.base.RMSort
RMJSONArchiver GetKeys method.
getKey() - Method in class com.reportmill.base.RMGroup
Returns the key associated with this group.
getKey(List) - Static method in class com.reportmill.base.RMGroup
Returns the key for the given List if it is an RMGroup instance.
getKey() - Method in class com.reportmill.base.RMGrouping
Returns the grouping key.
getKey() - Method in class com.reportmill.base.RMKeyTimer.Record
 
getKey(Map, Object) - Static method in class com.reportmill.base.RMMapUtils
Returns the key for a given object in the given map.
getKey() - Method in class com.reportmill.base.RMSort
Returns the key for this sort.
getKey() - Method in class com.reportmill.graphics.RMKeyValue
Returns the key.
getKey() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the list key.
getKey() - Method in class com.reportmill.graphics.RMTransition
Returns the key.
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.RMImageShape
Returns the report key used to load an image if none is provided.
getKey() - Method in class com.reportmill.shape.RMSoundShape
Returns the RPG key for this sound shape.
getKeyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
Returns a keyChain for aSource (should be a String or existing RMKeyChain).
getKeyChainListValue(String) - Method in class com.reportmill.base.ReportMill
Returns a list for the given keychain.
getKeyChainValue(Object) - Method in class com.reportmill.base.ReportMill
ReportMill's valueForKeyChain implementation.
getKeyChainValue(Object) - Method in class com.reportmill.base.RMGroup
Custom implementation of valueForKeyChain to handle top N groups.
getKeyChainValue(Object) - Method in interface com.reportmill.base.RMKeyChain.Get
 
getKeyChainValue(Object) - Method in class com.reportmill.base.RMListKeyEvaluator
Intercept valueForKeyChain so we can coalate nested lists.
getKeyCount() - Method in class com.reportmill.graphing.RMGraph
Returns the number of keys for this graph.
getKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
Returns an individual key frame at given index.
getKeyFrameAt(int) - Method in class com.reportmill.graphics.RMTimeline
Returns the key frame at the given time.
getKeyFrameAt(int, boolean) - Method in class com.reportmill.graphics.RMTimeline
Returns the key frame at the given time, with an option to create it if missing.
getKeyFrameCount() - Method in class com.reportmill.graphics.RMTimeline
Returns the number of key frames.
getKeyFrames() - Method in class com.reportmill.graphics.RMTimeline
Returns the list of key frames.
getKeyFrameTimes() - Method in class com.reportmill.graphics.RMAnimator
Returns the list of key-frames present in animator owner's children.
getKeyFrameTimes(List<RMShape>, boolean) - Method in class com.reportmill.graphics.RMAnimator
Returns the list of key-frames present in the given list of shapes (assumed to be animator owner's descendants).
getKeyId(Map, Object) - Static method in class com.reportmill.base.RMMapUtils
Returns the key for a given identical object in the given map.
getKeyProcessor() - Method in class com.reportmill.text.RMTextEditor
Returns the key processor.
getKeyValue(String) - Method in class com.reportmill.base.RMGroup
Custom implementation of valueForKey to handle group heritage keys.
getKeyValue(String) - Method in class com.reportmill.base.RMGroup.Running
Overrides default valueForKey to handle Page and Running keys.
getKeyValue(String) - Method in interface com.reportmill.base.RMKey.Get
 
getKeyValue(String) - Method in class com.reportmill.base.RMListKeyEvaluator
Intercept valueForKey so we can install LKE's all the way down keychain evaluation.
getKeyValue(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
Implements this method to provide page info.
getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
Returns the individual key value at index.
getKeyValue(Object, String) - Method in class com.reportmill.graphics.RMKeyFrame
Returns the key value for given object and key, if present.
getKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns the individual key value at given index.
getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the number of key values.
getKeyValueCount() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the number of key values.
getKeyValueList(Object, String) - Method in class com.reportmill.graphics.RMTimeline
Returns a key value list for a given target and value.
getKeyValueList(Object, String, boolean) - Method in class com.reportmill.graphics.RMTimeline
Returns a key value list for a given target and value, with an option to create if missing.
getKeyValues() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the list of key values.
getLabel() - Method in class com.reportmill.shape.RMLabels
Returns the default label shape.
getLabelAxis() - Method in class com.reportmill.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.
getLast(List<T>) - Static method in class com.reportmill.base.RMListUtils
Returns the last object in the given list.
getLastChar() - Method in class com.reportmill.text.RMTextRun
Returns the last char.
getLastOpOfClass(Class<T>) - Method in class com.reportmill.graphics.RMPainter
Returns the first operation of given class.
getLastX() - Method in class com.reportmill.graphics.RMLine
Returns the last x.
getLastY() - Method in class com.reportmill.graphics.RMLine
Returns the last y.
getLayer(int) - Method in class com.reportmill.shape.RMPage
Returns the layer at the given index.
getLayer(String) - Method in class com.reportmill.shape.RMPage
Returns the layer with the given name.
getLayerCount() - Method in class com.reportmill.shape.RMPage
Returns the number of layers associated with this page.
getLayers() - Method in class com.reportmill.shape.RMPage
Returns the list of page layers.
getLayerState() - Method in class com.reportmill.shape.RMPageLayer
Returns the state of this layer (locked, visible, invisible).
getLayout() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
getLayout() - Method in class com.reportmill.shape.RMShape
Returns the layout for this shape.
getLayout(boolean) - Method in class com.reportmill.shape.RMShape
Returns the layout for this shape with option to create if missing.
getLayout() - Method in class com.reportmill.text.RMTextEditor
Returns the configured text layout used to layout text.
getLayout() - Method in class com.reportmill.text.RMTextRun
Returns the layout.
getLayoutInfo() - Method in class com.reportmill.shape.RMShape
Returns an object describing layout paramaters of this shape in its parent's layout.
getLayoutInfoX(RMShape) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the constraints in a given child.
getLayoutInfoX(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Returns extended layout info for a child.
getLayoutInfoX(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Returns the extended layout info for a child (creating if missing).
getLeading() - Method in class com.reportmill.text.RMFont
Returns the default distance between lines for this font.
getLeading() - Method in class com.reportmill.text.RMFontFile
Returns the default distance between lines for this font.
getLeftIndent() - Method in class com.reportmill.text.RMParagraph
Returns the left side indentation of this paragraph.
getLeftIndentFirst() - Method in class com.reportmill.text.RMParagraph
Returns the left side indentation of the first line in this paragraph (this can be set different than successive lines).
getLegend() - Method in class com.reportmill.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.
getLength() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the length of the divider in terms of rows (or columns).
getLength() - Method in class com.reportmill.shape.RMShapeTable.Span
Returns the span length.
getLicense() - Static method in class com.reportmill.base.ReportMill
Returns the ReportMill license string for the current user.
getLight() - Method in class com.reportmill.shape.RMScene3D
Returns the scene light as a vector.
getLine(int) - Method in class com.reportmill.shape.RMFlowLayout
Returns the individual line at given index.
getLine(int) - Method in class com.reportmill.text.RMTextEditor
Returns the individual line at given index.
getLine() - Method in class com.reportmill.text.RMTextLayout
Returns the head line of line linked list.
getLine(int) - Method in class com.reportmill.text.RMTextLayout
Returns the individual line at given index.
getLine(int) - Method in class com.reportmill.text.RMTextLine
Returns the line at given index.
getLine() - Method in class com.reportmill.text.RMTextRun
Returns the line this run is associated with.
getLineAdvance() - Method in class com.reportmill.text.RMFont
Returns the distance from the top of a line of text to the to top of a successive line of text.
getLineAdvance() - Method in class com.reportmill.text.RMFontFile
Returns the distance from the top of a line of text to the to top of a successive line of text.
getLineAdvance() - Method in class com.reportmill.text.RMTextLine
Returns the vertical distance for any line below this line.
getLineAlignX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns the horizontal alignment for newline.
getLineAlignY() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns the vertical alignment for newline.
getLinearRoot() - Method in class com.reportmill.graphics.RMPolynomial
 
getLineCount() - Method in class com.reportmill.shape.RMFlowLayout
Returns the number of lines.
getLineCount() - Method in class com.reportmill.text.RMTextEditor
Returns the number of lines.
getLineCount() - Method in class com.reportmill.text.RMTextLayout
Returns the number of lines.
getLineCount() - Method in class com.reportmill.text.RMTextLine
Returns the line count.
getLineForChar(int) - Method in class com.reportmill.text.RMTextEditor
Returns the line index for the given character index.
getLineForChar(int) - Method in class com.reportmill.text.RMTextLayout
Returns the line for the given character index.
getLineForPointY(double) - Method in class com.reportmill.text.RMTextLayout
Returns the line for the given y value.
getLineGap() - Method in class com.reportmill.shape.RMTextShape
Returns the line gap at char 0.
getLineGap() - Method in class com.reportmill.text.RMParagraph
Returns additional line spacing expressed as a constant amount in points.
getLineGap() - Method in class com.reportmill.text.RMTextEditor
Returns the line gap for current selection.
getLineHeight() - Method in class com.reportmill.text.RMFont
Returns the height for a line of text in this font.
getLineHeight() - Method in class com.reportmill.text.RMFontFile
Returns the height of a line of text in this font.
getLineHeightMax() - Method in class com.reportmill.shape.RMTextShape
Returns the maximum line height at char 0.
getLineHeightMax() - Method in class com.reportmill.text.RMParagraph
Returns the maximum line height in printer points associated with this paragraph.
getLineHeightMax() - Method in class com.reportmill.text.RMTextEditor
Returns the maximum line height for a line of text (even if font size would dictate higher).
getLineHeightMin() - Method in class com.reportmill.shape.RMTextShape
Returns the minimum line height at char 0.
getLineHeightMin() - Method in class com.reportmill.text.RMParagraph
Returns the minimum line height in printer points associated with this paragraph.
getLineHeightMin() - Method in class com.reportmill.text.RMTextEditor
Returns the min line height for current selection.
getLineLast() - Method in class com.reportmill.text.RMTextLayout
Returns the last line.
getLineLast() - Method in class com.reportmill.text.RMTextLine
Returns the last line.
getLineSpacing() - Method in class com.reportmill.shape.RMTextShape
Returns the line spacing at char 0.
getLineSpacing() - Method in class com.reportmill.text.RMParagraph
Returns the spacing of lines expressed as a factor of a given line's height.
getLineSpacing() - Method in class com.reportmill.text.RMTextEditor
Returns the line spacing for current selection.
getLineWidth() - Method in class com.reportmill.shape.RMShape
Deprecated.
getLineWrap() - Method in class com.reportmill.text.RMTextArea
Returns whether to wrap lines to pane width.
getLinkedText() - Method in class com.reportmill.shape.RMTextShape
Returns the linked text for this text (if any).
getListener(Class<T>, int) - Method in class com.reportmill.base.RMListenerList
Returns the given listener at index.
getListenerCount() - Method in class com.reportmill.base.RMListenerList
Returns the total number of listeners for this listener list.
getListenerCount(Class<?>) - Method in class com.reportmill.base.RMListenerList
Returns the total number of listeners of the supplied type for this listener list.
getListenerList() - Method in class com.reportmill.base.RMListenerList
Returns the actual array of listeners.
getListeners(Class<T>) - Method in class com.reportmill.base.RMListenerList
Return an array of all the listeners of the given type.
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.
getLocalFile(URL) - Static method in class com.reportmill.base.RMURLUtils
Returns the given URL as a file (downloading to temp dir, if necessary).
getLocalFile(URL, File) - Static method in class com.reportmill.base.RMURLUtils
Returns the given URL as given file by downloading it.
getLocalFile(URL, File, RMUtils.ProgressListener) - Static method in class com.reportmill.base.RMURLUtils
Returns the given URL as given file by downloading it.
getLocalFileDestination(URL, File) - Static method in class com.reportmill.base.RMURLUtils
Returns the destination file that the given URL would be saved to using the getLocalFile method.
getLog() - Method in class com.reportmill.base.RMActivity
Returns the activity log.
getLog() - Method in class com.reportmill.base.RMLogger.CompositeLogger
Returns the log of the first logger.
getLog() - Method in class com.reportmill.base.RMLogger
Returns the activity log.
getLogger() - Method in class com.reportmill.base.RMActivity
Returns the activity logger.
getLogString() - Method in class com.reportmill.base.RMActivity
Returns the activity log string.
getLogString() - Method in class com.reportmill.base.RMLogger
Returns the activity log string.
getLogToStandard() - Method in class com.reportmill.base.RMLogger
Returns whether to log to standard out/err.
getLongWordFound() - Method in class com.reportmill.text.RMTextLayout
Returns whether a word was found that over-ran a whole line by itself.
getLoopCount() - Method in class com.reportmill.shape.RMSoundShape
Returns the number of loops that this sound should play before stopping.
getLoops() - Method in class com.reportmill.graphics.RMAnimator
Returns whether this animator loops when time hits max time.
getLoops() - Method in class com.reportmill.shape.RMDocument
Returns whether the last animator loops.
getMagnitude() - Method in class com.reportmill.graphics.RMVector
Returns the magnitude of the vector.
getMagnitude() - Method in class com.reportmill.graphics.RMVector3D
Returns the magnitude of the vector.
getMainTable() - Method in class com.reportmill.shape.RMTableGroup
Returns the currently selected table.
getMapHTML(String) - Method in class com.reportmill.shape.RMDocument
Returns the document as a Map of an HTML file and image resources.
getMaps(ResultSet, int) - Static method in class com.reportmill.base.RMSQLUtils
Returns a list of maps for a given ResultSet.
getMapsDeep(Map, int) - Static method in class com.reportmill.base.RMSQLUtils
Returns map where any ResultSets have been converted to Lists.
getMargin() - Method in class com.reportmill.shape.RMTextShape
Returns margin.
getMargin() - Method in class com.reportmill.text.RMTextArea
Returns the text margins.
getMarginBottom() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects bottom value.
getMarginBottom() - Method in class com.reportmill.shape.RMTextShape
Returns the bottom margin of the text (defaults to 0).
getMarginDefault() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the default text margin for RMCell (top=5, left=5, right=5, bottom=5).
getMarginDefault() - Method in class com.reportmill.shape.RMTextShape
Returns the default margin of the text (top=1, left=2, right=2, bottom=0).
getMarginLeft() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects left value.
getMarginLeft() - Method in class com.reportmill.shape.RMTextShape
Returns the left margin of the text (default to 2).
getMarginRect() - Method in class com.reportmill.shape.RMDocument
Returns the margin rect for this document.
getMarginRectDefault() - Method in class com.reportmill.shape.RMDocument
Returns the default margin rect.
getMarginRight() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects right value.
getMarginRight() - Method in class com.reportmill.shape.RMTextShape
Returns the right margin of the text (defaults to 2).
getMarginString() - Method in class com.reportmill.shape.RMTextShape
Returns the margin as a string.
getMarginTop() - Method in class com.reportmill.shape.RMDocument
Returns the margin rects top value.
getMarginTop() - Method in class com.reportmill.shape.RMTextShape
Returns the top margin of the text (defaults to 1).
getMaskImage(int, int) - Method in class com.reportmill.shapefx.RMContourFill
Draws the path into a buffered image to use as a mask
getMaskPath() - Method in class com.reportmill.shape.RMShape
Returns the outline of the shape as a path.
getMaskPath() - Method in class com.reportmill.shape.RMTextShape
Overridden from RMShape to provide the outlines of all the glyphs
getMaster() - Method in class com.reportmill.base.RMGroup
Returns the master for this group (generally a leaf from another RMGroup hierarchy).
getMaster() - Method in class com.reportmill.shape.RMCrossTabFrame
Overridden to get crosstab master
getMaster() - Method in class com.reportmill.shape.RMSwapShape
Returns the swap master.
getMatch(Collection<T>, String, Object) - Static method in class com.reportmill.base.RMListUtils
Returns the matching object for this given key value.
getMatches(Collection<T>, String, Object) - Static method in class com.reportmill.base.RMListUtils
Returns the matching object for this given key value.
getMatchIndex(List, String, Object) - Static method in class com.reportmill.base.RMListUtils
Returns the matching index for this given key value.
getMaxAdvance() - Method in class com.reportmill.text.RMFontFile
Returns the max advance of characters in this font.
getMaxAscent() - Method in class com.reportmill.text.RMFont
Returns the max distance above the baseline that this font goes.
getMaxAscent() - Method in class com.reportmill.text.RMFontFile
Returns the max distance above the baseline that this font goes.
getMaxAscent() - Method in class com.reportmill.text.RMTextLine
Returns the max ascent of the chars in this line.
getMaxAscent() - Method in class com.reportmill.text.RMTextShapeRun
Returns the max ascent for run, using font - which is really shape half-height.
getMaxDescent() - Method in class com.reportmill.text.RMFont
Returns the max distance below the baseline that this font goes.
getMaxDescent() - Method in class com.reportmill.text.RMFontFile
Returns the max distance below the baseline that this font goes.
getMaxDescent() - Method in class com.reportmill.text.RMTextShapeRun
Returns the max descent for run, using font - which is really shape half-height.
getMaximum() - Method in class com.reportmill.base.RMRunner
Returns the progress maximum value.
getMaximumSize() - Method in class com.reportmill.shape.RMShape
Returns the shape maximum size.
getMaximumSize(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Returns the maximum size of the shape.
getMaximumSizeProperty() - Method in class com.reportmill.shape.RMShape
Returns the maximum size as set in properties.
getMaxProgress() - Method in class com.reportmill.base.RMActivity
Returns the max progress value.
getMaxProgress() - Method in interface com.reportmill.base.RMUtils.ProgressListener
Returns the maximum value of the progress listener.
getMaxTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the max time for this animator.
getMaxTime() - Method in class com.reportmill.shape.RMDocument
Returns the total time needed to animate this document (total of all page animators).
getMaxTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
Returns the animator max time in seconds.
getMaxValue() - Method in class com.reportmill.graphing.RMGraphSection
Returns section maximum value.
getMaxX() - Method in class com.reportmill.graphics.RMBezier
Returns the max x point of this bezier.
getMaxX() - Method in class com.reportmill.graphics.RMLine
Returns the max x point of this line.
getMaxX() - Method in class com.reportmill.graphics.RMQuadratic
Returns the max x point of this bezier.
getMaxX() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the max x of this column.
getMaxX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getMaxX() - Method in class com.reportmill.shape.RMFlowLayoutBasic
 
getMaxX() - Method in class com.reportmill.shape.RMShape
Returns the max X of the shape (assumes not rotated, scaled or skewed).
getMaxY() - Method in class com.reportmill.graphics.RMBezier
Returns the max y point of this bezier.
getMaxY() - Method in class com.reportmill.graphics.RMLine
Returns the max y point of this line.
getMaxY() - Method in class com.reportmill.graphics.RMQuadratic
Returns the max y point of this bezier.
getMaxY() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row max y.
getMaxY() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getMaxY() - Method in class com.reportmill.shape.RMFlowLayoutBasic
 
getMaxY() - Method in class com.reportmill.shape.RMShape
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
getMessage() - Method in exception com.reportmill.base.RMException
Override get message to forward to cause.
getMethod(Class, String, Class[]) - Static method in class com.reportmill.base.RMClassUtils
Returns the method for given class, name and parameter types.
getMethod(Object, String, Class...) - Static method in class com.reportmill.base.RMMethodUtils
Returns the method for the given object, method name and paramter types class array.
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.
getMinimum() - Method in class com.reportmill.base.RMRunner
Returns the progress minimum value.
getMinimumSize() - Method in class com.reportmill.shape.RMShape
Returns the shape minimum size.
getMinimumSize(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Returns the minimum size of the shape.
getMinimumSize() - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method to declare minimum size to be current 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.
getMinX() - Method in class com.reportmill.graphics.RMBezier
Returns the min x point of this bezier.
getMinX() - Method in class com.reportmill.graphics.RMLine
Returns the min x point of this line.
getMinX() - Method in class com.reportmill.graphics.RMQuadratic
Returns the min x point of this bezier.
getMinY() - Method in class com.reportmill.graphics.RMBezier
Returns the min y point of this bezier.
getMinY() - Method in class com.reportmill.graphics.RMLine
Returns the min y point of this line.
getMinY() - Method in class com.reportmill.graphics.RMQuadratic
Returns the min y point of this bezier.
getMisspelledWord(String, int) - Static method in class com.reportmill.text.RMSpellCheck
Returns the first misspelled word in a given string starting at the given index (or null or no misspelled words).
getModifiedTime(Object) - Static method in class com.reportmill.base.RMUtils
Returns the modified time of a source object.
getModifiedTime() - Method in class com.reportmill.graphics.RMImageData
Returns the modified time of source.
getMorphing() - Method in class com.reportmill.shape.RMMorphShape
Returns the morph factor.
getMorphing() - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
Returns the morphing value between the two shapes.
getMorphingShape() - Method in class com.reportmill.shape.RMMorphShape
Returns the current morphing.
getMorphingShape(int) - Method in class com.reportmill.shape.RMMorphShape
Returns the morphing at the given index.
getMorphingShapeIndex() - Method in class com.reportmill.shape.RMMorphShape
Returns the index of the morphing shape for the current morphing value.
getMouseDownEvent() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the mouse down event.
getMouseEvent() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the original mouse event.
getMoveSpeed() - Method in class com.reportmill.shapefx.RMRobotAction
Returns the move speed in points per second.
getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should be moved to the bottom of the table during report generation.
getMovieRoles() - Method in class com.reportmill.base.RMExtras.Movie
 
getMovies() - Static method in class com.reportmill.base.RMExtras
Returns a list of movies.
getName() - Method in class com.reportmill.base.RMActivity
Returns the activity name.
getName() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Returns the name of the source.
getName() - Method in interface com.reportmill.base.RMByteSource
Returns the name of the source.
getName() - Method in class com.reportmill.base.RMDataSource
Returns the name for this data source.
getName() - Method in class com.reportmill.base.RMExtras.MovieRole
 
getName() - Method in class com.reportmill.base.RMExtras.Studio
 
getName() - Method in class com.reportmill.base.RMJarFileEntry
Returns the name of this entry relative to the parent RMJarFile.
getName() - Method in class com.reportmill.base.RMXMLReader
Returns the name of the root element.
getName() - Method in class com.reportmill.graphics.RMImageData
Returns the name for the image (assigned from our hashCode).
getName() - Method in class com.reportmill.graphics.RMInterpolator.Bounce
 
getName() - Method in class com.reportmill.graphics.RMInterpolator
Returns the name of this interpolator.
getName() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
getName() - Method in class com.reportmill.graphics.RMSoundData
Returns the name for this sound.
getName() - Method in class com.reportmill.shape.RMBinderShape
Overrides shape implementation to returns the binder name.
getName() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns the source name.
getName() - Method in class com.reportmill.shape.RMPageLayer
Returns the layer's name.
getName() - Method in class com.reportmill.shape.RMShape
Returns the name for the shape.
getName() - Method in class com.reportmill.shapefx.RMAction
Returns the name of the fill.
getName() - Method in class com.reportmill.shapefx.RMEffect
Returns the name of the fill.
getName() - Method in class com.reportmill.shapefx.RMFill
Returns the name of the fill.
getName() - Method in class com.reportmill.shapefx.RMRadialGradientFill
Returns the name of the fill (Returns superclass name so the pop-up doesn't get confused).
getName() - Method in class com.reportmill.shapefx.RMStroke
Returns the name of the fill.
getNeedsPageBreak() - Method in class com.reportmill.shape.RMTableRPG
Returns whether table needs pagebreak.
getNestedDocument() - Method in class com.reportmill.shape.RMNestedDoc
Returns the nested document.
getNewInterpolator(String) - Static method in class com.reportmill.graphics.RMInterpolator
Returns a new interpolator instance for a given name.
getNewValue() - Method in class com.reportmill.text.RMXStringCore.CharsChange
 
getNewValue() - Method in class com.reportmill.text.RMXStringCore.StringChange
 
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.
getNext() - Method in class com.reportmill.text.RMTextLine
Returns the next run.
getNext() - Method in class com.reportmill.text.RMTextRun
Returns the next run.
getNext() - Method in class com.reportmill.text.RMXStringRun
Return next run.
getNextColumn() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider column below the divider.
getNextLineStartPoint(RMXStringRun) - Method in class com.reportmill.text.RMTextLayout
Returns what this line thinks is the next line's x.
getNextLineStartPoint(RMXStringRun) - Method in class com.reportmill.text.RMTextLayoutInPath
Returns what this line thinks is the next line's x.
getNextPage() - Method in class com.reportmill.shape.RMTableRPG
Returns the next page in the linked list.
getNextPeer() - Method in class com.reportmill.base.RMGroup
Returns the next group which is a peer to this one.
getNextRow() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divider row to the right of the divider.
getNextToken() - Method in class com.reportmill.base.RMStringTokenizer
Returns the next token.
getNextTokenStart() - Method in class com.reportmill.base.RMStringTokenizer
Returns the next token start.
getNextTokenString() - Method in class com.reportmill.base.RMStringTokenizer
Returns the next string.
getNormal() - Method in class com.reportmill.graphics.RMPath3D
Returns the normal of the path3d.
getNormalized() - Method in class com.reportmill.graphics.RMVector
Returns the normalized vector.
getNullString() - Method in class com.reportmill.base.ReportMill
Returns the string used to represent null values.
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.
getNumberValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a number for an object and key chain.
getNumPoints() - Method in class com.reportmill.shape.RMStarShape
Return the point count.
getObject() - Method in class com.reportmill.shape.RMTextShape
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.
getObjects() - Method in class com.reportmill.shape.RMCrossTab
Returns objects (bogus implementation to indicate Objects property type).
getOffsetZ() - Method in class com.reportmill.shape.RMScene3D
Returns the Z offset of the scene (for zooming).
getOldValue() - Method in class com.reportmill.text.RMXStringCore.CharsChange
 
getOldValue() - Method in class com.reportmill.text.RMXStringCore.StringChange
 
getOp(int) - Method in class com.reportmill.graphics.RMPainter
Returns the individual operation at given index.
getOp(int) - Method in class com.reportmill.shapefx.RMRobotAction
Returns the individual operation at given index.
getOpacity() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getOpacity() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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.
getOpCount() - Method in class com.reportmill.graphics.RMPainter
Returns the number of painter shape operations.
getOpCount() - Method in class com.reportmill.shapefx.RMRobotAction
Returns the number of painter shape operations.
getOperator() - Method in class com.reportmill.base.RMKeyChain
Returns the top level operator of the keychain.
getOpOfClass(Class) - Method in class com.reportmill.graphics.RMPainter
Returns the first operation of given class.
getOps() - Method in class com.reportmill.graphics.RMPainter
Returns the list of ops.
getOptimalBloat(int) - Method in class com.reportmill.shape.RMStarShape
Returns a value for the inner radius so the stars look reasonable by default.
getOrder() - Method in class com.reportmill.base.RMSort
Returns the order for this sort.
getOrderDefault() - Method in class com.reportmill.base.RMSort
Returns the order default.
getOrderString() - Method in class com.reportmill.base.RMSort
Returns the order as a string.
getOrigin() - Method in class com.reportmill.base.RMRect
Returns the origin of the rect as an RMPoint.
getOrigin() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Returns the point, in the shape's coordinate system, of the origin (attachment point)
getOrigin() - Method in class com.reportmill.shape.RMScene3D
Returns the scene's origin.
getOriginal() - Method in class com.reportmill.shape.RMShape
Returns the original, if this shape was created via clone.
getOuterRuleWidth() - Method in class com.reportmill.shapefx.RMDoubleStroke
Returns the outer rule width.
getOuterStroke() - Method in class com.reportmill.shapefx.RMDoubleStroke
Return the stroke used on the outside of a clockwise path
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.RMTextShape
Returns the outline for char 0.
getOutline() - Method in class com.reportmill.text.RMTextEditor
Returns whether current selection is outlined.
getOutline() - Method in class com.reportmill.text.RMTextRun
Returns whether the run should be outline.
getOutline() - Method in class com.reportmill.text.RMXStringRun
Returns the outline info for this run (null for none).
getOutline(Map) - Static method in class com.reportmill.text.RMXStringRun
Returns the Outline record for the given attributes map (or null for none).
getOverlap() - Method in class com.reportmill.shape.RMSoundShape
Returns whether this sound should overlap other sounds.
getOwner() - Method in class com.reportmill.graphics.RMAnimator
Returns the owner of the animator.
getOwner() - Method in class com.reportmill.graphics.RMTimeline
Returns the timeline owner.
getPackage(String) - Method in class com.reportmill.base.RMJarFile
Returns a directory entry for a given package name/path.
getPackage() - Method in class com.reportmill.base.RMJarFileEntry
Returns the package for the entry.
getPackage(String) - Method in class com.reportmill.base.RMJarFileEntry
Returns the child package with the given package name/path.
getPackage(String) - Method in class com.reportmill.base.RMJarFileSet
Returns a directory entry for a given package name/path.
getPackageName() - Method in class com.reportmill.base.RMJarFileEntry
Returns the package name.
getPackages(String) - Method in class com.reportmill.base.RMJarFile
Returns a list of packages with given package name/path prefix.
getPackages(String) - Method in class com.reportmill.base.RMJarFileEntry
Returns a list of packages with given package name/path prefix.
getPackages(String) - Method in class com.reportmill.base.RMJarFileSet
Returns a list of packages with given package name/path prefix.
getPad() - Method in class com.reportmill.base.RMTopNSort
Returns whether to pad to top N value.
getPage(int) - Method in class com.reportmill.graphics.RMImageData
Returns the image data for a successive page.
getPage(int) - Method in class com.reportmill.shape.RMDocument
Returns the page at the given index.
getPage() - Method in class com.reportmill.shape.RMPageLayer
Returns the page associated with this layer.
getPage(int) - Method in class com.reportmill.shape.RMTableRPG
Returns the specific "page" at the given index from the list resulting from table RPG.
getPageBounds() - Method in class com.reportmill.viewer.RMViewer
Returns the bounds of the viewer document's selected page.
getPageBreak() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreak" for this shape as defined by shapes that define a page break (currently only RMTable).
getPageBreak() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break
getPageBreakGroupIndex() - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
getPageBreakKey() - Method in class com.reportmill.shape.RMTableRow
Returns the key used to determine whether row should force a page break.
getPageBreakMax() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakMax" for this shape as defined by shapes that define a page break (currently only RMTable).
getPageBreakMax() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break max.
getPageBreakPage() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakPage" for this shape, or the page number relative to the last page break, as defined by shapes that define explicit page breaks (currently only RMTable).
getPageBreakPage() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break page.
getPageBreakPageMax() - Method in class com.reportmill.shape.RMShape
Returns the "PageBreakPageMax" for this shape, or the max page number relative to the last and next page breaks, as defined by shapes that define explicit page breaks (currently only RMTable).
getPageBreakPageMax() - Method in class com.reportmill.shape.RMTableRPG
Returns the page break page max.
getPageChildIndex() - Method in class com.reportmill.shape.RMPageLayer
Returns the index of this layer's first child in the page.
getPageCount() - Method in class com.reportmill.graphics.RMImageData
Returns the total number of pages for the image.
getPageCount() - Method in class com.reportmill.shape.RMDocument
Returns the number of pages in this document.
getPageCount() - Method in class com.reportmill.shape.RMTableRPG
Returns the number of "pages" resulting from table RPG.
getPageEndGroup() - Method in class com.reportmill.base.RMGroup
Returns the child group for the most recent page end.
getPageEndGroup() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Returns the end group of the current page.
getPageLast() - Method in class com.reportmill.shape.RMDocument
Returns the last page (convenience).
getPageLast() - Method in class com.reportmill.shape.RMTableRPG
Returns the last page in the linked list.
getPageLayout() - Method in class com.reportmill.shape.RMDocument
Returns the page layout for the document.
getPageNumber() - Method in class com.reportmill.graphics.RMImageData
Returns the page index for the image.
getPageNumber() - Method in class com.reportmill.shapefx.RMImageFill
Returns the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
getPageReferenceShapes() - Method in class com.reportmill.base.ReportMill
Returns the list of page reference shapes.
getPages() - Method in class com.reportmill.shape.RMDocument
Returns the list of pages associated with this document.
getPageShape() - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to return this page, since it is the page shape.
getPageShape() - Method in class com.reportmill.shape.RMShape
Returns the RMPage ancestor of this shape (or null if not there).
getPageSize() - Method in class com.reportmill.shape.RMDocument
Returns the size of a document page.
getPageSizeDefault() - Method in class com.reportmill.shape.RMDocument
Returns the default page size.
getPageStartGroup() - Method in class com.reportmill.base.RMGroup
Returns the child group for the most recent page start.
getPageStartGroup() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Returns the start group on current page.
getPaginate() - Method in class com.reportmill.base.ReportMill
Returns whether this reportmill paginates.
getPaginate() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns whether crosstab will paginate.
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.
getPaginate(RMTable, ReportMill) - Static method in class com.reportmill.shape.RMTableRPG
Returns whether the given table or ReportMill are requesting pagination.
getPaint() - Method in class com.reportmill.shapefx.RMContourFill
Paint & PaintContext interface methods.
getPaint(float, float, float, float) - Method in class com.reportmill.shapefx.RMGradientFill
Returns a java.awt.Paint instance to draw this gradient.
getPaint(float, float, float, float) - Method in class com.reportmill.shapefx.RMRadialGradientFill
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.
getPainter() - Method in class com.reportmill.shape.RMPainterShape
Returns the first painter.
getPainter(int) - Method in class com.reportmill.shape.RMPainterShape
Returns the specific painter at given index.
getPainterCount() - Method in class com.reportmill.shape.RMPainterShape
Returns the number of painters.
getPaintFrameRate() - Method in class com.reportmill.viewer.RMViewer
Returns whether we paint frame rate.
getPaintShape() - Method in class com.reportmill.shape.RMPainterShape
Returns the paint shape.
getPaintSpeedDefault() - Method in class com.reportmill.graphics.RMPainter
Returns the default paint speed.
getPaintSpeedNow() - Method in class com.reportmill.graphics.RMPainter
Returns the painting speed for path operations.
getParagraph() - Method in class com.reportmill.text.RMTextRun
Returns the run paragraph.
getParagraph() - Method in class com.reportmill.text.RMXStringRun
Returns the paragraph for this run.
getParagraphAtIndex(int) - Method in class com.reportmill.text.RMXString
Returns the current paragraph at the given character index.
getParagraphSpacing() - Method in class com.reportmill.text.RMParagraph
Returns the spacing between paragraphs in printer points associated with this paragraph.
getParameterForLength(float) - Method in class com.reportmill.graphics.RMLine
Returns parametric point t that corresponds to a given length along the curve.
getParameterForLength(float) - Method in class com.reportmill.graphics.RMQuadratic
Returns parametric point t that corresponds to a given length along the curve.
getParent() - Method in class com.reportmill.base.RMGroup
Returns the parent for this group.
getParent() - Method in class com.reportmill.base.RMJarFileEntry
Returns the parent.
getParent() - Method in class com.reportmill.base.RMPropertyChangeEvent
Returns parent if this change is forwarded from a parent object.
getParent(PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Returns the parent for a property change event (assuming it's forwarded from a parent).
getParent() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
getParent() - Method in class com.reportmill.shape.RMShape
Returns the parent of this shape.
getParent() - Method in class com.reportmill.shape.RMShapeLayout
Returns the parent for this layout.
getParent() - Method in class com.reportmill.shape.RMTableRowLayout
Returns the parent as table row.
getParentCount() - Method in class com.reportmill.base.RMGroup
Returns the number of parents that this group has.
getParentOrMaster() - Method in class com.reportmill.base.RMGroup
Returns the parent or master for this group.
getParentPath() - Method in class com.reportmill.base.RMJarFileEntry
Returns the parent path.
getParentPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in shape's parent's coords.
getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the parent of the given table.
getParentTracksBoundsOfChildren() - Method in class com.reportmill.shape.RMSpringLayout
Returns whether parent should track bounds of children.
getParentWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
Returns the first parent with given class by iterating up parent hierarchy.
getParentX() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in shape's parent's coords.
getParentY() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in shape's parent's coords.
getPart(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.
getPart(int) - Method in class com.reportmill.shape.RMSwapShape
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.
getPartCount() - Method in class com.reportmill.shape.RMSwapShape
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.
getPath() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Returns the path of the source.
getPath() - Method in interface com.reportmill.base.RMByteSource
Returns the path of the source.
getPath(File) - Static method in class com.reportmill.base.RMFileUtils
Returns the path for a file.
getPath() - Method in class com.reportmill.base.RMJarFileEntry
Returns the path.
getPath() - Method in class com.reportmill.graphics.RMPath3D
Returns a path for the path3d.
getPath() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Returns the source path.
getPath() - Method in class com.reportmill.shape.RMLineShape
Returns the line path.
getPath() - Method in class com.reportmill.shape.RMMorphShape
Returns the morph path for this shape.
getPath() - Method in class com.reportmill.shape.RMOvalShape
Returns the (oval) path for this shape.
getPath() - Method in class com.reportmill.shape.RMPolygonShape
Returns the path for this polygon shape.
getPath() - Method in class com.reportmill.shape.RMRectShape
Returns the path for the rectangle (building path with rounded corners if needed).
getPath() - Method in class com.reportmill.shape.RMShape
Returns the shape's path.
getPath() - Method in class com.reportmill.shape.RMStarShape
Returns the star path.
getPath() - Method in class com.reportmill.shape.RMTextShape
Returns the path for this shape (might be PathShape).
getPath() - Method in class com.reportmill.text.RMTextLayoutInPath
Returns the path that the text should wrap to.
getPath3D() - Method in class com.reportmill.shape.RMScene3D.RMShape3D
Returns the path3D for this shape.
getPathChild(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a path with a filename or relative path added.
getPathExtension(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the extension of the given string path (everything after last '.').
getPathFileName(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the file name component of the given string path (everything after last file separator).
getPathFileNameIndex(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the index to the first character of the filename component of the given path.
getPathFileNameSimple(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the simple file name for a given path (just the file name without extension).
getPathFlattened(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
Returns a path with only moveto, lineto.
getPathForChars(int, int) - Method in class com.reportmill.text.RMTextLayout
Returns a path for two char indexes - it will be a a simple box with extensions for first/last lines.
getPathForChars(int, int) - Method in class com.reportmill.text.RMTextLayoutInPath
Returns a path for two char indexes - concatenates paths for selected lines.
getPathInBounds() - Method in class com.reportmill.shape.RMShape
Returns the shape's path scaled to the shape's current bounds.
getPathInBounds() - Method in class com.reportmill.shape.RMTextShape
Overrides shape implementation to pass through getPathInBounds(inset).
getPathInBounds(int) - Method in class com.reportmill.shape.RMTextShape
Returns the shape's path scaled to the shape's current bounds.
getPathInRect(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
Returns a copy of the path scaled to exactly fit in the given rect.
getPathIterator(AffineTransform) - Method in class com.reportmill.graphics.RMPath
Returns a path iterator for this path and the given transform.
getPathIterator(AffineTransform, double) - Method in class com.reportmill.graphics.RMPath
Returns a path iterator for this path and the given transform and flatness.
getPathIterator(AffineTransform) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
getPathIterator(AffineTransform, double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
getPathParent(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the given string path minus the file name component (everything after last file separator).
getPathPeer(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a peer path for given path and new filename by stripping filename from given path and using given name.
getPaths(RMPath, float, float) - Static method in class com.reportmill.graphics.RMPath3DUtils
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
getPaths(RMPath, float, float, float) - Static method in class com.reportmill.graphics.RMPath3DUtils
Creates and returns a list of paths in 3D for a given 2D path and extrusion.
getPathShape() - Method in class com.reportmill.shape.RMTextShape
Returns the shape that provides the path for this text to wrap text to.
getPathSimple(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the given string path minus any extension.
getPathSister(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a sister path for given path and new extension by stripping extension from path and using given extension.
getPathStandardized(String) - Static method in class com.reportmill.base.RMStringUtils
Returns the path in a standard, normal format (strips any trailing file separators).
getPathTransform() - Method in class com.reportmill.shape.RMPolygonShape
Returns the matrix which transforms from path space to this shape's space (path space is arbitrarily defined, and always gets scaled to fit exactly into getBoundsInside()).
getPathWithFlattendCubics(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
Returns a copy of the path with cubics demoted to one or more quadratics.
getPDFFile() - Method in class com.reportmill.graphics.RMPDFImageReader
Returns the PDF file for the PDF image data (creating if necessary).
getPeerTableNext(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the next peer table of the given table.
getPeerTablePrevious(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the previous peer table of the given table.
getPeerTables(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Returns the list of peer tables for a given table.
getPerformsWrap() - Method in class com.reportmill.shape.RMTextShape
Returns whether text should wrap around other shapes that cause wrap.
getPerimeterPointForRadial(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).
getPhase() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
getPie() - Method in class com.reportmill.graphing.RMGraphArea
Returns the pie shape.
getPitch() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the X axis in degrees.
getPlaying() - Method in class com.reportmill.shape.RMSoundShape
Returns whether this sound is currently playing.
getPlayStartTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the play start time.
getPlexing() - Method in class com.reportmill.shape.RMPage
Returns the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
getPoint(Point2D) - Static method in class com.reportmill.base.RMPoint
Returns an RMPoint version of the given Point2D (just the Point2D if it's already an RMPoint).
getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMBezier
Returns a specific point on the curve at the given parametric value (from 0-1).
getPoint(double) - Method in class com.reportmill.graphics.RMLine
Returns the point on this line at the parametric location t (defined from 0-1).
getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMLine
Returns the point on this line at the parametric location t (defined from 0-1).
getPoint(int) - Method in class com.reportmill.graphics.RMPath
Returns the point at the given index.
getPoint(int) - Method in class com.reportmill.graphics.RMPath3D
Returns the point3d at the given index.
getPoint(double, RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
Returns the point on this curve at the parametric location t (defined from 0-1).
getPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
Overrides MouseEvent version to return point in shape coords.
getPoint2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event point in shape coords.
getPointCount() - Method in class com.reportmill.graphics.RMBezier
Returns the point count of segment.
getPointCount() - Method in class com.reportmill.graphics.RMLine
Returns the point count of segment.
getPointCount() - Method in class com.reportmill.graphics.RMPath
Returns the number of points in the path.
getPointCount() - Method in class com.reportmill.graphics.RMPath3D
Returns the number of points in the path3d.
getPointCount() - Method in class com.reportmill.graphics.RMQuadratic
Returns the point count of segment.
getPointForChar(int) - Method in class com.reportmill.text.RMTextLayout
Returns the text origin for the given character index.
getPointForChar(int) - Method in class com.reportmill.text.RMTextLine
Returns the text origin for the given character index.
getPointForChar(int) - Method in class com.reportmill.text.RMTextRun
Returns the text origin for the given character index.
getPointLast() - Method in class com.reportmill.graphics.RMPath
Returns the last point in the path.
getPoints() - Method in class com.reportmill.base.RMRect
Returns an array of four points containing each corner of the rect.
getPointsFromUnits(float) - Method in class com.reportmill.shape.RMDocument
Converts given value from document units to printer points (1/72 of an inch).
getPointX(int) - Method in class com.reportmill.graphics.RMBezier
Returns the x of point at given index.
getPointX(int) - Method in class com.reportmill.graphics.RMLine
Returns the x of point at given index.
getPointX(int) - Method in class com.reportmill.graphics.RMQuadratic
Returns the x of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMBezier
Returns the y of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMLine
Returns the y of point at given index.
getPointY(int) - Method in class com.reportmill.graphics.RMQuadratic
Returns the y of point at given index.
getPosition() - Method in class com.reportmill.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.shapefx.RMGradientFill.ColorStop
Returns stop position.
getPreferredScrollableViewportSize() - Method in class com.reportmill.text.RMTextArea
Scrollable method.
getPreferredScrollableViewportSize() - Method in class com.reportmill.viewer.RMViewer
 
getPreferredSize() - Method in class com.reportmill.shape.RMCrossTabFrame
Overrides normal shape implementation to grow crosstab frame to child table height.
getPreferredSize(RMShape, float, float) - Method in class com.reportmill.shape.RMDocumentLayout
Override to return
getPreferredSize(RMShape, float, float) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the preferred size.
getPreferredSize() - Method in class com.reportmill.shape.RMShape
Returns the shape preferred size.
getPreferredSize(float, float) - Method in class com.reportmill.shape.RMShape
Returns the shape preferred size.
getPreferredSize(RMShape, float, float) - Method in class com.reportmill.shape.RMShapeLayout
Returns the preferred size of the shape.
getPreferredSize(RMShape, float, float) - Method in class com.reportmill.shape.RMTableRowLayout
Override to optimize structured case.
getPreferredSize(float, float) - Method in class com.reportmill.shape.RMTextShape
Override to call new version with true Trim parameter.
getPreferredSize(float, float, boolean) - Method in class com.reportmill.shape.RMTextShape
Override to return layout preferred size (unless this text is scaling fonts to fit).
getPreferredSize() - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method to declare preferred size to be text editor's optimal height.
getPreferredSize() - Method in class com.reportmill.viewer.RMViewer
Returns the optimal size of the viewer.
getPreferredSizeImpl(float, float) - Method in class com.reportmill.shape.RMCrossTabFrame
Returns the preferred size.
getPreferredSizeImpl(float, float) - Method in class com.reportmill.shape.RMImageShape
Returns the preferred size.
getPreferredSizeImpl(float, float) - Method in class com.reportmill.shape.RMPainterShape
Override to get preferred size from instructions.
getPreferredSizeImpl(float, float) - Method in class com.reportmill.shape.RMTableRPG
Returns the preferred size.
getPreferredSizeImpl(float, float, boolean) - Method in class com.reportmill.shape.RMTextShape
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.
getPrefs() - Static method in class com.reportmill.base.RMPrefsUtils
Returns the user Preferences object (or bogus prefs, if security exception).
getPreservesOrientation() - Method in class com.reportmill.shape.RMAnimPathShape
Returns whether the children will have their rotation adjusted as they move along the path.
getPreviousText() - Method in class com.reportmill.shape.RMLinkedText
Returns the text that this text is linked from.
getPrintEvenIfGroupIsEmpty() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
getProcess() - Method in class com.reportmill.base.RMProcess
Returns the running process.
getProcessorCount() - Static method in class com.reportmill.base.RMUtils
Returns the number of processors on this machine.
getProgress() - Method in class com.reportmill.base.RMActivity
Returns the current progress value.
getProgress() - Method in class com.reportmill.base.RMRunner
Returns the progress value.
getProgress() - Method in interface com.reportmill.base.RMUtils.ProgressListener
Returns the current value of the progress listener.
getProgress() - Method in class com.reportmill.graphics.RMTransition
Returns the progress this transition has made since it was started, in milliseconds.
getProgressRatio() - Method in class com.reportmill.graphics.RMTransition
Returns the progress ratio for current progress.
getPrompt() - Method in class com.reportmill.text.RMConsoleText
Returns the prompt.
getProperty(Object, Class, String, int, Entity) - Method in class com.reportmill.base.RMSchemaMaker
Configures a property for a property value.
getPropertyNameMapped(String) - Method in class com.reportmill.shape.RMShape
Returns a mapped property name.
getPropertyNames() - Method in class com.reportmill.shape.RMShape
Returns the property names for helper's instance class.
getPropertyNextUniqueID(Property) - Method in class com.reportmill.base.RMXMLWriter
Returns the next unique id for given property.
getProxy() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the proxy, determined by the current position.
getProxy() - Method in class com.reportmill.graphing.RMProxyShape
Returns the proxy shape.
getPseudoSkewX() - Method in class com.reportmill.shape.RMScene3D
Returns the skew angle for X by Z.
getPseudoSkewY() - Method in class com.reportmill.shape.RMScene3D
Returns the skew angle for Y by Z.
getPSName() - Method in class com.reportmill.text.RMFont
Returns the PostScript name of this font.
getPSName() - Method in class com.reportmill.text.RMFontFile
Returns the PostScript name of this font.
getPublishUrl() - Method in class com.reportmill.shape.RMDocument
Returns the URL this document should be uploaded to.
getQuadraticRoots() - Method in class com.reportmill.graphics.RMPolynomial
 
getR() - Method in class com.reportmill.graphics.RMHitInfo
Returns the parametric location (from 0-1) of hit on receiving geometry.
getRadius() - Method in class com.reportmill.shape.RMRectShape
Returns the rounding radius for the rectangle.
getRadius() - Method in class com.reportmill.shape.RMSubreport
Override to make rounding a constant of 3.
getRadius() - Method in class com.reportmill.shapefx.RMBlurEffect
Returns the radius of the blur.
getRadius() - Method in class com.reportmill.shapefx.RMEmbossEffect
Returns radius of edge rounding.
getRadius() - Method in class com.reportmill.shapefx.RMShadowEffect
Returns the radius of the blur.
getRandom() - Static method in class com.reportmill.graphics.RMColor
Returns a random color.
getRanOutOfRoom() - Method in class com.reportmill.text.RMTextLayout
Returns whether layout ran out of room trying to render chars.
getRaster(int, int, int, int) - Method in class com.reportmill.shapefx.RMContourFill
Creates a new raster.
getRaster(int, int, int, int) - Method in class com.reportmill.shapefx.RMMultipleStopGradient
 
getRating() - Method in class com.reportmill.base.RMExtras.Movie
 
getRatio(double) - Method in class com.reportmill.graphics.RMInterpolator.Bounce
 
getRatio(double) - Method in class com.reportmill.graphics.RMInterpolator
Returns a new ratio given normal ratio.
getReader() - Method in class com.reportmill.graphics.RMImageData
Returns the reader used to load the image.
getRecord(int) - Method in class com.reportmill.base.RMKeyTimer
Returns the individual record at given index.
getRecordCount() - Method in class com.reportmill.base.RMKeyTimer
Returns the number of records in this timer.
getRecordDelimiter() - Method in class com.reportmill.base.RMCSVReader
Returns the record delimiter.
getRecordDelimiterCount() - Method in class com.reportmill.base.RMCSVReader
Returns the number of record delimeters found in last readFormat.
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.
getRedirectString(String) - Static method in class com.reportmill.base.RMURLUtils
Returns a redirect string.
getRedoSelection() - Method in class com.reportmill.base.RMUndoer
Returns the list of objects that should be selected after current undo is redone.
getRedoSelection() - Method in class com.reportmill.base.RMUndoSet
Returns the selection to be set if redo is executed.
getRedoSetLast() - Method in class com.reportmill.base.RMUndoer
Returns the last redo.
getRedoSets() - Method in class com.reportmill.base.RMUndoer
Returns the list of redo sets.
getReflectionHeight() - Method in class com.reportmill.shapefx.RMReflectionEffect
Returns the height of the reflected image as fraction of shape height (defaults to 1).
getRemainingRowCount(int) - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the number of rows left to be added by this row.
getRenderAsGraph() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns whether to render cells as graph.
getRenderingHints() - Method in class com.reportmill.shape.RMShapePainter
Returns the map of rendering hints for this instance.
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.
getReportMill() - Method in class com.reportmill.shape.RMTableRPG
Returns the reportmill for this table rpg.
getReportMill() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the reportmill.
getReportMillJar() - Static method in class com.reportmill.base.RMJarFile
Returns the shared reportmill jar file.
getRepresentableString() - Method in class com.reportmill.text.RMXString
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in their associated fonts (simply returns the receiver if all characters are valid).
getRepresentableString(RMXString) - Static method in class com.reportmill.text.RMXStringUtils
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in their associated fonts (simply returns the receiver if all characters are valid).
getReprintHeaderRows() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns whether a paginating table will reprint header rows.
getReprintWhenWrapped() - Method in class com.reportmill.shape.RMTableRow
Returns whether this row is reprinted on a new page when it's children cross a page boundary.
getResetTimeOnStop() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the time is reset to start value when animator stops.
getResizeBarAtPoint(RMPoint) - Method in class com.reportmill.shape.RMTable
Returns the index of the resize bar that is hit by the given point.
getResizeBarBounds(int) - Method in class com.reportmill.shape.RMTable
Returns the bounds rect of the resize bar for the child at the given index.
getResizeCursor(int) - Static method in class com.reportmill.base.RMAWTUtils
Returns a resize cursor for a rect edge mask.
getResource(Class, String...) - Static method in class com.reportmill.base.RMClassUtils
Returns a resource for a class and an extension.
getResource(Class, String, boolean) - Static method in class com.reportmill.base.RMClassUtils
Returns a resource for a class and an extension.
getResources() - Method in class com.reportmill.base.RMXMLReader
Returns the resources read from last source.
getResponse(URL, String, byte[], RMURLUtils.Header...) - Static method in class com.reportmill.base.RMURLUtils
Returns a response for a URL.
getResponseCode() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the response code.
getResponseCodeString(int) - Static method in class com.reportmill.base.RMURLUtils
Returns a string for an HTTP response code.
getResponseString() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the response byte string.
getResponseSummary() - Method in class com.reportmill.base.RMURLUtils.Response
Returns a response summary string.
getResponseTime() - Method in class com.reportmill.base.RMURLUtils.Response
Returns the response time in milliseconds.
getResult() - Method in class com.reportmill.base.RMRunner
Returns the result.
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.
getRMKey(String) - Method in class com.reportmill.base.ReportMill
Returns a value for some silly RM defined keys.
getRoll() - Method in class com.reportmill.graphics.RMPainter
Returns this CPU's current roll.
getRoll() - Method in class com.reportmill.graphing.RMGraphPartSeries
Override to handle proxy.
getRoll() - Method in class com.reportmill.shape.RMShape
Returns the roll of the shape.
getRoll() - Method in class com.reportmill.shapefx.RMFadeAction
Returns the fade roll.
getRoll() - Method in class com.reportmill.shapefx.RMGradientFill
Returns the gradient's rotation.
getRoll() - Method in class com.reportmill.shapefx.RMImageFill
Returns the rotation of the image fill image.
getRoll3D() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the Z axis in degrees.
getRootCause(Throwable) - Static method in exception com.reportmill.base.RMException
Returns the root cause of a throwable.
getRootEntry() - Method in class com.reportmill.base.RMJarFile
Returns the root entry.
getRoots() - Method in class com.reportmill.graphics.RMPolynomial
 
getRootShape() - Method in class com.reportmill.shape.RMShape
Returns the top level shape (usually an RMDocument).
getRow(int) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific row at the given index.
getRow(double) - Method in class com.reportmill.shape.RMCrossTab
Returns the specific row index for the given point.
getRow() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the row of this cell.
getRow() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the divder row as a cell row.
getRow() - Method in class com.reportmill.shape.RMShapeTable.Cell
Returns the cell row.
getRow(int) - Method in class com.reportmill.shape.RMShapeTable
Returns the individual row at given index.
getRow(int) - Method in class com.reportmill.shape.RMTable
Returns the specific table row at the given index.
getRow(String) - Method in class com.reportmill.shape.RMTable
Returns the specific table row with the given name.
getRow(int) - Method in class com.reportmill.shape.RMTableRPG
Returns the table row rpg at the given index.
getRow() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the row template this adder used to add a row.
getRow() - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Returns the row template for this adder.
getRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns the row above this one in the template.
getRowCount() - Method in class com.reportmill.shape.RMCrossTab
Returns the number of rows.
getRowCount() - Method in class com.reportmill.shape.RMShapeTable
Returns the number of rows.
getRowDividers() - Method in class com.reportmill.shape.RMShapeTable
Returns the list of row dividers.
getRowEnd() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the end row of this cell.
getRowLast() - Method in class com.reportmill.shape.RMTableRPG
Returns the last row added to this page.
getRowRPG() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the row actually added by this adder (null if none).
getRows() - Method in class com.reportmill.shape.RMShapeTable
Returns a list of rows.
getRowSpan() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the number of rows this cell spans.
getRulePositions() - Method in class com.reportmill.shapefx.RMDoubleStroke
Returns the double stroke rule positions.
getRun() - Method in class com.reportmill.text.RMTextLayout
Returns the head run in linked list of runs for the layout.
getRun(int) - Method in class com.reportmill.text.RMTextLayout
Returns the text run at the given index.
getRun(int) - Method in class com.reportmill.text.RMTextLine
Returns the text run at the given index.
getRun() - Method in class com.reportmill.text.RMTextRun
Returns the RMXStringRun for this text run.
getRun(int) - Method in class com.reportmill.text.RMTextRun
Returns the run at given index.
getRun() - Method in class com.reportmill.text.RMXStringCore
Returns the XString head run.
getRun(int) - Method in class com.reportmill.text.RMXStringCore
Returns the specific Run at the given index in this XString.
getRun(int) - Method in class com.reportmill.text.RMXStringRun
Returns the run at given index.
getRunAt(int, boolean) - Method in class com.reportmill.text.RMTextRun
Returns the run that contains or ends (if given option is true) at given index.
getRunAt(int) - Method in class com.reportmill.text.RMXStringCore
Returns the XString run that contains or ends at given index.
getRunAt(int, boolean) - Method in class com.reportmill.text.RMXStringCore
Returns the XString run that contains or ends (if given option is true) at given index.
getRunAt(int, boolean) - Method in class com.reportmill.text.RMXStringRun
Returns the XString run that contains or ends (if given option is true) at given index.
getRunCount() - Method in class com.reportmill.text.RMTextLayout
Returns the number of runs in this line.
getRunCount() - Method in class com.reportmill.text.RMTextLine
Returns the number of runs in this line.
getRunCount() - Method in class com.reportmill.text.RMTextRun
Returns the run count.
getRunCount() - Method in class com.reportmill.text.RMXStringCore
Returns the number of runs in this XString.
getRunCount() - Method in class com.reportmill.text.RMXStringRun
Returns the run count.
getRunForPoint(double, double) - Method in class com.reportmill.text.RMTextLayout
Returns the run for given x/y.
getRunForPointX(double) - Method in class com.reportmill.text.RMTextLine
Returns the line index for the given y value.
getRunLast() - Method in class com.reportmill.text.RMTextLayout
Returns the last run.
getRunLast() - Method in class com.reportmill.text.RMTextLine
Returns the last run.
getRunLast() - Method in class com.reportmill.text.RMTextRun
Returns the last run.
getRunLast() - Method in class com.reportmill.text.RMXStringCore
Returns the last run in this XString (convenience).
getRunLast() - Method in class com.reportmill.text.RMXStringRun
Returns the last run.
getRunningRowCount(int) - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the number of rows that have been added by child adders.
getRunningRowCount(int) - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Overrides Adder version to include summary adder row.
getRunsHeight() - Method in class com.reportmill.text.RMTextLine
Returns the total height of line runs.
getRunStatus() - Method in class com.reportmill.graphics.RMTransition
Returns the run status of the transition.
getS() - Method in class com.reportmill.graphics.RMHitInfo
Returns the parametric location (from 0-1) of hit on secondary geometry.
getSampleBytes() - Method in class com.reportmill.graphics.RMSoundData
Returns the sample bytes.
getSampleCount() - Method in class com.reportmill.graphics.RMSoundData
Returns the sample count.
getSampleObjects() - Method in class com.reportmill.graphing.RMGraph
Returns a list of sample objects for this graph.
getSamplesPerPixel() - Method in class com.reportmill.graphics.RMImageData
Returns the number of samples per pixel (RGB=3, RGBA=4, GrayScale=1, etc.).
getSamplesPerSecond() - Method in class com.reportmill.graphics.RMSoundData
Returns the samples per second.
getScale() - Method in class com.reportmill.shape.RMShapePainter
Returns the default scale.
getScale() - Method in class com.reportmill.shapefx.RMFadeAction
Returns the fade scale.
getScaleFactor() - Method in class com.reportmill.shape.RMNestedDoc
Returns the relative speed of the nested docs animation relative to the master document.
getScaleX() - Method in class com.reportmill.shape.RMShape
Returns the scale of the X axis of the shape.
getScaleX() - Method in class com.reportmill.shapefx.RMImageFill
Returns the scale x of the image fill image.
getScaleY() - Method in class com.reportmill.shape.RMShape
Returns the scale of the Y axis of the shape.
getScaleY() - Method in class com.reportmill.shapefx.RMImageFill
Returns the scale y of the image fill image.
getSchema() - Method in class com.reportmill.base.RMDataSource
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
getSchema(Object, String, int) - Method in class com.reportmill.base.RMSchemaMaker
This code returns a schema for a given object graph of Java primitives (Map, List, String, Number, Date).
getSchema(RXElement) - Method in class com.reportmill.base.RMSchemaMaker
Creates and returns a schema for a given xml element tree.
getSchema() - Method in class com.reportmill.base.RMXMLDataSource
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
getSchema() - Method in class com.reportmill.base.RMXMLReader
Returns a hierarchy of RMEntity objects describing the XML.
getSchema() - Method in class com.reportmill.base.RMXMLWriter
Returns the schema.
getSchemaMaker() - Method in class com.reportmill.base.RMXMLWriter
Returns the schema maker.
getScopeTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the key-frame time that new anim records should be made relative to.
getScripting() - Method in class com.reportmill.text.RMTextRun
Returns the run's scripting.
getScripting() - Method in class com.reportmill.text.RMXStringRun
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.text.RMTextArea
Scrollable method.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
 
getScrollableTracksViewportHeight() - Method in class com.reportmill.text.RMTextArea
Scrollable method.
getScrollableTracksViewportHeight() - Method in class com.reportmill.viewer.RMViewer
 
getScrollableTracksViewportWidth() - Method in class com.reportmill.text.RMTextArea
Scrollable method.
getScrollableTracksViewportWidth() - Method in class com.reportmill.viewer.RMViewer
Scrollable methods.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.text.RMTextArea
Scrollable method.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
 
getSecondsElapsed() - Method in class com.reportmill.base.RMKeyTimer
Returns the number of seconds the animator has been playing for.
getSecondsElapsed() - Method in class com.reportmill.graphics.RMAnimator
Returns the number of seconds the animator has been playing for.
getSection(int) - Method in class com.reportmill.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.
getSegment(RMPainterOp.PathOperation) - Method in class com.reportmill.graphics.RMPainter
Returns a path segment for path operation.
getSegments() - Method in class com.reportmill.graphics.RMPath
Converts a path into a list of RMLine/RMQuadratic/RMBezier.
getSegments() - Method in class com.reportmill.shape.RMAnimPathShape
Builds the segment list and caches it
getSelectedGrouping() - Method in class com.reportmill.base.RMGrouper
Returns the currently selected grouping (while editing only).
getSelectedGroupingIndex() - Method in class com.reportmill.base.RMGrouper
Returns the currently selected grouping's index (for editing, mostly).
getSelectedLayer() - Method in class com.reportmill.shape.RMPage
Returns the selected layer.
getSelectedLayerIndex() - Method in class com.reportmill.shape.RMPage
Returns the index of the selected layer.
getSelectedPage() - Method in class com.reportmill.shape.RMDocument
Returns the currently selected page of this document.
getSelectedPage() - Method in class com.reportmill.shape.RMNestedDoc
Returns the selected page.
getSelectedPage() - Method in class com.reportmill.viewer.RMViewer
Returns the currently selected page shape.
getSelectedPageIndex() - Method in class com.reportmill.shape.RMDocument
Returns the current page index of this document.
getSelectedPageIndex() - Method in class com.reportmill.shape.RMNestedDoc
Returns the selected page index.
getSelectedPageIndex() - Method in class com.reportmill.viewer.RMViewer
Returns the index of the current visible document page.
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).
getSelection() - Method in class com.reportmill.text.RMTextArea
Returns the text editor selection.
getSelection() - Method in class com.reportmill.text.RMTextEditor
Returns the text editor selection.
getSelection(Point2D, Point2D) - Method in class com.reportmill.text.RMTextEditor
Returns the selected range that would result from the given two points.
getSelectionAnchor() - Method in class com.reportmill.text.RMTextEditor
Returns the character index of the last explicitly selected char (confined to the bounds of the selection).
getSelectionAnchorLastSet() - Method in class com.reportmill.text.RMTextEditor
Returns the selection anchor as last explicitly set value.
getSelectionEnd() - Method in class com.reportmill.text.RMTextArea
Returns the selection start.
getSelectionEnd() - Method in class com.reportmill.text.RMTextEditor
Returns the character index of the end of the text selection.
getSelectionEndLine() - Method in class com.reportmill.text.RMTextEditor
Returns the line at selection end.
getSelectionPath() - Method in class com.reportmill.text.RMTextEditor
Returns the path for the current selection.
getSelectionSize() - Method in class com.reportmill.text.RMTextEditor
Returns the number of chars in the selection.
getSelectionStart() - Method in class com.reportmill.text.RMTextArea
Returns the selection start.
getSelectionStart() - Method in class com.reportmill.text.RMTextEditor
Returns the character index of the start of the text selection.
getSelectionStartLine() - Method in class com.reportmill.text.RMTextEditor
Returns the line at selection start.
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.
getShadePixel(float) - Method in class com.reportmill.shapefx.RMMultipleStopGradient
Returns the argb pixel value for the distance along the shading axis.
getShape(int) - Method in class com.reportmill.shape.RMMorphShape
Returns the indivudal sahpe at given index.
getShape() - Method in class com.reportmill.shape.RMProxyShape
Returns the shape that is being vended.
getShape(int) - Method in class com.reportmill.shape.RMScene3D
Returns the specific shape at the given index from the shape list.
getShape() - Method in class com.reportmill.shape.RMShapeEventAdapter
Returns the shape.
getShape() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event shape.
getShape() - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
Return the shape.
getShape(int) - Method in class com.reportmill.shape.RMSwapShape
Returns the individual shape at given index.
getShape() - Method in class com.reportmill.shapefx.RMAction
Returns the shape this action works for.
getShape() - Method in class com.reportmill.shapefx.RMFill
Return the shape.
getShape() - Method in class com.reportmill.text.RMTextShapeRun
Returns the shape.
getShapeAtPoint(Point2D, boolean) - Method in class com.reportmill.viewer.RMViewer
Returns the first shape hit by the given point.
getShapeBelowFrameY(RMShape, RMShape) - Static method in class com.reportmill.shape.RMSpringLayout
Returns the next shape y for a given parent and child (so we can find the gap).
getShapeCount() - Method in class com.reportmill.shape.RMMorphShape
Returns the number of shapes to morph.
getShapeCount() - Method in class com.reportmill.shape.RMScene3D
Returns the number of shapes in the shape list.
getShapeCount() - Method in class com.reportmill.shape.RMSwapShape
Returns the number of shapes in swap shape.
getShapeImage(RMShape, int, boolean) - Method in class com.reportmill.shapefx.RMImageEffect
Returns image of given shape inside a gutter of given inset (maybe should be insets one day).
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.
getShapes() - Method in class com.reportmill.shape.RMShapeTable
Returns the list of table shapes.
getShapes(int, int, int, int) - Method in class com.reportmill.shape.RMShapeTable
Returns the list of shapes from given rows and columns.
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.
getShapeVector() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the shape vector.
getShared() - Static method in class com.reportmill.base.RMActivityList
Returns the shared activity manager.
getShared() - Static method in class com.reportmill.base.RMJarFileSet
Returns the shared instance.
getShared() - Static method in class com.reportmill.shape.RMSharedMap
Returns an empty shared map.
getShiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMSpringLayout
Returns whether to shift shapes below hidden shapes up.
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.
getShowBottom() - Method in class com.reportmill.shapefx.RMBorderStroke
Returns whether to show bottom border.
getShowBottomBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows bottom border.
getShowDate() - Method in class com.reportmill.base.RMExtras.Movie
 
getShowGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should show an alignment grid.
getShowGridLines() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Returns whether the graph shows grid lines between label axis sections.
getShowLeft() - Method in class com.reportmill.shapefx.RMBorderStroke
Returns whether to show left border.
getShowLeftBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows left border.
getShowLegend() - Method in class com.reportmill.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.
getShown() - Method in class com.reportmill.viewer.RMViewer
Returns whether viewer was shown.
getShowRight() - Method in class com.reportmill.shapefx.RMBorderStroke
Returns whether to show right border.
getShowRightBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows right border.
getShowTop() - Method in class com.reportmill.shapefx.RMBorderStroke
Returns whether to show top border.
getShowTopBorder() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether cell shows top border.
getSimpleName() - Method in class com.reportmill.base.RMJarFileEntry
Returns the simple name.
getSimplePath() - Method in class com.reportmill.base.RMJarFileEntry
Returns the simple path (name without extension).
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.RMImageShape
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.
getSizeToFitMode() - Method in class com.reportmill.shape.RMShapePainter
Returns the size to fit mode, which is whether or how the shape is sized to fit the painter's bounds.
getSkewX() - Method in class com.reportmill.shape.RMShape
Returns the skew of the X axis of the shape.
getSkewY() - Method in class com.reportmill.shape.RMShape
Returns the skew of the Y axis of the shape.
getSnapGrid() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to an alignment grid.
getSnapMargin() - Method in class com.reportmill.shape.RMDocument
Returns whether the document should snap to a margin rect.
getSort(int) - Method in class com.reportmill.base.RMGrouping
Returns the individual sort at the given index.
getSort(int) - Method in class com.reportmill.shape.RMLabels
Returns the specific sort at the given index.
getSortCount() - Method in class com.reportmill.base.RMGrouping
Returns the number of sorts in the grouping.
getSortCount() - Method in class com.reportmill.shape.RMLabels
Returns the number of sorts associated with labels.
getSortOnValues() - Method in class com.reportmill.base.RMGrouping
Returns whether to sort on values explicitly provided.
getSorts() - Method in class com.reportmill.base.RMGrouping
Returns the groupings list of sorts.
getSorts() - Method in class com.reportmill.shape.RMLabels
Returns the list of sorts associated with labels.
getSoundData(Object) - Static method in class com.reportmill.graphics.RMSoundData
Returns a sound data for a given source.
getSoundData() - Method in class com.reportmill.shape.RMSoundShape
Returns the sound data for this sound shape.
getSoundName() - Method in class com.reportmill.shape.RMSoundShape
Returns the name of the sound.
getSource() - Method in class com.reportmill.base.RMByteSource.FileSource
Returns the file.
getSource() - Method in class com.reportmill.base.RMByteSource.URLSource
Returns the URL.
getSource() - Method in class com.reportmill.base.RMXMLDataSource
Returns the source for the datasource.
getSource() - Method in class com.reportmill.graphics.RMImageData
Returns the original source for the image (byte[], File, InputStream or whatever).
getSource() - Method in class com.reportmill.shape.RMDocument
Returns the document source.
getSource() - Method in class com.reportmill.shape.RMImageShape
Returns the source for this image (actually from it's image fill's image data).
getSource() - Method in class com.reportmill.shape.RMSoundShape
For the moment, this has to be here for the binder
getSource() - Method in class com.reportmill.viewer.RMViewer
Returns the document source.
getSourceClass() - Method in class com.reportmill.base.RMByteSource.ClassSource
Returns the SourceClass.
getSourceName(Object) - Method in class com.reportmill.base.RMCSVReader
Returns the source name.
getSourceString(Object) - Method in class com.reportmill.base.RMCSVReader
Creates the source string.
getSpacedFromCamelCase(String) - Static method in class com.reportmill.base.RMStringUtils
Returns a spaced string from a camel case string.
getSpacingHeight() - Method in class com.reportmill.shape.RMLabels
Returns the spacing between labels vertically.
getSpacingWidth() - Method in class com.reportmill.shape.RMLabels
Returns the spacing between labels horizontally.
getSpacingX() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the horizontal spacing between children.
getSpacingY() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the vertical spacing between children.
getSpanX(RMShape) - Static method in class com.reportmill.shape.RMShapeTable
Returns the horizontal span of a given shape.
getSpanY(RMShape) - Static method in class com.reportmill.shape.RMShapeTable
Returns the vertical span of a given shape.
getSpellingPath() - Method in class com.reportmill.text.RMTextEditor
Returns a path for misspelled word underlining.
getStackTraceString(Throwable) - Static method in class com.reportmill.base.RMStringUtils
Returns a stack trace string for given exception.
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).
getStart() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the starting row index (if column divider) or column index (if row divider) for this divider.
getStart() - Method in class com.reportmill.shapefx.RMFadeAction
Returns the fade start time.
getStart() - Method in class com.reportmill.text.RMSpellCheck.Word
Returns the start index.
getStart() - Method in class com.reportmill.text.RMTextLayout
Returns the start char index of the layout in XString.
getStart() - Method in class com.reportmill.text.RMTextRun
Returns the char start of this line.
getStartAngle() - Method in class com.reportmill.shape.RMOvalShape
Returns the start angle for the oval.
getStartingPageBreak() - Method in class com.reportmill.shape.RMTable
Returns whether this table should always start on a new page (if in table group).
getStartTime() - Method in class com.reportmill.base.RMRunner
Returns the start time.
getStartTime() - Method in class com.reportmill.shapefx.RMAction
Returns the start time (the time the action was added to shape).
getStartValue() - Method in class com.reportmill.base.RMKeyTimer.Record
 
getStatus() - Method in class com.reportmill.base.RMActivity
Returns the activity status.
getStatus() - Method in class com.reportmill.base.RMRunner
Returns the status.
getStayWithCount() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the number of rows this adder's added row wants to stay with.
getStopColor(int) - Method in class com.reportmill.shapefx.RMGradientFill
Returns the color of the stop at the given index.
getStopPosition(int) - Method in class com.reportmill.shapefx.RMGradientFill
Returns the position (in the range {0-1}) for the given stop index.
getStrikethroughOffset() - Method in class com.reportmill.text.RMFont
Returns the distance above the baseline that a strikethrough should be drawn.
getStrikethroughOffset() - Method in class com.reportmill.text.RMFontFile
Returns the distance above the baseline that a strikethrough should be drawn.
getString() - Method in class com.reportmill.base.RMStringTokenizer
Returns the string being processed.
getString() - Method in class com.reportmill.base.RMStringTokenizer.Token
 
getString(byte[]) - Static method in class com.reportmill.base.RMStringUtils
Returns a string for given bytes.
getString(byte[], String) - Static method in class com.reportmill.base.RMStringUtils
Returns a string for given bytes.
getString(int) - Method in class com.reportmill.graphing.RMGraphLegend
Returns the specific string at the given index.
getString() - Method in class com.reportmill.text.RMSpellCheck.Word
Returns the string.
getString() - Method in class com.reportmill.text.RMTextEditor
Returns the plain string of the xstring being edited.
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.
getStringQuoted(String) - Static method in class com.reportmill.base.RMStringUtils
Returns a quoted string.
getStringSingleQuoted(String) - Static method in class com.reportmill.base.RMStringUtils
Returns a single quoted string.
getStringSurrounded(String, String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a string surrounded by given string.
getStringValue(Object, String) - Static method in class com.reportmill.base.RMKey
Returns a string value for a key.
getStringValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
Convenience - returns a string for an object and key chain.
getStroke(float) - Static method in class com.reportmill.base.RMAWTUtils
Returns a basic stroke with the given stroke width.
getStroke() - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
getStroke() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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() - Method in class com.reportmill.shapefx.RMBorderStroke
Returns the path to be stroked, transformed from the input path.
getStrokePath() - Method in class com.reportmill.shapefx.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.graphics.RMPainter
Returns the painting stroke width.
getStrokeWidth() - Method in class com.reportmill.shape.RMShape
Returns the stroke width of the shape's stroke in printer points.
getStrokeWidth() - Method in class com.reportmill.text.RMXString.Outline
Returns the stroke width for this outline.
getStudio() - Method in class com.reportmill.base.RMExtras.Movie
 
getStudio2() - Method in class com.reportmill.base.RMExtras.Movie
 
getSubpathsSegments() - Method in class com.reportmill.graphics.RMPath
Converts a path into a list subpath lists of RMLine/RMQuadratic/RMBezier.
getSubreport(String) - Method in class com.reportmill.shape.RMDocument
Returns a subreport document for given name (override to improve).
getSubreportName() - Method in class com.reportmill.shape.RMSubreport
Returns the subreport name.
getSubreportShape() - Method in class com.reportmill.shape.RMSubreport
Returns the subreport shape.
getSuggestions() - Method in class com.reportmill.text.RMSpellCheck.Word
Returns a list of suggestions.
getSweepAngle() - Method in class com.reportmill.shape.RMOvalShape
Returns the sweep angle for the oval.
getSyncStructureWithAlternates() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of alternate versions.
getSyncStructureWithRowAbove() - Method in class com.reportmill.shape.RMTableRow
Returns whether table row should synchronize the column widths of the row immediately above it.
getSystemJavaJar() - Static method in class com.reportmill.base.RMJarFile
Returns the shared system Java jar file.
getTab(int) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the individual tab at the given index.
getTab(int) - Method in class com.reportmill.text.RMParagraph
Returns the specific tab value for the given index in printer points.
getTab() - Method in class com.reportmill.text.RMTextRun
Returns the tab location if this run is a tab.
getTabAlignX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns the horizontal alignment for tab.
getTabAlignY() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns the vertical alignment for tab.
getTabCount() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns the number of tabs in layout.
getTabCount() - Method in class com.reportmill.text.RMParagraph
Returns the number of tabs associated with this paragraph.
getTabIndex(float) - Method in class com.reportmill.text.RMParagraph
Returns the tab index for the given location.
getTable() - Method in class com.reportmill.shape.RMCrossTabCell
Returns the table for this cell.
getTable() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the row's parent table.
getTable() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns the table this divider is a part of.
getTable() - Method in class com.reportmill.shape.RMCrossTabFrame
Returns the crosstab associated with this crosstab.
getTable() - Method in class com.reportmill.shape.RMCrossTabLayout
Returns the shape as a table.
getTable() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row's parent table.
getTable() - Method in class com.reportmill.shape.RMTableRow
Returns the parent of this table row.
getTable() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the table.
getTable() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Overrides adder implementation to get table from associated header adder.
getTable() - Method in class com.reportmill.shape.RMTableRPGAdderTable
Returns the table.
getTableGroup() - Method in class com.reportmill.shape.RMTableRPG
Returns the table group.
getTableRPG() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the table rpg.
getTabs() - Method in class com.reportmill.text.RMParagraph
Returns the raw tab array
getTabsString() - Method in class com.reportmill.text.RMParagraph
Returns the values of all the tabs associated with this paragraph as a comma separated string.
getTabType(int) - Method in class com.reportmill.text.RMParagraph
Returns the type of tab at the given index.
getTabType() - Method in class com.reportmill.text.RMTextRun
Returns tab type if this run is a tab.
getTabTypes() - Method in class com.reportmill.text.RMParagraph
Returns the raw tab type array
getTail(double) - Method in class com.reportmill.graphics.RMBezier
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
getTail(double) - Method in class com.reportmill.graphics.RMLine
Returns a new line from given parametric location t (defined from 0-1) on this line to this line's end point.
getTangent(double, RMSize) - Method in class com.reportmill.graphics.RMLine
Return the tangent at given point.
getTarget() - Method in class com.reportmill.graphics.RMInvocation
Returns the target for this invocation.
getTarget() - Method in class com.reportmill.graphics.RMKeyValue
Returns the target.
getTarget() - Method in class com.reportmill.graphics.RMKeyValueList
Returns the list target.
getTarget() - Method in class com.reportmill.graphics.RMTransition
Returns the target.
getTaskName() - Method in class com.reportmill.base.RMActivity
Returns the current task name.
getTempDir() - Static method in class com.reportmill.base.RMFileUtils
Returns the temp directory.
getTempDir() - Static method in class com.reportmill.base.RMUtils
Returns the temp directory for this machine.
getTempFile(String) - Static method in class com.reportmill.base.RMFileUtils
Creates a file in the temp directory.
getTemplate() - Method in class com.reportmill.shape.RMTableRow
Returns the template row for this table row rpg.
getText() - Method in class com.reportmill.shape.RMTextShape
Returns the text associated with this RMText as a plain String.
getText() - Method in class com.reportmill.text.RMTextArea
Returns text string of text editor.
getText() - Method in class com.reportmill.text.RMTextPane
Returns the text string.
getText() - Method in class com.reportmill.text.RMXString
Returns the simple String represented by this RMXString.
getTextArea() - Method in class com.reportmill.text.RMTextPane
Returns the text area.
getTextBounds() - Method in class com.reportmill.text.RMTextArea
Returns the text rect.
getTextCharsShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a group shape with a text shape for each individual character in this text shape.
getTextColor() - Method in class com.reportmill.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.RMTextShape
Returns the color of the first character of the xstring associated with this RMText.
getTextEditor() - Method in class com.reportmill.text.RMTextArea
Returns the text editor associated with this text area.
getTextEditor() - Method in class com.reportmill.text.RMTextPane
Returns the text editor.
getTextLayout() - Method in class com.reportmill.shape.RMTextShape
Returns a text layout.
getTextPath(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a path for all text chars.
getTextPathShape(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns an RMPolygon shape with the glyph path for the chars in this text.
getTextRunPath(RMTextShape, RMTextRun) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a path for given run.
getTextRunPathShape(RMTextShape, RMTextRun) - Static method in class com.reportmill.shape.RMTextShapeUtils
Returns a polygon shape for the glyphs in a given text run.
getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
Returns the thousands separator.
getThread() - Method in class com.reportmill.base.RMActivity
Returns the thread associated with this activity.
getThread() - Method in class com.reportmill.base.RMRunner
Returns the thread.
getThrust() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the thrust amount (as points per second in direction of shape roll).
getTime() - Method in class com.reportmill.graphics.RMAnimator
Returns the current time of the animator.
getTime() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the time.
getTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Returns the individual time at given index.
getTime() - Method in class com.reportmill.graphics.RMPainter
Returns the painter time.
getTime() - Method in class com.reportmill.graphics.RMTimeline
Returns the current time of the timeline (in milliseconds).
getTime() - Method in class com.reportmill.shape.RMPainterShape
Returns the time.
getTime() - Method in class com.reportmill.shapefx.RMAction
Returns the current shape action time.
getTimeline() - Method in class com.reportmill.graphics.RMKeyFrame
Returns the timeline that owns this key frame (if present).
getTimeline() - Method in class com.reportmill.shape.RMShape
Returns the timeline for animating shape property changes.
getTimeline(boolean) - Method in class com.reportmill.shape.RMShape
Returns the timeline for animating shape property changes, with an option to create if absent.
getTimeSeconds() - Method in class com.reportmill.graphics.RMAnimator
Returns the animator time in seconds.
getTitle() - Method in class com.reportmill.base.RMExtras.Movie
 
getTitle() - Method in class com.reportmill.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.
getTitleDefault() - Method in class com.reportmill.graphing.RMGraphPartSeries
Returns the default title.
getToken() - Method in class com.reportmill.base.RMStringTokenizer
Returns the current token.
getTokenEnd() - Method in class com.reportmill.base.RMStringTokenizer
Returns the current token end.
getTokenStart() - Method in class com.reportmill.base.RMStringTokenizer
Returns the current token start.
getTokenString() - Method in class com.reportmill.base.RMStringTokenizer
Returns the current string.
getTopAdder() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the first adder from up the previous adder chain.
getTopHeaderAdder() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns the table top header adder.
getTopNSort() - Method in class com.reportmill.base.RMGrouping
Returns the top N sort for the grouping.
getTotalChildWidth() - Method in class com.reportmill.shape.RMTableRowLayout
Returns the total width for table row's children.
getTotalDuration() - Method in class com.reportmill.graphics.RMTransition
Returns the total duration of the animation (delayed duration times cycle count).
getTotalLength() - Method in class com.reportmill.shape.RMAnimPathShape
Returns the actual total arclength of the curve.
getTransferData(DataFlavor) - Method in class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
Returns an inputstream with clipboard data for requested flavor.
getTransferDataFlavors() - Method in class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
Returns the supported flavors: RMTextFlavor and stringFlavor.
getTransform() - Method in class com.reportmill.shape.RMAnimPathShape.RMAnimPathGroup
Returns a transform that rotates about the center of rotation, if set.
getTransform() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Overridden from RMShape to change the center of rotation to the arrowhead's origin
getTransform() - Method in class com.reportmill.shape.RMShape
Returns the transform to this shape from its parent.
getTransform3D() - Method in class com.reportmill.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).
getTransform3D() - Method in class com.reportmill.shape.RMScene3D
Returns the transform 3d for the scene's camera.
getTransformFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the transform from the given shape to this shape.
getTransformFromShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
Returns the transform from given shape to viewer.
getTransformInverse() - Method in class com.reportmill.shape.RMShape
Returns the transform from this shape to it's parent.
getTransformToShape(RMShape) - Method in class com.reportmill.shape.RMShape
Returns the transform from this shape to the given shape.
getTransition(Object, String) - Static method in class com.reportmill.graphics.RMTransition
Returns the transition for given target and key.
getTransparency() - Method in class com.reportmill.shapefx.RMContourFill
PaintContext method.
getTransparency() - Method in class com.reportmill.shapefx.RMMultipleStopGradient
Alpha & color definitions
getTurnSpeed() - Method in class com.reportmill.shapefx.RMRobotAction
Returns the turn speed in degrees per second.
getType() - Method in class com.reportmill.graphics.RMImageData
Returns the type for the image (one of gif, jpg, png, pdf, etc.).
getType(byte[]) - Static method in class com.reportmill.graphics.RMImageReader
Returns the type of the image bytes provided.
getType() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
getType() - Method in class com.reportmill.graphing.RMGraph
Returns the graph type (TYPE_BAR, TYPE_PIE, etc.).
getType() - Method in class com.reportmill.shapefx.RMImageFill
Returns the type of the image for this image fill (gif, jpg, png, etc.).
getTypeParameterClass(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns a type parameter class.
getUnderlineOffset() - Method in class com.reportmill.text.RMFont
Returns the distance below the baseline that an underline should be drawn.
getUnderlineOffset() - Method in class com.reportmill.text.RMFontFile
Returns the distance below the baseline that an underline should be drawn.
getUnderlineStroke() - Method in class com.reportmill.text.RMTextLine
Returns the max stroke width of any underlined chars in this line.
getUnderlineStroke() - Method in class com.reportmill.text.RMTextRun
Returns the stroke width for the underline.
getUnderlineStyle() - Method in class com.reportmill.text.RMTextRun
Returns the underline style of this run.
getUnderlineStyle() - Method in class com.reportmill.text.RMXStringRun
Returns the underline style of this run.
getUnderlineStyle(Map) - Static method in class com.reportmill.text.RMXStringRun
Returns the underline style of this run.
getUnderlineThickness() - Method in class com.reportmill.text.RMFont
Returns the default thickness that an underline should be drawn.
getUnderlineThickness() - Method in class com.reportmill.text.RMFontFile
Returns the default thickness that an underline should be drawn.
getUnderlineY() - Method in class com.reportmill.text.RMTextLine
Returns the Y position of any underlined chars in this line.
getUnderlineY() - Method in class com.reportmill.text.RMTextRun
Returns the Y position for the underline.
getUndoer() - Method in class com.reportmill.shape.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.text.RMTextEditor
Returns the undoer.
getUndoer() - Method in class com.reportmill.viewer.RMViewer
Returns the undoer associated with the viewer's document.
getUndoSelection() - Method in class com.reportmill.base.RMUndoer
Returns the list of objects that should be selected after current undo is fired.
getUndoSelection() - Method in class com.reportmill.base.RMUndoSet
Returns the selection to be set if undo is executed.
getUndoSetLast() - Method in class com.reportmill.base.RMUndoer
Returns the last undo.
getUndoSets() - Method in class com.reportmill.base.RMUndoer
Returns the list of undo sets.
getUndoTitle() - Method in class com.reportmill.base.RMUndoSet
Returns the undo title.
getUniqueFile(File) - Static method in class com.reportmill.base.RMFileUtils
Returns a unique non-existent file for given file.
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.
getUnpackDestination(File, File) - Static method in class com.reportmill.base.RMFileUtils
Returns the file that given packed file would be saved to using the unpack method.
getURI(String) - Static method in class com.reportmill.base.RMURLUtils
Returns a URL for given string.
getURL() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Returns the URL of the source.
getURL() - Method in interface com.reportmill.base.RMByteSource
Returns the URL of the source.
getURL() - Method in class com.reportmill.base.RMJarFile
Returns the URL.
getURL() - Method in class com.reportmill.base.RMJarFileEntry
Returns the full name, including the parent RMJarFile name.
getURL(Object) - Static method in class com.reportmill.base.RMURLUtils
Returns a URL object given an arbitrary source.
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.
getUseFractionalMetrics() - Method in class com.reportmill.text.RMTextLayout
Returns whether to use fractional character metrics.
getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMSchemaMaker
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMXMLWriter
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
getValidIndex() - Method in class com.reportmill.text.RMTextLayout
Returns the current valid index.
getValue() - Method in class com.reportmill.base.RMGroup
Returns the value associated with this group.
getValue(Object, String) - Static method in class com.reportmill.base.RMKey
Returns a value for given object and key.
getValue(Object, String, Class<T>) - Static method in class com.reportmill.base.RMKey
Returns a value as given class, if appropriate.
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(double) - Method in class com.reportmill.base.RMKeyTimer.Record
Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
getValue(double) - Method in class com.reportmill.graphics.RMInterpolator
Returns an interpolated value for 0 & 1 given a ratio.
getValue(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator
Returns a value given a ratio and start/end values.
getValue() - Method in class com.reportmill.graphics.RMKeyValue
returns the value.
getValue(double, double, double) - Method in class com.reportmill.graphics.RMPeriodicInterpolator
The main entry point.
getValue() - Method in class com.reportmill.graphing.RMGraphSeries.Item
Returns the value for this series value.
getValue1() - Method in class com.reportmill.graphics.RMTransition
Returns the first value.
getValue2() - Method in class com.reportmill.graphics.RMTransition
Returns the second 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.
getValueIsAdjusting() - Method in class com.reportmill.shape.RMScene3D
Returns whether scene3d is being re-oriented.
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.
getVelocityVector() - Method in class com.reportmill.shapefx.RMInertiaAction
Returns the velocity vector in points per second.
getVersion() - Static method in class com.reportmill.base.RMUtils
Returns the version number of the app.
getVersion() - Method in class com.reportmill.shape.RMDocument
Returns the version this document was loaded as.
getVersion() - Method in class com.reportmill.shape.RMSwitchShape
Returns the currently selected version string for the switch shape.
getVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Returns the switch shape associated with the given version name.
getVersionKey() - Method in class com.reportmill.shape.RMSwitchShape
Returns the version key used to get the version used in a report.
getVersionNames() - Method in class com.reportmill.shape.RMSwitchShape
Returns a sorted list of all version names contained in the switch shape.
getViewer() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the viewer.
getViewer() - Method in class com.reportmill.shape.RMShapePainter
Returns the canvas as an RMViewer if appropriate (otherwise null).
getViewerPoint() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in viewer coords.
getViewerX() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in viewer coords.
getViewerY() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event location in viewer coords.
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.
getVisibleEnd() - Method in class com.reportmill.shape.RMTextShape
Returns the last character index visible in this text.
getVisibleStart() - Method in class com.reportmill.shape.RMLinkedText
Overrides text implementation to return index where previous text left off.
getVisibleStart() - Method in class com.reportmill.shape.RMTextShape
Returns the first character index visible in this text.
getWidth() - Method in class com.reportmill.graphics.RMImageData
Returns the number of pixels horizontally.
getWidth() - Method in class com.reportmill.graphics.RMPath
Returns the width of the path.
getWidth() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the width of this column.
getWidth() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getWidth() - Method in class com.reportmill.shape.RMFlowLayoutBasic
 
getWidth() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
getWidth() - Method in class com.reportmill.shape.RMShape
Returns the width of the shape.
getWidth() - Method in class com.reportmill.shape.RMShapeTable.Column
Returns the column width.
getWidth(double) - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Returns the new shape width for a given parent width.
getWidth() - Method in class com.reportmill.shapefx.RMStroke
Returns the line width of this stroke.
getWidth() - Method in class com.reportmill.text.RMTextEditor
Returns the bounds width.
getWidth() - Method in class com.reportmill.text.RMTextShapeRun
Returns the width for this run - which is really shape width..
getWidth2D() - Method in class com.reportmill.graphics.RMImageData
Returns the actual display width of the image in printer's points using the image DPI if available.
getWidthToFit() - Method in class com.reportmill.text.RMTextEditor
Returns the width needed to display all characters.
getWidthToFit() - Method in class com.reportmill.text.RMTextLayout
Returns the width to fit.
getWindingRule() - Method in class com.reportmill.graphics.RMPath
Returns the winding rule which describes how inner path perimeters are filled and clipped.
getWindingRule() - Method in class com.reportmill.graphics.RMPathIterator
Returns the path winding rule.
getWindowXML() - Method in class com.reportmill.shape.RMDocument
Returns the xml element for the document window.
getWrapped() - Method in class com.reportmill.text.RMTextLayout
Returns whether layout had to wrap a line.
getWraps() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns whether to wrap children to bounds of parent.
getWraps() - Method in class com.reportmill.shape.RMTextShape
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
getX() - Method in class com.reportmill.graphics.RMPainter
Returns this CPU's current x position.
getX() - Method in class com.reportmill.graphics.RMPath
Returns the X of the path.
getX() - Method in class com.reportmill.shape.RMCrossTabColumn
Returns the x of this column.
getX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Returns line x, y, width, height.
getX() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns line x, y, width, height.
getX() - Method in class com.reportmill.shape.RMShape
Returns the X location of the shape.
getX() - Method in class com.reportmill.shape.RMShapeMouseEvent
Overrides MouseEvent version to return point in shape coords.
getX(double) - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Returns the new shape x for a given parent width.
getX() - Method in class com.reportmill.shapefx.RMImageFill
Returns the X location (offset) of the image fill image.
getX() - Method in class com.reportmill.text.RMTextEditor
Returns the bounds x.
getX2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event point x.
getXForChar(int) - Method in class com.reportmill.text.RMTextLine
Returns the x coord for the given character index.
getXForChar(int) - Method in class com.reportmill.text.RMTextRun
Returns the char advance to given char index.
getXMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max X for the path.
getXMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max X for the path.
getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an xml RXElement tree for given Java dataset and optional userInfo, out to given degree of separation.
getXML(Object, Schema, int) - Method in class com.reportmill.base.RMXMLWriter
Returns an element tree for given collections map and schema.
getXString() - Method in class com.reportmill.shape.RMLinkedText
Returns the same xstring as previoust text.
getXString() - Method in class com.reportmill.shape.RMTextShape
Returns the XString associated with this RMText.
getXString() - Method in class com.reportmill.text.RMTextArea
Convenience - returns text editor string.
getXString() - Method in class com.reportmill.text.RMTextEditor
Returns the xstring that is being edited.
getXString() - Method in class com.reportmill.text.RMTextLayout
Returns the RMXString.
getXString() - Method in class com.reportmill.text.RMTextRun
Returns the RMXString for this run.
getXString() - Method in class com.reportmill.text.RMXStringRun
Returns the xstring that this run works for.
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.RMPainter
Returns this CPU's current y position.
getY() - Method in class com.reportmill.graphics.RMPath
Returns the Y of the path.
getY() - Method in class com.reportmill.shape.RMCrossTabRow
Returns the row y.
getY() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
getY() - Method in class com.reportmill.shape.RMFlowLayoutBasic
 
getY() - Method in class com.reportmill.shape.RMShape
Returns the Y location of the shape.
getY() - Method in class com.reportmill.shape.RMShapeMouseEvent
Overrides MouseEvent version to return point in shape coords.
getY(double) - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Returns the new shape y for a given parent height.
getY() - Method in class com.reportmill.shapefx.RMImageFill
Returns the Y location (offset) of the image fill image.
getY() - Method in class com.reportmill.text.RMTextEditor
Returns the bounds y.
getY2D() - Method in class com.reportmill.shape.RMShapeMouseEvent
Returns the event point y.
getYaw() - Method in class com.reportmill.shape.RMScene3D
Returns the rotation about the Y axis in degrees.
getYBaseline() - Method in class com.reportmill.text.RMTextLine
Returns the y position for this line (in same coords as the layout frame).
getYBaseline() - Method in class com.reportmill.text.RMTextRun
Returns the y position for this run (in the same coords as the layout frame).
getYMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Y for the path.
getYMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Y for the path.
getZeroValue(Object) - Method in class com.reportmill.base.RMKeyTimer.Record
Returns a "zero value" for various core types.
getZMax() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Z for the path.
getZMin() - Method in class com.reportmill.graphics.RMPath3D
Returns the max Z for the path.
getZoomFactor() - Method in class com.reportmill.viewer.RMViewer
Returns the viewer's zoom factor (1 by default).
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.
glyphVector(Graphics2D) - Method in class com.reportmill.text.RMTextRun
Returns the glyph vector for the run.
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
 
group(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the original list grouped by the given key chain.
groupBy(RMGrouper, int) - Method in class com.reportmill.base.RMGroup
Groups this group by the groupings in the given grouper.
groupBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
Groups this group by given grouping.
groupBy(RMGrouping, List) - Method in class com.reportmill.base.RMGroup
Groups this group by given grouping.
groupByKey(String, List) - Method in class com.reportmill.base.RMGroup
Groups a new group by given keys list.
groupByLeafKey(String) - Method in class com.reportmill.base.RMGroup
Turns all list objects into leaf groups.
groupObjects(List) - Method in class com.reportmill.base.RMGrouper
Separates given objects into RMGroups defined by groupings.
groupShapes(List<? extends RMShape>, RMShape) - Static method in class com.reportmill.shape.RMShapeUtils
Adds the subset of children in given list into a given group shape, which is then added back to receiver.
gt(float, float) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is practically greater than another.
gte(float, float) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is practically greater than or equal another.
guessFont(String) - Static method in class com.reportmill.text.RMFontUtils
Returns the system font with the most similar name to the given name.

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.
hasActionDeep(RMShape) - Static method in class com.reportmill.shape.RMShapeUtils
Returns whether a shape or any of its children has an action.
hasAggregate() - Method in class com.reportmill.base.RMKeyChain
Returns whether key has an aggregate key in it.
hasAlpha() - Method in class com.reportmill.graphics.RMImageData
Color map support: returns whether color map image has a transparent color.
hasAlpha() - Method in class com.reportmill.shapefx.RMFill
Returns whether fill has transparency.
hasAlpha() - Method in class com.reportmill.shapefx.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.
hasColorMap() - Method in class com.reportmill.graphics.RMImageData
Returns whether image uses a color map.
hasCubics(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
Returns whether the path has any cubic curves in it.
hasKey(Object, String) - Static method in class com.reportmill.base.RMKey
Returns whether given object has an accessor for given key.
hasListeners() - Method in class com.reportmill.base.RMListenerList
Returns whether this obejct has listeners.
hasListeners() - Method in class com.reportmill.text.RMXStringCore
Override to return false if FirePropertyChangeEnabled is off.
hasMoreTokens() - Method in class com.reportmill.base.RMStringTokenizer
Returns whether tokenizer has more tokens.
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.
hasUndos() - Method in class com.reportmill.base.RMUndoer
Returns whether undoer has undoable changes stored away.
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.base.RMAWTUtils
 
Helvetica10 - Static variable in class com.reportmill.text.RMFont
 
Helvetica11 - Static variable in class com.reportmill.base.RMAWTUtils
 
Helvetica12 - Static variable in class com.reportmill.base.RMAWTUtils
 
Helvetica12 - Static variable in class com.reportmill.text.RMFont
 
Helvetica14 - Static variable in class com.reportmill.text.RMFont
 
HelveticaBold11 - Static variable in class com.reportmill.base.RMAWTUtils
 
HelveticaBold12 - Static variable in class com.reportmill.base.RMAWTUtils
 
hideCursor() - Method in class com.reportmill.text.RMTextArea
Hides the cursor.
hitHandle(RMPoint, int, RMSize) - Method in class com.reportmill.graphics.RMPath
Hit test the point (in path coords) against a given path point.
hitInfo(RMLine, RMLine) - Static method in class com.reportmill.graphics.RMPathOffsetter
Dispatches to the right call depending on the subclass.
hitShape(RMShape) - Method in class com.reportmill.shapefx.RMHitAction
Called when there is a collision.
html(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting html commands in the given string.

I

identity - Static variable in class com.reportmill.graphics.RMTransform
 
ignoreClass(Class) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class.
ignoreClass(String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given class (by class name).
ignoreClass(Class) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member of the given class from the serialized object graph.
ignoreClass(String) - Method in class com.reportmill.base.RMXMLWriter
Tells writer to ignore any member of the given class name from the serialized object graph.
ignoreMember(String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore any members encountered with the given name.
ignoreMember(Class, String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore members for a particular class.
ignoreMember(String, String) - Method in class com.reportmill.base.RMSchemaMaker
Tells schema maker to ignore members for a particular 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.
index() - Method in class com.reportmill.base.RMGroup
Returns the index of this group in its parent.
indexAfterNewline(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns the index just beyond next newline (or carriage-return/newline) in given char sequence starting at given char index.
indexOf(Object[], Object) - Static method in class com.reportmill.base.RMArrayUtils
Returns the index of the given object in the given array.
indexOf(String) - Method in class com.reportmill.base.RMGrouper
Returns the index for the grouping with the given key.
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, int) - Method in class com.reportmill.text.RMBigStringBuilder
Returns index of char in this BSB.
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.
indexOfIC(CharSequence, CharSequence) - Static method in class com.reportmill.base.RMStringUtils
Returns the index of search string s2 in given string s1, ignores case.
indexOfIC(CharSequence, CharSequence, int) - Static method in class com.reportmill.base.RMStringUtils
Returns the index of search string s2 in given string s1, ignores case and starts at start char index.
indexOfIC(String[], String) - Static method in class com.reportmill.base.RMStringUtils
Returns the index of a given string in the given array, ignoring case.
indexOfId(T[], T) - Static method in class com.reportmill.base.RMArrayUtils
Returns the index of the given object in the given array using "==" instead of equals.
indexOfId(List, Object) - Static method in class com.reportmill.base.RMListUtils
Returns index of identical given object in given list.
indexOfNewline(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns the index of the next newline (or carriage-return/newline) in given char sequence starting at given char index.
indexOfOp(RMPainterOp) - Method in class com.reportmill.graphics.RMPainter
Returns the index of given operation.
indexOfTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of a given time in the given list.
indexOfTimeAfterTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of the time in the given list that is closest but just past the given time.
indexOfTimeBeforeTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the index of the time in the given list that is closest without going past the given time.
INNER_RULE_ON_PATH - Static variable in class com.reportmill.shapefx.RMDoubleStroke
 
inRect(RMRect) - Method in class com.reportmill.base.RMPoint
Returns whether the receiver is in the given rect.
insert(int, RMByteArray) - Method in class com.reportmill.base.RMByteArray
Inserts raw binary from given data to data.
insert(int, byte[]) - Method in class com.reportmill.base.RMByteArray
Inserts raw binary from byte array to data.
insert(int, byte[], int, int) - Method in class com.reportmill.base.RMByteArray
Inserts raw binary from byte array to data.
insertColorStop(RMColor, float) - Method in class com.reportmill.shapefx.RMGradientFill
Adds a new color stop at the given position.
insertLittleUIntAtIndex(long, int) - Method in class com.reportmill.base.RMByteArray
Inserts little endian unsigned int to data at given index.
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.
integrate(double, double, int) - Method in class com.reportmill.base.RMMath.RMFunc
Numerical integration of a function in the interval [start, end].
interpolate(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator
Direction In interpolation.
interpolateBoth(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator
Direction Both interpolation.
interpolateOut(double, double, double) - Method in class com.reportmill.graphics.RMInterpolator
Direction Out interpolation.
interrupt() - Method in class com.reportmill.base.RMActivity
Interrupts the activity thread.
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(double, double, double, double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
intersects(Rectangle2D) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
 
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.
intersects(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.Span
Returns whether given span intersects this span.
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.
intValue(Map<K, V>, K) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as an int.
intValue(Map<K, V>, K, int) - Static method in class com.reportmill.base.RMMapUtils
Returns a key value interpreted as an int (with optional default value).
intValue(String) - Static method in class com.reportmill.base.RMStringUtils
Returns an int value by parsing the given string.
intValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the int value for a given object (assumed to be a string or number).
invert() - Method in class com.reportmill.graphics.RMTransform
Inverts this transform (and returns this for convenience).
invert() - Method in class com.reportmill.graphics.RMTransform3D
 
invoke(Object, String) - Static method in class com.reportmill.base.RMMethodUtils
Calls the given method name on the given object.
invoke(Object, String, Object, Class) - Static method in class com.reportmill.base.RMMethodUtils
Calls the given method name on the given object with the given parameter of the given class.
invoke(Object, String, Object[], Class[]) - Static method in class com.reportmill.base.RMMethodUtils
Calls the given method name on the given object with the given arg array and class array.
invoke(Object, Method, Object...) - Static method in class com.reportmill.base.RMMethodUtils
Calls the given method name on the given object with the given arg array and class array.
invoke() - Method in class com.reportmill.graphics.RMInvocation
Invoke method.
invokeAll(List, String, Object, Class) - Static method in class com.reportmill.base.RMMethodUtils
Invokes a given method on every member of a List.
isAbreast() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section items layout is abreast.
isActive() - Method in class com.reportmill.base.RMRunner
Returns whether thread is still active.
isAfterLineEnd(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns whether the index in the given char sequence is at just after a line end.
isAligned(RMVector3D, boolean) - Method in class com.reportmill.graphics.RMVector3D
Returns whether given vector is in same general direction of this (with option to include perpendiculars).
isAllTextVisible() - Method in class com.reportmill.shape.RMTextShape
Returns whether all characters can be visibly rendered in text bounds.
isAltDown() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether alt key is down.
isAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
Returns true if given shape is one of this shape's ancestors.
isAnimProperty(String) - Method in class com.reportmill.shape.RMShape
Returns whether given property name is anim property.
isApp - Static variable in class com.reportmill.base.RMUtils
 
isApplet - Static variable in class com.reportmill.base.RMUtils
 
isAssignable(Class[], Class[]) - Static method in class com.reportmill.base.RMClassUtils
Returns whether second batch of classes is assignable to first batch of classes (accounting for auto-boxing).
isAssignable(Class, Class) - Static method in class com.reportmill.base.RMClassUtils
Returns whether a given class could be assigned a value from the second given class (accounting for auto-boxing).
isAutoReverse() - Method in class com.reportmill.graphics.RMTransition
Returns whether the transition does an auto-reverse.
isAway(RMVector3D, boolean) - Method in class com.reportmill.graphics.RMVector3D
Returns whether given vector is pointing away from the direction of this (with option to include perpendiculars).
isBenignChange(String) - Method in class com.reportmill.base.RMUndoer
Returns whether a given change doesn't really effect signficant state change.
isBold() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered bold.
isBold() - Method in class com.reportmill.text.RMFontFile
Returns whether this font is considered bold.
isCharDefined() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether key char is defined (not CHAR_UNDEFINED).
isClipped() - Method in class com.reportmill.text.RMTextLine
Returns whether line is clipped by layout bounds.
isClosed() - Method in class com.reportmill.graphics.RMPath
Returns whether path has any open subpaths.
isColor() - Method in class com.reportmill.graphics.RMImageData
Returns whether the image is non-grayscale.
isColumnDivider() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns whether divider is a column divider.
isColumnHeader() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether this cell is a column header cell.
isCommandDown(InputEvent) - Static method in class com.reportmill.base.RMAWTUtils
Returns whether the given event has command down.
isCommandDown() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether Command key is down.
isControlDown(InputEvent) - Static method in class com.reportmill.base.RMAWTUtils
Returns whether the given input event has control down.
isControlDown() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether Control key is down.
isCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether currency symbol is used (dollars, local or international).
isDataFlavorSupported(DataFlavor) - Method in class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
Returns whether given flavor is supported.
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.
isDirectionUp() - Method in class com.reportmill.shapefx.RMChiselEffect
Returns whether direction is up.
isDirectory() - Method in class com.reportmill.base.RMJarFileEntry
Returns whether is directory.
isDone() - Method in class com.reportmill.graphics.RMPathIterator
Returns whether path iterator is done.
isDone() - Method in class com.reportmill.shape.RMTableRPGAdder
Returns whether adder is done adding rows.
isDuplicate(String, RMObject) - Method in class com.reportmill.base.RMUndoer
Returns whether given title is title of last undo.
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.shape.RMShapePainter
Returns whether painting is for editor.
isEditing() - Method in class com.reportmill.viewer.RMViewer
Returns whether viewer is really doing editing.
isEmpty(Object) - Method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string is empty (or null).
isEmpty(String) - Static method in class com.reportmill.base.RMStringUtils
Returns whether string is null or empty.
isEmpty() - Method in class com.reportmill.graphics.RMAnimator
Returns whether animator owner's children are devoid of any animation records.
isEmpty() - Method in class com.reportmill.graphics.RMTimeline
Returns whether timeline is empty.
isEmpty() - Method in class com.reportmill.shape.RMShapeTable.Cell
Returns whether cell is empty.
isEmpty(int, int, int, int) - Method in class com.reportmill.shape.RMShapeTable
Returns whether given range of cells is empty.
isEnabled() - Method in class com.reportmill.base.RMUndoer
Returns whether undoer is disabled.
isEnabled() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the animator owner's children should accept changes.
isEnabled(UITypes.UIEventType) - Method in class com.reportmill.shape.RMShape
Returns whether given event is enabled.
isEnabled(UITypes.UIEventType) - Method in class com.reportmill.shape.RMShapeEventAdapter
Returns whether given type is enabled.
isEnabled(UITypes.UIEventType...) - Method in class com.reportmill.shape.RMShapeEventAdapter
Returns whether any of given types are enabled.
isEnabled() - Method in class com.reportmill.shapefx.RMEffect
Returns whether effect is currently enabled.
isFadeIn() - Method in class com.reportmill.shapefx.RMFadeAction
Returns whether fade is a fade in (as opposed to fade out).
isFileType(File, String...) - Static method in class com.reportmill.base.RMFileUtils
Returns whether file is given type.
isFirePropertyChangeEnabled() - Method in class com.reportmill.text.RMXStringCore
Returns whether string fires property change events.
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.RMScene3D
Override to indicate that scene children are unhittable.
isHittableChild(RMShape) - Method in class com.reportmill.shape.RMShape
Returns whether given child shape is hittable.
isHittableChild(RMShape, RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Returns whether given child shape is hittable according to given parent shape.
isHyphenated() - Method in class com.reportmill.text.RMTextRun
Returns whether this run has a hyphen at the end.
isHyphenating - Static variable in class com.reportmill.text.RMTextEditor
 
isHyphenating() - Method in class com.reportmill.text.RMTextEditor
Returns whether editor tries to hyphenate wrapped words.
isIdentity() - Method in class com.reportmill.graphics.RMTransform
Returns whether this transform is identity.
isIndeterminant() - Method in class com.reportmill.base.RMActivity
Returns whether activity progress is indeterminant (max progres is zero).
isItalic() - Method in class com.reportmill.text.RMFont
Returns whether this font is considered italic.
isItalic() - Method in class com.reportmill.text.RMFontFile
Returns whether this font is considered italic.
isJava5 - Static variable in class com.reportmill.base.RMUtils
 
isJava6 - Static variable in class com.reportmill.base.RMUtils
 
isJava7 - Static variable in class com.reportmill.base.RMUtils
 
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).
isKeyPressed() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether current event is KEY_PRESSED.
isKeyReleased() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether current event is KEY_RELEASED.
isKeyTyped() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether current event is KEY_TYPED.
isLayered() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section items layout is layered.
isLeaf() - Method in class com.reportmill.base.RMGroup
Returns whether this group is a leaf group.
isLeaf(List) - Static method in class com.reportmill.base.RMGroup
Returns whether the given List is an RMGroup instance that also isLeaf.
isLicensed() - Static method in class com.reportmill.base.ReportMill
Returns whether ReportMill has a valid license for the current user.
isLineEnd(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns whether the index in the given char sequence is at a line end.
isLocal(URL) - Static method in class com.reportmill.base.RMURLUtils
Returns whether a URL is local.
isLocalCurrencySymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether local currency symbol is used.
isLocked() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Returns whether line is locked.
isLocked() - Method in class com.reportmill.shape.RMFlowLayoutBasic
Returns whether line is locked.
isLocked() - Method in class com.reportmill.shape.RMPageLayer
Returns whether this layer is editable.
isLocked() - Method in class com.reportmill.shape.RMShape
Returns the locked state of the shape (really just to prevent location/size changes in the editor).
isLocked() - Method in class com.reportmill.text.RMTextLayout
Returns whether text layout is full.
isLocked() - Method in class com.reportmill.text.RMTextRun
Returns whether text layout is full.
isMac - Static variable in class com.reportmill.base.RMUtils
 
isManagingFocus() - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method so we get VK_TAB events.
isMaximumSizeSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape maximum size is set.
isMeshed() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section layout is meshed.
isMinimumSizeSet() - Method in class com.reportmill.shape.RMShape
Returns whether shape minimum size is set.
isNegativeInRed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether this format shows negative values in red.
isNewborn(Object) - Method in class com.reportmill.graphics.RMAnimator
Returns whether the given objects was created while at the current time.
isNewline() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns whether constraint is newline.
isNewlineChar(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns whether a char is a newline char.
isolateHeightSample(int[], int, int) - Method in class com.reportmill.shapefx.RMChiselEffect
Overridden from RMEmbossEffect to use the blue sample as the height
isolateHeightSample(int[], int, int) - Method in class com.reportmill.shapefx.RMEmbossEffect
Converts the argb bumpSamples into an array of signed ints representing the height.
isPacked(File) - Static method in class com.reportmill.base.RMFileUtils
Returns whether given file is packed with pack200.
isPaused() - Method in class com.reportmill.graphics.RMTransition
Returns whether transition is paused.
isPercentSymbolUsed() - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
isPolygon() - Method in class com.reportmill.shape.RMStarShape
Returns whether star/polygon is polygon.
isPolygonal(RMPath) - Static method in class com.reportmill.graphics.RMPathUtils
Returns whether path has any curve segments (QuadTo, CurveTo).
isPreview() - Method in class com.reportmill.viewer.RMViewer
Returns whether editor is preview (or viewer) mode.
isPrinting() - Method in class com.reportmill.shape.RMShapePainter
Returns whether shape painting is really printing.
isPseudo3D() - Method in class com.reportmill.shape.RMScene3D
Returns whether scene is rendered in pseudo 3d.
isRadial() - Method in class com.reportmill.shapefx.RMGradientFill
Returns whether gradient is radial.
isRoot() - Method in class com.reportmill.shape.RMShape
Editor method - returns whether this shape is at the top level (usually RMPage).
isRowDivider() - Method in class com.reportmill.shape.RMCrossTabDivider
Returns whether divider is a row divider.
isRowHeader() - Method in class com.reportmill.shape.RMCrossTabCell
Returns whether this cell is a row header cell.
isRSS() - Method in class com.reportmill.shape.RMShape
Returns whether the shape has been rotated, scaled or skewed (for efficiency).
isRunning() - Method in class com.reportmill.base.RMActivityList
Returns whether activity panel is currently running any activities.
isRunning() - Method in class com.reportmill.graphics.RMAnimator
Returns whether the animator is currently in the act of playing.
isRunning() - Method in class com.reportmill.graphics.RMTransition
Returns whether transition is running.
isSelectable() - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is selectable.
isSelected(RMShape) - Method in class com.reportmill.shape.RMShapePainter
Returns whether given shape is selected.
isSelectionEmpty() - Method in class com.reportmill.text.RMTextEditor
Returns whether the selection is empty.
isSeparated() - Method in class com.reportmill.graphing.RMGraphArea
Returns whether section layout is separated.
isShared() - Method in class com.reportmill.graphics.RMInterpolator
Returns true if there's only a single shared instance of this interpolator.
isShared() - Method in class com.reportmill.graphics.RMPeriodicInterpolator
Returns false, since periodic interpolators have parameters
isShared() - Method in class com.reportmill.shape.RMSharedMap
Returns whether map is already being shared.
isShiftDown() - Method in class com.reportmill.text.RMTextKeyProcessor
Returns whether Shift key is down.
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.
isSpellChecking - Static variable in class com.reportmill.text.RMTextEditor
 
isSpellChecking() - Method in class com.reportmill.text.RMTextEditor
Returns whether editor is doing check-as-you-type spelling.
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.RMTextShape
Editor method.
isSummary() - Method in class com.reportmill.shape.RMTableRow
Returns whether this table row rpg is a summary.
isSuperSelected(RMShape) - Method in class com.reportmill.shape.RMShapePainter
Returns whether given shape is super selected.
isSuperSelectedShape(RMShape) - Method in class com.reportmill.shape.RMShapePainter
Returns whether given shape is THE super selected shape.
isTab() - Method in class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Returns whether constraint is tab.
isTab() - Method in class com.reportmill.text.RMTextRun
Returns whether run is just a tab.
isTopNOthers() - Method in class com.reportmill.base.RMGroup
Returns whether this group is made up of the remainders from a TopN sort.
isTransitioning(Object, String) - Static method in class com.reportmill.graphics.RMTransition
Returns whether transition is running for given target and key.
isTrim() - Method in class com.reportmill.text.RMTextLayout
Returns whether to trim whitespace from end of RMXString.
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.RMTextShape
Returns if char 0 is underlined.
isUnderlined() - Method in class com.reportmill.text.RMTextEditor
Returns whether current selection is underlined.
isUnderlined() - Method in class com.reportmill.text.RMTextRun
Returns whether the run is underlined.
isUnderlined() - Method in class com.reportmill.text.RMXStringRun
Returns whether this run is underlined.
isUnderlined(Map) - Static method in class com.reportmill.text.RMXStringRun
Returns whether this run is underlined.
isValid() - Method in class com.reportmill.graphics.RMImageData
Returns whether the image was loaded successfully.
isValid() - Method in class com.reportmill.shape.RMShapeLayout
Returns whether layout needs to be done.
isValidating() - Method in class com.reportmill.shape.RMShapeLayout
Returns whether layout is validating (laying out shape).
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.shape.RMPageLayer
Returns whether this layer is to be drawn.
isVisible() - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
isVisible() - Method in class com.reportmill.shape.RMShape
Returns whether this shape is visible.
isVisible() - Method in class com.reportmill.shape.RMShapeTable.Cell
Returns whether cell 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.
isVisibleChild(RMShape, RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Returns whether given child shape is visible to given parent shape.
isWindows - Static variable in class com.reportmill.base.RMUtils
 
isZoomToFactor() - Method in class com.reportmill.viewer.RMViewer
Returns whether viewer is set to ZoomToFactor.

J

join(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the result of joining results of evaluating keychain on given list objects, separated by delimiter.
join(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Aggregator version of join.
join() - Method in class com.reportmill.base.RMRunner
Joins the runner.
join(int) - Method in class com.reportmill.base.RMRunner
Joins the runner.
join(Object[], String) - Static method in class com.reportmill.base.RMStringUtils
Allows you to take an array of strings and concatenate them together with a separator
join(Object[], String, int, int) - Static method in class com.reportmill.base.RMStringUtils
Allows you to take an array of strings and concatenate them together with a separator
join(List, int) - Static method in class com.reportmill.graphics.RMPathUtils
Returns the combined paths from given paths.
JOIN_OP_ADD - Static variable in class com.reportmill.graphics.RMPathUtils
 
JOIN_OP_INTERSECT - Static variable in class com.reportmill.graphics.RMPathUtils
 
JOIN_OP_SUBTRACT - Static variable in class com.reportmill.graphics.RMPathUtils
 
JOIN_OP_XOR - Static variable in class com.reportmill.graphics.RMPathUtils
 
joinStrings(List, String) - Static method in class com.reportmill.base.RMListUtils
Returns a string by concatenating strings in given list separated by given string.

K

KEY_DEFAULT_IMAGE - Static variable in class com.reportmill.base.RMAWTUtils
 
KEY_PRINTING - Static variable in class com.reportmill.base.RMAWTUtils
 
keyBackward(boolean) - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point backward a character (or if a range is selected, moves to beginning of range).
keyChar - Variable in class com.reportmill.text.RMTextKeyProcessor
 
keyCode - Variable in class com.reportmill.text.RMTextKeyProcessor
 
keyDown() - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point down a line, trying preserve distance from beginning of line.
keyEvent - Variable in class com.reportmill.text.RMTextKeyProcessor
 
keyForward(boolean) - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point forward a character (or if a range is selected, moves to end of range).
keyUp() - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point up a line, trying to preserve distance from beginning of line.

L

lastIndexAfterNewline(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns the index just beyond previous newline (or carriage-return/newline) in given char sequence starting at given char index.
lastIndexOfNewline(CharSequence, int) - Static method in class com.reportmill.text.RMTextUtils
Returns the index of the previous newline (or carriage-return/newline) in given char sequence starting at given char index.
layoutParent(RMShape) - Method in class com.reportmill.graphing.RMGraphArea.GraphAreaLayout
Creates and adds new GraphArea.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMCrossTabLayout
Relays out table rows, columns and cells.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMDocumentLayout
Rebuilds the document according to the selected page and page layout.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMFlowLayout
Override to perform layout.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Override to perform layout.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMShapeLayout.DirectLayout
 
layoutParent(RMShape) - Method in class com.reportmill.shape.RMShapeLayout.FrameLayout
 
layoutParent(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Performs layout.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Performs layout.
layoutParent(RMShape) - Method in class com.reportmill.shape.RMTable.TableLayout
 
layoutParent(RMShape) - Method in class com.reportmill.shape.RMTableRowLayout
Performs layout.
layoutReset() - Method in class com.reportmill.shape.RMShape
Resets the shape layout (convenience to account for null layouts).
lc(RMDocument) - Static method in class com.reportmill.base.ReportMill
Simple lc check.
length(Object[]) - Static method in class com.reportmill.base.RMArrayUtils
Returns the length of a given object array (or zero, if null).
length() - Method in class com.reportmill.base.RMByteArray
Returns the length of the data.
length() - Method in class com.reportmill.base.RMKeyChain
Returns the number of nodes in the chain.
length(CharSequence) - Static method in class com.reportmill.base.RMStringUtils
Returns the length of given string (supports null).
length() - Method in class com.reportmill.shape.RMTextShape
Returns the length, in characters, of the XString associated with this RMText.
length() - Method in class com.reportmill.text.RMBigStringBuilder
Returns the length of this big string builder.
length() - Method in class com.reportmill.text.RMTextArea
Returns the text length.
length() - Method in class com.reportmill.text.RMTextEditor
Returns the number of characters in the text string.
length() - Method in class com.reportmill.text.RMTextLayout
Returns the length of this text layout.
length() - Method in class com.reportmill.text.RMTextRun
Returns the length of this text layout.
length() - Method in class com.reportmill.text.RMXStringRun
Returns the length in characters for this run.
lightBlue - Static variable in class com.reportmill.graphics.RMColor
 
lightGray - Static variable in class com.reportmill.graphics.RMColor
 
LINE_TO - Static variable in class com.reportmill.graphics.RMPath
 
LINE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
LINEAR - Static variable in class com.reportmill.graphics.RMInterpolator
Linear interpolator.
lineTo(float, float) - Method in class com.reportmill.graphics.RMPainter
Paint a line to given coordinates.
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.
lineTo(float, float, float) - Method in class com.reportmill.graphics.RMPath3D
Adds a line to the path3d with the given 3D coords.
lineTo(float, float) - Method in class com.reportmill.shape.RMPainterShape
Paint a line to given coordinates.
list(Object...) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a list of the given args.
listOf(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a list of objects by evaluating keychain on given list.
littleShortAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the little endian short at the given byte index.
littleUIntAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the little endian unsigned int at the given byte index.
littleUShortAtIndex(int) - Method in class com.reportmill.base.RMByteArray
Returns the little endian unsigned short at the given byte index.
longValue(String) - Static method in class com.reportmill.base.RMStringUtils
Returns an int value by parsing the given string.
longValue(String, int) - Static method in class com.reportmill.base.RMStringUtils
Returns an double value by parsing the given string starting at the given index.
longValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the int value for a given object (assumed to be a string or number).
lt(float, float) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is practically less than another.
lte(float, float) - Static method in class com.reportmill.base.RMMath
Returns whether a real number is practically less than or equal another.

M

m - Variable in class com.reportmill.graphics.RMTransform3D
 
magenta - Static variable in class com.reportmill.graphics.RMColor
 
MAGIC - Static variable in class com.reportmill.shape.RMStarShape
 
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.RMExtras
Writes a movie dataset to file.
main(String[]) - Static method in class com.reportmill.base.RMKeyChain
Simple main implementation, so RM's expressions can be used for simple math.
main(String[]) - Static method in class com.reportmill.graphics.RMCurveFit
 
main2(String[]) - Static method in class com.reportmill.base.RMExtras
 
makeTableChildOfTable(RMTable, Object) - Method in class com.reportmill.shape.RMTableGroup
This method moves a table to a new parent (used for Move In and Move Out menus).
max(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the maximum value of the two given values.
max(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the maximum result of evaluating the keychain on given list objects.
max(String) - Static method in class com.reportmill.base.RMStringUtils
String promotion - returns either the given string or empty string (if given string is null).
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
 
merge(RMPropertyChangeEvent) - Method in class com.reportmill.base.RMPropertyChangeEvent
Attempts to merge the given property change into this property change.
merge(PropertyChangeEvent, PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Attempts to merge the second property change into the first property change.
merge(RMPropertyChangeEvent) - Method in class com.reportmill.text.RMXStringCore.CharsChange
 
merge(RMPropertyChangeEvent) - Method in class com.reportmill.text.RMXStringCore.StringChange
 
mergeCells(int, int, int, int) - Method in class com.reportmill.shape.RMCrossTab
Merges a range of cells into one cell.
mergeImpl(PropertyChangeEvent, PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Attempts to merge the second property change into the first property change.
min(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the minimum value of the two given values.
min(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the minimum result of evaluating the keychain on given list objects.
min(String) - Static method in class com.reportmill.base.RMStringUtils
String demotion - returns either the given string or null (if given string length is zero).
MinXEdge - Static variable in class com.reportmill.base.RMRect
 
MinYEdge - Static variable in class com.reportmill.base.RMRect
 
mod(double, double) - Static method in class com.reportmill.base.RMMath
Returns the given number modulo the second number (mod for floats).
mouseClicked(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse clicked events.
mouseClicked(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse clicked events.
mouseClicked(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse clicked events.
mouseClicked(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
 
mouseDragged(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMScene3D
Viewer method.
mouseDragged(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse dragged events.
mouseDragged(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse dragged events.
mouseDragged(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse dragged events.
mouseDragged(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
Handles mouse dragged events.
mouseDragged(MouseEvent) - Method in class com.reportmill.text.RMTextEditor
Handles mouse dragged.
mouseEntered(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse entered events.
mouseEntered(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse entered events.
mouseEntered(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse entered events.
mouseEntered(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Implement to Handle MouseOver version.
mouseEntered(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
 
mouseExited(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse exited events.
mouseExited(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse exited events.
mouseExited(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse exited events.
mouseExited(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Implement to Handle MouseOver version.
mouseExited(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
 
mouseMoved(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse moved events.
mouseMoved(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse moved events.
mouseMoved(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse moved events.
mouseMoved(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
 
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMScene3D
Viewer method.
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse pressed events.
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse pressed events.
mousePressed(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse pressed events.
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Implement to Handle MouseDown version.
mousePressed(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
Handles mouse pressed events (cache mouse down location).
mousePressed(MouseEvent) - Method in class com.reportmill.text.RMTextEditor
Handles mouse pressed.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMScene3D
Viewer method.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShape
Handles mouse released events.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeMouseListener.Adapter
Handles mouse released events.
mouseReleased(RMShapeMouseEvent) - Method in interface com.reportmill.shape.RMShapeMouseListener
Handles mouse released events.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMSwitchShape
Implement to Handle MouseDown version.
mouseReleased(RMShapeMouseEvent) - Method in class com.reportmill.shapefx.RMDragAction
RMShapeMouseListener methods.
mouseReleased(MouseEvent) - Method in class com.reportmill.text.RMTextEditor
Handles mouse released.
move(List, int, int) - Static method in class com.reportmill.base.RMListUtils
Moves the object at index 1 to index 2.
MOVE_TO - Static variable in class com.reportmill.graphics.RMPath
 
MOVE_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
moveGrouping(int, int) - Method in class com.reportmill.base.RMGrouper
Moves a grouping from given fromIndex to given toIndex.
moveGrouping(int, int) - Method in class com.reportmill.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.
moveRowsToBottom() - Method in class com.reportmill.shape.RMTableRPG
Scoots any rows that request it to the bottom of the page.
moveRowsToBottom(int) - Method in class com.reportmill.shape.RMTableRPG
Scoots all the table rows from the given index to the end row such that they are stacked at bottom of page.
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(float, float) - Method in class com.reportmill.graphics.RMPainter
Move to.
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.
moveTo(float, float, float) - Method in class com.reportmill.graphics.RMPath3D
Adds a moveto to the path3d with the given 3D coords.
moveTo(float, float) - Method in class com.reportmill.shape.RMPainterShape
Move to.
moveTo(float, float) - Method in class com.reportmill.shapefx.RMRobotAction
Adds a MoveTo instruction to cpu.
moveToFront(List, int) - Static method in class com.reportmill.base.RMListUtils
Moves the object at the given index to the front of the list.
moveToFront(List, Object) - Static method in class com.reportmill.base.RMListUtils
Move the given object to the front of the list.
moveToNewLayer(List) - Method in class com.reportmill.shape.RMPage
Creates a new layer and adds the shapes in the given list to it.
multiply(Number, Number) - Static method in class com.reportmill.base.RMMath
Returns the product of the two given Numbers.
multiply(double, double) - Method in class com.reportmill.base.RMPoint
Multiplies this point by the given sx and sy.
multiply(RMTransform) - Method in class com.reportmill.graphics.RMTransform
Multiplies this transform by the given transform.
multiply(float, float, float, float, float, float) - Method in class com.reportmill.graphics.RMTransform
Multiplies this transform by the given transform components (return this for convenience).
multiply(RMTransform3D) - Method in class com.reportmill.graphics.RMTransform3D
Multiplies receiver by given transform.
multiply(double) - Method in class com.reportmill.graphics.RMVector
Multiply vector by given magnitude.

N

negate(Number) - Static method in class com.reportmill.base.RMMath
Returns the negative of the given Number.
negate() - Method in class com.reportmill.base.RMSize
Simply sets the width and height to their negatives.
negate() - Method in class com.reportmill.graphics.RMVector
Makes this receiver point in the opposite direction.
negate() - Method in class com.reportmill.graphics.RMVector3D
Makes this receiver point in the opposite direction.
nevilleFit(RMMath.RMFunc, double, double, List) - Static method in class com.reportmill.graphics.RMCurveFit
NevilleFit - This routine tries to fit an interpolating polygon to an arbitrary function.
newArrayList(T) - Static method in class com.reportmill.base.RMListUtils
Creates a new array list with given object.
newArrayList(int, T) - Static method in class com.reportmill.base.RMListUtils
Creates a new array list with given object and capacity.
newArrayList(T...) - Static method in class com.reportmill.base.RMListUtils
Creates a new array list with given objects.
newArrayList(int, T...) - Static method in class com.reportmill.base.RMListUtils
Creates a new array list with given objects and capacity.
newInstance(T) - Static method in class com.reportmill.base.RMClassUtils
Returns a new instance of a given object.
newInstance(Class<T>) - Static method in class com.reportmill.base.RMClassUtils
Returns a new instance of a given class.
newList(T...) - Static method in class com.reportmill.base.RMListUtils
Creates a new list containing the objects in the object array.
newMap(Object, Object) - Static method in class com.reportmill.base.RMMapUtils
Creates a new map for given key and object.
newMap(Object...) - Static method in class com.reportmill.base.RMMapUtils
Creates a new map with given args in key/value sequence.
newVector(T...) - Static method in class com.reportmill.base.RMListUtils
Creates a new vector for the given array of objects.
next() - Method in class com.reportmill.graphics.RMPathIterator
Increments path iterator to the next segment.
nextInSequence(String, String) - Static method in class com.reportmill.base.RMStringUtils
Turns a string like "myFile" into "myFile-1", and a string like "myFile-2" to "myFile-3", given suffix like "-".
nextKeyRangeAfterIndex(RMXString, int, RMXStringUtils.Range) - Static method in class com.reportmill.text.RMXStringUtils
Returns the range of the next occurrence of @delimited@ text.
nop - Static variable in class com.reportmill.base.RMLogger
 
normalize() - Method in class com.reportmill.base.RMSize
Normalizes the receiver by scaling its width and height such that its magnitude will be 1.
normalize() - Method in class com.reportmill.graphics.RMVector
Normalizes the vector.
normalize() - Method in class com.reportmill.graphics.RMVector3D
Makes the vector unit length.
NOT_FOUND - Static variable in class com.reportmill.base.RMURLUtils
 
notRSS() - Method in class com.reportmill.shape.RMAnimPathShape.RMAnimPathGroup
overridden so getTransform() will get called
notRSS() - Method in class com.reportmill.shape.RMLineShape.ArrowHead
Overridden to indicate arrow head is always funky.
notRSS() - Method in class com.reportmill.shape.RMShape
Returns whether the shape has been rotated, scaled or skewed (for efficiency).
NULL - Static variable in interface com.reportmill.shape.RMDocumentSource
A document source for when the source is unknown.
number(String) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a number for a given string.
numberValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns the Number for a given object (assumed to be Number or String).

O

objectsAtLevel(List, int) - Static method in class com.reportmill.base.RMListUtils
Returns the objects at a given level in the given list hierarchy.
objectsHaveSameClass(List) - Static method in class com.reportmill.base.RMListUtils
Returns whether objects in list all have same class.
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).
ONE_SHOT - Static variable in class com.reportmill.graphics.RMInterpolator
One Shot interpolator.
openFile(File) - Static method in class com.reportmill.base.RMFileUtils
Tries to open the given file name with the platform reader.
openFile(String) - Static method in class com.reportmill.base.RMFileUtils
Tries to open the given file name with the platform reader.
openURL(String) - Static method in class com.reportmill.base.RMURLUtils
Tries to open the given URL with the platform reader.
or(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the first non-null string of the two given strings (or null).
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
 
out - Static variable in class com.reportmill.base.RMLogger
 
OUTER_RULE_ON_PATH - Static variable in class com.reportmill.shapefx.RMDoubleStroke
 

P

p - Variable in class com.reportmill.graphics.RMCurveFit.NevilleFunc
 
pad(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
pad(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
padLeft(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given string padded by the given string to be the given length (category method).
page() - Method in class com.reportmill.shape.RMPage
Returns the "Page" number of this page (used to resolve @Page@ key references).
page() - Method in class com.reportmill.shape.RMShape
Page number resolution.
pageBack() - Method in class com.reportmill.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.RMTextShape
Paginates this text by creating linked texts to show all text and returns a list of this text and the linked texts.
paint(Graphics2D, double, double, double, double) - Method in class com.reportmill.graphics.RMImageData
Draws image data in given rect.
paint(Graphics2D) - Method in class com.reportmill.graphics.RMPainter
Paint.
paint(Graphics2D, double) - Method in class com.reportmill.graphics.RMPainter
Paint.
paint(RMImageData, Graphics2D, double, double, double, double) - Method in class com.reportmill.graphics.RMPDFImageReader
Draw at maximum resolution.
paint(Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paint to suppress selected part.
paint(Graphics2D) - Method in class com.reportmill.shape.RMDocument
Override to set Painting flag.
paint(Graphics2D) - Method in class com.reportmill.shape.RMShape
Top-level generic shape painting - sets transform and opacity then does a paintAll.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMBlurEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMCompositeEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMContourFill
Paint method.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMDoubleStroke
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMEmbossEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMFill
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMGradientFill
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMImageFill
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMReflectionEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMShadowEffect
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.shapefx.RMStroke
Render this fill in a Java2D Graphics2D.
paint(Graphics2D) - Method in class com.reportmill.text.RMTextEditor
Paints a given layout in a given graphics.
paint(Graphics2D) - Method in class com.reportmill.text.RMTextLayout
Paints the layout in a given graphics.
paint(Graphics2D) - Method in class com.reportmill.text.RMTextRun
Paints the layout in a given graphics.
paint(Graphics2D) - Method in class com.reportmill.text.RMTextShapeRun
Paint shape run.
paintColor - Variable in class com.reportmill.graphics.RMPainterOp.SetPaintColor
 
paintComponent(Graphics) - Method in class com.reportmill.text.RMTextArea
Overrides JComponent to paint text editor text.
paintComponent(Graphics) - Method in class com.reportmill.viewer.RMViewer
Overrides JComponent implementation to paint viewer shapes and page, margin, grid, etc.
paintLayout(Graphics2D) - Method in class com.reportmill.shape.RMFlowLayout
Paint layout.
paintLayout(Graphics2D) - Method in class com.reportmill.shape.RMShapeLayout
Paint layout.
paintShape(Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paintShape to suppress normal shape paint.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to skip painting at preview time and to paint stroke (anim path) under child.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMCrossTabCell
Handles painting a crosstab cell.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMCrossTabFrame
Paints crosstab.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMDocument
Overrides paint shape, because document should never really paint itself.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMLabel
Paints label.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMLabels
Paint labels shapes.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMPage
Top-level generic shape painting (sets transform, recurses to children, paints this).
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMPainterShape
Paint shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMPolygonShape
Handles painting a polygon shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMShape
Basic shape painting - paints shape fill and stroke.
paintShape(RMShape, Graphics) - Method in class com.reportmill.shape.RMShapePainter
Paints a simple shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMSoundShape
Handles painting a sound shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMSubreport
Override to paint subreport.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMSwitchShape
Paints switch shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMTable
Paints a table shape.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMTableRow
Paints table row.
paintShape(Graphics2D) - Method in class com.reportmill.shape.RMTextShape
Paints a text shape.
paintShapeAll(Graphics2D) - Method in class com.reportmill.shape.RMShape
Calls paintShape, paintShapeChildren and paintShapeOver.
paintShapeChildren(Graphics2D) - Method in class com.reportmill.shape.RMPage
Overridden to clip when viewing.
paintShapeChildren(Graphics2D) - Method in class com.reportmill.shape.RMShape
Paints shape children.
paintShapeOver(Graphics2D) - Method in class com.reportmill.graphing.RMGraphArea
Overrides paintShapeOver to suppress normal shape paint.
paintShapeOver(Graphics2D) - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to skip painting stroke on top.
paintShapeOver(Graphics2D) - Method in class com.reportmill.shape.RMShape
Paints after (on top) of children.
paintShapeOver(Graphics2D) - Method in class com.reportmill.shape.RMSubreport
Override to paint subreport.
paintShapeOver(Graphics2D) - Method in class com.reportmill.shape.RMTable
Paints stroke around table after all children have drawn.
paintShapeOver(Graphics2D) - Method in class com.reportmill.shape.RMTableGroup
Paints table group button after child table has been drawn.
paintSpeed - Variable in class com.reportmill.graphics.RMPainterOp.SetPaintSpeed
 
paintText(RMTextShape, Graphics2D) - Method in class com.reportmill.shape.RMShapePainter
Paints text - special case because uses editor.
parse(String, RMFont) - Static method in class com.reportmill.text.RMHTMLParser
Returns an xstring for the given html string and a default font.
parse(String, RMFont) - Static method in class com.reportmill.text.RMRTFParser
Returns an xstring from the given rtf string and default font.
paste() - Method in class com.reportmill.text.RMTextEditor
Pasts the current clipboard data over the current selection.
pathChanged() - Method in class com.reportmill.shape.RMAnimPathShape
Called by the tool when the path has been changed.
pause() - Method in class com.reportmill.graphics.RMTransition
Pauses the animation.
pdfBytes() - Method in class com.reportmill.shape.RMDocument
Obsolete method for old pdfBytes() method.
peerDidChange(RMShape) - Method in class com.reportmill.shape.RMTextShape
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).
performAlignX() - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Perform alignment.
performTabShift() - Method in class com.reportmill.text.RMTextLine
If line has any non-left tabs this method adjusts the width of the tab runs (and the positions of successive runs to correct for shift of these tabs).
perspective(float) - Method in class com.reportmill.graphics.RMTransform3D
Apply perspective transform.
pink - Static variable in class com.reportmill.graphics.RMColor
 
PLAIN - Static variable in class com.reportmill.base.RMNumberFormat
 
play() - Method in class com.reportmill.graphics.RMAnimator
Initiates a Swing timer to start automatically incrementing the animator's time (by frame rate increments).
play() - Method in class com.reportmill.graphics.RMTransition
Tells the transition to start playing.
play() - Method in class com.reportmill.viewer.RMViewer
Starts any animation viewer might have.
playFrom(int) - Method in class com.reportmill.graphics.RMTransition
Tells the transition to start playing at given time of transition duration (in milliseconds).
playFrom(int) - Method in class com.reportmill.graphics.RMTransition.Translate
Override to send to both transitions.
playFromStart() - Method in class com.reportmill.graphics.RMTransition
Tells the transition to start playing from the beginning.
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.
POLY - Static variable in class com.reportmill.shape.RMStarShape
 
pop() - Method in class com.reportmill.graphics.RMPolynomial
 
positionChildren() - Method in class com.reportmill.shape.RMAnimPathShape
PositionChildren
pow(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the first value raised to the power of the second value.
prefs() - Static method in class com.reportmill.base.RMPrefsUtils
Returns the user Preferences object.
prefsPut(String, Object) - Static method in class com.reportmill.base.RMPrefsUtils
Adds an object to the user Preferences object.
prefsPut(String, Object, boolean) - Static method in class com.reportmill.base.RMPrefsUtils
Adds an object to the user Preferences object.
print(String) - Method in class com.reportmill.base.RMLogger.CompositeLogger
Override to forward to loggers.
print(String) - Method in class com.reportmill.base.RMLogger.NoOp
Override to ignore.
print(String) - Method in class com.reportmill.base.RMLogger
Called when activity has something to say (forwards to listeners).
print(String) - Method in class com.reportmill.base.RMLogger.PrintStreamLogger
Override to forward to print stream.
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.base.RMActivity
Called when activity has something to say (forwards to listeners).
println(String) - Method in class com.reportmill.base.RMLogger.CompositeLogger
Override to forward to loggers.
println(String) - Method in class com.reportmill.base.RMLogger.NoOp
Override to ignore.
println(String) - Method in class com.reportmill.base.RMLogger
Called when activity has something to say (forwards to listeners).
println(String) - Method in class com.reportmill.base.RMLogger.PrintStreamLogger
Override to forward to print stream.
println(String) - Method in class com.reportmill.base.RMLogger.Reader
Does print.
printlnOnce(PrintStream, String) - Static method in class com.reportmill.base.RMUtils
Does a println of a given messat to given print writer once.
printNames(RMShape) - Static method in class com.reportmill.base.RMExtras
Prints name of every shape in a template hierarchy.
printNames(RMTableGroup, RMTable) - Static method in class com.reportmill.base.RMExtras
Prints name of every shape in table group hierarchy.
processEnterAction() - Method in class com.reportmill.text.RMConsoleText
Called when enter is hit.
processExited() - Method in class com.reportmill.base.RMProcess
Called when process exited.
processKeyEvent(KeyEvent) - Method in class com.reportmill.text.RMTextEditor
Handles key events.
processKeyEvent(RMTextEditor, KeyEvent) - Method in class com.reportmill.text.RMTextKeyProcessor
Called from text editor to process a key event.
processMouseEvent(MouseEvent) - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method to forward mouse pressed/released to text editor.
processMouseMotionEvent(MouseEvent) - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method to forward mouse drags to text editor.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.base.RMActivityList
Implement to post property change when our aggregate Running status changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.base.RMGrouper
Listen for property changes and forward to grouper's property change listeners.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.graphics.RMKeyFrame
Implement to catch key value changes and forward to this key frame's property change listeners.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.graphics.RMTimeline
Implement to catch key value changes and forward to this key frame's property change listeners.
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.graphing.RMProxyShape
Override to register for validation.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Catch child size changes (when not doing layout) to set minimum size.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMShape
Property change listener implementation.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMSpringLayout
Called to revalidate when shape bounds change.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMTable
Override to update rows when grouper changes and revalidate when child height changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMTable.TableLayout
 
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shape.RMTextShape
Override to catch XString changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shapefx.RMImageEffect
PropertyChangeListener method.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.shapefx.RMReflectionEffect
Overridden to tell shape to repaint when child changes.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.text.RMTextArea
When text editor changes Selection or XString changes Runs or XStringRuns change Chars/Attribute, repaint.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.text.RMTextEditor
Called when characters where added, updated or deleted.
propertyChange(PropertyChangeEvent) - Method in class com.reportmill.viewer.RMViewer
PropertyChangeListener method - called by document.
push(double) - Method in class com.reportmill.graphics.RMPolynomial
 
push(double[], double) - Static method in class com.reportmill.graphics.RMPolynomial
 
put(Map<K, V>, K, V) - Static method in class com.reportmill.base.RMMapUtils
Adds given key and value to given map (removes key if value is null).
put(String, Object) - Method in class com.reportmill.shape.RMShape
Sets an Object to be associated with the given name for the shape.
putAllIfAbsent(Map, Map, boolean) - Static method in class com.reportmill.base.RMMapUtils
Same as putAll, but only adds absent keys (option to copy if there are absent keys).

Q

QUAD_TO - Static variable in class com.reportmill.graphics.RMPath
 
QUAD_TO - Static variable in class com.reportmill.graphics.RMPath3D
 
quadraticCurveTo(RMPath, RMPoint, RMPoint, RMPoint) - Static method in class com.reportmill.graphics.RMPathUtils
This is effectively a curveTo but does it internally with one or more approximated quadratics.
quadTo(float, float, float, float) - Method in class com.reportmill.graphics.RMPainter
Paint a parabolic curve with the given control point and end point.
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.
quadTo(float, float, float, float, float, float) - Method in class com.reportmill.graphics.RMPath3D
Adds a quad to to the path3d with the given 3D control point and coords.
quadTo(float, float, float, float) - Method in class com.reportmill.shape.RMPainterShape
Paint a parabolic curve with the given control point and end point.

R

RANDOM - Static variable in class com.reportmill.graphics.RMInterpolator
Random interpolator.
randomFloat(float) - Static method in class com.reportmill.base.RMMath
Returns a random float up to given value.
randomInt() - Static method in class com.reportmill.base.RMMath
Returns a random int.
read(InputStream) - Method in class com.reportmill.base.RMLogger
Tells the logger to read from input stream.
readBasicInfo(RMImageData) - Method in interface com.reportmill.graphics.RMImageData.ImageReader
Reads basic image info (width, height, etc.) without parsing the whole image file, if possible.
readBasicInfo(RMImageData) - Method in class com.reportmill.graphics.RMImageReader
Reads basic image info.
readBasicInfo(RMImageData) - Method in class com.reportmill.graphics.RMPDFImageReader
Reads the basic info from PDF data.
readBasicInfoJPG() - Method in class com.reportmill.graphics.RMImageReader
Reads basic image info specifically optimized for JPEG images (without having to create Java RenderedImage).
readBytesDecoded() - Method in interface com.reportmill.graphics.RMImageData.ImageReader
Reads the image bytes decoded.
readBytesDecoded() - Method in class com.reportmill.graphics.RMImageReader
Loads and sets the decoded bytes for the image data.
readBytesDecoded() - Method in class com.reportmill.graphics.RMPDFImageReader
ImageReader method - just a stub, since PDF images don't have image bytes.
readData() - Method in class com.reportmill.graphics.RMSoundData
Reads sound format info from sounds data bytes.
readFormat(String) - Method in class com.reportmill.base.RMCSVReader
Analyzes the given string and sets reader format attributes.
readImage(RMImageData) - Method in interface com.reportmill.graphics.RMImageData.ImageReader
Reads the image file as a buffered image.
readImage(RMImageData) - Method in class com.reportmill.graphics.RMImageReader
Reads the buffered image.
readImage(RMImageData) - Method in class com.reportmill.graphics.RMPDFImageReader
Reads the image.
readObject(Object) - Method in class com.reportmill.base.RMCSVReader
Reads given source and returns list of maps.
readObject(Object, Entity) - Method in class com.reportmill.base.RMCSVReader
Reads given source and returns list of maps.
readObject(Object, String, boolean) - Method in class com.reportmill.base.RMCSVReader
Reads records from given string (and creates entity).
readObject(Object) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source.
readObject(Object, Schema) - Method in class com.reportmill.base.RMXMLReader
Returns a map loaded from the given XML source with the given XML schema.
realloc(T[], int) - Static method in class com.reportmill.base.RMArrayUtils
Creates a new object array with original values and new size.
rebuild() - Method in class com.reportmill.graphing.RMGraph
Rebuild graph.
rebuild() - Method in class com.reportmill.graphing.RMGraphLegend
Notifies Legend to rebuild.
red - Static variable in class com.reportmill.graphics.RMColor
 
redo() - Method in class com.reportmill.base.RMUndoer
Pops last redo set off stack and has it update all changed objects it contains.
redo() - Method in class com.reportmill.base.RMUndoSet
Executes redo for this event.
redo() - Method in class com.reportmill.text.RMTextEditor
Called to redo the last undo operation in the editor.
redoChange() - Method in class com.reportmill.base.RMPropertyChangeEvent
Redoes this change.
redoChange(PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Re-performs the given change.
redoChange(Object, PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Re-performs the given change on the given object.
refresh() - Method in class com.reportmill.base.RMByteSource.BasicSource
Clears cached bytes so they can be reloaded from real source.
refresh() - Method in class com.reportmill.base.RMByteSource.FileSource
Clears cached bytes so they can be reloaded from real source.
refresh() - Method in interface com.reportmill.base.RMByteSource
Clears cached bytes so they can be reloaded from real source.
refresh() - Method in class com.reportmill.base.RMByteSource.URLSource
Clears cached bytes so they can be reloaded from real source.
refresh() - Method in class com.reportmill.base.RMDataSource
Invalidates any cached data.
refresh() - Method in class com.reportmill.base.RMXMLDataSource
Invalidates any cached data.
refresh() - Method in class com.reportmill.shape.RMDocumentSource.AbstractSource
Clears cached document so it can be reloaded from real source.
refresh() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Clears cached document so it can be reloaded from real source.
relativeCurveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a CurveTo element to the path for the given point offset from the path's current point.
relativeLineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a LineTo element to the path for the given point offset from the path's current point.
relativeMoveTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
Adds a MoveTo element to the path for the given point offset from the path's current point.
remove(T[], int) - Static method in class com.reportmill.base.RMArrayUtils
Returns a new array by removing a value from an array of objects at the given index.
remove(int) - Method in class com.reportmill.base.RMKeyList
Removes the object at the given index.
remove(List, Object) - Static method in class com.reportmill.base.RMListUtils
Removes given object from given list (accepts null list).
remove(List, int, int) - Static method in class com.reportmill.base.RMListUtils
Removes range of objects from given list (from start to end, not including end).
removeAction(RMAction) - Method in class com.reportmill.shape.RMShape
Removes an action.
removeAction(int) - Method in class com.reportmill.shapefx.RMActionList
Removes the action at the given index.
removeAction(RMAction) - Method in class com.reportmill.shapefx.RMActionList
Removes the given action from the actions list.
removeActivity(int) - Method in class com.reportmill.base.RMActivityList
Removes the activity at the given index.
removeActivity(RMActivity) - Method in class com.reportmill.base.RMActivityList
Removes the given activity from list.
removeAnimatorListener(RMAnimator.Listener) - Method in class com.reportmill.graphics.RMAnimator
Removes an animator listener.
removeBinder(int) - Method in class com.reportmill.shape.RMDocument
Removes a binder at the given index from the panel.
removeBinder(Binder) - Method in class com.reportmill.shape.RMDocument
Removes a binder from the panel.
removeBinding(int) - Method in class com.reportmill.shape.RMShape
Removes the binding at the given index from shape's bindings list.
removeBinding(String) - Method in class com.reportmill.shape.RMShape
Removes the binding with given property name.
removeChars(int, int) - Method in class com.reportmill.text.RMBigStringBuilder
Removes characters in given range.
removeChars(int, int) - Method in class com.reportmill.text.RMXStringCore
Removes characters in given range.
removeChild(int) - Method in class com.reportmill.shape.RMDocument
Removes the page at the given index from this document.
removeChild(int) - Method in class com.reportmill.shape.RMPage
Removes the child at the given index (over-rides RMShape version to propogate to RMPageLayer).
removeChild(int) - Method in class com.reportmill.shape.RMPageLayer
Removes a child from this layer.
removeChild(RMShape) - Method in class com.reportmill.shape.RMPageLayer
Removes a child from this layer.
removeChild(int) - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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(List<RMShape>) - Method in class com.reportmill.shape.RMPageLayer
Removes a list of children from this layer.
removeChildren() - Method in class com.reportmill.shape.RMPageLayer
Removes all children from this layer.
removeChildren() - Method in class com.reportmill.shape.RMShape
Removes all children from this shape (in reverse order).
removeChildren(RMShape, List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Removes children from shape.
removeColorStop(int) - Method in class com.reportmill.shapefx.RMGradientFill
Removes the stop at the given index.
removeColumn(int) - Method in class com.reportmill.shape.RMCrossTab
Removes the column at the given index.
removeDataObject(int) - Method in class com.reportmill.base.ReportMill
Removes a specific object at given index in list.
removeDataObject(Object) - Method in class com.reportmill.base.ReportMill
Removes an object from the data object list.
removeDeepChangeListener(DeepChangeListener) - Method in class com.reportmill.shape.RMShape
Removes a deep change listener from shape.
removeEffect(int) - Method in class com.reportmill.shapefx.RMCompositeEffect
Remove effect at given index.
removeElement(int) - Method in class com.reportmill.graphics.RMPath
Removes an element, reconnecting the elements on either side of the deleted element.
removeFramesAtTime(int) - Method in class com.reportmill.graphics.RMAnimator
Removes records of the animator owner's children at a given time.
removeFramesBetweenTimes(int, int, boolean) - Method in class com.reportmill.graphics.RMAnimator
Removes records of the animator owner's children in the given time range.
removeFromParent() - Method in class com.reportmill.shape.RMShape
Removes this shape from it's parent.
removeGrouping(int) - Method in class com.reportmill.base.RMGrouper
Removes the grouping at the given index.
removeGrouping(RMGrouping) - Method in class com.reportmill.base.RMGrouper
Removes the given grouping.
removeGrouping(RMGrouping) - Method in class com.reportmill.graphing.RMGraph
Removes the given grouping.
removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
Removes the given grouping.
removeId(T[], T) - Static method in class com.reportmill.base.RMArrayUtils
Removes a value from an array of objects if list doesn't already contain it.
removeId(List, Object) - Static method in class com.reportmill.base.RMListUtils
Removes the object identical to the given object from list.
removeKey(int) - Method in class com.reportmill.graphing.RMGraph
Removes a key.
removeKeyFrame(int) - Method in class com.reportmill.graphics.RMTimeline
Removes a keyframe at given index.
removeKeyFrame(RMKeyFrame) - Method in class com.reportmill.graphics.RMTimeline
Removes the given key frame.
removeKeyFrameKeyValues(Object, String, int, int, boolean) - Method in class com.reportmill.graphics.RMTimeline
Removes key frame key values for target and key between two times (with option to include those times).
removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyFrame
Removes a key value at given index.
removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyFrame
Removes a key value.
removeKeyValue(int) - Method in class com.reportmill.graphics.RMKeyValueList
Removes the key value and time at given index.
removeKeyValue(RMKeyValue) - Method in class com.reportmill.graphics.RMKeyValueList
Removes a given key value and its corresponding time.
removeLast(List<T>) - Static method in class com.reportmill.base.RMListUtils
Removes the last object from given list.
removeLastElement() - Method in class com.reportmill.graphics.RMPath
Removes the last element from the path.
removeLayer(int) - Method in class com.reportmill.shape.RMPage
Removes the layer at given index (and its children).
removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Removes the given layer.
removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Override to remove constraints from children.
removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Called when a child is removed from parent shape.
removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Override to stop listening to property changes.
removeLayoutChild(RMShape) - Method in class com.reportmill.shape.RMTable.TableLayout
 
removeLength(int, int) - Method in class com.reportmill.text.RMXStringRun
Removes a length from run(s) for char index.
removeLine() - Method in class com.reportmill.text.RMTextLayout
Removes a line.
removeListener(Class<T>, T) - Method in class com.reportmill.base.RMListenerList
Removes the listener as a listener of the specified type.
removeMouseListener(RMShapeMouseListener) - Method in class com.reportmill.shape.RMShape
Remove mouse listener.
removeOp(int) - Method in class com.reportmill.graphics.RMPainter
Removes the operation at given index.
removeOp(RMPainterOp) - Method in class com.reportmill.graphics.RMPainter
Removes this given operation.
removeOp(int) - Method in class com.reportmill.shapefx.RMRobotAction
Removes the operation at given index.
removeOp(RMRobotAction.RobotOp) - Method in class com.reportmill.shapefx.RMRobotAction
Removes this given operation.
removePage(int) - Method in class com.reportmill.shape.RMDocument
Removes a page from this document.
removePage(RMPage) - Method in class com.reportmill.shape.RMDocument
Removes the given page.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.reportmill.base.RMObject
Remove listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.reportmill.base.RMPropertyChanger
Remove a property change listener.
removeRecord(String) - Method in class com.reportmill.base.RMKeyTimer
Deletes any record with given key.
removeRow(int) - Method in class com.reportmill.shape.RMCrossTab
Removes the row at the given index.
removeShape(int) - Method in class com.reportmill.shape.RMScene3D
Removes the shape at the given index from the shape list.
removeShapes() - Method in class com.reportmill.shape.RMSwapShape
Removes all shapes.
removeSort(int) - Method in class com.reportmill.base.RMGrouping
Removes the sort at the given index.
removeSort(RMSort) - Method in class com.reportmill.base.RMGrouping
Removes the given sort from the grouping.
removeSpan(RMShapeTable.Span) - Method in class com.reportmill.shape.RMShapeTable.SpanList
Removes a span from a list of spans, either by reducing a span or by removing a span.
removeString(int, int) - Method in class com.reportmill.text.RMXStringCore
Removes an XString section.
removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
This method removes a table from the table group.
removeTime(int) - Method in class com.reportmill.graphics.RMKeyValueList
Removes a given time and its corresponding key value.
removeTimeBetweenTimes(List<? extends Number>, float, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Removes the times between the two given times (not including the two times).
removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Removes the version shape associated with the given name from the alternates map.
repaint() - Method in class com.reportmill.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(List<? extends RMShape>) - Static method in class com.reportmill.shape.RMShapeUtils
Convenience to mark a whole list of shapes for repaint.
repaint(Rectangle2D) - Method in class com.reportmill.viewer.RMViewer
Requests a repaint for the area represented by the given rect.
repaintDeep(RMShape) - Static method in class com.reportmill.shape.RMShapeUtils
Convenience to mark an entire tree of shapes for repaint.
replace(T[], int, int, T...) - Static method in class com.reportmill.base.RMArrayUtils
Replaces a range of values in an int array with values from another int array.
replace(int, int, byte[], int, int) - Method in class com.reportmill.base.RMByteArray
Replace raw binary from byte array in data.
replace(String, int, int, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of replacing in the given string the char range with the with-string.
replace(String, String, char) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of replacing in the given string any occurrence of the search string with the replace-char.
replace(String, String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of replacing in the given string any occurrence of the search string with the replace-string.
replace(String) - Method in class com.reportmill.text.RMTextEditor
Replaces the current selection with the given string.
replace(String, Map, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
Replaces the current selection with the given string.
replace(RMXString) - Method in class com.reportmill.text.RMTextEditor
Replaces the current selection with the given xstring.
replace(RMXString, int, int, boolean) - Method in class com.reportmill.text.RMTextEditor
Replaces the current selection with the given xstring.
replaceChars(CharSequence, int, int) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String.
replaceChars(CharSequence, Map, int, int) - Method in class com.reportmill.text.RMXString
Replaces chars in given range, with given String, using the given attributes.
replaceDatasetKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any dataset key in template that matches first given dataset key with the second given dataset key.
replaceFormat(RMShape, RMFormat) - Static method in class com.reportmill.base.RMExtras
Replaces a format.
replaceGroupingKey(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any grouping key in the template that matches first given key with the second given key.
replaceIC(String, String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns the result of replacing in given string any occurrence of search string with replace-string (ignore case).
replaceSort(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Replaces any sort in the template that matches first given sort with the second given sort.
replaceString(RMXString, int, int) - Method in class com.reportmill.text.RMXString
Replaces the chars in given range, with given XString.
replaceText(RMShape, String, String) - Static method in class com.reportmill.base.RMExtras
Iterates over all document (or shape) text and replaces occurrences of the first string with the second.
ReportMill - Class in com.reportmill.base
This class is used as a helper object by RMDocument to generate a report.
ReportMill() - Constructor for class com.reportmill.base.ReportMill
Creates a new reportmill with the specified paginate option (true or false).
ReportMill.AppServer - Interface in com.reportmill.base
An inner class to provide a hook for converting objects (like NSArray to List, etc.).
ReportMill.Listener - Interface in com.reportmill.base
An interface for classes than want to know about filled shapes.
reset() - Method in class com.reportmill.base.RMUndoer
Resets the undoer to its initial state (good to do when a document is saved).
reset() - Method in class com.reportmill.base.RMUndoSet
Resets this undo event for reuse.
reset() - Method in class com.reportmill.graphics.RMPath
Resets the current path with no elements or points.
reset(RMCrossTabCell[][], List, List, int, int) - Method in class com.reportmill.shape.RMCrossTab
Resets the table given a new list of cells, rows & columns.
reset() - Method in class com.reportmill.shape.RMShapeLayout
Resets shape layout without doing layout.
reset() - Method in class com.reportmill.shape.RMSpringLayout
Update LayoutInfo for all children.
reset() - Method in class com.reportmill.shape.RMTableRowLayout
Override to do nothing if structured.
resetAdder() - Method in class com.reportmill.shape.RMTableRPGAdder
Resets this adder to it's state before add rows was called.
resetAdder() - Method in class com.reportmill.shape.RMTableRPGAdderDetails
Overrides adder method to decrement print count.
resetAdder() - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Overrides adder method to decrement print count.
resetDividers() - Method in class com.reportmill.shape.RMCrossTabColumn
Resets dividers so they will be recalculated.
resetDividers() - Method in class com.reportmill.shape.RMCrossTabRow
Resets dividers so they will be recalculated.
resetLayers() - Method in class com.reportmill.shape.RMPage
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
resetPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
Replace the polygon's current path with a new path, adjusting the shape's bounds to match the new path.
resetUI() - Method in class com.reportmill.text.RMTextPane
Reset ui.
resizeColumns(RMTableRow, List<RMShape>, RMTableRow.ColumnResizeMode) - Method in class com.reportmill.shape.RMTableRowLayout
Resizes columns based on given column resize mode.
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.RMTextShape
Re-does the RPG clone to resolve any @Page@ keys (assumed to be present in userInfo).
resort() - Method in class com.reportmill.shape.RMScene3D
Resorts child shapes from back to front.
respondUI(SwingEvent) - Method in class com.reportmill.text.RMTextPane
Respond to Swing UI controls.
revalidate() - Method in class com.reportmill.shape.RMProxyShape
 
revalidate() - Method in class com.reportmill.shape.RMShape
Sets shape layout to invalid.
revalidate() - Method in class com.reportmill.shape.RMTextShape
Override to do home-brew layout.
reverse(List) - Static method in class com.reportmill.base.RMListUtils
Reverses the items in the given list.
reverse() - Method in class com.reportmill.graphics.RMPath3D
Reverses the path3d.
reverseColors() - Method in class com.reportmill.shapefx.RMGradientFill
Reverse the order of the color stops
rewind() - Method in class com.reportmill.shapefx.RMHitAction
Rewinds shape time to just before hit.
rgbToLab(float, float, float) - Static method in class com.reportmill.graphics.RMColor
Converts an RGB triplet to a CIELab triplet
RMAction - Class in com.reportmill.shapefx
An action is something that responds to a mouse, keyboard, or condition event.
RMAction() - Constructor for class com.reportmill.shapefx.RMAction
 
RMActionList - Class in com.reportmill.shapefx
An action that manages a list of actions.
RMActionList() - Constructor for class com.reportmill.shapefx.RMActionList
Creates a new action list.
RMActionList(RMAction...) - Constructor for class com.reportmill.shapefx.RMActionList
Creates a new action list for given actions.
RMActivity - Class in com.reportmill.base
This class represents an activity to be performed in a background thread with the ability to monitor progress, cancel, log information and respond to problems.
RMActivity() - Constructor for class com.reportmill.base.RMActivity
 
RMActivity.Status - Enum in com.reportmill.base
 
RMActivityList - Class in com.reportmill.base
An activity subclass that executes a list of activities in series.
RMActivityList() - Constructor for class com.reportmill.base.RMActivityList
Creates a new activity list.
RMActivityList(RMActivity...) - Constructor for class com.reportmill.base.RMActivityList
Creates a new activity from a list of activities.
RMActivityList(List<RMActivity>) - Constructor for class com.reportmill.base.RMActivityList
Creates a new activity list with given list of activities.
RMAllFontGlyphs(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns all of the printable characters for the given font name.
RMAllFonts(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns a string with all fonts names rendered as the fonts themselves (at the given size).
RMAnimator - Class in com.reportmill.graphics
This class represents a timer for animation, holding things like a current time and max time.
RMAnimator() - Constructor for class com.reportmill.graphics.RMAnimator
Creates a new animator.
RMAnimator.Listener - Interface in com.reportmill.graphics
An interface for classes that want to receive notification of certain animator events.
RMAnimPathShape - Class in com.reportmill.shape
A shape that can orient its children along a bezier path.
RMAnimPathShape() - Constructor for class com.reportmill.shape.RMAnimPathShape
Creates a new RMAnimPathShape.
RMAnimPathShape(RMShape) - Constructor for class com.reportmill.shape.RMAnimPathShape
Creates an animpath shape from another shape.
RMAnimPathShape.RMAnimPathGroup - Class in com.reportmill.shape
A shape subclass that adds the ability to be rotated about an arbitrary point.
RMAnimPathShape.RMAnimPathGroup() - Constructor for class com.reportmill.shape.RMAnimPathShape.RMAnimPathGroup
 
RMAnimUtils - Class in com.reportmill.graphics
This class holds a number of convenient static methods used for animation stuff.
RMAnimUtils() - Constructor for class com.reportmill.graphics.RMAnimUtils
 
RMArrayUtils - Class in com.reportmill.base
A collection of array utility methods.
RMArrayUtils() - Constructor for class com.reportmill.base.RMArrayUtils
 
RMAWTUtils - Class in com.reportmill.base
This class has a bunch of convenience utility methods from drawing lines, RMRects, buttons, etc.
RMAWTUtils() - Constructor for class com.reportmill.base.RMAWTUtils
 
RMBezier - Class in com.reportmill.graphics
This class models a simple bezier curve, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMBezier() - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier.
RMBezier(RMPoint, RMPoint, RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier from the given start point, control points and end point.
RMBezier(float, float, float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMBezier
Creates a new bezier from the given start point, control points and end point.
RMBezierLineHit - Class in com.reportmill.graphics
Hit detection for bezier and a line.
RMBezierLineHit() - Constructor for class com.reportmill.graphics.RMBezierLineHit
 
RMBigStringBuilder - Class in com.reportmill.text
A class to add/remove chars in segments so that it never gets prohibitive to insert chars to a long string.
RMBigStringBuilder() - Constructor for class com.reportmill.text.RMBigStringBuilder
Creates a new RMBigStringBuilder.
RMBigStringBuilder(CharSequence) - Constructor for class com.reportmill.text.RMBigStringBuilder
Creates a new RMBigStringBuilder with given chars.
RMBinderShape - Class in com.reportmill.shape
This class provides a graphical representation of a Binder.
RMBinderShape() - Constructor for class com.reportmill.shape.RMBinderShape
Creates a new binder shape.
RMBitRate11k - Static variable in class com.reportmill.graphics.RMSoundData
 
RMBitRate22k - Static variable in class com.reportmill.graphics.RMSoundData
 
RMBitRate44k - Static variable in class com.reportmill.graphics.RMSoundData
 
RMBitRate5k - Static variable in class com.reportmill.graphics.RMSoundData
 
RMBitRateUndefined - Static variable in class com.reportmill.graphics.RMSoundData
 
RMBlurEffect - Class in com.reportmill.shapefx
This class adds a blur to a given shape.
RMBlurEffect() - Constructor for class com.reportmill.shapefx.RMBlurEffect
Creates a new blur effect.
RMBlurEffect(int) - Constructor for class com.reportmill.shapefx.RMBlurEffect
Creates a new blur effect with the parameters.
RMBorderStroke - Class in com.reportmill.shapefx
This stroke subclass strokes the rectangular border of a given shape, with option include/exclude individual sides.
RMBorderStroke() - Constructor for class com.reportmill.shapefx.RMBorderStroke
 
RMByteArray - Class in com.reportmill.base
This class is like a StringBuffer for bytes instead of chars.
RMByteArray() - Constructor for class com.reportmill.base.RMByteArray
Creates an empty RMData.
RMByteArray(int) - Constructor for class com.reportmill.base.RMByteArray
Creates an empty RMData with the given capacity.
RMByteArray(byte[]) - Constructor for class com.reportmill.base.RMByteArray
Creates an RMData with the given byte array.
RMByteArray(byte[], int) - Constructor for class com.reportmill.base.RMByteArray
Creates an RMData with the given byte array (only to the given length).
RMByteSource - Interface in com.reportmill.base
An interface for providing bytes from various kinds of sources.
RMByteSource.AbstractSource - Class in com.reportmill.base
A basic implementation of an RMByteSource.
RMByteSource.AbstractSource() - Constructor for class com.reportmill.base.RMByteSource.AbstractSource
 
RMByteSource.BasicSource - Class in com.reportmill.base
An implementation for a byte source from an InputStream.
RMByteSource.BasicSource(InputStream) - Constructor for class com.reportmill.base.RMByteSource.BasicSource
Creates a new basic source from an input stream.
RMByteSource.BasicSource(byte[]) - Constructor for class com.reportmill.base.RMByteSource.BasicSource
Creates a new basic source from an bytes.
RMByteSource.ClassSource - Class in com.reportmill.base
An implementation of a byte source for a class and an extension (list).
RMByteSource.ClassSource(Class, String...) - Constructor for class com.reportmill.base.RMByteSource.ClassSource
Creates a new URLSource.
RMByteSource.Factory - Class in com.reportmill.base
Creates a byte source from an object.
RMByteSource.Factory() - Constructor for class com.reportmill.base.RMByteSource.Factory
 
RMByteSource.FileSource - Class in com.reportmill.base
An implementation for a byte source from a file.
RMByteSource.FileSource(File) - Constructor for class com.reportmill.base.RMByteSource.FileSource
Creates a new file source from a file.
RMByteSource.URLSource - Class in com.reportmill.base
An implementation for a byte source from a URL.
RMByteSource.URLSource(URL) - Constructor for class com.reportmill.base.RMByteSource.URLSource
Creates a new URL source from a URL.
RMChiselEffect - Class in com.reportmill.shapefx
An emboss effect that uses contour fill as its bump map.
RMChiselEffect() - Constructor for class com.reportmill.shapefx.RMChiselEffect
Creates a new chisel effect.
RMClassUtils - Class in com.reportmill.base
Utility methods for Class.
RMClassUtils() - Constructor for class com.reportmill.base.RMClassUtils
 
RMCodec - Class in com.reportmill.base
This class has utility methods to code and decode into various different formats: hex, ASCII85, base 64.
RMCodec() - Constructor for class com.reportmill.base.RMCodec
 
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(int, int, int) - 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.
RMCompositeEffect - Class in com.reportmill.shapefx
An effect that is made up of multiple effects.
RMCompositeEffect() - Constructor for class com.reportmill.shapefx.RMCompositeEffect
Creates a new composite effect.
RMConditional(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the trueVal if condition is true, otherwise null.
RMConditional(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
 
RMConsoleText - Class in com.reportmill.text
A text area subclass for consoles.
RMConsoleText() - Constructor for class com.reportmill.text.RMConsoleText
Creates a new console text.
RMContourFill - Class in com.reportmill.shapefx
RMFill implementation of a shape-burst gradient.
RMContourFill() - Constructor for class com.reportmill.shapefx.RMContourFill
Creates a contour fill.
RMContourFill(float) - Constructor for class com.reportmill.shapefx.RMContourFill
Creates a contour fill with given height.
RMCrossTab - Class in com.reportmill.shape
Manages a table of RMCells, which is really a stack of RMCellRows.
RMCrossTab() - Constructor for class com.reportmill.shape.RMCrossTab
Creates a new crosstab.
RMCrossTabCell - Class in com.reportmill.shape
A text shape subclass used to form the basis of a table.
RMCrossTabCell() - Constructor for class com.reportmill.shape.RMCrossTabCell
Creates a new RMCell.
RMCrossTabColumn - Class in com.reportmill.shape
Provides info for a column in a crosstab.
RMCrossTabColumn() - Constructor for class com.reportmill.shape.RMCrossTabColumn
Creates a new column.
RMCrossTabColumn(RMCrossTab) - Constructor for class com.reportmill.shape.RMCrossTabColumn
Creates a new column for the given table.
RMCrossTabDivider - Class in com.reportmill.shape
This class represents a line that divedes a cell row or cell column.
RMCrossTabDivider(Object) - Constructor for class com.reportmill.shape.RMCrossTabDivider
Creates a new divider for given row or column.
RMCrossTabFrame - Class in com.reportmill.shape
This class wraps a shape around a crosstab to constrain the crosstab's bounds to a region on the page.
RMCrossTabFrame() - Constructor for class com.reportmill.shape.RMCrossTabFrame
Creates a new crosstab.
RMCrossTabLayout - Class in com.reportmill.shape
A layout manager for crosstab.
RMCrossTabLayout() - Constructor for class com.reportmill.shape.RMCrossTabLayout
 
RMCrossTabRow - Class in com.reportmill.shape
This shape manages a row of cells.
RMCrossTabRow() - Constructor for class com.reportmill.shape.RMCrossTabRow
Creates a new cell row.
RMCrossTabRow(RMCrossTab) - Constructor for class com.reportmill.shape.RMCrossTabRow
Creates a new cell row.
RMCSVReader - Class in com.reportmill.base
A class for reading file of comma separated values, or really any separated values.
RMCSVReader() - Constructor for class com.reportmill.base.RMCSVReader
 
RMCurveFit - Class in com.reportmill.graphics
This class creates an approximating polygon for a given RMFunction.
RMCurveFit() - Constructor for class com.reportmill.graphics.RMCurveFit
 
RMCurveFit.InverseFunc - Class in com.reportmill.graphics
A function whose value is the inverse of another function ie.
RMCurveFit.InverseFunc(RMMath.RMFunc) - Constructor for class com.reportmill.graphics.RMCurveFit.InverseFunc
 
RMCurveFit.NevilleFunc - Class in com.reportmill.graphics
A function whose value is determined by interpolating through a set of sample points using Neville's Method.
RMCurveFit.NevilleFunc() - Constructor for class com.reportmill.graphics.RMCurveFit.NevilleFunc
 
RMCurveFit.Piece - Class in com.reportmill.graphics
 
RMCurveFit.Piece(double, double, double[], double[]) - Constructor for class com.reportmill.graphics.RMCurveFit.Piece
 
RMCurveFit.ScaledFunc - Class in com.reportmill.graphics
A function scaled such that f(1) == 1
RMCurveFit.ScaledFunc(RMMath.RMFunc) - Constructor for class com.reportmill.graphics.RMCurveFit.ScaledFunc
 
RMDataSource - Class in com.reportmill.base
A simple data source for providing data to reports.
RMDataSource() - Constructor for class com.reportmill.base.RMDataSource
 
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.
RMDateUtils - Class in com.reportmill.base
Utility methods for Java Date.
RMDateUtils() - Constructor for class com.reportmill.base.RMDateUtils
 
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.Unit - Enum in com.reportmill.shape
 
RMDocumentLayout - Class in com.reportmill.shape
A layout manager for RMDocument.
RMDocumentLayout() - Constructor for class com.reportmill.shape.RMDocumentLayout
 
RMDocumentSource - Interface in com.reportmill.shape
An interface for objects that can provide documents.
RMDocumentSource.AbstractSource - Class in com.reportmill.shape
A basic implementation of an RMDocumentSource.
RMDocumentSource.AbstractSource() - Constructor for class com.reportmill.shape.RMDocumentSource.AbstractSource
 
RMDocumentSource.ByteSourceSource - Class in com.reportmill.shape
A basic implementation of an RMDocumentSource that encapsulates an RMByteSource.
RMDocumentSource.ByteSourceSource(RMByteSource) - Constructor for class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Creates a ByteSourceSource.
RMDocumentSource.Factory - Class in com.reportmill.shape
A factory class to create a source for given object.
RMDocumentSource.Factory() - Constructor for class com.reportmill.shape.RMDocumentSource.Factory
 
RMDocumentSource.PDFSource - Class in com.reportmill.shape
A basic implementation of an RMDocumentSource that encapsulates an RMByteSource.
RMDocumentSource.PDFSource(RMByteSource) - Constructor for class com.reportmill.shape.RMDocumentSource.PDFSource
Creates a PDFSource.
RMDoubleStroke - Class in com.reportmill.shapefx
Strokes a path with 2 lines of different widths, with an arbitrary separation (d) between them.
RMDoubleStroke() - Constructor for class com.reportmill.shapefx.RMDoubleStroke
Creates a new plain double stroke.
RMDoubleStroke(RMColor, float) - Constructor for class com.reportmill.shapefx.RMDoubleStroke
Creates a new double stroke.
RMDoubleStroke(RMColor, float, float, float, int) - Constructor for class com.reportmill.shapefx.RMDoubleStroke
Creates a new double stroke.
RMDragAction - Class in com.reportmill.shapefx
This action adds dragging to a shape in response to mouse press and drag.
RMDragAction() - Constructor for class com.reportmill.shapefx.RMDragAction
 
RMEffect - Class in com.reportmill.shapefx
An RMFill subclass for drawing effects that rely on shape's standard fill/stroke.
RMEffect() - Constructor for class com.reportmill.shapefx.RMEffect
 
RMEmbossEffect - Class in com.reportmill.shapefx
Renders a given shape with an emboss effect.
RMEmbossEffect() - Constructor for class com.reportmill.shapefx.RMEmbossEffect
Creates a new emboss effect.
RMEmbossEffect(float, float, int) - Constructor for class com.reportmill.shapefx.RMEmbossEffect
Creates a new emboss effect with given altitude, azimuth and radius.
RMEnumUtils - Class in com.reportmill.base
Utilities for enums.
RMEnumUtils() - Constructor for class com.reportmill.base.RMEnumUtils
 
RMException - Exception in com.reportmill.base
A simple subclass of RuntimeException that RM uses to indicate errors that don't always really need to be declared or caught.
RMException() - Constructor for exception com.reportmill.base.RMException
Constructs a new RM exception with null as its detail message.
RMException(String) - Constructor for exception com.reportmill.base.RMException
Constructs a new RM exception with the specified detail message.
RMException(String, Throwable) - Constructor for exception com.reportmill.base.RMException
Constructs a new RM exception with the specified detail message and cause.
RMException(Throwable) - Constructor for exception com.reportmill.base.RMException
Constructs a new RM exception with the specified cause.
RMExpireAction - Class in com.reportmill.shapefx
An action to remove a shape from parent after given expiration time (duration).
RMExpireAction() - Constructor for class com.reportmill.shapefx.RMExpireAction
Creates a new expiration action.
RMExpireAction(double) - Constructor for class com.reportmill.shapefx.RMExpireAction
Creates a new expiration action with given expiration.
RMExtras - Class in com.reportmill.base
This file is just meant to hold various utility methods that customers have asked for.
RMExtras() - Constructor for class com.reportmill.base.RMExtras
 
RMExtras.Category - Enum in com.reportmill.base
Movie category constant type.
RMExtras.Movie - Class in com.reportmill.base
A movie class.
RMExtras.Movie(String, RMExtras.Category, Date, String, RMExtras.Studio, List<RMExtras.MovieRole>) - Constructor for class com.reportmill.base.RMExtras.Movie
 
RMExtras.MovieRole - Class in com.reportmill.base
A movie role class.
RMExtras.MovieRole(String, String) - Constructor for class com.reportmill.base.RMExtras.MovieRole
 
RMExtras.Studio - Class in com.reportmill.base
A movie class.
RMExtras.Studio(String, float) - Constructor for class com.reportmill.base.RMExtras.Studio
 
RMFadeAction - Class in com.reportmill.shapefx
This action can make a shape fade in or out.
RMFadeAction() - Constructor for class com.reportmill.shapefx.RMFadeAction
 
RMFileUtils - Class in com.reportmill.base
Utility methods for file.
RMFileUtils() - Constructor for class com.reportmill.base.RMFileUtils
 
RMFileUtils.FileException - Exception in com.reportmill.base
A File exception.
RMFileUtils.FileException(File, String, Throwable) - Constructor for exception com.reportmill.base.RMFileUtils.FileException
 
RMFill - Class in com.reportmill.shapefx
This class represents a simple shape fill, drawing a given color in a provided path.
RMFill() - Constructor for class com.reportmill.shapefx.RMFill
Creates a plain, black fill.
RMFill(RMColor) - Constructor for class com.reportmill.shapefx.RMFill
Creates a plain fill with the given color.
RMFlowLayout - Class in com.reportmill.shape
A shape layout that arranges child shapes one after another with wrapping.
RMFlowLayout() - Constructor for class com.reportmill.shape.RMFlowLayout
 
RMFlowLayoutBasic - Class in com.reportmill.shape
A layout that arranges children one after another in a manner like text flow, with text like controls in the constraints to provide for newline like ability to define the start of a new row and tab like ability to allow for lining up children in different rows.
RMFlowLayoutBasic() - Constructor for class com.reportmill.shape.RMFlowLayoutBasic
 
RMFlowLayoutBasic.AlignX - Enum in com.reportmill.shape
 
RMFlowLayoutBasic.AlignY - Enum in com.reportmill.shape
 
RMFlowLayoutBasic.FlowTab - Class in com.reportmill.shape
A class to represent a tab area of children in a flow layout (a column o)f a line).
RMFlowLayoutBasic.FlowTab() - Constructor for class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
 
RMFlowLayoutBasic.LayoutInfo - Class in com.reportmill.shape
A class to hold constraints for child.
RMFlowLayoutBasic.LayoutInfo(Object) - Constructor for class com.reportmill.shape.RMFlowLayoutBasic.LayoutInfo
Creates a new LayoutInfo for string.
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).
RMFontFile - Class in com.reportmill.text
This class represents all the information about a font that is independent of size.
RMFontUtils - Class in com.reportmill.text
Provides some utility methods for Fonts.
RMFontUtils() - Constructor for class com.reportmill.text.RMFontUtils
 
RMFormat - Interface in com.reportmill.base
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
RMGradientFill - Class in com.reportmill.shapefx
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
RMGradientFill() - Constructor for class com.reportmill.shapefx.RMGradientFill
Creates an uninitialized gradient fill.
RMGradientFill(RMColor, RMColor, float) - Constructor for class com.reportmill.shapefx.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.shapefx
Simple static class to represent a stop (they're immutable).
RMGradientFill.ColorStop(RMColor, float) - Constructor for class com.reportmill.shapefx.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.
RMGraph.Type - Enum in com.reportmill.graphing
 
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.GraphAreaLayout - Class in com.reportmill.graphing
A layout to rebuild graph area.
RMGraphArea.GraphAreaLayout() - Constructor for class com.reportmill.graphing.RMGraphArea.GraphAreaLayout
 
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.
RMGroup - Class in com.reportmill.base
This class is a smart List subclass used to hold objects from an original list broken down by grouping keys.
RMGroup() - Constructor for class com.reportmill.base.RMGroup
Creates an empty group.
RMGroup(List) - Constructor for class com.reportmill.base.RMGroup
Creates a group with the (assumed) list of groups.
RMGroup.Running - Class in com.reportmill.base
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup.
RMGroup.Running(RMGroup, RMGroup, RMGroup) - Constructor for class com.reportmill.base.RMGroup.Running
Creates a Running group for parent group and start/end groups on page.
RMGrouper - Class in com.reportmill.base
This class simply manages a list of groupings and has some nice convenience methods.
RMGrouper() - Constructor for class com.reportmill.base.RMGrouper
Creates an empty grouper.
RMGrouping - Class in com.reportmill.base
This object represents an individual grouping with attributes like key, sorts, topN sort, etc.
RMGrouping() - Constructor for class com.reportmill.base.RMGrouping
Creates an empty grouping.
RMGrouping(String) - Constructor for class com.reportmill.base.RMGrouping
Creates a grouping with the given key.
RMHitAction - Class in com.reportmill.shapefx
An action to look for collisions with other shapes and notify.
RMHitAction() - Constructor for class com.reportmill.shapefx.RMHitAction
 
RMHitInfo - Class in com.reportmill.graphics
This class encapsulates simple hit information of a given curve or line against another curve or line.
RMHitInfo(int, double, double, int) - Constructor for class com.reportmill.graphics.RMHitInfo
Creates a hit info record with given attributes.
RMHTML(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting html commands in the given string.
RMHTMLParser - Class in com.reportmill.text
This class provides methods to create an xstring from HTML and RTF.
RMHTMLParser() - Constructor for class com.reportmill.text.RMHTMLParser
 
RMImage(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring with an embedded image shape for given image source.
RMImageData - Class in com.reportmill.graphics
This class manages image data.
RMImageData.ImageReader - Interface in com.reportmill.graphics
An interface for classes that can handle image reading for RMImageData.
RMImageEffect - Class in com.reportmill.shapefx
A effect based on image filtering.
RMImageEffect() - Constructor for class com.reportmill.shapefx.RMImageEffect
 
RMImageEffect.BoxKernel - Class in com.reportmill.shapefx
A kernel class for box filters (really?).
RMImageEffect.BoxKernel(int) - Constructor for class com.reportmill.shapefx.RMImageEffect.BoxKernel
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
RMImageEffect.ConeKernel - Class in com.reportmill.shapefx
A kernel class for cone effects.
RMImageEffect.ConeKernel(int) - Constructor for class com.reportmill.shapefx.RMImageEffect.ConeKernel
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
RMImageEffect.GaussianKernel - Class in com.reportmill.shapefx
Extends Kernel with constructor which takes Kernel size and automatically generates a gaussian matrix.
RMImageEffect.GaussianKernel(int) - Constructor for class com.reportmill.shapefx.RMImageEffect.GaussianKernel
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
RMImageFill - Class in com.reportmill.shapefx
This class is used to fill a shape's path with an image.
RMImageFill() - Constructor for class com.reportmill.shapefx.RMImageFill
Creates a plain image fill.
RMImageFill(Object) - Constructor for class com.reportmill.shapefx.RMImageFill
Creates an image fill for the given source.
RMImageFill(Object, byte, float) - Constructor for class com.reportmill.shapefx.RMImageFill
Creates an image fill from an image source.
RMImageReader - Class in com.reportmill.graphics
Uses ImageIO or JAI to read an image, its basic info and its decoded bytes.
RMImageReader(RMImageData) - Constructor for class com.reportmill.graphics.RMImageReader
Creates a new image reader for given image data.
RMImageShape - Class in com.reportmill.shape
This class is a shape representation of an image.
RMImageShape() - Constructor for class com.reportmill.shape.RMImageShape
Creates a plain image shape (with no actual image).
RMImageShape(Object) - Constructor for class com.reportmill.shape.RMImageShape
Creates an image shape from the image source provided.
RMInertiaAction - Class in com.reportmill.shapefx
An action to move/rotate shape based on inertia.
RMInertiaAction() - Constructor for class com.reportmill.shapefx.RMInertiaAction
Creates a new inertia action.
RMInterpolator - Class in com.reportmill.graphics
This class provides functionality to interpolate between two numbers given a ratio between 0-1.
RMInterpolator() - Constructor for class com.reportmill.graphics.RMInterpolator
Creates a new interpolator.
RMInterpolator(int) - Constructor for class com.reportmill.graphics.RMInterpolator
Creates a new interpolator with given direction.
RMInterpolator.Bounce - Class in com.reportmill.graphics
Parameterizable bounce interpolator class.
RMInterpolator.Bounce(int, double) - Constructor for class com.reportmill.graphics.RMInterpolator.Bounce
Create a new Bounce interpolator.
RMInvocation - Class in com.reportmill.graphics
This class represent a method call and is used to set values on another object, either by calling a "setFoo()" method or by directly setting the value of a public instance variable.
RMInvocation() - Constructor for class com.reportmill.graphics.RMInvocation
Creates an uninitialized invocation.
RMInvocation(Object, String, Object) - Constructor for class com.reportmill.graphics.RMInvocation
Creates a new invocation for the given object, method name and value.
RMInvocation.Blend - Interface in com.reportmill.graphics
Implemented by any class that can interpolate themselves for animation purposes.
RMJarFile - Class in com.reportmill.base
A class to represent a Jar file or class directory.
RMJarFile(Class, String) - Constructor for class com.reportmill.base.RMJarFile
Creates a new RMJarFile from given class and class loader (optional).
RMJarFile(ClassLoader, String) - Constructor for class com.reportmill.base.RMJarFile
Creates a new RMJarFile from given class, class loader, known resource and package names.
RMJarFile(URL) - Constructor for class com.reportmill.base.RMJarFile
Creates a new RMJarFile.
RMJarFile(File) - Constructor for class com.reportmill.base.RMJarFile
Creates a new RMJarFile with given file.
RMJarFile(String) - Constructor for class com.reportmill.base.RMJarFile
Creates a new RMJarFile with given String path.
RMJarFileEntry - Class in com.reportmill.base
A class to represent a JarFile Entry.
RMJarFileEntry(RMJarFile, String) - Constructor for class com.reportmill.base.RMJarFileEntry
Creates a new entry for given name.
RMJarFileEntry(RMJarFile, String, boolean) - Constructor for class com.reportmill.base.RMJarFileEntry
Creates a new entry for given name.
RMJarFileSet - Class in com.reportmill.base
A class to represent a set of Jar Files.
RMJarFileSet() - Constructor for class com.reportmill.base.RMJarFileSet
Creates a new JarFile set.
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).
RMKey.KeyAccessor.Type - Enum in com.reportmill.base
 
RMKey.NoSetMethodException - Exception in com.reportmill.base
NoSetMethodException.
RMKey.NoSetMethodException() - Constructor for exception com.reportmill.base.RMKey.NoSetMethodException
 
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
 
RMKeyChainFuncs - Class in com.reportmill.base
This class represents an RM function call (method plus args) and defines a bunch of built-in functions.
RMKeyChainFuncs(Method, List) - Constructor for class com.reportmill.base.RMKeyChainFuncs
Creates a function call.
RMKeyFrame - Class in com.reportmill.graphics
An animation object that holds an object key/value for a given time.
RMKeyFrame(int) - Constructor for class com.reportmill.graphics.RMKeyFrame
Creates a new key frame.
RMKeyList - Class in com.reportmill.base
A list implementation that tries to get objects from aKey+"Size" or aKey+"Count" and aKey(index), eg., getThingCount(), getThing(index).
RMKeyList(Object, String) - Constructor for class com.reportmill.base.RMKeyList
Creates a new key list.
RMKeyList(Object, String, String) - Constructor for class com.reportmill.base.RMKeyList
Creates a new key list.
RMKeyList.InvalidKeyListException - Exception in com.reportmill.base
An exception class which is thrown when creating a new key-list with invalid object key.
RMKeyList.InvalidKeyListException(String) - Constructor for exception com.reportmill.base.RMKeyList.InvalidKeyListException
 
RMKeyList.InvalidKeyListException(String, Throwable) - Constructor for exception com.reportmill.base.RMKeyList.InvalidKeyListException
 
RMKeyTimer - Class in com.reportmill.base
This class provides methods to set values (using RMKey) over time using an interpolator.
RMKeyTimer(Object, String, Object, float, float, RMInterpolator) - Constructor for class com.reportmill.base.RMKeyTimer
Creates a new timer.
RMKeyTimer.Record - Class in com.reportmill.base
A class representing an individual change to be animated by this timer.
RMKeyTimer.Record(String, Object, Object, RMInterpolator) - Constructor for class com.reportmill.base.RMKeyTimer.Record
Creates new record.
RMKeyValue - Class in com.reportmill.graphics
An animation class that represents a key/value pair in a key frame.
RMKeyValue(Object, String, Object) - Constructor for class com.reportmill.graphics.RMKeyValue
Creates a new key frame.
RMKeyValueList - Class in com.reportmill.graphics
An animation object that keeps track of Key-Values at Key Frame times for a target/key pair.
RMKeyValueList(Object, String) - Constructor for class com.reportmill.graphics.RMKeyValueList
Creates a new key value list for given target and key.
RMLabel - Class in com.reportmill.shape
This class represents an individual label inside an RMLabels template.
RMLabel() - Constructor for class com.reportmill.shape.RMLabel
 
RMLabels - Class in com.reportmill.shape
This class represents a block of labels.
RMLabels() - Constructor for class com.reportmill.shape.RMLabels
Creates a new labels template.
RMLine - Class in com.reportmill.graphics
This class models a simple line, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMLine() - Constructor for class com.reportmill.graphics.RMLine
Creates a new line.
RMLine(double, double, double, double) - Constructor for class com.reportmill.graphics.RMLine
Creates a new line for the given x & y start/end points.
RMLine(RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMLine
Creates a new line for the given start point and end point.
RMLineShape - Class in com.reportmill.shape
This class represents a simple line shape, drawing a line from a start point to an end point.
RMLineShape() - Constructor for class com.reportmill.shape.RMLineShape
Creates a basic line (a point actually at 0,0).
RMLineShape(float, float, float, float) - Constructor for class com.reportmill.shape.RMLineShape
Creates a basic black line from the given x1, y1 to the given x2, y2.
RMLineShape.ArrowHead - Class in com.reportmill.shape
A line segment arrow head.
RMLineShape.ArrowHead() - Constructor for class com.reportmill.shape.RMLineShape.ArrowHead
Creates a new arrow head.
RMLineShape.ArrowHead(int) - Constructor for class com.reportmill.shape.RMLineShape.ArrowHead
Creates a new arrow head of type.
RMLinkedText - Class in com.reportmill.shape
This class is a shape used to render text that didn't fit in a referenced text shape.
RMLinkedText() - Constructor for class com.reportmill.shape.RMLinkedText
Creates a new linked text.
RMLinkedText(RMTextShape) - Constructor for class com.reportmill.shape.RMLinkedText
Creates a new overfloat text for the given text shape.
RMListenerList - Class in com.reportmill.base
A class that holds a list of instances for given class.
RMListenerList() - Constructor for class com.reportmill.base.RMListenerList
 
RMListKeyEvaluator - Class in com.reportmill.base
This class can be used to front for objects to perform list flattening.
RMListKeyEvaluator(Object, String) - Constructor for class com.reportmill.base.RMListKeyEvaluator
Creates a new list key evaluator for a given object and a key.
RMListUtils - Class in com.reportmill.base
Utility methods for use with Java.util.List.
RMListUtils() - Constructor for class com.reportmill.base.RMListUtils
 
RMLogger - Class in com.reportmill.base
This class provides a simple abstraction for logging messages.
RMLogger() - Constructor for class com.reportmill.base.RMLogger
 
RMLogger.CompositeLogger - Class in com.reportmill.base
A logger to combine multiple other loggers.
RMLogger.CompositeLogger(RMLogger...) - Constructor for class com.reportmill.base.RMLogger.CompositeLogger
Creates a new composite logger with other loggers.
RMLogger.NoOp - Class in com.reportmill.base
A logger that does nothing.
RMLogger.NoOp() - Constructor for class com.reportmill.base.RMLogger.NoOp
 
RMLogger.PrintStreamLogger - Class in com.reportmill.base
A logger that wraps around a print stream.
RMLogger.PrintStreamLogger(PrintStream) - Constructor for class com.reportmill.base.RMLogger.PrintStreamLogger
Creates a new print stream logger for given print writer.
RMLogger.Reader - Class in com.reportmill.base
A class to read lines from a given input stream in a separate thread and print them.
RMLogger.Reader(RMLogger, InputStream) - Constructor for class com.reportmill.base.RMLogger.Reader
Creates a new stream printer for given input stream.
RMMapUtils - Class in com.reportmill.base
Utility methods for use with Java.util.Map.
RMMapUtils() - Constructor for class com.reportmill.base.RMMapUtils
 
RMMath - Class in com.reportmill.base
Utility methods for common math operations.
RMMath() - Constructor for class com.reportmill.base.RMMath
 
RMMath.RMFunc - Class in com.reportmill.base
A class used to specify an arbitrary mathematical function.
RMMath.RMFunc() - Constructor for class com.reportmill.base.RMMath.RMFunc
 
RMMethodUtils - Class in com.reportmill.base
Utility methods for method reflection.
RMMethodUtils() - Constructor for class com.reportmill.base.RMMethodUtils
 
RMMorphShape - Class in com.reportmill.shape
An RMShape subclass to support morphing from one shape to another.
RMMorphShape() - Constructor for class com.reportmill.shape.RMMorphShape
Creates a new morph shape.
RMMorphShape.Morphing2D - Class in com.reportmill.shape
A morphing shape is a shape which geometry is constructed from two other shapes: a start shape and an end shape.
RMMorphShape.Morphing2D(Shape, Shape) - Constructor for class com.reportmill.shape.RMMorphShape.Morphing2D
Creates a new morphing shape.
RMMultipleStopGradient - Class in com.reportmill.shapefx
An implementation of the java.awt.Paint interface for RMGradientFills.
RMMultipleStopGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.shapefx.RMMultipleStopGradient
 
RMMultipleStopGradient.AngleGradient - Class in com.reportmill.shapefx
Multiple stop angle gradient with angles.
RMMultipleStopGradient.AngleGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.shapefx.RMMultipleStopGradient.AngleGradient
Creates a new angle gradient.
RMMultipleStopGradient.DiamondGradient - Class in com.reportmill.shapefx
A multiple stop diamond gradient.
RMMultipleStopGradient.DiamondGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.shapefx.RMMultipleStopGradient.DiamondGradient
Creates a new multiple stop diamond gradient.
RMMultipleStopGradient.RadialGradient - Class in com.reportmill.shapefx
Multiple stop radial gradient.
RMMultipleStopGradient.RadialGradient(float, float, float, float, RMGradientFill) - Constructor for class com.reportmill.shapefx.RMMultipleStopGradient.RadialGradient
Create MultipleStopRadialGradient.
RMNestedDoc - Class in com.reportmill.shape
This class represents a shape for a document inside a page of another document.
RMNestedDoc() - Constructor for class com.reportmill.shape.RMNestedDoc
Creates an uninitialized nested doc.
RMNestedDoc(RMDocument) - Constructor for class com.reportmill.shape.RMNestedDoc
Creates a new nested doc for given doc.
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.
RMObject - Class in com.reportmill.base
This class forms the basis of many objects to add global functionality, like archiving.
RMObject() - Constructor for class com.reportmill.base.RMObject
 
RMOvalShape - Class in com.reportmill.shape
This class represents a simple oval, with a setable start angle and sweep angle.
RMOvalShape() - Constructor for class com.reportmill.shape.RMOvalShape
Creates a plain oval (draws stroke).
RMOvalShape(float, float) - Constructor for class com.reportmill.shape.RMOvalShape
Creates an oval with the given startAngle and sweep.
RMPage - Class in com.reportmill.shape
The RMPage class represents an individual page in an RMDocument.
RMPage() - Constructor for class com.reportmill.shape.RMPage
Creates a plain empty page.
RMPage.Plexing - Enum in com.reportmill.shape
 
RMPageLayer - Class in com.reportmill.shape
This class represents a page layer, a standard feature of page layout applications that lets you manage the children of a page as separate groups, so that some can be made unselectable or invisible to ease template editing.
RMPageLayer() - Constructor for class com.reportmill.shape.RMPageLayer
Creates a plain layer.
RMPageLayer(RMPage, String) - Constructor for class com.reportmill.shape.RMPageLayer
Creates a page layer for a given page and name.
RMPainter - Class in com.reportmill.graphics
An object to process painter shape operations.
RMPainter() - Constructor for class com.reportmill.graphics.RMPainter
Creates a new painter shape painter.
RMPainterOp - Class in com.reportmill.graphics
A class representing an operation to an painter shape, like MoveTo or LineTo.
RMPainterOp() - Constructor for class com.reportmill.graphics.RMPainterOp
 
RMPainterOp.CurveTo - Class in com.reportmill.graphics
A path construction operation for painting a bezier curve.
RMPainterOp.CurveTo(float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMPainterOp.CurveTo
Creates a new CurveTo operation.
RMPainterOp.Forward - Class in com.reportmill.graphics
An op class for moving a shape forward along the path of its current roll.
RMPainterOp.Forward(float) - Constructor for class com.reportmill.graphics.RMPainterOp.Forward
Creates a new Forward operation.
RMPainterOp.LineTo - Class in com.reportmill.graphics
A path construction operation for painting a line.
RMPainterOp.LineTo(float, float) - Constructor for class com.reportmill.graphics.RMPainterOp.LineTo
Creates a new LineTo operation.
RMPainterOp.MoveTo - Class in com.reportmill.graphics
An inner class for path move to.
RMPainterOp.MoveTo(float, float) - Constructor for class com.reportmill.graphics.RMPainterOp.MoveTo
Create new MoveTo operation.
RMPainterOp.PathOperation - Class in com.reportmill.graphics
An inner class for path construction operations.
RMPainterOp.PathOperation() - Constructor for class com.reportmill.graphics.RMPainterOp.PathOperation
 
RMPainterOp.QuadTo - Class in com.reportmill.graphics
A path construction operation for painting a quadratic curve.
RMPainterOp.QuadTo(float, float, float, float) - Constructor for class com.reportmill.graphics.RMPainterOp.QuadTo
Creates a new QuadTo operation.
RMPainterOp.SetPaintColor - Class in com.reportmill.graphics
An operation to set paint color.
RMPainterOp.SetPaintColor(Color) - Constructor for class com.reportmill.graphics.RMPainterOp.SetPaintColor
Creates a new SetPaintColor operation.
RMPainterOp.SetPaintSpeed - Class in com.reportmill.graphics
An operation to set painting speed.
RMPainterOp.SetPaintSpeed(float) - Constructor for class com.reportmill.graphics.RMPainterOp.SetPaintSpeed
Create new set painting speed operation.
RMPainterOp.SetStrokeWidth - Class in com.reportmill.graphics
An operation to set stroke width.
RMPainterOp.SetStrokeWidth(float) - Constructor for class com.reportmill.graphics.RMPainterOp.SetStrokeWidth
Creates a new SetStrokeWidth operation.
RMPainterOp.Turn - Class in com.reportmill.graphics
An op class for turning a shape by a given number of degrees.
RMPainterOp.Turn(float) - Constructor for class com.reportmill.graphics.RMPainterOp.Turn
Creates a new Turn operation.
RMPainterShape - Class in com.reportmill.shape
A shape that references another shape and acts.
RMPainterShape() - Constructor for class com.reportmill.shape.RMPainterShape
Creates a new actor 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(RMTypes.AlignX, 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.
RMPath3D - Class in com.reportmill.graphics
This class represents a path in 3D space.
RMPath3D() - Constructor for class com.reportmill.graphics.RMPath3D
Creates a new empty path.
RMPath3D(RMPath, float) - Constructor for class com.reportmill.graphics.RMPath3D
Creates a 3D path from a 2D path with a depth.
RMPath3DUtils - Class in com.reportmill.graphics
Helper methods for the RMPath3D class.
RMPath3DUtils() - Constructor for class com.reportmill.graphics.RMPath3DUtils
 
RMPathFitCurves - Class in com.reportmill.graphics
Bezier curve fitting code adapted from "An Algorithm for Automatically Fitting Digitized Curves", by Philip J.
RMPathFitCurves() - Constructor for class com.reportmill.graphics.RMPathFitCurves
 
RMPathIterator - Class in com.reportmill.graphics
An implementation of path iterator for RMPath.
RMPathIterator(RMPath, AffineTransform) - Constructor for class com.reportmill.graphics.RMPathIterator
Creates a new path iterator for given path.
RMPathOffsetter - Class in com.reportmill.graphics
Offset path - a path that follows the curvature of the input path but is located a constant distance away from the curve.
RMPathOffsetter() - Constructor for class com.reportmill.graphics.RMPathOffsetter
 
RMPathUtils - Class in com.reportmill.graphics
Some utility methods for RMPaths.
RMPathUtils() - Constructor for class com.reportmill.graphics.RMPathUtils
 
RMPDFImageReader - Class in com.reportmill.graphics
Provides info for an encapsulated PDF (a PDF used as an image).
RMPDFImageReader(RMImageData) - Constructor for class com.reportmill.graphics.RMPDFImageReader
Creates a new PDF image reader.
RMPeriodicInterpolator - Class in com.reportmill.graphics
An Interpolator subclass that can be used for periodic (ie looping) motion.
RMPeriodicInterpolator() - Constructor for class com.reportmill.graphics.RMPeriodicInterpolator
Create a default periodic interpolator
RMPeriodicInterpolator.PeriodType - Enum in com.reportmill.graphics
 
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.
RMPoint3D - Class in com.reportmill.graphics
This class represents a 3D point.
RMPoint3D(float, float, float) - Constructor for class com.reportmill.graphics.RMPoint3D
Creates a new point3d from the x, y, z coords.
RMPolygonShape - Class in com.reportmill.shape
This class is an RMShape subclass that encapsulates an arbitrary path.
RMPolygonShape() - Constructor for class com.reportmill.shape.RMPolygonShape
Creates a new empty polygon shape.
RMPolygonShape(RMPath) - Constructor for class com.reportmill.shape.RMPolygonShape
Creates a new polygon shape for the given path.
RMPolynomial - Class in com.reportmill.graphics
 
RMPolynomial(float[]) - Constructor for class com.reportmill.graphics.RMPolynomial
 
RMPrefsUtils - Class in com.reportmill.base
This class offers a number of useful general purpose utilities used by ribs classes.
RMPrefsUtils() - Constructor for class com.reportmill.base.RMPrefsUtils
 
RMPrefsUtils.BogusPreferences - Class in com.reportmill.base
A Preferences implementation that just stores prefs to a map, in case we don't have permission to read & write permissions.
RMPrefsUtils.BogusPreferences(AbstractPreferences, String) - Constructor for class com.reportmill.base.RMPrefsUtils.BogusPreferences
 
RMProcess - Class in com.reportmill.base
A class to run an external process.
RMProcess() - Constructor for class com.reportmill.base.RMProcess
 
RMProcess.StreamReader - Class in com.reportmill.base
An inner class to read from an input stream in a separate thread to a string buffer.
RMPropertyChangeEvent - Class in com.reportmill.base
An (Indexed) PropertyChangeEvent subclass to describe shape property changes.
RMPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class com.reportmill.base.RMPropertyChangeEvent
Creates a property change event.
RMPropertyChangeEvent(Object, PropertyChangeEvent) - Constructor for class com.reportmill.base.RMPropertyChangeEvent
Creates a shape property change event.
RMPropertyChanger - Interface in com.reportmill.base
An interface for objects that let others listen in to property changes.
RMPropertyChangeUtils - Class in com.reportmill.base
Utilities for property changes.
RMPropertyChangeUtils() - Constructor for class com.reportmill.base.RMPropertyChangeUtils
 
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
 
RMProxyShape<T extends RMProxyShape> - Class in com.reportmill.shape
A shape that represents another shape, returning its attributes and forwarding attribute changes back to it.
RMProxyShape() - Constructor for class com.reportmill.shape.RMProxyShape
 
RMQuadratic - Class in com.reportmill.graphics
This class models a simple quadratic curve, providing methods for extracting points, distance calculation, bisection, hit detection and such.
RMQuadratic() - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve.
RMQuadratic(RMPoint, RMPoint, RMPoint) - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve for this gvein start point, control point and end point.
RMQuadratic(float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMQuadratic
Creates a new quadratic curve for this gvein start point, control point and end point.
RMRadialGradientFill - Class in com.reportmill.shapefx
Radial Gradient Fill.
RMRadialGradientFill() - Constructor for class com.reportmill.shapefx.RMRadialGradientFill
Creates an uninitialized radial fill.
RMRadialGradientFill(RMColor, RMColor, Point2D, Point2D) - Constructor for class com.reportmill.shapefx.RMRadialGradientFill
Creates a gradient fill from the given start color to the given end color with the given endpoints.
RMRect - Class in com.reportmill.base
This class extends Rectanlge2D to add some convenient rect methods.
RMRect() - Constructor for class com.reportmill.base.RMRect
Creates an empty rect.
RMRect(double, double, double, double) - Constructor for class com.reportmill.base.RMRect
Creates a rect with the given x, y, width and height (doubles).
RMRect(Point2D...) - Constructor for class com.reportmill.base.RMRect
Creates a rect enclosing the given array of points.
RMRect(Rectangle2D) - Constructor for class com.reportmill.base.RMRect
Creates a rect from an awt rect.
RMRectShape - Class in com.reportmill.shape
This class represents a simple rectangle shape with a rounding radius.
RMRectShape() - Constructor for class com.reportmill.shape.RMRectShape
Creates a plain rectangle.
RMReflectionEffect - Class in com.reportmill.shapefx
This class adds a reflection to a given shape.
RMReflectionEffect() - Constructor for class com.reportmill.shapefx.RMReflectionEffect
 
RMRobotAction - Class in com.reportmill.shapefx
An instruction processor for actor shape.
RMRobotAction() - Constructor for class com.reportmill.shapefx.RMRobotAction
 
RMRobotAction.Forward - Class in com.reportmill.shapefx
An op class for moving a shape forward along the path of its current roll.
RMRobotAction.Forward(float) - Constructor for class com.reportmill.shapefx.RMRobotAction.Forward
Creates a new Forward operation.
RMRobotAction.MoveTo - Class in com.reportmill.shapefx
An op class for shape location change.
RMRobotAction.MoveTo(float, float) - Constructor for class com.reportmill.shapefx.RMRobotAction.MoveTo
Creates a new MoveTo operation.
RMRobotAction.RobotOp - Class in com.reportmill.shapefx
A class representing an operation to an actor shape, like Forward, Backward, TurnRight, TurnLeft, etc.
RMRobotAction.RobotOp() - Constructor for class com.reportmill.shapefx.RMRobotAction.RobotOp
 
RMRobotAction.Turn - Class in com.reportmill.shapefx
An op class for turning a shape by a given number of degrees.
RMRobotAction.Turn(float) - Constructor for class com.reportmill.shapefx.RMRobotAction.Turn
Creates a new Turn operation.
RMRomanNumeralFormat - Class in com.reportmill.base
A utility class for converting an integer into roman numerals.
RMRomanNumeralFormat() - Constructor for class com.reportmill.base.RMRomanNumeralFormat
 
RMRTF(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting rtf commands in the given string.
RMRTFParser - Class in com.reportmill.text
Parses rtf data from a string and returns it as an xstring.
RMRTFParser() - Constructor for class com.reportmill.text.RMRTFParser
 
RMRunner<T> - Class in com.reportmill.base
A class for running operations in the background.
RMRunner() - Constructor for class com.reportmill.base.RMRunner
Creates a new runner.
RMRunner.Status - Enum in com.reportmill.base
 
RMScene3D - Class in com.reportmill.shape
This class manages a list of children and transforms them to 3D representations for display based on X and Y axis rotations.
RMScene3D() - Constructor for class com.reportmill.shape.RMScene3D
Creates a new Scene3d.
RMScene3D.RMShape3D - Class in com.reportmill.shape
RMPolygon subclass that encapsulates a Path3D.
RMScene3D.RMShape3D(RMPath3D) - Constructor for class com.reportmill.shape.RMScene3D.RMShape3D
Creates a new shape 3d from the given path3d.
RMSchemaMaker - Class in com.reportmill.base
This class makes a schema from an object graph, given a top level object.
RMSchemaMaker() - Constructor for class com.reportmill.base.RMSchemaMaker
Creates a new schema maker.
RMShadowEffect - Class in com.reportmill.shapefx
This class adds a shadow to a given shape.
RMShadowEffect() - Constructor for class com.reportmill.shapefx.RMShadowEffect
Creates a new shadow effect.
RMShadowEffect(RMColor, int, int, int) - Constructor for class com.reportmill.shapefx.RMShadowEffect
Creates a new shadow effect with the parameters.
RMShape - Class in com.reportmill.shape
This class is the basis for all graphic elements in a ReportMill document.
RMShape() - Constructor for class com.reportmill.shape.RMShape
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.
RMShapeEventAdapter - Class in com.reportmill.shape
A class to listen for Swing events and send them on.
RMShapeEventAdapter(RMShape) - Constructor for class com.reportmill.shape.RMShapeEventAdapter
Creates a new RMShapeEventAdapter for given shape.
RMShapeLayout - Class in com.reportmill.shape
Handles code for laying out shape children with springs and struts.
RMShapeLayout() - Constructor for class com.reportmill.shape.RMShapeLayout
Creates a new layout.
RMShapeLayout.DirectLayout - Class in com.reportmill.shape
A shape layout that calls shape layoutChildren() method.
RMShapeLayout.DirectLayout() - Constructor for class com.reportmill.shape.RMShapeLayout.DirectLayout
 
RMShapeLayout.FrameLayout - Class in com.reportmill.shape
A shape layout subclass that just puts the child exactly in the parent bounds.
RMShapeLayout.FrameLayout() - Constructor for class com.reportmill.shape.RMShapeLayout.FrameLayout
 
RMShapeMouseEvent - Class in com.reportmill.shape
The RMShapeMouseEvent is a subclass of MouseEvent which is sent to an RMShape's mouse listeners.
RMShapeMouseEvent(RMShape, MouseEvent) - Constructor for class com.reportmill.shape.RMShapeMouseEvent
Creates a new shape mouse event.
RMShapeMouseListener - Interface in com.reportmill.shape
A listener for shape mouse events.
RMShapeMouseListener.Adapter - Class in com.reportmill.shape
An adapter class for RMShapeMouseListener.
RMShapeMouseListener.Adapter() - Constructor for class com.reportmill.shape.RMShapeMouseListener.Adapter
 
RMShapePainter - Class in com.reportmill.shape
This class manages the painting of shapes to a Java2D graphics object.
RMShapePainter() - Constructor for class com.reportmill.shape.RMShapePainter
Creates a new shape painter.
RMShapePainter(Object) - Constructor for class com.reportmill.shape.RMShapePainter
Creates a new shape painter.
RMShapePainter.SizeToFitMode - Enum in com.reportmill.shape
 
RMShapeRSS - Class in com.reportmill.shape
A class to hold a shape roll, scale and skew.
RMShapeRSS() - Constructor for class com.reportmill.shape.RMShapeRSS
 
RMShapeTable - Class in com.reportmill.shape
Defines a region of coordinates along with a list of shapes that occupy that region.
RMShapeTable(List<RMShape>) - Constructor for class com.reportmill.shape.RMShapeTable
Creates a table from a list of shapes.
RMShapeTable.Cell - Class in com.reportmill.shape
An inner class that represents a table cell.
RMShapeTable.Cell(RMShapeTable.Row, RMShapeTable.Column) - Constructor for class com.reportmill.shape.RMShapeTable.Cell
Creates a new cell.
RMShapeTable.Column - Class in com.reportmill.shape
An inner class representing rows.
RMShapeTable.Column(float, float) - Constructor for class com.reportmill.shape.RMShapeTable.Column
Creates a new column.
RMShapeTable.Row - Class in com.reportmill.shape
An inner class representing rows.
RMShapeTable.Row(float, float) - Constructor for class com.reportmill.shape.RMShapeTable.Row
Creates a new row.
RMShapeTable.Span - Class in com.reportmill.shape
A class to represent an interval
RMShapeTable.Span(float, float) - Constructor for class com.reportmill.shape.RMShapeTable.Span
Creates a new span.
RMShapeTable.SpanList - Class in com.reportmill.shape
A class to represent a list of spans.
RMShapeTable.SpanList() - Constructor for class com.reportmill.shape.RMShapeTable.SpanList
 
RMShapeUtils - Class in com.reportmill.shape
Some shape utility methods.
RMShapeUtils() - Constructor for class com.reportmill.shape.RMShapeUtils
 
RMShapeUtils.HoverTimer - Class in com.reportmill.shape
A Timer subclass.
RMShapeUtils.HoverTimer(RMShapeMouseEvent) - Constructor for class com.reportmill.shape.RMShapeUtils.HoverTimer
Creates a new hover timer for shape mouse event.
RMSharedMap - Class in com.reportmill.shape
An inner class to hold less-common attributes.
RMSharedMap() - Constructor for class com.reportmill.shape.RMSharedMap
Creates a new map.
RMSize - Class in com.reportmill.base
This class represents a simple geometric size (width, height).
RMSize() - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to 0,0.
RMSize(double, double) - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to the given width and height.
RMSize(RMSize) - Constructor for class com.reportmill.base.RMSize
Creates a size initialized to the given size.
RMSize(Dimension) - Constructor for class com.reportmill.base.RMSize
Creates a size from a java2D dimension
RMSize(String) - Constructor for class com.reportmill.base.RMSize
Creates a size from a string (assumes comma separated).
RMSort - Class in com.reportmill.base
This class provides a basic description for comparison and sorting with a simple key and order (ascending or descending).
RMSort() - Constructor for class com.reportmill.base.RMSort
Creates a plain sort with no key.
RMSort(String) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and ORDER_ASCEND.
RMSort(String, int) - Constructor for class com.reportmill.base.RMSort
Creates a sort with the given key and order.
RMSoundData - Class in com.reportmill.graphics
Manages sound data from sound file bytes.
RMSoundData(Object) - Constructor for class com.reportmill.graphics.RMSoundData
Creates a new sound data for given source.
RMSoundShape - Class in com.reportmill.shape
This class represents a sound in a document.
RMSoundShape() - Constructor for class com.reportmill.shape.RMSoundShape
Creates an empty sound shape.
RMSoundShape(Object) - Constructor for class com.reportmill.shape.RMSoundShape
Creates a sound shape from a given source (File, String path, InputStream, byte array, etc.).
RMSoundShape.RMSoundListener - Interface in com.reportmill.shape
A listener interface that can be implemented by anyone that cares.
RMSpellCheck - Class in com.reportmill.text
This class provides provides generic spell check API ideal for RM's needs.
RMSpellCheck() - Constructor for class com.reportmill.text.RMSpellCheck
 
RMSpellCheck.Word - Class in com.reportmill.text
An inner class to represent a misspelled word.
RMSpellCheck.Word() - Constructor for class com.reportmill.text.RMSpellCheck.Word
 
RMSpringLayout - Class in com.reportmill.shape
Handles code for laying out shape children with springs and struts.
RMSpringLayout() - Constructor for class com.reportmill.shape.RMSpringLayout
Creates a new layout.
RMSpringLayout.LayoutInfo - Class in com.reportmill.shape
A class to represent springs LayoutInfo.
RMSpringLayout.LayoutInfo(RMShape) - Constructor for class com.reportmill.shape.RMSpringLayout.LayoutInfo
Creates a new LayoutInfo.
RMSQLUtils - Class in com.reportmill.base
Utility methods for ResultSet.
RMSQLUtils() - Constructor for class com.reportmill.base.RMSQLUtils
 
RMStarShape - Class in com.reportmill.shape
An n pointed star.
RMStarShape() - Constructor for class com.reportmill.shape.RMStarShape
Create a new star.
RMStringTokenizer - Class in com.reportmill.base
A string tokenizer that can provide token location.
RMStringTokenizer(String) - Constructor for class com.reportmill.base.RMStringTokenizer
Creates a new string tokenizer.
RMStringTokenizer.Token - Class in com.reportmill.base
Token class.
RMStringTokenizer.Token(int, int) - Constructor for class com.reportmill.base.RMStringTokenizer.Token
 
RMStringUtils - Class in com.reportmill.base
This class is a collection of convenient static String utils.
RMStringUtils() - Constructor for class com.reportmill.base.RMStringUtils
 
RMStroke - Class in com.reportmill.shapefx
An RMFill subclass specifically designed to describe strokes.
RMStroke() - Constructor for class com.reportmill.shapefx.RMStroke
Creates a plain, black stroke.
RMStroke(RMColor, float) - Constructor for class com.reportmill.shapefx.RMStroke
Creates a stroke with the given color and line width.
RMSubreport - Class in com.reportmill.shape
A shape to reference another template.
RMSubreport() - Constructor for class com.reportmill.shape.RMSubreport
 
RMSwapShape - Class in com.reportmill.shape
This shape class holds multiple shapes and displays one at a time (swapping them in).
RMSwapShape() - Constructor for class com.reportmill.shape.RMSwapShape
 
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).
RMTable.TableLayout - Class in com.reportmill.shape
A shape layout that calls shape layoutChildren() method.
RMTable.TableLayout() - Constructor for class com.reportmill.shape.RMTable.TableLayout
 
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
 
RMTableRowLayout - Class in com.reportmill.shape
A shape layout implementation that handles layout of structured table rows.
RMTableRowLayout() - Constructor for class com.reportmill.shape.RMTableRowLayout
Creates a new table row layout.
RMTableRPG - Class in com.reportmill.shape
This class is a basic implementation of Table RPG.
RMTableRPG() - Constructor for class com.reportmill.shape.RMTableRPG
Creates a new table RPG.
RMTableRPG(RMTableGroup, RMTable, ReportMill) - Constructor for class com.reportmill.shape.RMTableRPG
Creates a TableRPG and starts the RPG process with the given Table (or TableGroup primary table).
RMTableRPGAdder - Class in com.reportmill.shape
An object responsible for adding a row to a table.
RMTableRPGAdder(RMTableRPG, RMTableRPGAdder) - Constructor for class com.reportmill.shape.RMTableRPGAdder
Creates a new row adder.
RMTableRPGAdderDetails - Class in com.reportmill.shape
This table adder subclass is responsible for adding details rows to a table.
RMTableRPGAdderDetails(RMTableRPG, RMTableRPGAdder, RMGroup) - Constructor for class com.reportmill.shape.RMTableRPGAdderDetails
Creates a new details adder.
RMTableRPGAdderHeader - Class in com.reportmill.shape
A class to add header rows to a table.
RMTableRPGAdderHeader(RMTableRPG, RMTableRPGAdder) - Constructor for class com.reportmill.shape.RMTableRPGAdderHeader
Creates a new header adder.
RMTableRPGAdderSummary - Class in com.reportmill.shape
This table adder subclass is responsible for adding details rows to a table.
RMTableRPGAdderSummary(RMTableRPG, RMTableRPGAdder, RMTableRPGAdderHeader) - Constructor for class com.reportmill.shape.RMTableRPGAdderSummary
Creates a new summary adder.
RMTableRPGAdderTable - Class in com.reportmill.shape
A class to handle adding a new table.
RMTableRPGAdderTable(RMTableRPG, RMTableRPGAdder, RMTable) - Constructor for class com.reportmill.shape.RMTableRPGAdderTable
Creates a new table adder.
RMText - Class in com.reportmill.shape
Deprecated.
RMText() - Constructor for class com.reportmill.shape.RMText
Deprecated.
 
RMTextArea - Class in com.reportmill.text
A text editor subclass for editing text in a Swing component.
RMTextArea() - Constructor for class com.reportmill.text.RMTextArea
Creates a new text area.
RMTextEditor - Class in com.reportmill.text
This class provides all of the event and drawing code necessary to edit text in the form of an RMXString (separated from an actual UI Component).
RMTextEditor() - Constructor for class com.reportmill.text.RMTextEditor
Creates a plain text editor.
RMTextEditor.TextSelection - Class in com.reportmill.text
A class to act as text selection.
RMTextEditor.TextSelection() - Constructor for class com.reportmill.text.RMTextEditor.TextSelection
 
RMTextEditorUtils - Class in com.reportmill.text
Text editor utils.
RMTextEditorUtils() - Constructor for class com.reportmill.text.RMTextEditorUtils
 
RMTextEditorUtils.RMXStringTransferable - Class in com.reportmill.text
Transferable implementation for text editor and xstrings.
RMTextEditorUtils.RMXStringTransferable(RMXString) - Constructor for class com.reportmill.text.RMTextEditorUtils.RMXStringTransferable
Creates a new editor clipboard for given xstring.
RMTextKeyProcessor - Class in com.reportmill.text
A class to process KeyEvents from a text editor.
RMTextKeyProcessor() - Constructor for class com.reportmill.text.RMTextKeyProcessor
 
RMTextLayout - Class in com.reportmill.text
A class to layout text.
RMTextLayout() - Constructor for class com.reportmill.text.RMTextLayout
 
RMTextLayoutInPath - Class in com.reportmill.text
Performs text layout in a path.
RMTextLayoutInPath(RMPath) - Constructor for class com.reportmill.text.RMTextLayoutInPath
Creates a new RMTextLayoutInPath for given path.
RMTextLine - Class in com.reportmill.text
A class to represent a line of text in a layout.
RMTextLine(RMTextLayout) - Constructor for class com.reportmill.text.RMTextLine
Creates a new text line.
RMTextPane - Class in com.reportmill.text
A simple text pane.
RMTextPane() - Constructor for class com.reportmill.text.RMTextPane
Creates a new text pane.
RMTextRange - Class in com.reportmill.text
Represents a range of text (basically a start and end).
RMTextRange(int, int) - Constructor for class com.reportmill.text.RMTextRange
Creates a new selection.
RMTextRun - Class in com.reportmill.text
Represents a run of characters in a line.
RMTextRun(RMTextLayout) - Constructor for class com.reportmill.text.RMTextRun
Creates a new text run for given line.
RMTextShape - Class in com.reportmill.shape
This class is an RMShape subclass for handling rich text.
RMTextShape() - Constructor for class com.reportmill.shape.RMTextShape
Creates an empty text instance.
RMTextShape(RMXString) - Constructor for class com.reportmill.shape.RMTextShape
Creates a text instance initialized with the given RMXString.
RMTextShape(String) - Constructor for class com.reportmill.shape.RMTextShape
Creates a text instance initialized with the given plain text String.
RMTextShapeRun - Class in com.reportmill.text
A text run for embedded shapes.
RMTextShapeRun(RMTextLayout) - Constructor for class com.reportmill.text.RMTextShapeRun
Creates an new text shape run.
RMTextShapeUtils - Class in com.reportmill.shape
Utility methods for some esoteric text functionality.
RMTextShapeUtils() - Constructor for class com.reportmill.shape.RMTextShapeUtils
 
RMTextTypes - Interface in com.reportmill.text
Text constants.
RMTextTypes.Attribute - Enum in com.reportmill.text
 
RMTextTypes.TabType - Enum in com.reportmill.text
 
RMTextUtils - Class in com.reportmill.text
Some utility methods for text processing.
RMTextUtils() - Constructor for class com.reportmill.text.RMTextUtils
 
RMTimeline - Class in com.reportmill.graphics
An animation object that holds a list of key frames.
RMTimeline() - Constructor for class com.reportmill.graphics.RMTimeline
Creates a new timeline.
RMTimeline(Object) - Constructor for class com.reportmill.graphics.RMTimeline
Creates a new timeline with owner.
RMTopNSort - Class in com.reportmill.base
This is a sort subclass to support sorting objects by their relative position in an array of values.
RMTopNSort() - Constructor for class com.reportmill.base.RMTopNSort
Creates a new value sort.
RMTopNSort(String, int, int, boolean) - Constructor for class com.reportmill.base.RMTopNSort
Creates a new value sort.
RMTransform - Class in com.reportmill.graphics
This class represents a simple 2D transform.
RMTransform() - Constructor for class com.reportmill.graphics.RMTransform
Creates a new identity transform.
RMTransform(RMTransform) - Constructor for class com.reportmill.graphics.RMTransform
Creates a new transform from a given transform.
RMTransform(float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMTransform
Creates a transform initialized to given matrix components.
RMTransform(float, float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMTransform
Create a transform with translation, rotation, and skew.
RMTransform(float, float, float, float, float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMTransform
Creates a transform with translation and given rotation/skew about a point.
RMTransform3D - Class in com.reportmill.graphics
This class represents a 3D transform.
RMTransform3D() - Constructor for class com.reportmill.graphics.RMTransform3D
Creates a transform3d with the identity matrix.
RMTransition - Class in com.reportmill.graphics
An animation class that represents a change of an object property from one value to another.
RMTransition(Object, String, Object, int, boolean) - Constructor for class com.reportmill.graphics.RMTransition
Creates a new transition.
RMTransition(RMKeyValue, RMKeyValue) - Constructor for class com.reportmill.graphics.RMTransition
Creates a new transition.
RMTransition.Rotate - Class in com.reportmill.graphics
A transition for rotation.
RMTransition.Rotate(Object, double, int, boolean) - Constructor for class com.reportmill.graphics.RMTransition.Rotate
Creates a new translation transition.
RMTransition.RunStatus - Enum in com.reportmill.graphics
 
RMTransition.Translate - Class in com.reportmill.graphics
A transition for XY.
RMTransition.Translate(Object, double, double, int, boolean) - Constructor for class com.reportmill.graphics.RMTransition.Translate
Creates a new Translate transition.
RMTypes - Interface in com.reportmill.base
Common types.
RMTypes.AlignX - Enum in com.reportmill.base
 
RMTypes.AlignY - Enum in com.reportmill.base
 
RMUndoer - Class in com.reportmill.base
RMUndoer - this object manages undo by keeping lists of property changes.
RMUndoer() - Constructor for class com.reportmill.base.RMUndoer
Creates a new undoer.
RMUndoer.Selection - Interface in com.reportmill.base
An interface for undo/redo selection.
RMUndoSet - Class in com.reportmill.base
This class represents a single undo but holds a list of PropertyChangeEvents.
RMUndoSet() - Constructor for class com.reportmill.base.RMUndoSet
Creates a new empty undo set.
RMUnicode(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the unicode character string for the given unicode value.
RMUnicodeRange(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the unicode string for the given range of unicode values.
RMURLUtils - Class in com.reportmill.base
Utilities for URL.
RMURLUtils() - Constructor for class com.reportmill.base.RMURLUtils
 
RMURLUtils.Header - Class in com.reportmill.base
A class to hold headers.
RMURLUtils.Header(String, String) - Constructor for class com.reportmill.base.RMURLUtils.Header
 
RMURLUtils.PermissiveClassLoader - Class in com.reportmill.base
A URL class loader that defaults to all permissions.
RMURLUtils.PermissiveClassLoader(URL[], ClassLoader) - Constructor for class com.reportmill.base.RMURLUtils.PermissiveClassLoader
Creates a new permissive class loader.
RMURLUtils.Response - Class in com.reportmill.base
A class to hold URL response.
RMURLUtils.Response() - Constructor for class com.reportmill.base.RMURLUtils.Response
 
RMUtils - Class in com.reportmill.base
This class provides a bunch of utility methods for common problems.
RMUtils() - Constructor for class com.reportmill.base.RMUtils
 
RMUtils.ProgressListener - Interface in com.reportmill.base
Defines an interface for a progress listener.
RMValueSort - Class in com.reportmill.base
This is a sort subclass to support sorting objects by their relative position in an array of values.
RMValueSort(String, List) - Constructor for class com.reportmill.base.RMValueSort
Creates a new value sort.
RMVector - Class in com.reportmill.graphics
This class represents a 2D vector.
RMVector() - Constructor for class com.reportmill.graphics.RMVector
Creates a new vector.
RMVector(double, double) - Constructor for class com.reportmill.graphics.RMVector
Creates a new vector.
RMVector3D - Class in com.reportmill.graphics
This class represents a 3D vector.
RMVector3D(float, float, float) - Constructor for class com.reportmill.graphics.RMVector3D
Creates a new vector from the given coords.
RMVector3D(RMVector3D) - Constructor for class com.reportmill.graphics.RMVector3D
Creates a new vector from the given vector.
RMViewer - Class in com.reportmill.viewer
The RMViewer class is a JComponent subclass that can be used in Swing applications to display and/or print an RMDocument.
RMViewer() - Constructor for class com.reportmill.viewer.RMViewer
Creates a new RMViewer with an empty document in it.
RMViewer(Object) - Constructor for class com.reportmill.viewer.RMViewer
Creates a new RMViewer from the given document source.
RMViewer.ZoomMode - Enum in com.reportmill.viewer
 
RMWrapAction - Class in com.reportmill.shapefx
An action to wrap a shape around when it goes offscreen.
RMWrapAction() - Constructor for class com.reportmill.shapefx.RMWrapAction
 
RMXMLDataSource - Class in com.reportmill.base
This class is used as a proxy for objects passed to document's generateReport() method.
RMXMLDataSource() - Constructor for class com.reportmill.base.RMXMLDataSource
Creates a plain datasource.
RMXMLDataSource(Object) - Constructor for class com.reportmill.base.RMXMLDataSource
Creates a datasource from a given source with a given name (can be null).
RMXMLReader - Class in com.reportmill.base
This class creates an object graph of collections (Map/List) and core Java types from a given XML source.
RMXMLReader() - Constructor for class com.reportmill.base.RMXMLReader
Creates an uninitialized reader.
RMXMLWriter - Class in com.reportmill.base
This class turns any Java dataset into XML.
RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
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(CharSequence) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String and no attributes.
RMXString(CharSequence, 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(CharSequence, Object...) - Constructor for class com.reportmill.text.RMXString
Creates an RMXString initialized with the given String with all characters set to the given attributes.
RMXString.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.
RMXStringCore - Class in com.reportmill.text
The core methods of an xstring.
RMXStringCore() - Constructor for class com.reportmill.text.RMXStringCore
Creates a new RMXStringCore
RMXStringCore(CharSequence, Map) - Constructor for class com.reportmill.text.RMXStringCore
Creates a new RMXStringCore
RMXStringCore.AttrsChange - Class in com.reportmill.text
A property change event for setAttribute.
RMXStringCore.AttrsChange(RMTextTypes.Attribute, Object, Object, int, int) - Constructor for class com.reportmill.text.RMXStringCore.AttrsChange
 
RMXStringCore.CharsChange - Class in com.reportmill.text
A property change event for addChars/removeChars.
RMXStringCore.CharsChange(Object, Object, int) - Constructor for class com.reportmill.text.RMXStringCore.CharsChange
 
RMXStringCore.StringChange - Class in com.reportmill.text
A property change event for addString/removeString.
RMXStringCore.StringChange(Object, Object, int) - Constructor for class com.reportmill.text.RMXStringCore.StringChange
 
RMXStringRun - Class in com.reportmill.text
The Run class represents a range of characters in an xstring that share common attributes.
RMXStringRun() - Constructor for class com.reportmill.text.RMXStringRun
Creates a new run.
RMXStringRun(Map, int, int) - Constructor for class com.reportmill.text.RMXStringRun
Creates a new run with given attributes at given start/end.
RMXStringUtils - Class in com.reportmill.text
This class provides a method to perform @key@ substitution on an xstring.
RMXStringUtils() - Constructor for class com.reportmill.text.RMXStringUtils
 
roman(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Formats the given object in roman numerals.
roman(Number) - Static method in class com.reportmill.base.RMKeyChainFuncs
Formats the given object in roman numerals.
rotate(float) - Method in class com.reportmill.graphics.RMTransform
Rotates this transform by given angle in degrees (returns this for convenience).
rotate(RMVector3D, float) - Method in class com.reportmill.graphics.RMTransform3D
Rotate about arbitrary axis.
rotate(float, float, float) - Method in class com.reportmill.graphics.RMTransform3D
Rotate x,y,z with three Euler angles (same as rotateX(rx).rotateY(ry).rotateZ(rz))
rotateX(float) - Method in class com.reportmill.graphics.RMTransform3D
Rotate x axis by given degrees.
rotateY(float) - Method in class com.reportmill.graphics.RMTransform3D
Rotate y axis by given degrees.
rotateZ(float) - Method in class com.reportmill.graphics.RMTransform3D
Rotate z axis by given degrees.
round(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the given value as a double rounded to the nearest integer.
round(float, float) - Static method in class com.reportmill.base.RMMath
Returns the given number rounded to the second number (rounding to arbitrary floating values).
round(double, double) - Static method in class com.reportmill.base.RMMath
Returns the given number rounded to the second number (rounding to arbitrary double values).
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, boolean) - Method in class com.reportmill.text.RMXString
Creates a clone of the receiver, with substitution performed on @-sign delineated keys.
rpgClone(RMXString, ReportMill, Object, RMShape, boolean) - Static method in class com.reportmill.text.RMXStringUtils
Performs @key@ substitution on an xstring.
rtf(Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an xstring by interpreting rtf commands in the given string.
RULE_GAP_ON_PATH - Static variable in class com.reportmill.shapefx.RMDoubleStroke
 
RULES_CENTERED_ABOUT_PATH - Static variable in class com.reportmill.shapefx.RMDoubleStroke
 
run() - Method in class com.reportmill.base.RMActivity
This is the primary run method which should contain only the custom run tasks.
run() - Method in class com.reportmill.base.RMActivityList
This is the primary run method.
run() - Method in class com.reportmill.base.RMProcess.StreamReader
 
run() - Method in class com.reportmill.base.RMRunner
The method to run.
runActivity() - Method in class com.reportmill.base.RMActivity
This method runs the activity, in the current thread.
runZoomPanel() - Method in class com.reportmill.viewer.RMViewer
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).

S

saveChanges() - Method in class com.reportmill.base.RMUndoer
Pushes current undo record on the stack and opens new one.
saveFile() - Method in class com.reportmill.text.RMTextPane
Save file.
saveToSource() - Method in class com.reportmill.base.RMByteSource.BasicSource
Implement save - not implemented.
saveToSource() - Method in class com.reportmill.base.RMByteSource.FileSource
Saves the source bytes.
saveToSource() - Method in interface com.reportmill.base.RMByteSource
Saves the source bytes.
saveToSource() - Method in class com.reportmill.base.RMByteSource.URLSource
Saves the source bytes.
saveToSource() - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Saves the source bytes.
scale(float) - Method in class com.reportmill.base.RMRect
Scales the receiver rect by the given amount.
scale(float, float) - Method in class com.reportmill.graphics.RMTransform
Scales this transform by given scale x and scale y (returns this for convenience).
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.RMTextShape
Resizes all the font's in text string by given factor.
scaleFonts(RMXString, float) - Static method in class com.reportmill.text.RMXStringUtils
Sets a value to that should be multiplied times all font sizes in this string.
scaleFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
Scales records of the animator owner's children in the range from start to start + length to a given new length.
scaleRecords(int, float) - Method in class com.reportmill.graphics.RMTimeline
This method scales all records from a given start time through a length to a new length.
scaleTextToFit(RMTextShape) - Static method in class com.reportmill.shape.RMTextShapeUtils
Scales font sizes of all text in an RMText shape to fit in bounds.
selectAll() - Method in class com.reportmill.text.RMTextEditor
Selects all the characters in the text editor.
selectLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
Selects the given layer.
selectLayer(String) - Method in class com.reportmill.shape.RMPage
Selects the layer with the given name.
selectLineEnd() - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point to next newline or text end.
selectLineStart() - Method in class com.reportmill.text.RMTextEditor
Moves the insertion point to the beginning of line.
sendCGIEmail(String, Map) - Static method in class com.reportmill.base.RMURLUtils
Send CGI Email.
sendCGIEmail(URL, Map) - Static method in class com.reportmill.base.RMURLUtils
Send CGI Email.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
Overrides shape implementation to keep shapes in their proper layers.
sendShapesToBack(List) - Method in class com.reportmill.shape.RMPageLayer
Moves the shapes specified in the given list to the back of this layer's list of shapes.
sendShapesToBack(List<RMShape>) - Method in class com.reportmill.shape.RMShape
Moves the subset of children in the given list to the back of the children list.
separate(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a list of parts of given string separated by the given delimiter.
separate(String, String, boolean) - Static method in class com.reportmill.base.RMStringUtils
Returns a list of parts of given string separated by the given delimiter, with option to trim space.
separate(RMXString, String) - Static method in class com.reportmill.text.RMXStringUtils
Returns a List of XString substrings of this XString that are separated by the given separator String.
set(Object, Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
This method actually retrieves a value for an object and a key.
set(int, Object) - Method in class com.reportmill.base.RMKeyList
Resets the object at the given index to given object.
set3D(RMGraphPart3D) - Method in class com.reportmill.graphing.RMGraphArea
Sets the 3d shape.
setAccelerationVector(RMVector) - Method in class com.reportmill.shapefx.RMInertiaAction
Sets the acceleration vector.
setAction(RMAction) - Method in class com.reportmill.shape.RMShape
Sets the action for this shape.
setActiveUndoSet(RMUndoSet) - Method in class com.reportmill.base.RMUndoer
Sets the active event (presumably from undo sets list).
setActivities(List<RMActivity>) - Method in class com.reportmill.base.RMActivityList
Sets the list of activities.
setActivity(RMActivity) - Method in class com.reportmill.base.RMActivityList
Sets the currently active activity.
setActivityText(String) - Method in class com.reportmill.base.RMRunner
Sets a description of the current activity beging performed.
setAlign(RMTypes.AlignX) - Method in class com.reportmill.shape.RMTextShape
Deprecated.
setAlign(RMTypes.AlignX) - Method in class com.reportmill.text.RMXString
Deprecated.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMShape
Sets the horizontal alignment.
setAlignmentX(float) - Method in class com.reportmill.shape.RMShapePainter
Sets the horizontal alignment.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.shape.RMTextShape
Sets the align for all chars.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.text.RMTextEditor
Sets the alignment for current selection.
setAlignmentX(RMTypes.AlignX) - Method in class com.reportmill.text.RMXString
Sets the horizontal alignment of the xstring.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMShape
Sets the vertical alignment.
setAlignmentY(float) - Method in class com.reportmill.shape.RMShapePainter
Sets the vertical alignment.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.shape.RMTextShape
Sets the vertical alignment.
setAlignmentY(RMTypes.AlignY) - Method in class com.reportmill.text.RMTextLayout
Sets the vertical alignment of this layout.
setAlignVertical(RMTypes.AlignY) - Method in class com.reportmill.shape.RMTextShape
Deprecated.
setAlignX(RMFlowLayoutBasic.AlignX) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets the horizontal alignment.
setAlignY(RMFlowLayoutBasic.AlignY) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets the vertical alignment.
setAllowPartialLastLine(boolean) - Method in class com.reportmill.text.RMTextLayout
Sets whether to allow last line if top is above bounds bottom
setAngularVelocity(double) - Method in class com.reportmill.shapefx.RMInertiaAction
Sets the angular velocity.
setAnimChild(RMShape) - Method in class com.reportmill.shape.RMAnimPathShape
Sets the shape which will be positioned along the path
setAntialiasing(Graphics2D, boolean) - Static method in class com.reportmill.base.RMAWTUtils
Turns antialiasing on or off for a given graphics (returns previous state).
setArg(Object) - Method in class com.reportmill.graphics.RMInvocation
Sets the arg for this invocation.
setArrowHead(RMLineShape.ArrowHead) - Method in class com.reportmill.shape.RMLineShape
Sets the line segment arrow head.
setAttribute(Object) - Method in class com.reportmill.text.RMXString
Applies the given attribute to whole xstring, assuming it's a basic attr types (font, color, etc.).
setAttribute(Object, int, int) - Method in class com.reportmill.text.RMXString
Applies the given attribute to the given character range, assuming it's a basic attr type (font, color, etc.).
setAttribute(RMTextTypes.Attribute, Object) - Method in class com.reportmill.text.RMXString
Adds a given attribute of given type to the whole string.
setAttribute(RMTextTypes.Attribute, Object, int, int) - Method in class com.reportmill.text.RMXStringCore
Sets a given attribute to a given value for a given range.
setAttribute(RMTextTypes.Attribute, Object) - Method in class com.reportmill.text.RMXStringRun
Adds a specific attribute for the given key (will remove if attribute is null).
setAttributes(int, int, Map) - Method in class com.reportmill.text.RMXStringRun
Set attributes.
setAutoReverse(boolean) - Method in class com.reportmill.graphics.RMTransition
Sets whether the transition does an auto-reverse.
setAutoReverse(boolean) - Method in class com.reportmill.graphics.RMTransition.Translate
Override to send to both transitions.
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.
setBackgroundColor(Color) - Method in class com.reportmill.shape.RMShapePainter
Sets the background fill as a color.
setBackgroundFill(RMFill) - Method in class com.reportmill.shape.RMShapePainter
Sets the background fill.
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.
setBestHeight() - Method in class com.reportmill.shape.RMShape
Sets the shape to its best height (which is just the current height for most shapes).
setBestHeight(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Sets the shape to its preferred height.
setBestHeight(RMShape) - Method in class com.reportmill.shape.RMSpringLayout
Override to call shape grow.
setBestHeight() - Method in class com.reportmill.shape.RMTableRow
Override to resize alternates.
setBestHeight(RMShape) - Method in class com.reportmill.shape.RMTableRowLayout
Override to optimize structured case.
setBestSize() - Method in class com.reportmill.shape.RMShape
Sets the shape to its best size.
setBestSize(float, float) - Method in class com.reportmill.shape.RMShape
Sets the shape to its best size, with parameters to specify a max width/height.
setBinder(Binder) - Method in class com.reportmill.shape.RMBinderShape
Sets the binder.
setBinderClassName(String) - Method in class com.reportmill.shape.RMBinderShape
Sets the binder class name.
setBinderParentName(String) - Method in class com.reportmill.shape.RMBinderShape
Sets the parent binder name for this binder shape.
setBloat(double) - Method in class com.reportmill.shape.RMStarShape
Sets the bloat.
setBounceParameters(int, double) - Method in class com.reportmill.graphics.RMInterpolator.Bounce
Sets the interpolator parameters numBounces is the number of bounces taken before stopping at the destination.
setBounds(RMRect) - Method in class com.reportmill.graphics.RMPath
Sets the bounds that the path is relative to.
setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMFlowLayoutBasic.FlowTab
Set bounds.
setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to dimensions in given rect.
setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShape
Sets X, Y, width and height of shape to given dimensions.
setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShapePainter
Sets the painting bounds (can be null).
setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShapePainter
Sets the painting bounds.
setBounds(int, int, int, int) - Method in class com.reportmill.text.RMTextArea
Overrides JComponent method to tell text editor the bounds.
setBounds(Rectangle2D) - Method in class com.reportmill.text.RMTextEditor
Sets the text editor bounds.
setBounds(double, double, double, double) - Method in class com.reportmill.text.RMTextEditor
Sets the text editor bounds.
setBounds(int, int, int, int) - Method in class com.reportmill.viewer.RMViewer
Overrides component setBounds to enforce zoom-to-fit if needed.
setBytes(byte[]) - Method in class com.reportmill.base.RMByteSource.AbstractSource
Sets the bytes.
setBytes(byte[]) - Method in interface com.reportmill.base.RMByteSource
Sets the source bytes.
setBytes(byte[]) - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Sets the byte source bytes.
setByteSource(RMByteSource) - Method in class com.reportmill.shape.RMDocumentSource.ByteSourceSource
Sets the byte source.
setCapacity(int) - Method in class com.reportmill.base.RMByteArray
Makes sure internal byte array is at least a given size.
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.
setCellShape(RMShape) - Method in class com.reportmill.shape.RMCrossTabCell
Sets the shape inside this cell.
setCenter(RMPoint3D) - Method in class com.reportmill.graphics.RMPath3D
Sets the center point of the path.
setCharAt(int, char) - Method in class com.reportmill.text.RMBigStringBuilder
Sets char for given index.
setCharSpacing(float) - Method in class com.reportmill.shape.RMTextShape
Sets the char spacing for the text string.
setCharSpacing(float) - Method in class com.reportmill.text.RMTextEditor
Returns the character spacing of the current selection or cursor.
setChildOrigin(int) - Method in class com.reportmill.shape.RMAnimPathShape
Sets child origin.
setClipChildren(boolean) - Method in class com.reportmill.shape.RMPage
Sets whether to clip children.
setClipToBounds(boolean) - Method in class com.reportmill.shape.RMShapePainter
Sets whether to clip to bounds.
setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should coalesce consecutive newlines in rpgClone.
setColor(Color) - Method in class com.reportmill.graphics.RMPainter
Sets the painting color.
setColor(RMScene3D.RMShape3D, RMColor) - Method in class com.reportmill.shape.RMScene3D
Sets the color for a 3d shape from a base color.
setColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the color of the shape.
setColor(RMColor) - Method in class com.reportmill.shapefx.RMFill
Sets the color associated with this fill.
setColor(RMColor) - Method in class com.reportmill.shapefx.RMGradientFill
Sets color of first stop.
setColor(RMColor) - Method in class com.reportmill.shapefx.RMStroke
Overrides fill version to clear java 2d stroke.
setColor(RMColor) - Method in class com.reportmill.text.RMTextEditor
Sets the color of the current selection or cursor.
setColors(List) - Method in class com.reportmill.graphing.RMGraph
Sets the list of colors to be used by this graph.
setColorStop(int, RMColor, float) - Method in class com.reportmill.shapefx.RMGradientFill
Sets the color & position of the stop at the given index.
setColumnCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of columns for this table.
setColumnCount(int) - Method in class com.reportmill.shape.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).
setCommandHistoryNext() - Method in class com.reportmill.text.RMConsoleText
Sets a command from history.
setCommandHistoryPrevious() - Method in class com.reportmill.text.RMConsoleText
Sets a command from history.
setCompress(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should compress images in generated file formats like PDF.
setCount(int) - Method in class com.reportmill.base.RMTopNSort
Sets the count.
setCurrentPainter(RMShapePainter) - Static method in class com.reportmill.shape.RMShapePainter
The current shape painter.
setCurve(RMPoint, RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMBezier
Sets the values of the curve.
setCurve(float, float, float, float, float, float) - Method in class com.reportmill.graphics.RMQuadratic
Sets the curve values.
setCurve(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMQuadratic
Sets the curve values.
setCustomSchema(boolean) - Method in class com.reportmill.base.RMDataSource
Sets a schema that may differ from the one stored in an XML file.
setCustomSchema(boolean) - Method in class com.reportmill.base.RMXMLDataSource
Sets a schema that may differ from the one stored in an XML file.
setCycleCount(int) - Method in class com.reportmill.graphics.RMTransition
Sets the number of cycles in animation.
setCycleCount(int) - Method in class com.reportmill.graphics.RMTransition.Translate
Override to send to both transitions.
setDashArray(float[]) - Method in class com.reportmill.shapefx.RMStroke
Sets the dash array for this stroke.
setDashArrayString(String) - Method in class com.reportmill.shapefx.RMStroke
Sets the dash array for this stroke from a string.
setDashPhase(float) - Method in class com.reportmill.shapefx.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.RMCrossTab
Sets the dataset key.
setDatasetKey(String) - Method in class com.reportmill.shape.RMLabels
Sets the dataset key associated with labels.
setDatasetKey(String) - Method in class com.reportmill.shape.RMPage
Sets the dataset key associated with the table.
setDatasetKey(String) - Method in class com.reportmill.shape.RMTable
Sets the dataset key associated with the table.
setDataSource(RMDataSource) - Method in class com.reportmill.shape.RMDocument
Sets the RMDataSource associated with this document.
setDecimalSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the decimal separator.
setDefaultColors(List) - Static method in class com.reportmill.graphing.RMGraph
Sets the default list of colors to be used by any graph without an explicit list of colors.
setDefaultLocale(Locale) - Static method in class com.reportmill.base.RMNumberFormat
Sets the default locale.
setDefaultViewSettings() - Method in class com.reportmill.shape.RMScene3D
Sets some reasonable default view settings.
setDelay(int) - Method in class com.reportmill.graphics.RMTransition
Sets the delay of the transition from the time it is told to play to when transition starts.
setDelay(float) - Method in class com.reportmill.shape.RMNestedDoc
Sets the number of seconds the nested doc animation time lags the master document.
setDelay(float) - Method in class com.reportmill.shape.RMSoundShape
Sets the delay after which this sound is supposed to start to play.
setDeleteVerticalSpansOfHiddenShapes(boolean) - Method in class com.reportmill.shape.RMSpringLayout
Sets whether layout deletes vertical spans of hidden shapes.
setDepth(float) - Method in class com.reportmill.shape.RMScene3D
Sets the depth of the scene.
setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.AngleGradient
Sets the transform from user space to device space
setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.DiamondGradient
Sets the transform from user space to device space.
setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.shapefx.RMMultipleStopGradient.RadialGradient
Sets the transform from user space to device space.
setDeviceTransform(AffineTransform, Rectangle) - Method in class com.reportmill.shapefx.RMMultipleStopGradient
Sets the transform from user space to device space.
setDistance(float) - Method in class com.reportmill.shape.RMAnimPathShape
Sets distance along path to position children.
setDocument(RMDocument) - Method in class com.reportmill.shape.RMDocumentSource.AbstractSource
Sets the document for this source.
setDocument(RMDocument) - Method in class com.reportmill.viewer.RMViewer
Sets the RMDocument associated with this viewer.
setDrag(double) - Method in class com.reportmill.shapefx.RMInertiaAction
Sets the drag coefficient (reduces velocity by this percent per second).
setDraw3D(boolean) - Method in class com.reportmill.graphing.RMGraph
Sets whether the graph draws in 3D.
setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should always draw at least a light-gray border (useful when editing).
setDrawsWedge(boolean) - Method in class com.reportmill.shape.RMOvalShape
Sets whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.graphing.RMGraphPartPie
Sets whether a pie graph draws lines from the wedges to wedge labels.
setDuration(int) - Method in class com.reportmill.graphics.RMTransition
Sets the duration of the transition in milliseconds.
setDuration(double) - Method in class com.reportmill.shapefx.RMFadeAction
Sets the fade duration time.
setEffect(RMEffect) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setEffect(RMEffect) - Method in class com.reportmill.shape.RMProxyShape
 
setEffect(RMEffect) - Method in class com.reportmill.shape.RMShape
Sets the effect for this shape.
setEnabled(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether the animator owner's children should accept changes.
setEnabled(UITypes.UIEventType, boolean) - Method in class com.reportmill.shape.RMShape
Sets whether given event is enabled.
setEnabled(UITypes.UIEventType, boolean) - Method in class com.reportmill.shape.RMShapeEventAdapter
Sets whether a given type is enabled.
setEnabled(boolean) - Method in class com.reportmill.shapefx.RMEffect
Sets whether effect is currently enabled.
setEnabledEvents(UITypes.UIEventType...) - Method in class com.reportmill.shape.RMShapeEventAdapter
Sets an array of enabled events.
setEnabledEventsString(String) - Method in class com.reportmill.shape.RMShapeEventAdapter
Sets the events string.
setEnd(double) - Method in class com.reportmill.graphics.RMBezier
Reset this curve's end point to the given parametric location (0-1).
setEnd(double) - Method in class com.reportmill.graphics.RMLine
Reset this curve's end point to the given parametric location (0-1).
setEndAction(String) - Method in class com.reportmill.graphics.RMAnimator
Sets the action to be performed at the end of animation.
setError(Throwable) - Method in class com.reportmill.base.RMActivity
Sets the error (throwable) if one was generated from last run.
setEvent(RMShapeMouseEvent) - Method in class com.reportmill.shape.RMShapeUtils.HoverTimer
Sets the event.
setExcludePaths(String...) - Method in class com.reportmill.base.RMJarFile
Sets the paths to explicitly exclude (excluding all else).
setExpiration(double) - Method in class com.reportmill.shapefx.RMExpireAction
Sets the duration of time to run action before removing shape from parent.
setExtrusionKey(String) - Method in class com.reportmill.graphing.RMGraphPartPie
Sets the key used to determine which pie wedges get extruded.
setFadeIn(boolean) - Method in class com.reportmill.shapefx.RMFadeAction
Sets whether fade is a fade in (as opposed to a fade out).
setFieldDelimiter(String) - Method in class com.reportmill.base.RMCSVReader
Sets the field delimiter.
setFieldOfView(float) - Method in class com.reportmill.shape.RMScene3D
Sets the field of view of the camera.
setFill(RMFill) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setFill(RMFill) - Method in class com.reportmill.shape.RMImageShape
Overrides standard shape setFill method to ensure fill is an RMImageFill.
setFill(RMFill) - Method in class com.reportmill.shape.RMProxyShape
 
setFill(RMFill) - Method in class com.reportmill.shape.RMShape
Sets the fill for this shape.
setFillAndStroke(RMScene3D.RMShape3D, RMFill, RMStroke, RMEffect) - Method in class com.reportmill.shape.RMScene3D
Sets the fill and stroke of a 3D shape from a 2D shape.
setFillStyle(byte) - Method in class com.reportmill.shapefx.RMImageFill
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
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.RMCrossTab
Sets the optional key chain expression string used to prune the table list derived from dataset key.
setFilterKey(String) - Method in class com.reportmill.shape.RMTable
Sets the optional key chain expression string used to prune the table list derived from dataset key.
setFirePropertyChangeEnabled(boolean) - Method in class com.reportmill.text.RMXStringCore
Sets whether string fires property change events.
setFocalLength(float) - Method in class com.reportmill.shape.RMScene3D
Sets the focal length of the camera.
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.RMTextShape
Sets the font for all characters.
setFont(Font) - Method in class com.reportmill.text.RMTextArea
Set AWT Font for current selection.
setFont(RMFont) - Method in class com.reportmill.text.RMTextEditor
Sets the font of the current selection or cursor.
setFont(RMFont) - Method in class com.reportmill.text.RMXStringRun
Sets the font for this run.
setFontScale(float) - Method in class com.reportmill.text.RMTextArea
Convenience - sets text editor font scale.
setFontScale(float) - Method in class com.reportmill.text.RMTextEditor
Sets the scale applied to text when editing.
setFontScale(float) - Method in class com.reportmill.text.RMTextLayout
Sets the font scale of the text layout.
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.RMTextShape
Sets the format for all characters.
setFormat(RMFormat) - Method in class com.reportmill.text.RMTextEditor
Sets the format of the current selection or cursor, after trying to expand the selection to encompass currently selected, @-sign delineated key.
setFormatString(String) - Method in class com.reportmill.base.RMDateFormat
Sets the date format string.
setFormatString(String) - Method in interface com.reportmill.base.RMFormat
Sets a format string.
setFormatString(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the format string for this format.
setFrame(Rectangle2D) - Method in class com.reportmill.shape.RMShape
Sets the bounds of the shape such that it 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.
setFrameRate(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the frame rate for this animator.
setFrameSize(double, double) - Method in class com.reportmill.shape.RMShape
Sets 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.
setFrequency(float) - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
setGapDelay(float) - Method in class com.reportmill.shape.RMNestedDoc
Sets the number of seconds the nested doc animation will wait between loops.
setGraphColors(Object) - Static method in class com.reportmill.base.RMExtras
Loads a template and sets colors.
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.
setGrouping(RMGrouping) - Method in class com.reportmill.shape.RMCrossTabCell
Sets the grouping.
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.
setHasHeaderRow(boolean) - Method in class com.reportmill.base.RMCSVReader
Sets whether first row has field names.
setHasQuotedFields(boolean) - Method in class com.reportmill.base.RMCSVReader
Sets whether records are quoted.
setHasSummary(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether the grouping has a summary.
setHeaderColumnCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number header columns for table.
setHeaderRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of header rows for table.
setHeadless() - Static method in class com.reportmill.base.RMUtils
Sets this JVM to be headless.
setHeight(float) - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to mark the path dirty.
setHeight(double) - Method in class com.reportmill.shape.RMCrossTabRow
Sets the row height.
setHeight(float) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing height.
setHeight(float) - Method in class com.reportmill.shape.RMLineShape
Override to prevent width from going to zero.
setHeight(float) - Method in class com.reportmill.shape.RMProxyShape
 
setHeight(float) - Method in class com.reportmill.shape.RMShape
Sets the height of the shape.
setHitEdges(Point2D, int) - Method in class com.reportmill.base.RMRect
Resets the edges of a rect, given a mask of edges and a new point.
setHover(String) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setHover(String) - Method in class com.reportmill.shape.RMShape
Returns the URL for the shape.
setHoverTimer(RMShapeUtils.HoverTimer) - Static method in class com.reportmill.shape.RMShapeUtils
Sets the hover timer.
setHyphenated(boolean) - Method in class com.reportmill.text.RMTextRun
Sets whether this run has a hyphen at the end.
setImageMargins(float) - Method in class com.reportmill.shapefx.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.RMSchemaMaker
Sets whether to include fields.
setIncludeFields(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether to include fields.
setIncludeOthers(boolean) - Method in class com.reportmill.base.RMTopNSort
Sets whether to include others.
setIncludePackageNames(String[]) - Method in class com.reportmill.base.RMJarFile
Sets packages of interest.
setIncludePaths(String...) - Method in class com.reportmill.base.RMJarFile
Sets the paths to explicitly include (excluding all else).
setIncludeValues(boolean) - Method in class com.reportmill.base.RMGrouping
Sets whether to include values explicitly provided.
setInputAdapter(RMViewerInputAdapter) - Method in class com.reportmill.viewer.RMViewer
Sets the input adapter for the viewer (handles mouse and keyboard input).
setInputAttribute(RMTextTypes.Attribute, Object) - Method in class com.reportmill.text.RMTextEditor
Sets the attributes that are applied to current selection or newly typed chars.
setInputParagraph(RMParagraph) - Method in class com.reportmill.text.RMTextEditor
Sets the paragraph of the current selection or cursor position.
setInsets(Insets) - Method in class com.reportmill.shape.RMShapePainter
Sets the painting insets.
setInsets(int, int, int, int) - Method in class com.reportmill.shape.RMShapePainter
Sets the painting insets.
setInterpolator(RMInterpolator) - Method in class com.reportmill.graphics.RMKeyValue
Sets the interpolator.
setInterpolator(RMInterpolator) - Method in class com.reportmill.graphics.RMTransition
Sets the interpolator.
setInterval(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the update interval of the animator in milliseconds.
setIsPolygon(boolean) - Method in class com.reportmill.shape.RMStarShape
Sets whether star/polygon is polygon.
setItemKey(String) - Method in class com.reportmill.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.RMImageShape
Sets the report key used to load an image if none is provided.
setKey(String) - Method in class com.reportmill.shape.RMSoundShape
Sets the RPG key for this sound shape.
setKeyChainValue(RMKeyChain, Object) - Method in interface com.reportmill.base.RMKeyChain.GetSet
 
setKeyProcessor(RMTextKeyProcessor) - Method in class com.reportmill.text.RMTextEditor
Sets the key processor.
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.
setLayerState(int) - Method in class com.reportmill.shape.RMPageLayer
Returns the state of this layer (locked, visible, invisible).
setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMProxyShape
 
setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMShape
Sets the layout for this shape.
setLayoutInfo(Object) - Method in class com.reportmill.shape.RMShape
Sets an object describing layout parameters of this shape in its parent's layout.
setLayoutInfoX(RMShape, Object) - Method in class com.reportmill.shape.RMShapeLayout
Sets extended layout info for a child.
setLegendText(String) - Method in class com.reportmill.graphing.RMGraphLegend
Sets the legend text.
setLicense(String) - Static method in class com.reportmill.base.ReportMill
Sets the ReportMill license string for the current user.
setLicense(String, boolean, boolean) - Static method in class com.reportmill.base.ReportMill
Sets the ReportMill license string for the current user (with option to persist).
setLineGap(float) - Method in class com.reportmill.shape.RMTextShape
Sets the line gap for all chars.
setLineGap(float) - Method in class com.reportmill.text.RMTextEditor
Sets the line gap for current selection.
setLineHeightMax(float) - Method in class com.reportmill.shape.RMTextShape
Sets the maximum line height for all chars.
setLineHeightMax(float) - Method in class com.reportmill.text.RMTextEditor
Sets the maximum line height for a line of text (even if font size would dictate higher).
setLineHeightMin(float) - Method in class com.reportmill.shape.RMTextShape
Sets the minimum line height for all chars.
setLineHeightMin(float) - Method in class com.reportmill.text.RMTextEditor
Sets the min line height for current selection.
setLineSpacing(float) - Method in class com.reportmill.shape.RMTextShape
Sets the line spacing for all chars.
setLineSpacing(float) - Method in class com.reportmill.text.RMTextEditor
Sets the line spacing for current selection.
setLineWidth(float) - Method in class com.reportmill.shape.RMShape
Deprecated.
setLineWrap(boolean) - Method in class com.reportmill.text.RMTextArea
Sets whether to wrap lines to pane width.
setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMTextShape
Sets the linked text for this text (if any).
setLittleIntAtIndex(int, int) - Method in class com.reportmill.base.RMByteArray
Sets little endian int to data at given index.
setLittleShortAtIndex(int, int) - Method in class com.reportmill.base.RMByteArray
Sets little endian short to data at given index.
setLittleUShortAtIndex(int, int) - Method in class com.reportmill.base.RMByteArray
Sets little endian unsigned short to data at given index.
setLocalCurrencySymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether local currency symbol is used.
setLocked(boolean) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets whether line is locked.
setLocked(boolean) - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is editable.
setLocked(boolean) - Method in class com.reportmill.shape.RMShape
Sets the locked state of the shape (really just to prevent location/size changes in the editor).
setLocked(boolean) - Method in class com.reportmill.text.RMTextLayout
Sets whether text layout can add more characters.
setLocked(boolean) - Method in class com.reportmill.text.RMTextLine
Sets whether text layout can add more characters.
setLocked(boolean) - Method in class com.reportmill.text.RMTextRun
Sets whether text layout can add more characters.
setLogger(RMLogger) - Method in class com.reportmill.base.RMActivity
Sets the activity logger.
setLogToStandard(boolean) - Method in class com.reportmill.base.RMLogger
Sets whether to log to standard out/err.
setLoopCount(int) - Method in class com.reportmill.shape.RMSoundShape
Returns the number of loops that this sound should play before stopping.
setLoops(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether this animator loops when time hits max time.
setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
Sets the currently selected table.
setMargin(Insets) - Method in class com.reportmill.shape.RMTextShape
Sets margin.
setMargin(Insets) - Method in class com.reportmill.text.RMTextArea
Sets the text margins.
setMarginRect(RMRect) - Method in class com.reportmill.shape.RMDocument
Sets the margin rect for this document.
setMargins(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.RMTextShape
Sets the margin as a string.
setMaster(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the master for this group.
setMaster(RMShape) - Method in class com.reportmill.shape.RMSwapShape
Sets the swap master.
setMaximum(int) - Method in class com.reportmill.base.RMRunner
Sets the progress maximum value.
setMaximumSize(RMSize) - Method in class com.reportmill.shape.RMShape
Sets the shape maximum size.
setMaxProgress(float) - Method in class com.reportmill.base.RMActivity
Sets the maximum progress value.
setMaxProgress(float) - Method in interface com.reportmill.base.RMUtils.ProgressListener
Sets the maximum value of the progress listener.
setMaxTime(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the max time for this animator.
setMaxTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the max time in seconds.
setMinimum(int) - Method in class com.reportmill.base.RMRunner
Sets the progress minimum value.
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.
setMorphing(double) - Method in class com.reportmill.shape.RMMorphShape.Morphing2D
Sets the morphing value between the two shapes.
setMorphing(float) - Method in class com.reportmill.shape.RMMorphShape
Sets the morph factor.
setMoveToBottom(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this row should be moved to the bottom of the table during report generation.
setName(String) - Method in class com.reportmill.base.RMActivity
Sets the activity name.
setName(String) - Method in class com.reportmill.base.RMByteSource.AbstractSource
Sets the name of the source.
setName(String) - Method in class com.reportmill.base.RMDataSource
Sets the name for this data source.
setName(String) - Method in class com.reportmill.shape.RMBinderShape
Overrides shape implementation to set name in binder instead of shape.
setName(String, boolean) - Method in class com.reportmill.shape.RMBinderShape
Overrides shape implementation to set name in binder instead of shape.
setName(String) - Method in class com.reportmill.shape.RMPageLayer
Sets the layer's name.
setName(String) - Method in class com.reportmill.shape.RMShape
Sets the name for the shape.
setNeedsPageBreak(boolean) - Method in class com.reportmill.shape.RMTableRPG
Sets whether table needs pagebreak.
setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Sets whether this format shows negative values in red.
setNestedDocument(RMDocument) - Method in class com.reportmill.shape.RMNestedDoc
Sets the nested document.
setNext(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
Sets the next keychain in the chain.
setNullString(String) - Method in class com.reportmill.base.ReportMill
Sets the string used to represent null values.
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.
setNumPoints(int) - Method in class com.reportmill.shape.RMStarShape
Sets the point count.
setObject(Object) - Method in class com.reportmill.shape.RMTextShape
Sets an object for text to perform substitution on.
setObjects(List) - Method in class com.reportmill.graphing.RMGraph
Sets objects.
setObjects(List) - Method in class com.reportmill.shape.RMCrossTab
Sets objects.
setObjectsAndReportMill(List, ReportMill) - Method in class com.reportmill.graphing.RMGraph
Sets the list of objects to generate a graph for.
setObjectsAndReportMill(List, ReportMill) - Method in class com.reportmill.shape.RMCrossTab
Sets objects.
setObjectsAndUserInfo(Object, Object) - Method in class com.reportmill.base.ReportMill
Sets objects in this reportmill.
setOffsetZ(float) - Method in class com.reportmill.shape.RMScene3D
Sets the Z offset of the scene (for zooming).
setOpacity(float) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setOpacity(float) - Method in class com.reportmill.shape.RMProxyShape
 
setOpacity(float) - Method in class com.reportmill.shape.RMShape
Sets the opacity of the shape (1 for opaque, 0 for transparent).
setOrder(int) - Method in class com.reportmill.base.RMSort
Sets the order for this sort.
setOrderString(String) - Method in class com.reportmill.base.RMSort
Sets the order as a string.
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.RMTextShape
Sets the Outline for all characters.
setOutline(RMXString.Outline) - Method in class com.reportmill.text.RMTextEditor
Sets whether current selection is outlined.
setOverlap(boolean) - Method in class com.reportmill.shape.RMSoundShape
Returns whether this sound should overlap other sounds.
setOwner(RMShape) - Method in class com.reportmill.graphics.RMAnimator
Sets the owner of the animator.
setOwner(Object) - Method in class com.reportmill.graphics.RMTimeline
Sets the timeline owner.
setPad(boolean) - Method in class com.reportmill.base.RMTopNSort
Sets whether to pad to top N value.
setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
Returns the index of the grouping in the grouper at which an explicit.
setPageBreakKey(String) - Method in class com.reportmill.shape.RMTableRow
Sets the key used to determine whether row should force a page break.
setPageEndGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the child group for the most recent page end.
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.shapefx.RMImageFill
Sets the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
setPageReferenceShapes(List) - Method in class com.reportmill.base.ReportMill
Sets the list of page reference shapes.
setPageSize(float, float) - Method in class com.reportmill.shape.RMDocument
Sets the size of the document (and all of its pages).
setPageStartGroup(RMGroup) - Method in class com.reportmill.base.RMGroup
Sets the child group for the most recent page start.
setPaginate(boolean) - Method in class com.reportmill.base.ReportMill
Sets whether this reportmill paginates.
setPaginate(Boolean) - Method in class com.reportmill.shape.RMCrossTabFrame
Sets whether crosstab will paginate.
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.
setPaintColor(Color) - Method in class com.reportmill.graphics.RMPainter
Sets the paint color for path operations.
setPaintColor(Color) - Method in class com.reportmill.shape.RMPainterShape
Sets the paint color for path operations.
setPaintFrameRate(boolean) - Method in class com.reportmill.viewer.RMViewer
Sets whether we paint frame rate.
setPaintSpeed(float) - Method in class com.reportmill.graphics.RMPainter
Sets the paint speed for path operations.
setPaintSpeed(float) - Method in class com.reportmill.shape.RMPainterShape
Sets the paint speed for path operations.
setPaintSpeedNow(float) - Method in class com.reportmill.graphics.RMPainter
Sets the painting speed for path operations.
setPaintStrokeWidth(float) - Method in class com.reportmill.graphics.RMPainter
Sets the paint stroke width for path operations.
setPaintStrokeWidth(float) - Method in class com.reportmill.shape.RMPainterShape
Sets the paint stroke width for path operations.
setParagraph(RMParagraph, int, int) - Method in class com.reportmill.text.RMXString
Sets the paragraph for the given character index range.
setParent(RMInterpolator) - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
setParent(RMShape) - Method in class com.reportmill.shape.RMBinderShape
Overrides set parent to add binder.
setParent(RMShape) - Method in class com.reportmill.shape.RMLinkedText
Overrides shape method to rewire linked text linked list.
setParent(RMShape) - Method in class com.reportmill.shape.RMNestedDoc
Overrides shape method to register this with animator listener, so nested doc can update child timeline.
setParent(RMShape) - Method in class com.reportmill.shape.RMPainterShape
Override to make sure there is a child animator.
setParent(RMShape) - Method in class com.reportmill.shape.RMShape
Sets the parent of this shape (called automatically by addChild()).
setParent(RMShape) - Method in class com.reportmill.shape.RMShapeLayout
Sets the parent for this layout.
setParentBoundsFromChildren() - Method in class com.reportmill.shape.RMSpringLayout
Lays out the shape instead of its children.
setParentTracksBoundsOfChildren(boolean) - Method in class com.reportmill.shape.RMSpringLayout
Sets whether parent should track children.
setParentTracksBoundsOfChildren(RMShape, boolean, boolean) - Static method in class com.reportmill.shape.RMSpringLayout
Sets whether parent should track children.
setPath(String) - Method in class com.reportmill.base.RMByteSource.AbstractSource
Sets the path of the source.
setPath(RMPath) - Method in class com.reportmill.shape.RMAnimPathShape
Overridden to mark the path dirty
setPath(RMPath) - Method in class com.reportmill.shape.RMPolygonShape
Sets the path for this polygon shape.
setPath(RMPath) - Method in class com.reportmill.text.RMTextLayoutInPath
Sets the path that the text should wrap to.
setPath3D(RMPath3D) - Method in class com.reportmill.shape.RMScene3D.RMShape3D
Sets the path3d for this shape.
setPathShape(RMShape) - Method in class com.reportmill.shape.RMTextShape
Sets the shape that provides the path for this text to wrap text to.
setPercentSymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
Returns whether percent symbol is used.
setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMTextShape
Sets whether text should wrap around other shapes that cause wrap.
setPhase(float) - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
setPitch(float) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the X axis in degrees.
setPlaying(boolean) - Method in class com.reportmill.shape.RMSoundShape
Sets whether or not this sound is currently playing.
setPlexing(RMPage.Plexing) - Method in class com.reportmill.shape.RMPage
Sets the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
setPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
Sets the path point at the given index to the given point.
setPointStructured(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
Resets the point at the given index to the given point, while preserving something.
setPosition(RMGraphPartSeries.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.
setPrefsClass(Class) - Static method in class com.reportmill.base.RMPrefsUtils
Sets the class that ribs preferences are associated with.
setPreservesOrientation(boolean) - Method in class com.reportmill.shape.RMAnimPathShape
Sets whether the children's rotation should get adjusted as they move along the path.
setPreviousText(RMTextShape) - Method in class com.reportmill.shape.RMLinkedText
Sets the text that this text is linked from.
setPrintEvenIfGroupIsEmpty(boolean) - Method in class com.reportmill.shape.RMTableRow
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
setPrinting(boolean) - Method in class com.reportmill.shape.RMShapePainter
Sets whether shape painting is really printing.
setProgress(float) - Method in class com.reportmill.base.RMActivity
Sets the current progress value.
setProgress(int) - Method in class com.reportmill.base.RMRunner
Sets the progress value.
setProgress(float) - Method in interface com.reportmill.base.RMUtils.ProgressListener
Sets the current value of the progress listener.
setPrompt(String) - Method in class com.reportmill.text.RMConsoleText
Sets the prompt.
setProxy(RMShape) - Method in class com.reportmill.graphing.RMProxyShape
Sets the proxy shape.
setPseudo3D(boolean) - Method in class com.reportmill.shape.RMScene3D
Sets whether scene is rendered in pseudo 3d.
setPseudoSkewX(float) - Method in class com.reportmill.shape.RMScene3D
Sets the skew angle for X by Z.
setPseudoSkewY(float) - Method in class com.reportmill.shape.RMScene3D
Sets the skew angle for Y by Z.
setPublishUrl(String) - Method in class com.reportmill.shape.RMDocument
Sets the URL this document should be uploaded to.
setRadius(float) - Method in class com.reportmill.shape.RMRectShape
Sets the rounding radius for the rectangle.
setRadius(float) - Method in class com.reportmill.shape.RMTextShape
Overrides rectangle implementation to potentially clear path shape.
setRecordDelimiter(String) - Method in class com.reportmill.base.RMCSVReader
Sets the record delimiter.
setRedoSelection(Object) - Method in class com.reportmill.base.RMUndoer
Sets the list of objects that should be selected after current undo is redone.
setRedoSelection(Object) - Method in class com.reportmill.base.RMUndoSet
Sets the selection to be set if redo is executed.
setRenderAsGraph(boolean) - Method in class com.reportmill.shape.RMCrossTabFrame
Sets whether to render cells as graph.
setRenderAsGraph(RMCrossTab, ReportMill) - Method in class com.reportmill.shape.RMCrossTabFrame
Creates a graph from cross tab and add it to rpg clone.
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.RMCrossTab
Sets a reportmill for this crosstab (which really gets the dataset 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.RMImageShape
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.RMSoundShape
Report generation method.
setReportMill(ReportMill) - Method in class com.reportmill.shape.RMSubreport
Override to setReportMill in subreport shape and install.
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.RMTextShape
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.RMCrossTab
Override to stifle child rpg.
setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMCrossTabFrame
Override to constrain child crosstab to frame.
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.RMSwapShape
Override to stifle child rpg.
setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMTable
Override to stifle child rpg.
setReprintHeaderRows(boolean) - Method in class com.reportmill.shape.RMCrossTabFrame
Sets whether a paginating table will reprint header rows.
setReprintWhenWrapped(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this row is reprinted on a new page when it's children cross a page boundary.
setResetTimeOnStop(boolean) - Method in class com.reportmill.graphics.RMAnimator
Sets whether the time is reset to start value when animator stops.
setRoll(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.
setRoll(double) - Method in class com.reportmill.shapefx.RMFadeAction
Sets the fade roll.
setRoll3D(float) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the Z axis in degrees.
setRowCount(int) - Method in class com.reportmill.shape.RMCrossTab
Sets the number of rows.
setRunStatus(RMTransition.RunStatus) - Method in class com.reportmill.graphics.RMTransition
Sets the run status of the transition.
setSamples(double[], double[]) - Method in class com.reportmill.graphics.RMCurveFit.NevilleFunc
 
setScale(float) - Method in class com.reportmill.shape.RMShapePainter
Sets the default scale.
setScale(double) - Method in class com.reportmill.shapefx.RMFadeAction
Sets the fade scale.
setScaleFactor(float) - Method in class com.reportmill.shape.RMNestedDoc
Sets the relative speed of the nested docs animation relative to the master document.
setScaleX(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.
setScopeTime(Integer) - Method in class com.reportmill.graphics.RMAnimator
Sets the key-frame time that new anim records should be made from.
setSectionLayout(RMGraphArea.SectionLayout) - Method in class com.reportmill.graphing.RMGraphArea
Sets the layout of series values.
setSelectedGroupingIndex(int) - Method in class com.reportmill.base.RMGrouper
Sets the currently selected grouping by index (for editing, mostly).
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.shape.RMNestedDoc
Sets the selected page index for the nested doc.
setSelectedPageIndex(int) - Method in class com.reportmill.viewer.RMViewer
Sets the page of viewer's document that is visible (by index).
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).
setSelection() - Method in interface com.reportmill.base.RMUndoer.Selection
 
setSelection(int) - Method in class com.reportmill.text.RMTextArea
Sets the character index of the text cursor.
setSelection(int, int) - Method in class com.reportmill.text.RMTextArea
Sets the character index of the start and end of the text selection.
setSelection(RMTextRange) - Method in class com.reportmill.text.RMTextEditor
Sets the text editor selection.
setSelection(int) - Method in class com.reportmill.text.RMTextEditor
Sets the character index of the text cursor.
setSelection(int, int) - Method in class com.reportmill.text.RMTextEditor
Sets the character index of the start and end of the text selection.
setSelection() - Method in class com.reportmill.text.RMTextEditor.TextSelection
 
setSelectionAnchor(int) - Method in class com.reportmill.text.RMTextEditor
Sets the character index of the last explicitly selected char.
setSelectionEnd(int) - Method in class com.reportmill.text.RMTextArea
Sets the selection start.
setSelectionEnd(int) - Method in class com.reportmill.text.RMTextEditor
Sets the character index of the end of the text selection.
setSelectionStart(int) - Method in class com.reportmill.text.RMTextArea
Sets the selection start.
setSelectionStart(int) - Method in class com.reportmill.text.RMTextEditor
Sets the character index of the start of the text selection.
setSetGap(float) - Method in class com.reportmill.graphing.RMGraphPartBars
Sets the width of the gap between sets as a fraction of chart area.
setShape(T) - Method in class com.reportmill.shape.RMProxyShape
Sets the shape being represented.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMAction
Sets the shape this action works for.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMActionList
Override to forward to children.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMDragAction
Override to register for MouseListener.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMFadeAction
Overrides default version to initialize variables.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMFill
Sets the shape.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMImageEffect
Override to start listening.
setShape(RMShape) - Method in class com.reportmill.shapefx.RMRobotAction
Override to get initial location, roll.
setShapeIndex(int) - Method in class com.reportmill.shape.RMSwapShape
Sets the shape index to given index.
setShapeRepaintEnabled(boolean) - Method in class com.reportmill.viewer.RMViewer
Sets whether changes to shapes cause repaints.
setShiftShapesBelowHiddenShapesUp(boolean) - Method in class com.reportmill.shape.RMSpringLayout
Sets whether to shift shapes below hidden shapes up.
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.
setShowBorders(boolean, boolean, boolean, boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Convenience method to set all borders at once
setShowBottom(boolean) - Method in class com.reportmill.shapefx.RMBorderStroke
Sets whether to show bottom border.
setShowBottomBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows bottom border.
setShowGrid(boolean) - Method in class com.reportmill.shape.RMDocument
Sets whether the document should show an alignment grid.
setShowGridLines(boolean) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
Sets whether the graph shows grid lines between label axis sections.
setShowing(boolean) - Method in class com.reportmill.shape.RMShape
Sets whether shape is showing.
setShowLeft(boolean) - Method in class com.reportmill.shapefx.RMBorderStroke
Sets whether to show left border.
setShowLeftBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows left border.
setShowLegend(boolean) - Method in class com.reportmill.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.
setShowRight(boolean) - Method in class com.reportmill.shapefx.RMBorderStroke
Sets whether to show right border.
setShowRightBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows right border.
setShowTop(boolean) - Method in class com.reportmill.shapefx.RMBorderStroke
Sets whether to show top border.
setShowTopBorder(boolean) - Method in class com.reportmill.shape.RMCrossTabCell
Sets whether cell shows top border.
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.RMImageShape
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.
setSizeToFitMode(RMShapePainter.SizeToFitMode) - Method in class com.reportmill.shape.RMShapePainter
Sets the size to fit mode, which is whether or how the shape is sized to fit the painter's bounds.
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.RMSoundShape
Sets the sound data for this sound shape.
setSource(Object) - Method in class com.reportmill.base.RMXMLDataSource
Sets the source for the datasource.
setSource(Object, int) - Method in class com.reportmill.graphics.RMImageData
Sets the source.
setSource(RMDocumentSource) - Method in class com.reportmill.shape.RMDocument
Sets the document source.
setSource(Object) - Method in class com.reportmill.shape.RMDocument
Sets the document source.
setSource(Object) - Method in class com.reportmill.shape.RMImageShape
Sets the given source (actually a new image fill for source).
setSource(Object) - Method in class com.reportmill.shape.RMSoundShape
Sets the source of the sound (File, String path, InputStream, byte array, etc.).
setSource(RMDocumentSource) - Method in class com.reportmill.viewer.RMViewer
Sets the document source.
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.
setSpacingX(int) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets the horizontal spacing between children.
setSpacingY(int) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets the vertical spacing between children.
setStart(double) - Method in class com.reportmill.graphics.RMBezier
Reset this curve's start point to the given parametric location (0-1).
setStart(double) - Method in class com.reportmill.graphics.RMLine
Reset this curve's start point to the given parametric location (0-1).
setStart(double) - Method in class com.reportmill.shapefx.RMFadeAction
Sets the fade start time.
setStart(int) - Method in class com.reportmill.text.RMTextLayout
Sets the start char index of the layout in XString.
setStartAngle(float) - Method in class com.reportmill.shape.RMOvalShape
Sets the start angle for the oval.
setStartAngle(double) - Method in class com.reportmill.shape.RMStarShape
 
setStartingPageBreak(boolean) - Method in class com.reportmill.shape.RMTable
Sets whether this table should always start on a new page (if in table group).
setStarType(int) - Method in class com.reportmill.shape.RMStarShape
Sets star/polygon type.
setStatus(RMActivity.Status) - Method in class com.reportmill.base.RMActivity
Sets the activity status.
setStops(List<RMGradientFill.ColorStop>) - Method in class com.reportmill.shapefx.RMGradientFill
Resets all the stops from the new list.
setStrings(List) - Method in class com.reportmill.graphing.RMGraphLegend
Sets strings list.
setStroke(RMStroke) - Method in class com.reportmill.graphing.RMProxyShape
Override to handle proxy.
setStroke(RMStroke) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStroke(RMStroke) - Method in class com.reportmill.shape.RMProxyShape
 
setStroke(RMStroke) - Method in class com.reportmill.shape.RMShape
Sets the stroke for this shape, with an option to turn on drawsStroke.
setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMShape
Sets the stroke color of the shape.
setStrokeWidth(float) - Method in class com.reportmill.graphics.RMPainter
Sets the painting stroke width.
setStrokeWidth(float) - Method in class com.reportmill.shape.RMLineShape
Override to handle arrow heads special.
setStrokeWidth(float) - Method in class com.reportmill.shape.RMShape
Sets the stroke width of the shape's stroke in printer points.
setStructured(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether this table row should be structured.
setSubreportName(String) - Method in class com.reportmill.shape.RMSubreport
Sets the subreport name.
setSubscript() - Method in class com.reportmill.text.RMTextEditor
Sets current selection to subscript.
setSuperscript() - Method in class com.reportmill.text.RMTextEditor
Sets current selection to superscript.
setSweepAngle(float) - Method in class com.reportmill.shape.RMOvalShape
Sets the sweep angle for the oval.
setSyncStructureWithAlternates(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of alternate versions.
setSyncStructureWithRowAbove(boolean) - Method in class com.reportmill.shape.RMTableRow
Sets whether table row should synchronize the column widths of the row immediately above it.
setTablePosition(int, int, int, int) - Method in class com.reportmill.shape.RMCrossTabCell
Sets the origin & span for this cell
setTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
Sets the tab stops.
setTaskName(String) - Method in class com.reportmill.base.RMActivity
Sets the current task name.
setText(String) - Method in class com.reportmill.shape.RMTextShape
Replaces the current text associated with this RMText with the given String.
setText(String) - Method in class com.reportmill.text.RMTextArea
Set text string of text editor.
setText(String) - Method in class com.reportmill.text.RMTextPane
Sets the text string.
setText(String) - Method in class com.reportmill.text.RMXString
Sets the simple String represented by this RMXString.
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.RMTextShape
Sets the color of the characters in the XString associated with this RMText.
setTextEditor(RMTextEditor) - Method in class com.reportmill.text.RMTextArea
Sets the text editor associated with this text area.
setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
Sets the thousands separator.
setThrust(double) - Method in class com.reportmill.shapefx.RMInertiaAction
Sets the thrust amount (as points per second in direction of shape roll).
setTime(int) - Method in class com.reportmill.graphics.RMAnimator
Sets the current time of the animator (clamped to maxTime), tells owner to setTime as well.
setTime(int, int) - Method in class com.reportmill.graphics.RMKeyValueList
Sets the time based on key-value-time entries.
setTime(double) - Method in class com.reportmill.graphics.RMPainter
Sets the painter time.
setTime(int) - Method in class com.reportmill.graphics.RMTimeline
Sets the current time of the timeline (in milliseconds).
setTime(int) - Method in class com.reportmill.shape.RMPainterShape
Override to trigger act.
setTime(int) - Method in class com.reportmill.shape.RMShape
Tells the shape's timeline to update the shape to the given time in milliseconds.
setTime(double) - Method in class com.reportmill.shapefx.RMAction
Sets the current shape action time.
setTime(double) - Method in class com.reportmill.shapefx.RMActionList
Override to forward to children.
setTime(double) - Method in class com.reportmill.shapefx.RMExpireAction
Updates shape based on velocity and acceleration.
setTime(double) - Method in class com.reportmill.shapefx.RMFadeAction
Handle time change.
setTime(double) - Method in class com.reportmill.shapefx.RMHitAction
Override to check for collisions after time change.
setTime(double) - Method in class com.reportmill.shapefx.RMInertiaAction
Updates shape based on velocity and acceleration.
setTime(double) - Method in class com.reportmill.shapefx.RMRobotAction
Sets the time.
setTime(double) - Method in class com.reportmill.shapefx.RMWrapAction
Updates shape based on velocity and acceleration.
setTimeSeconds(float) - Method in class com.reportmill.graphics.RMAnimator
Sets the time in seconds.
setTimeZone(RMShape, TimeZone) - Static method in class com.reportmill.base.RMExtras
Sets the time zone for a document.
setTitle(String) - Method in class com.reportmill.graphing.RMGraphPartSeries
Sets the title of the series.
setTitle(String) - Method in class com.reportmill.shape.RMTableRow
Sets the title for this table row.
setTitleForChild(String, String) - Method in class com.reportmill.shape.RMTable
Sets title for child of given name to new name.
setTopNOthers(boolean) - Method in class com.reportmill.base.RMGroup
Sets whether this group is made up of the remainders from a TopN sort.
setTopNSort(RMTopNSort) - Method in class com.reportmill.base.RMGrouping
Sets the top N sort for the grouping.
setTrim(boolean) - Method in class com.reportmill.text.RMTextLayout
Sets whether to trim whitespace from end of RMXString.
setType(RMPeriodicInterpolator.PeriodType) - Method in class com.reportmill.graphics.RMPeriodicInterpolator
 
setType(RMGraph.Type) - Method in class com.reportmill.graphing.RMGraph
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
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.RMTextShape
Sets all chars to be underlined.
setUnderlined(boolean) - Method in class com.reportmill.text.RMTextEditor
Sets whether current selection is underlined.
setUnderlined(boolean) - Method in class com.reportmill.text.RMXString
Sets the xstring to be underlined.
setUndoer(RMUndoer) - Method in class com.reportmill.shape.RMDocument
Sets the RMUndoer for this document.
setUndoSelection(Object) - Method in class com.reportmill.base.RMUndoer
Sets the list of objects that should be selected after current undo is fired.
setUndoSelection(Object) - Method in class com.reportmill.base.RMUndoSet
Sets the selection to be set if undo is executed.
setUndoTitle(String) - Method in class com.reportmill.base.RMUndoer
Sets the title of the current undo.
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.base.RMByteSource.AbstractSource
Sets the URL of the source.
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.
setUseFractionalMetrics(boolean) - Method in class com.reportmill.text.RMTextLayout
Sets whether to use fractional character metrics.
setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMSchemaMaker
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMXMLWriter
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
setValid(boolean) - Method in class com.reportmill.shape.RMShapeLayout
Sets whether layout needs to be done.
setValidIndex(int) - Method in class com.reportmill.text.RMTextEditor
Tells editor to rebuild layout.
setValidIndex(int) - Method in class com.reportmill.text.RMTextLayout
Sets the current valid index.
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.
setValue(Object, String, Object, float, float, RMInterpolator) - Static method in class com.reportmill.base.RMKeyTimer
Convenience method to create and start a timer.
setValue1(Object) - Method in class com.reportmill.graphics.RMTransition
Sets the first value.
setValue2(Object) - Method in class com.reportmill.graphics.RMTransition
Sets the second value.
setValueSafe(Object, String, Object) - Static method in class com.reportmill.base.RMKey
Sets the value but only prints a warning if it fails.
setValueSilent(Object, String, Object) - Static method in class com.reportmill.base.RMKey
Tries to set value in given object, ignoring failure exceptions.
setValuesString(String) - Method in class com.reportmill.base.RMGrouping
Sets the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
setVelocityVector(RMVector) - Method in class com.reportmill.shapefx.RMInertiaAction
Sets the velocity vector.
setVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the currently selected version of the switch shape to given version name.
setVersionKey(String) - Method in class com.reportmill.shape.RMSwitchShape
Sets the version key used to get the version used in a report.
setVisible(boolean) - Method in class com.reportmill.shape.RMPageLayer
Sets whether this layer is to be drawn.
setVisible(boolean) - Method in class com.reportmill.shape.RMProxyShape
 
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.RMAnimPathShape
Overridden to mark the path dirty.
setWidth(double) - Method in class com.reportmill.shape.RMCrossTabColumn
Sets the width of this column.
setWidth(float) - Method in class com.reportmill.shape.RMLabels
Overrides shape method to recalc spacing width.
setWidth(float) - Method in class com.reportmill.shape.RMLineShape
Override to prevent width from going to zero.
setWidth(float) - Method in class com.reportmill.shape.RMProxyShape
Override to forward to shape.
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.
setWidth(float) - Method in class com.reportmill.shapefx.RMStroke
Sets the line width of this stroke.
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(boolean) - Method in class com.reportmill.shape.RMFlowLayoutBasic
Sets whether to wrap children to bounds of parent.
setWraps(byte) - Method in class com.reportmill.shape.RMTextShape
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
setX(float) - Method in class com.reportmill.shape.RMShape
Sets the X location of the shape.
setXString(RMXString) - Method in class com.reportmill.shape.RMTextShape
Sets the XString associated with this RMText.
setXString(RMXString) - Method in class com.reportmill.text.RMTextArea
Convenience - sets text editor string.
setXString(RMXString) - Method in class com.reportmill.text.RMTextEditor
Sets the xstring that is to be edited.
setXString(RMXString) - Method in class com.reportmill.text.RMTextLayout
Sets the RMXString.
setXY(Point2D) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXY(double, double) - Method in class com.reportmill.shape.RMShape
Sets the X and Y location of the shape to the given point (convenience).
setXYP(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.
setYaw(float) - Method in class com.reportmill.shape.RMScene3D
Sets the rotation about the Y axis in degrees.
setZoomFactor(float) - Method in class com.reportmill.viewer.RMViewer
Sets the viewer's zoom factor (1 for 100%).
setZoomMode(RMViewer.ZoomMode) - Method in class com.reportmill.viewer.RMViewer
Sets the ZoomMode.
setZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
Sets the zoom to fit factor, based on the current zoom mode.
shapeHidden() - Method in class com.reportmill.shape.RMSwitchShape
Overrides shape implementation to stop animator if it should be playing.
shift(int) - Method in class com.reportmill.text.RMXStringRun
Shifts run by given amound.
shiftFrames(int, int) - Method in class com.reportmill.graphics.RMAnimator
Shifts records of animator owner's children from the given from-time on, by the given by-time.
shiftRecords(int, int) - Method in class com.reportmill.graphics.RMTimeline
This method shifts key frame values at or beyond a given time by the given amount.
shiftShapesBelowHiddenRect(List<RMShape>, RMRect) - Method in class com.reportmill.shape.RMSpringLayout
Shifts shapes below hidden rect up.
shiftShapesBelowHiddenShapesUp() - Method in class com.reportmill.shape.RMSpringLayout
Shifts shapes below hidden shapes up.
shouldRecurse(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given list should be recursed into for aggregate calculations.
showCursor() - Method in class com.reportmill.text.RMTextArea
Shows the cursor.
sign(double) - Static method in class com.reportmill.base.RMMath
Returns the sign of a given number (as -1 or 1).
simplify() - Method in class com.reportmill.graphics.RMPolynomial
 
sin(double) - Static method in class com.reportmill.base.RMMath
Returns the sign of the given angle in degrees.
size() - Method in class com.reportmill.base.RMKeyList
Returns the number of objects for key-list key.
size(List) - Static method in class com.reportmill.base.RMListUtils
Returns the size of a list (accepts null list).
size(Map) - Static method in class com.reportmill.base.RMMapUtils
Returns the size of given map (accepts null map).
size() - Method in class com.reportmill.base.RMRect
Returns the size of the rect as an RMSize.
sizeAndSplitPartialRow() - Method in class com.reportmill.shape.RMTableRPGAdder
Splits the given row at the point that it overlaps its next neighbor or row bottom.
skew(float, float) - Method in class com.reportmill.graphics.RMTransform
Skews this transform by given skew x and skew y angles in degrees (returns this for convenience).
skew(float, float) - Method in class com.reportmill.graphics.RMTransform3D
Skew by the given degrees.
smartFindFormatRange(RMTextEditor) - Static method in class com.reportmill.text.RMTextEditorUtils
This method returns the range of the @-sign delinated key closest to the current selection (or null if not found).
solve(double) - Method in class com.reportmill.base.RMMath.RMFunc
Uses Newton's method to find numerical solution to f(x)=a.
sort(List, String) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given key.
sort(List, RMSort) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given sort.
sort(List, String...) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given key.
sort(List, RMSort...) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given sort.
sort(List, List) - Static method in class com.reportmill.base.RMSort
Returns the given list sorted by the given list of sorts.
sortBy(RMGrouping) - Method in class com.reportmill.base.RMGroup
Sorts by sorts in given grouping.
sortBy(List) - Method in class com.reportmill.base.RMGroup
Sorts the group by the sorts in the given list.
sortedList(Collection<T>) - Static method in class com.reportmill.base.RMSort
Returns a new sorted list from given collection.
sortedList(Collection<T>, String) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
sortedList(Collection<T>, String...) - Static method in class com.reportmill.base.RMSort
Returns a new list from the given list sorted by the given key.
soundStopped(RMSoundShape) - Method in interface com.reportmill.shape.RMSoundShape.RMSoundListener
 
split(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns an array of strings by splitting given string with given regex separator.
split(int) - Method in class com.reportmill.text.RMXStringRun
Splits the run at the given index and returns a run containing the remaining characters (and identical attributes).
splitCellIntoColumns(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTab
Splits a cell into 2 columns through it's mid point.
splitCellIntoRows(RMCrossTabCell) - Method in class com.reportmill.shape.RMCrossTab
Splits a cell into 2 rows through it's mid point.
squareRectInRect() - Method in class com.reportmill.base.RMRect
Creates a rect representing the largest square inside rect.
STAR - Static variable in class com.reportmill.shape.RMStarShape
 
start() - Method in class com.reportmill.base.RMActivity
Starts the activity in a separate thread.
start() - Method in class com.reportmill.base.RMKeyTimer
Overrides normal start to set start time.
start() - Method in class com.reportmill.base.RMRunner
Starts the runner.
start - Variable in class com.reportmill.graphics.RMCurveFit.Piece
 
start - Variable in class com.reportmill.text.RMTextEditor.TextSelection
 
start - Variable in class com.reportmill.text.RMTextRange
 
start() - Method in class com.reportmill.text.RMXStringRun
Returns the start character index for this run.
startFontLoadingInBackground() - Static method in class com.reportmill.text.RMFontUtils
Starts loading fonts in the background and returns.
startsWith(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns true if given object string starts with given string.
startsWith(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns whether given string starts with other given string (category method).
startsWithIC(String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 starts with s2, ignoring case.
startsWithIC(String, String...) - Static method in class com.reportmill.base.RMStringUtils
Returns whether s1 starts with any of the given strings, ignoring case.
StateInvisible - Static variable in class com.reportmill.shape.RMPageLayer
 
StateLocked - Static variable in class com.reportmill.shape.RMPageLayer
 
StateVisible - Static variable in class com.reportmill.shape.RMPageLayer
 
stop() - Method in class com.reportmill.base.RMKeyTimer
Overrides to remove from timers list.
stop() - Method in class com.reportmill.graphics.RMAnimator
Disables the Swing timer to stop automatically incrementing the animator's time.
stop() - Method in class com.reportmill.graphics.RMTransition
Stops the transition.
stop() - Method in class com.reportmill.graphics.RMTransition.Translate
Override to send to both transitions.
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.
stringValue(Object) - Static method in class com.reportmill.base.RMUtils
Returns a String for a given arbitrary object.
Stroke1 - Static variable in class com.reportmill.base.RMAWTUtils
 
StrokeDash1 - Static variable in class com.reportmill.base.RMAWTUtils
 
strokeWidth - Variable in class com.reportmill.graphics.RMPainterOp.SetStrokeWidth
 
STYLE_FIT - Static variable in class com.reportmill.shapefx.RMImageFill
 
STYLE_FIT_IFNEEDED - Static variable in class com.reportmill.shapefx.RMImageFill
 
STYLE_STRETCH - Static variable in class com.reportmill.shapefx.RMImageFill
 
STYLE_TILE - Static variable in class com.reportmill.shapefx.RMImageFill
 
subdivide(RMBezier, RMBezier, double) - Method in class com.reportmill.graphics.RMBezier
Returns a bezier curve from this curve's start point to the given parametric location (0-1).
subdivide(RMQuadratic, RMQuadratic) - Method in class com.reportmill.graphics.RMQuadratic
Subdivides this curve into the given left and right curves.
subgroup(int, int) - Method in class com.reportmill.base.RMGroup
Returns a subset of this group from start index, inclusive, to end index, exclusive.
subgroup(RMGroup, RMGroup) - Method in class com.reportmill.base.RMGroup
Returns a subset of this group, running deep, which only includes the subset of the tree starting at startGroup and ending at (but not including) endGroup.
subSequence(int, int) - Method in class com.reportmill.text.RMBigStringBuilder
Return string.
subSequence(int, int) - Method in class com.reportmill.text.RMTextEditor
Returns a new CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.reportmill.text.RMTextLayout
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.reportmill.text.RMTextLine
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.reportmill.text.RMTextRun
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class com.reportmill.text.RMXStringRun
CharSequence method return character sequence for range.
substring(Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the substring of the given string from the given index onward.
substring(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the substring of the given string in the given start/end range.
substring(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns substring of given string from given start index (category method).
substring(String, Object, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns substring of given string from given start index to given end index (category method).
substring(int) - Method in class com.reportmill.text.RMXStringCore
Returns an XString for given char range.
substring(int, int) - Method in class com.reportmill.text.RMXStringCore
Returns an XString for given char range.
subtract(Number, Number) - Static method in class com.reportmill.base.RMMath
Returns the difference of the two given Numbers.
subtract(RMPoint) - Method in class com.reportmill.base.RMPoint
Subtracts the given point from this point.
subtractPathsFromShapes(List<? extends RMShape>, int) - Static method in class com.reportmill.shape.RMShapeUtils
Returns the combined path from given shapes.
success(T) - Method in class com.reportmill.base.RMRunner
The method run on success.
SUCCESS - Static variable in class com.reportmill.base.RMURLUtils
 
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.RMNestedDoc
Editor method - indicates that nested doc is super-selectable.
superSelectable() - Method in class com.reportmill.shape.RMPage
Editor method - indicates that pages can be super-selected.
superSelectable() - Method in class com.reportmill.shape.RMPolygonShape
Editor method - indicates that this shape can be super selected.
superSelectable() - Method in class com.reportmill.shape.RMShape
Editor method - indicates whether this shape can be super selected.
superSelectable() - Method in class com.reportmill.shape.RMSwitchShape
Editor method - specifies that switch shape is super selectable.
superSelectable() - Method in class com.reportmill.shape.RMTextShape
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
 
textEditor - Variable in class com.reportmill.text.RMTextKeyProcessor
 
timeAfterTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the time in the given list that is just after the given time (or null if no such time).
timeBeforeTime(List<? extends Number>, float) - Static method in class com.reportmill.graphics.RMAnimUtils
Returns the time in the given list that is just before the given time (or null if no such time).
toArray(List<T>, Class) - Static method in class com.reportmill.base.RMListUtils
Returns an array of object of given class.
toArray() - Method in class com.reportmill.graphics.RMTransform3D
Returns a float array for the transform.
toByteArray() - Method in class com.reportmill.base.RMByteArray
Returns a byte array for the bytes in the data.
toByteArray(int, int) - Method in class com.reportmill.base.RMByteArray
Returns a byte array for the bytes in the data.
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
toList(Iterable<T>) - Static method in class com.reportmill.base.RMListUtils
Converts an iterable to list.
toList(Enumeration<T>) - Static method in class com.reportmill.base.RMListUtils
Converts an enumeration to a list.
topNSortBy(RMTopNSort) - Method in class com.reportmill.base.RMGroup
Performs top N sort on group for an individual sort.
toPrimitive(Class) - Static method in class com.reportmill.base.RMClassUtils
Returns non primitive type for primitive.
toString() - Method in class com.reportmill.base.RMByteArray
Returns the string initialized from the data's bytes (ISO Latin).
toString(int, int, String) - Method in class com.reportmill.base.RMByteArray
Returns the string initialized from the data's bytes in the given encoding.
toString() - Method in class com.reportmill.base.RMByteSource.AbstractSource
Standard toString implementation.
toString() - Method in class com.reportmill.base.RMDateFormat
Returns string representation of this format.
toString() - Method in class com.reportmill.base.RMGroup
Returns a string representation of this group.
toString() - Method in class com.reportmill.base.RMGrouping
Returns string representation of grouping.
toString() - Method in class com.reportmill.base.RMJarFile
Standard toString implementation.
toString() - Method in class com.reportmill.base.RMJarFileEntry
Standard toString implementation.
toString() - Method in class com.reportmill.base.RMKeyChain
Returns a string representation of the key chain.
toString() - Method in class com.reportmill.base.RMListenerList
Returns a string representation of the EventListenerList.
toString() - Method in class com.reportmill.base.RMObject
Returns a string representation.
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.RMPropertyChangeEvent
Simple to string.
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(float) - Static method in class com.reportmill.base.RMStringUtils
Returns a string representation of the given float to (at most) 3 significant digits.
toString(float, int) - Static method in class com.reportmill.base.RMStringUtils
Returns a string representation of the given float to the given number of significant digits.
toString() - Method in class com.reportmill.base.RMTopNSort
Returns a string representation of top n sort.
toString() - Method in class com.reportmill.base.RMUndoer
Standard toString implementation.
toString() - Method in class com.reportmill.base.RMUndoSet
Standard toString implementation.
toString(PropertyChangeEvent, boolean) - Method in class com.reportmill.base.RMUndoSet
Returns a string for a property change event.
toString() - Method in class com.reportmill.base.RMURLUtils.Response
Returns a string representation.
toString() - Method in class com.reportmill.base.RMXMLDataSource
Returns a string representation of the datasource (just its name).
toString() - Method in class com.reportmill.graphics.RMAnimator
Returns a string description of the animator.
toString() - Method in class com.reportmill.graphics.RMBezier
Returns a string representation of this bezier.
toString() - Method in class com.reportmill.graphics.RMColor
Returns a string representation of this color.
toString() - Method in class com.reportmill.graphics.RMInterpolator
Returns a string representation of this interpolator.
toString() - Method in class com.reportmill.graphics.RMInvocation
Returns a string representation of this invocation.
toString() - Method in class com.reportmill.graphics.RMKeyFrame
Standard to string implementation.
toString() - Method in class com.reportmill.graphics.RMKeyValue
Standard toString method.
toString() - Method in class com.reportmill.graphics.RMLine
Returns a string representation of this line.
toString() - Method in class com.reportmill.graphics.RMPoint3D
Returns a string representation of the point.
toString() - Method in class com.reportmill.graphics.RMTimeline
Standard toString implementation.
toString() - Method in class com.reportmill.graphics.RMTransform
Returns a string representation of the transform.
toString() - Method in class com.reportmill.graphics.RMVector
Returns a string representation of the vector.
toString() - Method in class com.reportmill.graphics.RMVector3D
Returns a string representation of the vector.
toString() - Method in class com.reportmill.shape.RMBinderShape
Returns a string representation of this binder shape.
toString() - Method in class com.reportmill.shape.RMDocumentSource.AbstractSource
Standard toString implementation.
toString() - Method in class com.reportmill.shape.RMShape
Standard to string implementation (prints class name and shape bounds).
toString() - Method in class com.reportmill.shape.RMShapeTable.Span
Returns string representation of span.
toString() - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Returns string representation of autosizing.
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.RMTableRPGAdderDetails
Returns a string description of this details adder.
toString() - Method in class com.reportmill.shape.RMTableRPGAdderHeader
Returns a string description of this header adder.
toString() - Method in class com.reportmill.shape.RMTableRPGAdderSummary
Returns a string description of this summary adder.
toString() - Method in class com.reportmill.shape.RMTableRPGAdderTable
Returns a string description of this table adder.
toString() - Method in class com.reportmill.shape.RMTextShape
Standard toSring implementation.
toString() - Method in class com.reportmill.shapefx.RMFill
Returns a string representation.
toString() - Method in class com.reportmill.shapefx.RMGradientFill.ColorStop
Standard to string implementation.
toString() - Method in class com.reportmill.shapefx.RMGradientFill
Standard to string implementation.
toString() - Method in class com.reportmill.text.RMBigStringBuilder
Return String.
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.RMFontFile
Returns the font name of this font file.
toString() - Method in class com.reportmill.text.RMSpellCheck.Word
Returns string representation of word.
toString() - Method in class com.reportmill.text.RMTextLayout
Standard toString implementation.
toString() - Method in class com.reportmill.text.RMTextLine
Standard toString implementation.
toString() - Method in class com.reportmill.text.RMTextRun
Standard toString implementation.
toString() - Method in class com.reportmill.text.RMXStringRun
Returns a string representation of this run.
toStringBuffer() - Method in class com.reportmill.text.RMBigStringBuilder
Returns a string buffer.
toStringColor(Color) - Static method in class com.reportmill.base.RMAWTUtils
Returns a String/hex representation of a given color (eg, "#FF00D8").
toStringSafe(Map) - Static method in class com.reportmill.base.RMMapUtils
Returns a string representation of map that doesn't recurse.
toStringXML(RMXString) - Static method in class com.reportmill.text.RMXStringUtils
Returns an XML style string representation of the attributes and string runs in this XString.
total(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the total resulting from evaluating given keychain on given list of objects (nulls are zero).
total2(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the total resulting from evaluating given keychain on given list of objects (nulls are zero).
totalX(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChainFuncs
Returns the total resulting from evaluating given keychain on given list of objects (nulls short circuit).
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.RMGrouper
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.base.RMTopNSort
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.base.RMXMLDataSource
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.graphics.RMAnimator
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.graphics.RMPeriodicInterpolator
XML Archival
toXML(RXArchiver, RXElement) - Method in class com.reportmill.graphics.RMTimeline
XML archival (for shape).
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMCrossTabColumn
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMCrossTabRow
XML archival.
toXML() - Method in class com.reportmill.shape.RMDocument
Returns RXElement for document.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMFlowLayout
XML Archival.
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.RMShapeLayout
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shape.RMSpringLayout
XML Archival.
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.shape.RMTableRowLayout
XML Archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMAction
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMBlurEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMBorderStroke
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMChiselEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMContourFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMDoubleStroke
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMDragAction
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMEmbossEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMFadeAction
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMGradientFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMImageFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMRadialGradientFill
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMReflectionEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMShadowEffect
XML archival.
toXML(RXArchiver, Object) - Method in class com.reportmill.shapefx.RMStroke
XML archival.
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.
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.RMAnimPathShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMBinderShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMCrossTab
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMCrossTabCell
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMCrossTabFrame
XML Archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMDocument
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMImageShape
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.RMLineShape.ArrowHead
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMLineShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMLinkedText
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMMorphShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMOvalShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMPage
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMPainterShape
XML Archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMPolygonShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMRectShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMScene3D
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMShape
XML Archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMSoundShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMStarShape
XML archival.
toXMLShape(RXArchiver, Object) - Method in class com.reportmill.shape.RMSubreport
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.RMTextShape
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.RMCrossTab
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.RMScene3D
XML archival of children - overrides shape implementation to suppress archival of generated 3D shapes.
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.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).
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMPath3D
Transforms the path by the given transform3d.
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMPoint3D
Transforms the point by the given transform3d.
transform(RMPoint) - Method in class com.reportmill.graphics.RMTransform
Transforms the given point.
transform(RMSize) - Method in class com.reportmill.graphics.RMTransform
Transforms the given size.
transform(RMRect) - Method in class com.reportmill.graphics.RMTransform
Transforms the given rect.
transform(RMPoint3D) - Method in class com.reportmill.graphics.RMTransform3D
Transforms a given point (and returns it as a convenience).
transform(RMVector3D) - Method in class com.reportmill.graphics.RMTransform3D
Transforms a given vector (and returns it as a convenience).
transform(RMTransform3D) - Method in class com.reportmill.graphics.RMVector3D
Transforms the vector by the given transform3d.
transformBy(RMTransform) - Method in class com.reportmill.graphics.RMPath
Transforms the points in the path by the given transform.
transformVector(RMSize) - Method in class com.reportmill.graphics.RMTransform
Transforms the given size as a vector (preserves negative values).
translate(float, float) - Method in class com.reportmill.graphics.RMTransform
Translates this transform by given x & y (returns this for convenience).
translate(float, float, float) - Method in class com.reportmill.graphics.RMTransform3D
Translates by given x, y & z.
trimEnd(String) - Static method in class com.reportmill.base.RMStringUtils
Trims the end of a string.
trunc(double, double) - Static method in class com.reportmill.base.RMMath
Truncate x down to the nearest y.
turn(float) - Method in class com.reportmill.graphics.RMPainter
Adds a turn instruction to cpu.
turn(float) - Method in class com.reportmill.shape.RMPainterShape
Adds a turn instruction to painter.
turn(float) - Method in class com.reportmill.shapefx.RMRobotAction
Adds a Turn instruction to cpu.
tx() - Method in class com.reportmill.graphics.RMTransform
Returns the x translation component of the transform matrix.
ty() - Method in class com.reportmill.graphics.RMTransform
Returns the y translation component of the transform matrix.

U

UNAUTHORIZED - Static variable in class com.reportmill.base.RMURLUtils
 
undo() - Method in class com.reportmill.base.RMUndoer
Pops last undo set off stack an has it update all changed objects it contains.
undo() - Method in class com.reportmill.base.RMUndoSet
Executes undo for this event.
undo() - Method in class com.reportmill.text.RMTextEditor
Called to undo the last edit operation in the editor.
undoChange() - Method in class com.reportmill.base.RMPropertyChangeEvent
Undoes this change.
undoChange(PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Reverses the given change.
undoChange(Object, PropertyChangeEvent) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Reverses the given change.
undoChanges(List<PropertyChangeEvent>) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Reverts a list of changes.
undoChanges(Object, List<PropertyChangeEvent>) - Static method in class com.reportmill.base.RMPropertyChangeUtils
Reverts a list of changes.
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).
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
 
unpack(File, File) - Static method in class com.reportmill.base.RMFileUtils
Unpacks the given file into the destination file.
unzip(File) - Static method in class com.reportmill.base.RMFileUtils
Unzips the given file into the destination file.
update(RMShape) - Method in class com.reportmill.shape.RMSpringLayout.LayoutInfo
Updates values for shape.

V

validate() - Method in class com.reportmill.graphing.RMGraphLegend
Overrides shape implementation to actually rebuild.
validate() - Method in class com.reportmill.shape.RMShape
Does immediate layout if invalid.
validate() - Method in class com.reportmill.text.RMTextLayout
Performs layout for invalid chars in string range.
VALUE_PRINTING_FALSE - Static variable in class com.reportmill.base.RMAWTUtils
 
VALUE_PRINTING_TRUE - Static variable in class com.reportmill.base.RMAWTUtils
 
valueOf(String) - Static method in enum com.reportmill.base.RMActivity.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMExtras.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMKey.KeyAccessor.Type
Returns the enum constant of this type with the specified name.
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.base.RMRunner.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMTypes.AlignX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.base.RMTypes.AlignY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphics.RMPeriodicInterpolator.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphics.RMTransition.RunStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.graphing.RMGraph.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.RMFlowLayoutBasic.AlignX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.shape.RMFlowLayoutBasic.AlignY
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.RMShapePainter.SizeToFitMode
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.text.RMTextTypes.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.reportmill.text.RMTextTypes.TabType
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.
valueOfIC(Class<T>, String) - Static method in class com.reportmill.base.RMEnumUtils
Returns an enum.
values() - Static method in enum com.reportmill.base.RMActivity.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMExtras.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMKey.KeyAccessor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMKeyChain.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMRunner.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMTypes.AlignX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.base.RMTypes.AlignY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphics.RMPeriodicInterpolator.PeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphics.RMTransition.RunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.graphing.RMGraph.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.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.RMFlowLayoutBasic.AlignX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.RMFlowLayoutBasic.AlignY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.shape.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.RMShapePainter.SizeToFitMode
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.text.RMTextTypes.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.reportmill.text.RMTextTypes.TabType
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_EVEN_ODD - Static variable in class com.reportmill.shape.RMMorphShape.Morphing2D
 
WIND_NON_ZERO - Static variable in class com.reportmill.graphics.RMPath
 
WIND_NON_ZERO - Static variable in class com.reportmill.shape.RMMorphShape.Morphing2D
A non-zero winding rule for determining the interior of a path.
worldAlign(RMPoint3D) - Method in class com.reportmill.graphics.RMTransform3D
Returns a matrix whose axes are aligned with the world (screen) coordinate system.
wrap(String, Object) - Static method in class com.reportmill.base.RMKeyChainFuncs
Wraps the given string to a max of given length by adding newlines.
wrap(String, int) - Static method in class com.reportmill.base.RMStringUtils
Returns a string wrapped on word boundaries.
wrap(String, int, String, String) - Static method in class com.reportmill.base.RMStringUtils
Returns a string wrapped on word boundaries as defined by regex string (eg., whitespace="\\s*", dot="\\.", etc.).
WRAP_BASIC - Static variable in class com.reportmill.shape.RMTextShape
 
WRAP_NONE - Static variable in class com.reportmill.shape.RMTextShape
 
WRAP_SCALE - Static variable in class com.reportmill.shape.RMTextShape
 
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
writeBytes(File, byte[]) - Static method in class com.reportmill.base.RMFileUtils
Writes the given bytes (within the specified range) to the given file.
writeBytes(File, byte[], boolean) - Static method in class com.reportmill.base.RMFileUtils
Writes the given bytes (within the specified range) to the given file, with an option for doing it "safely".
writeBytes(File, byte[], int, int, boolean) - Static method in class com.reportmill.base.RMFileUtils
Writes the given bytes (within the specified range) to the given file with an option to do it "safely".
writeBytes(byte[], Object) - Static method in class com.reportmill.base.RMUtils
Writes the given bytes to the given output object (string path or file).
writeBytes(byte[], Object, boolean) - Static method in class com.reportmill.base.RMUtils
Writes the given bytes to the given output object (string path or file).
writeBytes(byte[], int, int, Object, boolean) - Static method in class com.reportmill.base.RMUtils
Writes the given bytes (within the specified range) to the given output object (string path or file).
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).
writeMoviesDataset() - Static method in class com.reportmill.base.RMExtras
Writes a movie dataset to file.
writeObject(Object, String) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to three levels deep, which is default degree of separation.
writeObject(Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset to given path as XML, out to given degree of separation.
writeObject(Object, Object, String, int) - Method in class com.reportmill.base.RMXMLWriter
Writes given Java dataset and optional userInfo to given path as XML, out to given degree of separation.
writePDF(String) - Method in class com.reportmill.shape.RMDocument
Writes the document to the given path String as PDF.

X

x - Variable in class com.reportmill.graphics.RMPainterOp.MoveTo
 
x - Variable in class com.reportmill.graphics.RMPoint3D
 
x - Variable in class com.reportmill.graphics.RMVector
 
x() - Method in class com.reportmill.shape.RMShape
Returns raw x location of shape.
xor(List, List) - Static method in class com.reportmill.base.RMListUtils
Adds object from list 2 to list 1, unless they are already present (then removes them).
xsamples - Variable in class com.reportmill.graphics.RMCurveFit.NevilleFunc
 
xsamples - Variable in class com.reportmill.graphics.RMCurveFit.Piece
 

Y

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

Z

z - Variable in class com.reportmill.graphics.RMPoint3D
 
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.

_

_a - Variable in class com.reportmill.graphics.RMTransform
 
_b - Variable in class com.reportmill.graphics.RMTransform
 
_beginPoint - Variable in class com.reportmill.shapefx.RMRadialGradientFill
 
_c - Variable in class com.reportmill.graphics.RMTransform
 
_cache - Static variable in class com.reportmill.graphics.RMSoundData
 
_cp1 - Variable in class com.reportmill.graphics.RMQuadratic
 
_cp2 - Variable in class com.reportmill.graphics.RMBezier
 
_d - Variable in class com.reportmill.graphics.RMTransform
 
_elasticity - Variable in class com.reportmill.graphics.RMInterpolator.Bounce
 
_endPoint - Variable in class com.reportmill.shapefx.RMRadialGradientFill
 
_ep - Variable in class com.reportmill.graphics.RMLine
 
_frequency - Variable in class com.reportmill.graphics.RMPeriodicInterpolator
 
_hitCount - Variable in class com.reportmill.graphics.RMHitInfo
 
_index - Variable in class com.reportmill.graphics.RMHitInfo
 
_locale - Static variable in class com.reportmill.shape.RMDocument
 
_numBounces - Variable in class com.reportmill.graphics.RMInterpolator.Bounce
 
_parent - Variable in class com.reportmill.graphics.RMPeriodicInterpolator
 
_phase - Variable in class com.reportmill.graphics.RMPeriodicInterpolator
 
_r - Variable in class com.reportmill.graphics.RMHitInfo
 
_s - Variable in class com.reportmill.graphics.RMHitInfo
 
_sp - Variable in class com.reportmill.graphics.RMLine
 
_tx - Variable in class com.reportmill.graphics.RMTransform
 
_ty - Variable in class com.reportmill.graphics.RMTransform
 
_type - Variable in class com.reportmill.graphics.RMPeriodicInterpolator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
ReportMill 13 API