- generateReport(RMDocument, ReportMill) - Static method in class com.reportmill.base.RMTableOfContents
-
Re-run report with table of contents.
- generateReport() - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object.
- generateReport(Object) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object.
- generateReport(Object, Object) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object and userInfo.
- generateReport(Object, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns a generated report from this template evaluated against the given object with an option to paginate.
- generateReport(Object, Object, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns generated report from this template evaluated against given object/userInfo (with option to paginate).
- get(Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
-
This method actually retrieves a value for an object and a key.
- get(Object) - Method in class com.reportmill.datasource.RMRow
-
Override to do faulting.
- get(String) - Method in class com.reportmill.shape.RMShape
-
Returns the Object associated with the given name for the shape.
- get(String, Object) - Method in class com.reportmill.shape.RMShape
-
Returns the object associated with given key, using the given default if not found.
- get3D() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the 3d shape.
- getAbsolutePath(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the absolute path given any path (absolute, relative to root path, or relative to cwd).
- getAccessor(Object, String) - Static method in class com.reportmill.base.RMKey
-
Returns the accessor object for a given object (class) and key.
- getAction() - Method in class com.reportmill.shape.RMShape
-
Returns the action for this shape.
- getAdder() - Method in class com.reportmill.shape.RMTableRow
-
Returns the adder for this table row.
- getAlign() - Method in class com.reportmill.shape.RMText
-
Returns the alignment for char 0.
- getAlign() - Method in class com.reportmill.text.RMParagraph
-
Returns the alignment associated with this paragraph.
- getAlign(String) - Method in class com.reportmill.text.RMParagraph
-
Returns an alignment for the given string, "left", "center", "right" or "full".
- getAlign() - Method in class com.reportmill.text.RMXString
-
Returns the horizontal alignment of the first paragraph of the xstring.
- getAlignString() - Method in class com.reportmill.shape.RMText
-
Returns the alignment as a string, one of: "left", "center" or "right".
- getAlignString() - Method in class com.reportmill.text.RMParagraph
-
Returns a string representation of the alignment associated with this paragraph, "left", "center" or "right".
- getAlignVertical() - Method in class com.reportmill.shape.RMText
-
Returns the vertical alignment.
- getAlignVerticalString() - Method in class com.reportmill.shape.RMText
-
Returns the vertical alignment as a string (one of: "top", "middle" or "bottom").
- getAllRows(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
-
Returns all the rows for an entity.
- getAlpha() - Method in class com.reportmill.graphics.RMColor
-
Returns the alpha component in the range 0-255.
- getAlpha2D() - Method in class com.reportmill.graphics.RMColor
-
Returns the alpha component in the range 0-1.
- getAlphaNumericString(String) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Returns an alpha numeric string for given string.
- getAlternates() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the map used to hold alternate versions.
- getAlternates(boolean) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the map used to hold alternate versions.
- getAltFonts() - Static method in class com.reportmill.text.RMFont
-
Returns the list of suggested alternate fonts.
- getAncestor(int) - Method in class com.reportmill.shape.RMShape
-
Returns the ancestor at the given index (parent is ancestor 0).
- getAncestorCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of ancestors (from this shape's parent up to the document).
- getAncestorInCommon(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns first ancestor that the given shape and this shape have in common.
- getAndResetError() - Static method in class com.reportmill.base.RMKeyChain
-
Returns the last error encountered by the key chain parser and resets parser.
- getAnim() - Method in class com.reportmill.shape.RMShape
-
Returns the collection of animation records for this shape.
- getAnim(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the collection of animation records for this shape, with an option to create if absent.
- getAnimator(int) - Method in class com.reportmill.shape.RMDocument
-
Returns the animator for a specific page.
- getAnimator() - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape registers changes with.
- getAnimator(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape registers changes with (creating, if requested and currently null).
- getAnimatorLast() - Method in class com.reportmill.shape.RMDocument
-
Returns the animator for the last page.
- getAppcfgProcess(RMGAEDataSource, RMActivity, String) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Does a sync on local file directory with GAE application via "appcfg update".
- getAppDirectory() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns a file for this GAE data source app directory.
- getAppEngineToolsJarFile(RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Returns the app engine tools jar file.
- getAppFilesDirectory() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns a file for this GAE data source app directory.
- getArrowHead() - Method in class com.reportmill.shape.RMLineSegment
-
Returns the line segment arrow head.
- getAspectMapped(String) - Method in class com.reportmill.shape.RMShape
-
Returns a mapped aspect name.
- getAspects() - Method in class com.reportmill.shape.RMShape
-
Returns the aspects for helper's instance class.
- getAssignments() - Static method in class com.reportmill.base.RMKeyChain
-
Returns a thread-local assignments map.
- getAttribute(int) - Method in class com.reportmill.datasource.RMEntity
-
Returns the attribute at the given index.
- getAttribute(String) - Method in class com.reportmill.datasource.RMEntity
-
Returns the attribute with the given name.
- getAttributeAt(String, int) - Method in class com.reportmill.text.RMXString
-
Returns the value for the given attribute key at the given character index.
- getAttributeCount() - Method in class com.reportmill.datasource.RMEntity
-
Returns the number of attributes.
- getAttributes(int) - Method in class com.reportmill.text.RMXString
-
Returns the attributes Map for the run at the given index.
- getAttributesAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the attributes Map for the run at the given character index.
- getAttributeSorted(int) - Method in class com.reportmill.datasource.RMEntity
-
Returns the attribute at the given index in a sorted attributes list.
- getAutosizing() - Method in class com.reportmill.shape.RMShape
-
Returns the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
- getAutosizingDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the autosizing default.
- getAutosizingDefault() - Method in class com.reportmill.shape.RMShape
-
Returns the autosizing default.
- getAxisCount() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns the number of increments in the axis.
- getAxisMax() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns the axis maximum.
- getAxisMin() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns the axis minimum.
- getBar() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the item bar.
- getBar() - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Returns the bar created for this series value.
- getBarBounds(int, int) - Method in class com.reportmill.graphing.RMGraphViewBar
-
Returns the bar bounds for bar at given series and item.
- getBarCount() - Method in class com.reportmill.graphing.RMGraphPartBars
-
Returns the minimum number of bars for the graph to provide space for in a section.
- getBarGap() - Method in class com.reportmill.graphing.RMGraphPartBars
-
Returns the width of the gap between bars in a set as a fraction of bar width.
- getBars() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the bars shape.
- getBarWedgePrototype() - Method in class com.reportmill.graphing.RMGraph
-
Returns the shape used to represent the basic attributes of bars & wedges.
- getBarWidth() - Method in class com.reportmill.graphing.RMGraphViewBar3D
-
Returns the width of the bars.
- getBaseURL() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the base url.
- getBaseURLString() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the base URL string.
- getBinder(int) - Method in class com.reportmill.shape.RMDocument
-
Returns the specific binder at the given index.
- getBinder(String) - Method in class com.reportmill.shape.RMDocument
-
Returns the named binder for this panel.
- getBinder(String) - Method in class com.reportmill.shape.RMShape
-
Returns the named binder.
- getBinder(int) - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to get from document.
- getBinder(String) - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to get from document.
- getBinderCount() - Method in class com.reportmill.shape.RMDocument
-
Returns the number of binders for this panel.
- getBinderCount() - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to get from document.
- getBinders() - Method in class com.reportmill.shape.RMDocument
-
Returns the binders list.
- getBinding(int) - Method in class com.reportmill.shape.RMShape
-
Returns the individual binding at the given index.
- getBinding(String) - Method in class com.reportmill.shape.RMShape
-
Returns the individual binding with the given aspect name.
- getBindingCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of bindings associated with shape.
- getBlue() - Method in class com.reportmill.graphics.RMColor
-
Returns the blue component in the range 0-255.
- getBlue2D() - Method in class com.reportmill.graphics.RMColor
-
Returns the blue component in the range 0-1.
- getBold() - Method in class com.reportmill.text.RMFont
-
Returns the bold version of this font.
- getBook() - Method in class com.reportmill.viewer.RMViewer
-
Returns a java.awt.print.Book, suitable for AWT printing.
- getBoolValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a boolean for an object and key chain.
- getBounds() - Method in class com.reportmill.graphics.RMPath
-
Returns the bounds for the path as an integer rect.
- getBounds() - Method in class com.reportmill.graphing.RMGraphSection
-
Returns the bounds of the section.
- getBounds() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the bounds for this section item.
- getBounds(RMShape, RMRect) - Method in class com.reportmill.shape.fill.RMFill
-
Returns the bounds required to render this fill for this shape.
- getBounds(RMShape, RMRect) - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the bounds required to render this fill for this shape.
- getBounds() - Method in class com.reportmill.shape.RMShape
-
Returns the X, Y, width and height of the shape as a rect (use getFrame if shape has roll/scale/skew).
- getBounds2D() - Method in class com.reportmill.graphics.RMPath
-
Returns the bounds for the path.
- getBoundsFromTextBounds(RMRect) - Method in class com.reportmill.shape.RMText
-
Returns bounds from given text bounds, adjusted to account for text margins.
- getBoundsInside() - Method in class com.reportmill.shape.RMShape
-
Returns the bounds of the shape in the shape's own coords.
- getBoundsMarked() - Method in class com.reportmill.shape.RMShape
-
Returns the bounds of the path associated with this shape in local coords, adjusted to account for stroke width.
- getBoundsMarkedDeep() - Method in class com.reportmill.shape.RMShape
-
Returns the marked bounds of this shape and it's children.
- getBoundsOfChildren() - Method in class com.reportmill.shape.RMShape
-
Returns bounds of all children of this shape, which can sometimes differ from this shapes bounds.
- getBoundsRM() - Method in class com.reportmill.graphics.RMPath
-
Returns the bounds for the path.
- getBytes() - Method in class com.reportmill.datasource.RMFile
-
Returns the file bytes.
- getBytes(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the bytes for a path.
- getBytes() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as an XML byte array.
- getBytesCSV() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a CSV file.
- getBytesDelimitedAscii(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a delimited ASCII file (using given field, record separator strings).
- getBytesExcel() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of an Excel file.
- getBytesHTML() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of an HTML file.
- getBytesJPEG() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of a JPEG file.
- getBytesPDF() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a byte array of a PDF file.
- getBytesPNG() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of PNG file.
- getBytesRTF() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as byte array of an Excel file.
- getCausesWrap() - Method in class com.reportmill.shape.RMShape
-
Returns whether this shape causes text wrap.
- getCausesWrapType() - Method in class com.reportmill.shape.RMShape
-
Returns how this shape causes text wrap.
- getCharSpacing() - Method in class com.reportmill.shape.RMText
-
Returns the char spacing at char 0.
- getChild(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain.
- getChild(int) - Method in class com.reportmill.datasource.RMFile
-
Returns the individual child at given index.
- getChild(String) - Method in class com.reportmill.datasource.RMFile
-
Returns the child with the given name.
- getChild(int) - Method in class com.reportmill.graphing.RMGraph
-
Override to return table rpg if set.
- getChild(int) - Method in class com.reportmill.shape.RMShape
-
Returns the child at the given index.
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMPage
-
Returns the child animator associated with this page, creating one if it doesn't exist (if requested).
- getChildAnimator() - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape's children use.
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMShape
-
Returns the animator that this shape's children use (creating, if requested and currently null).
- getChildAnimator(boolean) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the child animator of the switch shape (creating it if absent and requested).
- getChildArray() - Method in class com.reportmill.shape.RMShape
-
Returns a copy of the children as an array.
- getChildClipShape() - Method in class com.reportmill.shape.RMShape
-
Returns clip shape to be used for children.
- getChildContaining(RMPoint) - Method in class com.reportmill.shape.RMShape
-
Returns the first (top) shape hit by the point given in this shape's coords.
- getChildCount() - Method in class com.reportmill.base.RMKeyChain
-
Returns the number of children in the keychain.
- getChildCount() - Method in class com.reportmill.datasource.RMFile
-
Returns the number of children.
- getChildCount() - Method in class com.reportmill.graphing.RMGraph
-
Override to return table rpg if set.
- getChildCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of children associated with this shape.
- getChildIndex(RMFile) - Method in class com.reportmill.datasource.RMFile
-
Returns the index of a child.
- getChildKeyChain(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain as a keychain.
- getChildLast() - Method in class com.reportmill.shape.RMShape
-
Returns the last child of this shape.
- getChildLayer(RMShape) - Method in class com.reportmill.shape.RMPage
-
Returns the layer for a given child.
- getChildren() - Method in class com.reportmill.datasource.RMFile
-
Returns the directory children.
- getChildren() - Method in class com.reportmill.shape.RMShape
-
Returns the list of children associated with this shape.
- getChildrenIntersecting(RMPath) - Method in class com.reportmill.shape.RMShape
-
Returns the child shapes hit by the path given in this shape's coords.
- getChildrenWhoCauseWrap(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the subset of children that cause wrap.
- getChildrenWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
-
Returns all the shapes in the shape hierarchy of a particular class.
- getChildrenWithClass(List, Class<T>) - Method in class com.reportmill.shape.RMShape
-
Adds all the shapes in the shape hierarchy of a particular class to the list.
- getChildString(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the child at the given index in the keychain as a string.
- getChildTable(int) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the top level table at the given index for this table group.
- getChildTable(Object, int) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the specific child table of the given table at the given index.
- getChildTableCount() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the number of top level tables in this table group.
- getChildTableCount(Object) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the number of child tables for the given parent table.
- getChildTables() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of top level tables for this table group.
- getChildTables(Object) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of child tables for the given table.
- getChildTables(Object, boolean) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of child tables for the given table, creating the list if requested.
- getChildWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
-
Returns first child found with the given class (called recursively on children if not found at current level).
- getChildWithName(String) - Method in class com.reportmill.shape.RMShape
-
Returns first child found with the given name (called recursively on children if not found at current level).
- getClip() - Method in class com.reportmill.shape.RMSound
-
Returns the clip.
- getClip(boolean) - Method in class com.reportmill.shape.RMSound
-
Returns the clip, creating it if requested.
- getClipChildren() - Method in class com.reportmill.shape.RMPage
-
Returns whether to clip children.
- getClipShape() - Method in class com.reportmill.shape.RMShape
-
Returns clip shape for shape.
- getCoalesceNewlines() - Method in class com.reportmill.shape.RMText
-
Returns whether text should coalesce consecutive newlines in rpgClone.
- getColor(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the specific color at the given index.
- getColor(int) - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns the color at the given index.
- getColor() - Method in class com.reportmill.shape.fill.RMFill
-
Returns the color associated with this fill.
- getColor() - Method in class com.reportmill.shape.fill.RMGradientFill.ColorStop
-
Returns stop color.
- getColor() - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the color associated with this fill.
- getColor() - Method in class com.reportmill.shape.RMShape
-
Returns the color of the shape.
- getColorAtIndex(int) - Method in class com.reportmill.text.RMXString
-
Returns the current color at the given character index.
- getColorCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of colors set for this graph.
- getColors() - Method in class com.reportmill.graphing.RMGraph
-
Returns the list of colors to be used by this graph (or the default graph colors, if null).
- getColorStop(int) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the individual color stop at given index.
- getColorStopCount() - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the number of color stops in the gradient
- getColorStops() - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the list of color stops.
- getColumn(int) - Method in class com.reportmill.shape.RMTableRow
-
Returns the column at the given index (assumes row is structured and column is RMText).
- getColumnCount() - Method in class com.reportmill.shape.RMTable
-
Returns the number of columns that this table should be repeated over on the same page before paginating.
- getColumnResizeMode() - Method in class com.reportmill.shape.RMTableRow
-
Returns the method used to resize row columns when row is resize (and structured).
- getColumnSpacing() - Method in class com.reportmill.shape.RMTable
-
Returns the space between a table that has more than one column (int printer points).
- getComponent(String) - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to extract JComponent from JComponentShape children.
- getCompress() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should compress images in generated file formats like PDF.
- getCondition(int) - Method in class com.reportmill.datasource.RMConditionList
-
Returns the condition at the given index.
- getCondition() - Method in class com.reportmill.datasource.RMQuery
-
Returns the condition.
- getConditionCount() - Method in class com.reportmill.datasource.RMConditionList
-
Returns the number of conditions in this composite.
- getConditions() - Method in class com.reportmill.datasource.RMConditionList
-
Returns the conditions.
- getControlPointBounds() - Method in class com.reportmill.graphics.RMPath
-
Returns the rectangle that encloses all the control points.
- getCorraledRect(RMRect, float) - Method in class com.reportmill.base.RMRect
-
Returns the given rect moved, if needed, to be contained by this rect.
- getCurrentDirectory() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the current directory.
- getCustomSchema() - Method in class com.reportmill.datasource.RMXMLDataSource
-
Returns a schema that may differ from the one stored in an XML file.
- getDashArray() - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the dash array for this stroke.
- getDashArray(String, String) - Static method in class com.reportmill.shape.fill.RMStroke
-
Returns a dash array for given dash array string and delimeter.
- getDashArrayString() - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the dash array for this stroke as a string.
- getDashArrayString(float[], String) - Static method in class com.reportmill.shape.fill.RMStroke
-
Returns the dash array for this stroke as a string.
- getDashPhase() - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the dash phase.
- getData(Object, RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
-
Reads data from a given source.
- getDataset() - Method in class com.reportmill.datasource.RMDataSource
-
Returns a sample dataset of objects associated with the datasource.
- getDataset(String) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the named dataset from this datasource.
- getDataset() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getDataset() - Method in class com.reportmill.datasource.RMDataSourceStub
-
Returns a sample dataset of objects associated with the datasource.
- getDataset() - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns all data source data as a dataset.
- getDataset() - Method in class com.reportmill.datasource.RMJSONDataSource
-
Returns all data source data as a dataset.
- getDataset() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns all data source data as a dataset.
- getDataset() - Method in class com.reportmill.datasource.RMXMLDataSource
-
Returns a sample dataset of objects associated with the datasource.
- getDatasetEntity() - Method in class com.reportmill.shape.RMDocument
-
Returns the entity this shape should show in keys browser.
- getDatasetEntity() - Method in class com.reportmill.shape.RMShape
-
Returns the entity this shape should show in keys browser.
- getDatasetKey() - Method in class com.reportmill.graphing.RMGraph
-
Returns the dataset key associated with the graph.
- getDatasetKey() - Method in class com.reportmill.shape.RMLabels
-
Returns the dataset key associated with labels.
- getDatasetKey() - Method in class com.reportmill.shape.RMPage
-
Returns the dataset key associated with the table.
- getDatasetKey() - Method in class com.reportmill.shape.RMShape
-
Returns the dataset key associated with this shape.
- getDatasetKey() - Method in class com.reportmill.shape.RMTable
-
Returns the dataset key associated with the table.
- getDatasetKey() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the complete dataset key for the current main table (pre-pending dataset keys of parents).
- getDataSource() - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the encapsulated data source.
- getDataSource(int) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the individual data source at the given index.
- getDataSource(String) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the data source with the given name.
- getDataSource(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the data source with the given entity.
- getDataSource() - Method in class com.reportmill.datasource.RMFile
-
Returns the datasource.
- getDataSource() - Method in class com.reportmill.datasource.RMQuery
-
Returns the data source.
- getDataSource() - Method in class com.reportmill.datasource.RMRow
-
Returns the datasource that created this row.
- getDataSource() - Method in class com.reportmill.shape.RMDocument
-
Returns the RMDataSource associated with this document.
- getDataSourceCount() - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the number of data sources.
- getDataSources() - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the list of data sources.
- getDataSourceSchema() - Method in class com.reportmill.shape.RMDocument
-
Returns the schema for the RMDataSource associated with this document (convenience).
- getDateConstraint() - Method in class com.reportmill.datasource.RMCondition
-
Returns date constraint.
- getDateType() - Method in class com.reportmill.datasource.RMProperty
-
Returns the date type.
- getDBDataSource() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns a DBDataSource configured with Cloud2DB.
- getDecimalSeparator() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the decimal separator.
- getDefaultColor() - Method in class com.reportmill.text.RMXString
-
Returns the default color for this string.
- getDefaultColors() - Static method in class com.reportmill.graphing.RMGraph
-
Returns the default list of colors to be used by any graph without an explicit list of colors.
- getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
-
Returns a default condition (or condition list) associated with data soruce.
- getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns a default condition (or condition list) associated with data soruce.
- getDefaultCondition(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns a default condition (or condition list) associated with data soruce.
- getDefaultFont() - Static method in class com.reportmill.text.RMFont
-
Returns the user's default font.
- getDefaultFont() - Method in class com.reportmill.text.RMXString
-
Returns the default font for this string.
- getDefaultFormat() - Method in class com.reportmill.text.RMXString
-
Returns the default format for this string.
- getDefaultParagraph() - Method in class com.reportmill.text.RMXString
-
Returns the default paragraph for this string.
- getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
-
Returns a list of default parameters associated with data source.
- getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns a list of default parameters associated with data source.
- getDefaultParameters(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns a list of default parameters associated with data source.
- getDefaultValue() - Method in class com.reportmill.datasource.RMProperty
-
Returns default value for this property.
- getDefaultVersionName() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the default version name.
- getDegreeOfSeparation() - Method in class com.reportmill.datasource.RMSchemaMaker
-
Returns the degree of separation.
- getDelay() - Method in class com.reportmill.shape.RMSound
-
Returns the delay after which this sound is supposed to start to play.
- getDescriptorKey() - Method in class com.reportmill.datasource.RMEntity
-
Returns the key/key-chain to the property(s) that returns best string description of an entity instance.
- getDescriptorKeyGuess() - Method in class com.reportmill.datasource.RMEntity
-
Returns a guess of descriptor key (or the actual one, if set).
- getDirectoryPath() - Method in class com.reportmill.datasource.RMFile
-
Returns the path as a directory (with trailing separator).
- getDoc(Object) - Static method in class com.reportmill.shape.RMDocument
-
Creates a new document from aSource using RMArchiver.
- getDocListener() - Method in class com.reportmill.shape.RMDocument
-
Returns the first doc listener from listeners list.
- getDocument() - Method in class com.reportmill.shape.RMDocument
-
Returns the document itself (over-ridden from RMShape).
- getDocument() - Method in interface com.reportmill.shape.RMDocument.Source
-
- getDocument() - Method in class com.reportmill.shape.RMShape
-
Returns the RMDocument ancestor of this shape (or null if not there).
- getDocument() - Method in class com.reportmill.viewer.RMViewer
-
Returns the RMDocument associated with this viewer.
- getDocumentBounds() - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds of the viewer document.
- getDocumentX() - Method in class com.reportmill.viewer.RMViewer
-
Returns the document's x location in viewer.
- getDocumentY() - Method in class com.reportmill.viewer.RMViewer
-
Returns the document's y location in viewer.
- getDoubleValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a double for an object and key chain.
- getDraw3D() - Method in class com.reportmill.graphing.RMGraph
-
Returns whether the graph draws in 3D.
- getDrawsSelectionRect() - Method in class com.reportmill.shape.RMText
-
Returns whether text should always draw at least a light gray border (useful when editing).
- getDrawsWedge() - Method in class com.reportmill.shape.RMOval
-
Return whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
- getDrawWedgeLabelLines() - Method in class com.reportmill.graphing.RMGraphPartPie
-
Returns whether a pie graph draws lines from the wedges to wedge labels.
- getEffect() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getEffect() - Method in class com.reportmill.shape.RMShape
-
Returns the effect for this shape.
- getElement(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the element type at the given index.
- getElement(int, RMPoint[]) - Method in class com.reportmill.graphics.RMPath
-
Returns the element type at the given index and its associated points (returned in the given point array).
- getElementCount() - Method in class com.reportmill.graphics.RMPath
-
Returns the number of elements in this path.
- getElementIndexForPointIndex(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the element index for the given point index.
- getElementLast() - Method in class com.reportmill.graphics.RMPath
-
Returns the last element.
- getElementPointIndex(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the point index for a given element.
- getEmail() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns the application email address.
- getEntities() - Method in class com.reportmill.datasource.RMSchema
-
Returns the list of entities.
- getEntity(String) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the entity at the given key path.
- getEntity() - Method in class com.reportmill.datasource.RMProperty
-
Returns the entity that owns this property.
- getEntity() - Method in class com.reportmill.datasource.RMQuery
-
Returns the data source entity.
- getEntity() - Method in class com.reportmill.datasource.RMRow
-
Returns the entity.
- getEntity(int) - Method in class com.reportmill.datasource.RMSchema
-
Returns the specific entity at the given index.
- getEntity(String) - Method in class com.reportmill.datasource.RMSchema
-
Returns the schema entity with the given name.
- getEntityClass(RMEntity) - Method in interface com.reportmill.datasource.RMDataSource.EntityResolver
-
- getEntityClass(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the class for a given entity.
- getEntityClass(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getEntityClass() - Method in class com.reportmill.datasource.RMEntity
-
Returns the class that this entity represents.
- getEntityCount() - Method in class com.reportmill.datasource.RMSchema
-
Returns the number of entities in this schema.
- getEntityFile(String, boolean) - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns the file for the given entity.
- getEntityResolver() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the custom entity resolver.
- getEntityResolver() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getEntityRows(RMEntity) - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns the list of rows for a given entity.
- getEntityRows(RMEntity) - Method in class com.reportmill.datasource.RMJSONDataSource
-
- getEnumValues() - Method in class com.reportmill.datasource.RMProperty
-
Returns the enum values (for type Enum).
- getEnumValuesString() - Method in class com.reportmill.datasource.RMProperty
-
Returns the enum values as a string (comma separated).
- getError() - Static method in class com.reportmill.base.RMKeyChain
-
Returns the last error encountered by the key chain parser (or null).
- getExtrusionKey() - Method in class com.reportmill.graphing.RMGraphPartPie
-
Returns the key used to determine which pie wedges get extruded.
- getFamily() - Method in class com.reportmill.text.RMFont
-
Returns the family name of this font.
- getFamilyEnglish() - Method in class com.reportmill.text.RMFont
-
Returns the family name of this font in English.
- getFile(String) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the individual file with the given path.
- getFile(String, boolean) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the individual file with the given path, with an option to create it, if missing.
- getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the individual file with the given path, with an option to create it, if missing.
- getFile(String) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to define co-variant return type.
- getFile(String, boolean) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to define co-variant return type.
- getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to get file from file data source and wrap in dbox file.
- getFile(String, boolean, boolean) - Method in class com.reportmill.datasource.RMFTPDataSource
-
Override to load file via HTTP.
- getFileInfoList(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the bytes length.
- getFilename() - Method in class com.reportmill.shape.RMDocument
-
Returns the filename associated with this document, if available.
- getFilename() - Method in class com.reportmill.viewer.RMViewer
-
Returns filename associated with viewer's document (or null if the document didn't come from a file).
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSource
-
Returns files at path.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSourceList
-
Forward to real data source.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMDataSourceStub
-
Returns files at path.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns files at path.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMFTPDataSource
-
Returns files at path.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns files at path.
- getFilesImpl(String) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns files at path.
- getFill() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getFill() - Method in class com.reportmill.shape.RMShape
-
Returns the fill for this shape.
- getFillColor() - Method in class com.reportmill.text.RMXString.Outline
-
Returns the fill color for this outline.
- getFillStyle() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
- getFillStyle() - Method in class com.reportmill.shape.RMImage
-
Returns the fill style for the image's image fill.
- getFillSuper() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getFilter() - Method in class com.reportmill.datasource.RMQuery
-
Returns the filter string.
- getFilteredRows() - Method in class com.reportmill.datasource.RMQuery
-
Returns the list of filtered rows.
- getFilterKey() - Method in class com.reportmill.graphing.RMGraph
-
Returns the optional key chain (expression) used to limit the table list derived from dataset key.
- getFilterKey() - Method in class com.reportmill.shape.RMTable
-
Returns the optional key chain expression string used to prune the table list derived from dataset key.
- getFirstActivePosition() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns the first active position.
- getFloat(String, float) - Method in class com.reportmill.shape.RMShape
-
Returns a float value for a given key.
- getFloatValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a float for an object and key chain.
- getFloatValue() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the item float value
- getFloatValue() - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Returns the float value for this series value.
- getFont() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getFont() - Method in class com.reportmill.shape.RMDocument
-
Returns the document's default font.
- getFont() - Method in class com.reportmill.shape.RMShape
-
Returns the font for the shape.
- getFont() - Method in class com.reportmill.shape.RMText
-
Returns the font for char 0.
- getFont(String, float) - Static method in class com.reportmill.text.RMFont
-
Returns the font for the given name and size (substitutes Arial if not found).
- getFont(String, float, boolean) - Static method in class com.reportmill.text.RMFont
-
Returns the font for the given name and size (with an option to substitue Arial if not found).
- getFontAtIndex(int) - Method in class com.reportmill.text.RMXString
-
Returns the current font at the given character index.
- getFontFile() - Method in class com.reportmill.text.RMFont
-
Returns the font file for this font.
- getFontName() - Method in class com.reportmill.text.RMFont
-
Returns the name of this font.
- getFontNameEnglish() - Method in class com.reportmill.text.RMFont
-
Returns the name of this font in English.
- getFormat() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getFormat() - Method in class com.reportmill.shape.RMShape
-
Returns the format for the shape.
- getFormat() - Method in class com.reportmill.shape.RMText
-
Returns the format for char 0.
- getFormatAtIndex(int) - Method in class com.reportmill.text.RMXString
-
Returns the current format at the given character index.
- getFormatString() - Method in class com.reportmill.base.RMDateFormat
-
Returns the date format string.
- getFormatString() - Method in interface com.reportmill.base.RMFormat
-
Returns a format string.
- getFormatString() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the format string for this format.
- getFrame() - Method in class com.reportmill.shape.RMShape
-
Returns the rect in parent coords that fully encloses the shape.
- getFrame(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the rect that fully encloses the receiver in the given shape's coords.
- getFrameMaxX() - Method in class com.reportmill.shape.RMShape
-
Returns the max X of the shape's frame.
- getFrameMaxY() - Method in class com.reportmill.shape.RMShape
-
Returns the max Y of the shape's frame.
- getFrameX() - Method in class com.reportmill.shape.RMShape
-
Returns the X of the rect that fully encloses the shape in parent coords.
- getFrameXY() - Method in class com.reportmill.shape.RMShape
-
Returns the origin of the shape's bounds rect in parent coords.
- getFrameY() - Method in class com.reportmill.shape.RMShape
-
Returns the Y of the rect that fully encloses the shape in parent coords.
- getFTPClient() - Method in class com.reportmill.datasource.RMFTPDataSource
-
Returns the ftp client.
- getGAEDirectory() - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Returns a file for GAE directory (creating it, if absent).
- getGetMethod() - Method in class com.reportmill.base.RMKey.KeyAccessor
-
Searches for a get method for given key then caches and returns result.
- getGoogleSDKDirectory(RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Returns the sdk directory file.
- getGradientAxis(RMShape, RMPath, Point2D, Point2D) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the 2 points, in the shape's coordinate system, which define the gradient.
- getGradientBounds(Shape) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the gradient bounds for a given shape which is the bounds required to encompass the entire shape in the
coordinates of the gradient rotation (effectively the bounds of the shape rotated by opposite gradient rotation).
- getGraph() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the graph that owns this graph area.
- getGraph() - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns the graph that owns this legend.
- getGraphArea() - Method in class com.reportmill.graphing.RMGraph
-
Returns the shape that represents the conent of the graph.
- getGraphIntervals(RMGraph) - Static method in class com.reportmill.graphing.RMGraphIntervals
-
Returns graph intervals for a given graph.
- getGraphTypeString() - Method in class com.reportmill.graphing.RMGraph
-
Returns the graph type as a simple string: bar, pie or hbar.
- getGraphView() - Method in class com.reportmill.graphing.RMGraphViewBar
-
Returns the graph view.
- getGraphView() - Method in class com.reportmill.graphing.RMGraphViewPie
-
Returns the graph view.
- getGreen() - Method in class com.reportmill.graphics.RMColor
-
Returns the green component in the range 0-255.
- getGreen2D() - Method in class com.reportmill.graphics.RMColor
-
Returns the green component in the range 0-1.
- getGridSpacing() - Method in class com.reportmill.shape.RMDocument
-
Returns the grid spacing for the document's grid.
- getGroup() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the item group.
- getGroup() - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Returns the group.
- getGroup() - Method in class com.reportmill.shape.RMTableRow
-
Returns the group for this table row.
- getGrouper() - Method in class com.reportmill.graphing.RMGraph
-
Returns the grouper associated with the table.
- getGrouper() - Method in class com.reportmill.shape.RMTable
-
Returns the grouper associated with the table.
- getGrouping() - Method in class com.reportmill.graphing.RMGraph
-
Returns the graph grouping.
- getGrouping(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the individual grouping at the given index.
- getGrouping(String) - Method in class com.reportmill.graphing.RMGraph
-
Returns the individual grouping that has the same key as the one given.
- getGrouping() - Method in class com.reportmill.shape.RMLabels
-
Returns the grouping for this labels shape.
- getGrouping(int) - Method in class com.reportmill.shape.RMTable
-
Returns the individual grouping at the given index.
- getGrouping(String) - Method in class com.reportmill.shape.RMTable
-
Returns the individual grouping that has the same key as the one given.
- getGroupingCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of groups in this table.
- getGroupingCount() - Method in class com.reportmill.shape.RMTable
-
Returns the number of groups in this table.
- getHasDetails() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a details.
- getHasHeader() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a header.
- getHasSummary() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping has a summary.
- getHeight() - Method in class com.reportmill.graphics.RMPath
-
Returns the height of the path.
- getHeight() - Method in class com.reportmill.shape.RMShape
-
Returns the height of the shape.
- getHeight() - Method in class com.reportmill.text.RMFont
-
Returns the height of this font.
- getHeightToFit() - Method in class com.reportmill.shape.RMText
-
Returns the ideal height for this RMText.
- getHeightToFit(boolean) - Method in class com.reportmill.shape.RMText
-
Returns the ideal height for this RMText.
- getHitEdges(Point2D, float) - Method in class com.reportmill.base.RMRect
-
Returns the mask of edges hit by the given point.
- getHitInfo(RMLine, boolean) - Method in class com.reportmill.graphics.RMPath
-
Returns the hit info for the given line against this path.
- getHitInfo(RMBezier, boolean) - Method in class com.reportmill.graphics.RMPath
-
Returns the hit info for the given bezier curve against this path.
- getHost() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the host.
- getHover() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getHover() - Method in class com.reportmill.shape.RMShape
-
Sets the Hover string for the shape.
- getHoverShape(String) - Method in class com.reportmill.viewer.RMViewer
-
Returns a hover shape for given something.
- getHTTPRoot() - Method in class com.reportmill.datasource.RMFTPDataSource
-
Returns the HTTP root.
- getHTTPRootURL() - Method in class com.reportmill.datasource.RMFTPDataSource
-
Returns the HTTP root as a URL.
- getIdealSize() - Method in class com.reportmill.viewer.RMViewer
-
One step beyond preferred, this method returns the ideal size of the viewer if space wasn't an issue.
- getIdealSize(float) - Method in class com.reportmill.viewer.RMViewer
-
Returns the ideal size of the viewer scaled to a given zoom factor.
- getIgnoreCase() - Method in class com.reportmill.datasource.RMCondition
-
Returns whether condition ignores case (string types).
- getImage() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the image rendered by this image fill.
- getImageBounds(RMRect) - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the image bounds for a given rect.
- getImageBounds(RMShape) - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the image bounds for a given shape.
- getImageData() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the image data associated with this image fill.
- getImageData() - Method in class com.reportmill.shape.RMImage
-
Returns the imageData for this shape (or null if fill isn't an RMImageFill).
- getImageFill() - Method in class com.reportmill.shape.RMShape
-
Returns the imageFill for this shape (or null, if fill isn't an RMImageFill).
- getImageMargins() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the inset for the image when drawn in a given bounds.
- getImageSize2D() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the image size of the image for this image fill.
- getIncludeAllValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether the grouping includes all values.
- getIncludeFields() - Method in class com.reportmill.base.RMXMLWriter
-
Returns whether to include fields.
- getIncludeFields() - Method in class com.reportmill.datasource.RMSchemaMaker
-
Returns whether to include fields.
- getIncludeValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether to include values explicitly provided.
- getInitialPath() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the initial path of the connection.
- getInputAdapter() - Method in class com.reportmill.viewer.RMViewer
-
Returns the input adapter for the viewer (handles mouse and keyboard input).
- getInsertIndex(RMFile) - Method in class com.reportmill.datasource.RMFile
-
Returns the insert index to insert a file in this directory.
- getInsertProperties() - Method in class com.reportmill.datasource.RMRow
-
Returns the insert properties (properties that aren't auto-generated and non-null).
- getInterval(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the individual interval at a given index as a float value.
- getInterval(int) - Method in class com.reportmill.graphing.RMGraphIntervals
-
Returns the individual interval at a given index as a float value.
- getIntervalCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of intervals for this filled graph.
- getIntervalCount() - Method in class com.reportmill.graphing.RMGraphIntervals
-
Returns the number of intervals for this filled graph.
- getIntervalLast() - Method in class com.reportmill.graphing.RMGraph
-
Returns the last interval as a float value.
- getIntervalLast() - Method in class com.reportmill.graphing.RMGraphIntervals
-
Returns the last interval as a float value.
- getIntValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns an int for an object and key chain.
- getItalic() - Method in class com.reportmill.text.RMFont
-
Returns the italic version of this font.
- getItem(int) - Method in class com.reportmill.graphing.RMGraphSection
-
Returns the specific item at the given index.
- getItem(int) - Method in class com.reportmill.graphing.RMGraphSeries
-
Returns the individual series item at the given index.
- getItemCount() - Method in class com.reportmill.graphing.RMGraphSection
-
Returns the number of section items
- getItemCount() - Method in class com.reportmill.graphing.RMGraphSeries
-
Returns the number of items in this series.
- getItemIndex() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the item index.
- getItemKey() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Returns the item key.
- getItemsLayout() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the layout of section items.
- getKey() - Method in class com.reportmill.base.RMGrouping
-
Returns the grouping key.
- getKey() - Method in class com.reportmill.base.RMSort
-
Returns the key for this sort.
- getKey(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the specific key at the given index.
- getKey() - Method in class com.reportmill.graphing.RMGraphSeries
-
Returns the key for this series.
- getKey() - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Returns the key.
- getKey() - Method in class com.reportmill.shape.RMImage
-
Returns the report key used to load an image if none is provided.
- getKey() - Method in class com.reportmill.shape.RMSound
-
Returns the RPG key for this sound shape.
- getKeyChain(Object) - Static method in class com.reportmill.base.RMKeyChain
-
Returns a keyChain for aSource (should be a String or existing RMKeyChain).
- getKeyChainValue(Object) - Method in interface com.reportmill.base.RMKeyChain.Get
-
- getKeyCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of keys for this graph.
- getKeyValue(String) - Method in interface com.reportmill.base.RMKey.Get
-
- getKeyValue(String) - Method in class com.reportmill.base.RMTableOfContents.RowGroup
-
Implements this method to provide page info.
- getLabel() - Method in class com.reportmill.shape.RMLabels
-
Returns the default label shape.
- getLabelAxis() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the label axis shape.
- getLabelHeight() - Method in class com.reportmill.shape.RMLabels
-
Returns the height of an individual label.
- getLabelShape(RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns a label shape for given position.
- getLabelWidth() - Method in class com.reportmill.shape.RMLabels
-
Returns the width of an individual label.
- getLast() - Method in class com.reportmill.base.RMKeyChain
-
Returns the last node in the chain.
- getLastSource() - Method in class com.reportmill.viewer.RMViewer
-
Returns the last source (backtracking).
- getLayer(int) - Method in class com.reportmill.shape.RMPage
-
Returns the layer at the given index.
- getLayer(String) - Method in class com.reportmill.shape.RMPage
-
Returns the layer with the given name.
- getLayerCount() - Method in class com.reportmill.shape.RMPage
-
Returns the number of layers associated with this page.
- getLayers() - Method in class com.reportmill.shape.RMPage
-
Returns the list of page layers.
- getLayout() - Method in class com.reportmill.shape.RMShape
-
Returns the layout for this shape.
- getLeading() - Method in class com.reportmill.text.RMFont
-
Returns the default distance between lines for this font.
- getLeftIndent() - Method in class com.reportmill.text.RMParagraph
-
Returns the left side indentation of this paragraph.
- getLeftIndentFirst() - Method in class com.reportmill.text.RMParagraph
-
Returns the left side indentation of the first line in this paragraph (this can be set different than successive
lines).
- getLeftSide() - Method in class com.reportmill.datasource.RMCondition
-
Returns the left side.
- getLegend() - Method in class com.reportmill.graphing.RMGraph
-
Returns the child of the graph that represents the legend (if present).
- getLegendText() - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns the legend text.
- getLineGap() - Method in class com.reportmill.shape.RMText
-
Returns the line gap at char 0.
- getLineGap() - Method in class com.reportmill.text.RMParagraph
-
Returns additional line spacing expressed as a constant amount in points.
- getLineHeight() - Method in class com.reportmill.text.RMFont
-
Returns the height for a line of text in this font.
- getLineHeightMax() - Method in class com.reportmill.shape.RMText
-
Returns the maximum line height at char 0.
- getLineHeightMax() - Method in class com.reportmill.text.RMParagraph
-
Returns the maximum line height in printer points associated with this paragraph.
- getLineHeightMin() - Method in class com.reportmill.shape.RMText
-
Returns the minimum line height at char 0.
- getLineHeightMin() - Method in class com.reportmill.text.RMParagraph
-
Returns the minimum line height in printer points associated with this paragraph.
- getLineSpacing() - Method in class com.reportmill.shape.RMText
-
Returns the line spacing at char 0.
- getLineSpacing() - Method in class com.reportmill.text.RMParagraph
-
Returns the spacing of lines expressed as a factor of a given line's height.
- getLineWidth() - Method in class com.reportmill.shape.RMShape
-
Deprecated.
- getLinkedText() - Method in class com.reportmill.shape.RMText
-
Returns the linked text for this text (if any).
- getListener(Class<T>, int) - Method in class com.reportmill.datasource.RMRow
-
Returns the individual listener of a given class at given index (from all listeners of given class).
- getListener(Class<T>, int) - Method in class com.reportmill.text.RMXString
-
Returns the individual listener of a given class at given index (from all listeners of given class).
- getListenerCount(Class) - Method in class com.reportmill.datasource.RMRow
-
Returns the number of listeners of a given class.
- getListenerCount(Class) - Method in class com.reportmill.text.RMXString
-
Returns the number of listeners of a given class.
- getListeners(Class<T>) - Method in class com.reportmill.datasource.RMRow
-
Returns the array of listeners of a given class (from all listeners of given class).
- getListValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a list for an object and key chain.
- getLocalCurrencySymbol() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the Currency symbol used for this locale.
- getLoginPath() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the current working directory found at login.
- getLoopCount() - Method in class com.reportmill.shape.RMSound
-
Returns the number of loops that this sound should play before stopping.
- getLoops() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the last animator loops.
- getMainTable() - Method in class com.reportmill.shape.RMTableGroup
-
Returns the currently selected table.
- getMapHTML(String) - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a Map of an HTML file and image resources.
- getMargin() - Method in class com.reportmill.shape.RMText
-
Returns margin.
- getMarginBottom() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects bottom value.
- getMarginBottom() - Method in class com.reportmill.shape.RMText
-
Returns the bottom margin of the text (defaults to 0).
- getMarginDefault() - Method in class com.reportmill.shape.RMText
-
Returns the default margin of the text (top=1, left=2, right=2, bottom=0).
- getMarginLeft() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects left value.
- getMarginLeft() - Method in class com.reportmill.shape.RMText
-
Returns the left margin of the text (default to 2).
- getMarginRect() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rect for this document.
- getMarginRectDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the default margin rect.
- getMarginRight() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects right value.
- getMarginRight() - Method in class com.reportmill.shape.RMText
-
Returns the right margin of the text (defaults to 2).
- getMarginString() - Method in class com.reportmill.shape.RMText
-
Returns the margin as a string.
- getMarginTop() - Method in class com.reportmill.shape.RMDocument
-
Returns the margin rects top value.
- getMarginTop() - Method in class com.reportmill.shape.RMText
-
Returns the top margin of the text (defaults to 1).
- getMaskPath() - Method in class com.reportmill.shape.RMShape
-
Returns the outline of the shape as a path.
- getMaskPath() - Method in class com.reportmill.shape.RMText
-
Overridden from RMShape to provide the outlines of all the glyphs
- getMaxAscent() - Method in class com.reportmill.text.RMFont
-
Returns the max distance above the baseline that this font goes.
- getMaxDescent() - Method in class com.reportmill.text.RMFont
-
Returns the max distance below the baseline that this font goes.
- getMaximumSize() - Method in class com.reportmill.shape.RMShape
-
Returns the shape maximum size.
- getMaximumSizeProperty() - Method in class com.reportmill.shape.RMShape
-
Returns the maximum size as set in properties.
- getMaxTime() - Method in class com.reportmill.shape.RMDocument
-
Returns the total time needed to animate this document (total of all page animators).
- getMaxValue() - Method in class com.reportmill.graphing.RMGraphSection
-
Returns section maximum value.
- getMaxX() - Method in class com.reportmill.shape.RMShape
-
Returns the max X of the shape (assumes not rotated, scaled or skewed).
- getMaxY() - Method in class com.reportmill.shape.RMShape
-
Returns the max Y of the shape (assumes not rotated, scaled or skewed).
- getMidX() - Method in class com.reportmill.base.RMRect
-
Returns the x mid-point of the rect.
- getMidY() - Method in class com.reportmill.base.RMRect
-
Returns the y mid-point of the rect.
- getMinimumSize() - Method in class com.reportmill.shape.RMShape
-
Returns the shape minimum size.
- getMinimumSizeProperty() - Method in class com.reportmill.shape.RMShape
-
Returns the minimum size as set in properties.
- getMinorTickCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of suggested ticks between the intervals of the RPG'd graph.
- getMinSplitHeight() - Method in class com.reportmill.shape.RMTableRow
-
Returns the minimum distance in points from the top of the row that this row can split.
- getMinSplitRemainderHeight() - Method in class com.reportmill.shape.RMTableRow
-
Returns the minimum distance in points from the bottom of the row that this row can split.
- getMinValue() - Method in class com.reportmill.graphing.RMGraphSection
-
Returns section minimum value.
- getMoveToBottom() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should be moved to the bottom of the table during report generation.
- getName() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the name for the datasource.
- getName() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getName() - Method in class com.reportmill.datasource.RMEntity
-
Returns the name of the entity.
- getName() - Method in class com.reportmill.datasource.RMFile
-
Returns the resource name.
- getName() - Method in class com.reportmill.datasource.RMProperty
-
Returns the name of this property.
- getName() - Method in class com.reportmill.datasource.RMQuery
-
Returns the query name.
- getName() - Method in class com.reportmill.datasource.RMSchema
-
Returns the name of the entity.
- getName() - Method in class com.reportmill.shape.fill.RMFill
-
Returns the name of the fill.
- getName() - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the name of the fill.
- getName() - Method in class com.reportmill.shape.RMShape
-
Returns the name for the shape.
- getNext() - Method in class com.reportmill.base.RMKeyChain
-
Returns the next key chain node in the chain.
- getNext(int) - Method in class com.reportmill.base.RMKeyChain
-
Returns the nth key chain node in the chain.
- getNextSource() - Method in class com.reportmill.viewer.RMViewer
-
Returns the next source (forward tracking).
- getNullString() - Method in class com.reportmill.base.RMDateFormat
-
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
- getNullString() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the String that is substituted when this format is asked to provide stringForObjectValue(null).
- getNullString() - Method in class com.reportmill.shape.RMDocument
-
Returns the string used to replace any occurrances of null values in a generated report.
- getNumberOfChildrenToStayWith() - Method in class com.reportmill.shape.RMTableRow
-
Returns the number of children this table row needs to be accompanied by, if some children run off page bottom.
- getNumberOfColumns() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of columns in the labels block.
- getNumberOfColumns() - Method in class com.reportmill.shape.RMTableRow
-
Returns the number of columns in this table row (really just child count).
- getNumberOfRows() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of rows in the labels block.
- getNumberType() - Method in class com.reportmill.datasource.RMProperty
-
Returns the number type.
- getNumberValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a number for an object and key chain.
- getObject() - Method in class com.reportmill.shape.RMText
-
Bogus accessor to provide type information for setObject.
- getObjects() - Method in class com.reportmill.graphing.RMGraph
-
Returns the list of objects to generate a graph for.
- getOpacity() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getOpacity() - Method in class com.reportmill.shape.RMShape
-
Returns the opacity of the shape (1 for opaque, 0 for transparent).
- getOpacityDeep() - Method in class com.reportmill.shape.RMShape
-
Returns the combined opacity of this shape and its parent.
- getOperator() - Method in class com.reportmill.base.RMKeyChain
-
Returns the top level operator of the keychain.
- getOperator() - Method in class com.reportmill.datasource.RMCondition
-
Returns the operator.
- getOperator(int) - Method in class com.reportmill.datasource.RMConditionList
-
Returns the operator at the given index.
- getOperators(RMProperty.Type) - Static method in class com.reportmill.datasource.RMCondition
-
Returns the valid operators for a given property type.
- getOperators() - Method in class com.reportmill.datasource.RMConditionList
-
Returns the operators.
- getOptimisticCondition() - Method in class com.reportmill.datasource.RMRow
-
Returns the optimistic condition that identifies this row.
- getOrder() - Method in class com.reportmill.base.RMSort
-
Returns the order for this sort.
- getOrderString() - Method in class com.reportmill.base.RMSort
-
Returns the order as a string.
- getOrigin() - Method in class com.reportmill.base.RMRect
-
Returns the origin of the rect as an RMPoint.
- getOriginal() - Method in class com.reportmill.shape.RMShape
-
Returns the original, if this shape was created via clone.
- getOriginalRow() - Method in class com.reportmill.datasource.RMRow
-
Returns a RMRow that represents the original version of this row.
- getOutline() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getOutline() - Method in class com.reportmill.shape.RMShape
-
Returns the outline for the shape.
- getOutline() - Method in class com.reportmill.shape.RMText
-
Returns the outline for char 0.
- getOverlap() - Method in class com.reportmill.shape.RMSound
-
Returns whether this sound should overlap other sounds.
- getPage(int) - Method in class com.reportmill.shape.RMDocument
-
Returns the page at the given index.
- getPageBounds() - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds of the viewer document's selected page.
- getPageBreak() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreak" for this shape as defined by shapes that define a page break (currently only RMTable).
- getPageBreakGroupIndex() - Method in class com.reportmill.shape.RMTable
-
Returns the index of the grouping in the grouper at which an explicit.
- getPageBreakKey() - Method in class com.reportmill.shape.RMTableRow
-
Returns the key used to determine whether row should force a page break.
- getPageBreakMax() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakMax" for this shape as defined by shapes that define a page break (currently only RMTable).
- getPageBreakPage() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakPage" for this shape, or the page number relative to the last page break,
as defined by shapes that define explicit page breaks (currently only RMTable).
- getPageBreakPageMax() - Method in class com.reportmill.shape.RMShape
-
Returns the "PageBreakPageMax" for this shape, or the max page number relative to the last and next page breaks,
as defined by shapes that define explicit page breaks (currently only RMTable).
- getPageCount() - Method in class com.reportmill.shape.RMDocument
-
Returns the number of pages in this document.
- getPageLast() - Method in class com.reportmill.shape.RMDocument
-
Returns the last page (convenience).
- getPageLayout() - Method in class com.reportmill.shape.RMDocument
-
Returns the page layout for the document.
- getPageNumber() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
- getPages() - Method in class com.reportmill.shape.RMDocument
-
Returns the list of pages associated with this document.
- getPageShape() - Method in class com.reportmill.shape.RMPage
-
Overrides shape implementation to return this page, since it is the page shape.
- getPageShape() - Method in class com.reportmill.shape.RMShape
-
Returns the RMPage ancestor of this shape (or null if not there).
- getPageSize() - Method in class com.reportmill.shape.RMDocument
-
Returns the size of a document page.
- getPageSizeDefault() - Method in class com.reportmill.shape.RMDocument
-
Returns the default page size.
- getPaginate() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should paginate generated reports by default.
- getPaginate() - Method in class com.reportmill.shape.RMLabels
-
Returns whether the labels should paginate.
- getPaginate() - Method in class com.reportmill.shape.RMTable
-
Returns whether the table is supposed to be paginated.
- getPaint(float, float, float, float) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns a java.awt.Paint instance to draw this gradient.
- getPaintBackground() - Method in class com.reportmill.shape.RMPage
-
Returns whether to paint white background even if not explicitly defined and drop shadow.
- getPaintFrameRate() - Method in class com.reportmill.viewer.RMViewer
-
Returns whether we paint frame rate.
- getParagraphAtIndex(int) - Method in class com.reportmill.text.RMXString
-
Returns the current paragraph at the given character index.
- getParagraphSpacing() - Method in class com.reportmill.text.RMParagraph
-
Returns the spacing between paragraphs in printer points associated with this paragraph.
- getParameter(int) - Method in class com.reportmill.datasource.RMQuery
-
Return the individual parameter.
- getParameter(String) - Method in class com.reportmill.datasource.RMQuery
-
Returns the named parameter.
- getParameter(int) - Method in class com.reportmill.datasource.RMURLDataSource
-
Return the individual parameter.
- getParameter(String) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the named parameter.
- getParameterCount() - Method in class com.reportmill.datasource.RMQuery
-
Return the number of parameters.
- getParameterCount() - Method in class com.reportmill.datasource.RMURLDataSource
-
Return the number of parameters.
- getParameters() - Method in class com.reportmill.datasource.RMQuery
-
Returns the list of parameters.
- getParameters() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the list of parameters.
- getParameterURL(RMCondition) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the parameter URL.
- getParameterURLString(StringBuffer, RMCondition) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the parameter URL string.
- getParameterValues() - Method in class com.reportmill.datasource.RMQuery
-
Returns the map of parameter values.
- getParent() - Method in class com.reportmill.datasource.RMFile
-
Returns the file parent directory.
- getParent() - Method in class com.reportmill.shape.RMShape
-
Returns the parent of this shape.
- getParentTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the parent of the given table.
- getParentWithClass(Class<T>) - Method in class com.reportmill.shape.RMShape
-
Returns the first parent with given class by iterating up parent hierarchy.
- getPart(Point2D) - Method in interface com.reportmill.graphing.RMGraphView
-
This method returns the graph part hit by given point.
- getPart(Point2D) - Method in class com.reportmill.graphing.RMGraphViewBar
-
Returns the graph part for given point.
- getPart(Point2D) - Method in class com.reportmill.graphing.RMGraphViewBar3D
-
Returns the graph part.
- getPart(int) - Method in class com.reportmill.shape.RMPage
-
Override for parts if there is a dataset key.
- getPart(int) - Method in class com.reportmill.shape.RMShape
-
Returns the individual part at the given index.
- getPartCount() - Method in class com.reportmill.shape.RMPage
-
Override for parts if there is a dataset key.
- getPartCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of parts this shape needs to represent itself, if it's a multi-part shape.
- getPartDeep(int, ReportMill) - Method in class com.reportmill.shape.RMPage
-
Override for parts if there is a dataset key.
- getPartDeep(int, ReportMill) - Method in class com.reportmill.shape.RMShape
-
Returns the individual part for given index, by getting parts deep.
- getPartDeepCount() - Method in class com.reportmill.shape.RMPage
-
Override for parts if there is a dataset key.
- getPartDeepCount() - Method in class com.reportmill.shape.RMShape
-
Returns the number of parts needed to represent this shape and its children.
- getPassword() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the password of the connection.
- getPassword() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns the password.
- getPath() - Method in class com.reportmill.datasource.RMFile
-
Returns the file path.
- getPath() - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns the path.
- getPath() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Override path to be GAE directory plus app name.
- getPath() - Method in class com.reportmill.shape.RMLineSegment
-
Returns the line path.
- getPath() - Method in class com.reportmill.shape.RMOval
-
Returns the (oval) path for this shape.
- getPath() - Method in class com.reportmill.shape.RMPolygon
-
Returns the path for this polygon shape.
- getPath() - Method in class com.reportmill.shape.RMRectangle
-
Returns the path for the rectangle (building path with rounded corners if needed).
- getPath() - Method in class com.reportmill.shape.RMShape
-
Returns the shape's path.
- getPath() - Method in class com.reportmill.shape.RMText
-
Returns the path for this shape.
- getPathInBounds() - Method in class com.reportmill.shape.RMShape
-
Returns the shape's path scaled to the shape's current bounds.
- getPathInBounds() - Method in class com.reportmill.shape.RMText
-
Overrides shape implementation to pass through getPathInBounds(inset).
- getPathInBounds(int) - Method in class com.reportmill.shape.RMText
-
Returns the shape's path scaled to the shape's current bounds.
- getPathInRect(Rectangle2D) - Method in class com.reportmill.graphics.RMPath
-
Returns a copy of the path scaled to exactly fit in the given rect.
- getPathIterator(AffineTransform) - Method in class com.reportmill.graphics.RMPath
-
Returns a path iterator for this path and the given transform.
- getPathIterator(AffineTransform, double) - Method in class com.reportmill.graphics.RMPath
-
Returns a path iterator for this path and the given transform and flatness.
- getPathShape() - Method in class com.reportmill.shape.RMText
-
Returns the shape that provides the path for this text to wrap text to.
- getPathTransform() - Method in class com.reportmill.shape.RMPolygon
-
Returns the matrix which transforms from path space to this shape's space.
- getPeerTableNext(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the next peer table of the given table.
- getPeerTablePrevious(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the previous peer table of the given table.
- getPeerTables(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Returns the list of peer tables for a given table.
- getPerformsWrap() - Method in class com.reportmill.shape.RMText
-
Returns whether text should wrap around other shapes that cause wrap.
- getPerimeterPointForRadial(float, boolean) - Method in class com.reportmill.base.RMRect
-
Returns the point on the rectangle's perimeter that is intersected by a radial at the given angle from the
center of the rect.
- getPhantomComponent() - Method in class com.reportmill.viewer.RMViewer
-
Returns the phantom component (creating, if necessary).
- getPie() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the pie shape.
- getPlaying() - Method in class com.reportmill.shape.RMSound
-
Returns whether this sound is currently playing.
- getPlexing() - Method in class com.reportmill.shape.RMPage
-
Returns the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
- getPoint(Point2D) - Static method in class com.reportmill.base.RMPoint
-
Returns an RMPoint version of the given Point2D (just the Point2D if it's already an RMPoint).
- getPoint(int) - Method in class com.reportmill.graphics.RMPath
-
Returns the point at the given index.
- getPointCount() - Method in class com.reportmill.graphics.RMPath
-
Returns the number of points in the path.
- getPointLast() - Method in class com.reportmill.graphics.RMPath
-
Returns the last point in the path.
- getPoints() - Method in class com.reportmill.base.RMRect
-
Returns an array of four points containing each corner of the rect.
- getPointsFromUnits(float) - Method in class com.reportmill.shape.RMDocument
-
Converts given value from document units to printer points (1/72 of an inch).
- getPosition() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns the value label position (top, middle, bottom, outside).
- getPosition(String) - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns a label position for a given string.
- getPosition() - Method in class com.reportmill.shape.fill.RMGradientFill.ColorStop
-
Returns stop position.
- getPreferredScrollableViewportSize() - Method in class com.reportmill.viewer.RMViewer
-
- getPreferredSize() - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred size.
- getPreferredSize() - Method in class com.reportmill.viewer.RMViewer
-
Returns the optimal size of the viewer.
- getPreferredSizeImpl() - Method in class com.reportmill.shape.RMImage
-
Returns the preferred size.
- getPreferredSizeImpl() - Method in class com.reportmill.shape.RMShape
-
Returns the shape preferred size.
- getPreferredSizeImpl() - Method in class com.reportmill.shape.RMText
-
Override to return layout preferred size (unless this text is scaling fonts to fit).
- getPreferredSizeProperty() - Method in class com.reportmill.shape.RMShape
-
Returns the preferred size as set in properties.
- getPreferredSizeX() - Method in class com.reportmill.shape.RMShape
-
Returns the preferred size constrained to minimum size and maximum size.
- getPrimaries() - Method in class com.reportmill.datasource.RMEntity
-
Returns the list of primary attributes for this entity.
- getPrimary() - Method in class com.reportmill.datasource.RMEntity
-
Returns the primary key property.
- getPrimaryValue(String) - Method in class com.reportmill.datasource.RMRow
-
Returns the value for key, converting relation values to their remote property value.
- getPrintEvenIfGroupIsEmpty() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
- getProperties() - Method in class com.reportmill.datasource.RMEntity
-
Returns the list of properties.
- getProperties() - Method in class com.reportmill.datasource.RMRow
-
Returns the properties for this row.
- getProperty(int) - Method in class com.reportmill.datasource.RMEntity
-
Returns the property at the given index.
- getProperty(String) - Method in class com.reportmill.datasource.RMEntity
-
Returns the property with the given name.
- getProperty(RMKeyChain) - Method in class com.reportmill.datasource.RMEntity
-
Returns the property for the keychain evaluated from this entity.
- getProperty(String) - Method in class com.reportmill.datasource.RMRow
-
Returns the named property.
- getProperty(Object, Class, String, int, RMEntity) - Method in class com.reportmill.datasource.RMSchemaMaker
-
Configures a property for a property value.
- getPropertyCount() - Method in class com.reportmill.datasource.RMEntity
-
Returns the number of properties.
- getPropertyNextUniqueID(RMProperty) - Method in class com.reportmill.base.RMXMLWriter
-
Returns the next unique id for given property.
- getPropertyType(Object) - Static method in class com.reportmill.datasource.RMDataSourceUtils
-
Returns a property type for a given object/class.
- getProxy() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns the proxy, determined by the current position.
- getProxy() - Method in class com.reportmill.graphing.RMProxyShape
-
Returns the proxy shape.
- getPSName() - Method in class com.reportmill.text.RMFont
-
Returns the PostScript name of this font.
- getPublishUrl() - Method in class com.reportmill.shape.RMDocument
-
Returns the URL this document should be uploaded to.
- getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSource
-
Returns the query parameters.
- getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns the query parameters.
- getQueryParameters(RMEntity) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the query parameters.
- getRadius() - Method in class com.reportmill.shape.RMRectangle
-
Returns the rounding radius for the rectangle.
- getRed() - Method in class com.reportmill.graphics.RMColor
-
Returns the red component in the range 0-255.
- getRed2D() - Method in class com.reportmill.graphics.RMColor
-
Returns the red component in the range 0-1.
- getRelation(int) - Method in class com.reportmill.datasource.RMEntity
-
Returns the relation at the given index.
- getRelation(String) - Method in class com.reportmill.datasource.RMEntity
-
Returns the relation for the given key path.
- getRelationCount() - Method in class com.reportmill.datasource.RMEntity
-
Returns the number of relations in the entity.
- getRelationEntity(String) - Method in class com.reportmill.datasource.RMEntity
-
Returns the relation entity for the key path evaluated from this entity.
- getRelationEntity() - Method in class com.reportmill.datasource.RMProperty
-
Returns the relation entity.
- getRelationEntityName() - Method in class com.reportmill.datasource.RMProperty
-
Returns the name of the entity that this relation property points to.
- getRelationLocalProperty() - Method in class com.reportmill.datasource.RMProperty
-
Returns the relation local property.
- getRelationLocalPropertyName() - Method in class com.reportmill.datasource.RMProperty
-
Returns the property name local to this property's entity that the relation uses as a key (primary or foreign).
- getRelationRemoteProperty() - Method in class com.reportmill.datasource.RMProperty
-
Returns the relation remote property.
- getRelationRemotePropertyName() - Method in class com.reportmill.datasource.RMProperty
-
Returns the property name that the relation uses as a key in the remote table (primary or foreign).
- getRelations() - Method in class com.reportmill.datasource.RMEntity
-
Returns the list of relations in the entity.
- getRelationSorted(int) - Method in class com.reportmill.datasource.RMEntity
-
Returns the relation at the given index in the sorted list of relations.
- getRepaintBoundsForShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
-
Returns the bounds for a given shape in the viewer.
- getReportMill() - Method in class com.reportmill.graphing.RMGraph
-
Returns the reportmill.
- getReportMill() - Method in class com.reportmill.shape.RMDocument
-
Returns the reportmill associated with the document (create if needed).
- getReportMill() - Method in class com.reportmill.shape.RMShape
-
Returns the reportmill available for this shape.
- getRepresentableString() - Method in class com.reportmill.text.RMXString
-
Returns a version of this string that substitutes alternate fonts for any characters that cannot be displayed in
their associated fonts (simply returns the receiver if all characters are valid).
- getReprintWhenWrapped() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row is reprinted on a new page when it's children cross a page boundary.
- getResultsKey() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the key used to dereference the results array.
- getReversedPath() - Method in class com.reportmill.graphics.RMPath
-
Returns a new path with the same points as this path, but in reverse order.
- getRightIndent() - Method in class com.reportmill.text.RMParagraph
-
Returns the right side indentation of this paragraph.
- getRightSide() - Method in class com.reportmill.datasource.RMCondition
-
Returns the right side.
- getRoll() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Override to handle proxy.
- getRoll() - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the gradient's rotation.
- getRoll() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the rotation of the image fill image.
- getRoll() - Method in class com.reportmill.shape.RMShape
-
Returns the roll of the shape.
- getRootDirectory() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the root directory.
- getRootDirectory() - Method in class com.reportmill.datasource.RMDataSourceList
-
Returns root directory.
- getRootEntity() - Method in class com.reportmill.datasource.RMSchema
-
Returns the root entity.
- getRootEntity(boolean) - Method in class com.reportmill.datasource.RMSchema
-
Returns the root entity.
- getRootPath() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns ftp root path (the login path plus the initial path).
- getRootShape() - Method in class com.reportmill.shape.RMShape
-
Returns the top level shape (usually an RMDocument).
- getRow(String, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
-
Returns a cached row for an entity name and condition.
- getRow(RMEntity, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
-
Returns a cached row for a entity and condition.
- getRow(String, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getRow(RMEntity, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getRow(int) - Method in class com.reportmill.shape.RMTable
-
Returns the specific table row at the given index.
- getRowAbove() - Method in class com.reportmill.shape.RMTableRow
-
Returns the row above this one in the template.
- getRows(List<? extends RMProperty>, RMCondition) - Method in class com.reportmill.datasource.RMDataSource
-
Returns a set of rows for the given properties and condition.
- getRows(List<? extends RMProperty>, RMCondition) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getRows() - Method in class com.reportmill.datasource.RMQuery
-
Returns a sample dataset of objects associated with the data source.
- getRowsImpl(List<? extends RMProperty>, RMCondition, Class<? extends RMRow>) - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns a set of rows for the given properties and condition.
- getRowsImpl(List<? extends RMProperty>, RMCondition, Class<? extends RMRow>) - Method in class com.reportmill.datasource.RMGAEDataSource
-
Override to forward to db data source.
- getRun(int) - Method in class com.reportmill.text.RMXString
-
Returns the specific Run at the given index in this XString.
- getRunAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the XString run at the given index.
- getRunAtExactly(int) - Method in class com.reportmill.text.RMXString
-
Returns an XString run for the given character index, potentially splitting an existing run to ensure
that new run starts at the given index.
- getRunCount() - Method in class com.reportmill.text.RMXString
-
Returns the number of runs in this XString.
- getRunIndexAt(int) - Method in class com.reportmill.text.RMXString
-
Returns the XString run index for the given character index.
- getRunIndexAtExactly(int) - Method in class com.reportmill.text.RMXString
-
Returns an XString segment index for the given character index, potentially splitting an existing run to ensure
that new run starts at the given index.
- getRunLast() - Method in class com.reportmill.text.RMXString
-
Returns the last run in this XString (convenience).
- getSampleGraphArea() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns a graph area configured like this one showing sample data.
- getSampleObjects() - Method in class com.reportmill.graphing.RMGraph
-
Returns a list of sample objects for this graph.
- getSampleSchema(Object) - Method in class com.reportmill.datasource.RMURLDataSource
-
Reads the sample schema from given source.
- getSampleURL() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the sample URL.
- getSampleURLString() - Method in class com.reportmill.datasource.RMURLDataSource
-
Return the sample URL string.
- getScaleX() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the scale x of the image fill image.
- getScaleX() - Method in class com.reportmill.shape.RMShape
-
Returns the scale of the X axis of the shape.
- getScaleY() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the scale y of the image fill image.
- getScaleY() - Method in class com.reportmill.shape.RMShape
-
Returns the scale of the Y axis of the shape.
- getSchema() - Method in class com.reportmill.base.RMXMLWriter
-
Returns the schema.
- getSchema() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
- getSchema() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getSchema() - Method in class com.reportmill.datasource.RMDataSourceStub
-
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
- getSchema() - Method in class com.reportmill.datasource.RMEntity
-
Returns the schema that owns this entity.
- getSchema() - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns schema (loaded froms RMSchema.xml file).
- getSchema() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Override to forward to db data source.
- getSchema(Object, String, int) - Method in class com.reportmill.datasource.RMSchemaMaker
-
This code returns a schema for a given object graph of Java primitives (Map, List, String, Number, Date).
- getSchema(RXElement) - Method in class com.reportmill.datasource.RMSchemaMaker
-
Creates and returns a schema for a given xml element tree.
- getSchema() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the schema.
- getSchema() - Method in class com.reportmill.datasource.RMXMLDataSource
-
Returns the schema of represented datasource as a hierarchy of RMEntity and RMProperty objects.
- getSchemaMaker() - Method in class com.reportmill.base.RMXMLWriter
-
Returns the schema maker.
- getSchemaVisible() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the schema that should be visible to users.
- getSchemaVisible() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getSchemaVisible() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Override to forward to db data source.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
-
- getScrollableTracksViewportHeight() - Method in class com.reportmill.viewer.RMViewer
-
- getScrollableTracksViewportWidth() - Method in class com.reportmill.viewer.RMViewer
-
Scrollable methods.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.reportmill.viewer.RMViewer
-
- getSection(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the individual section at the given index.
- getSectionCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of sections in this graph.
- getSectionLayout() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the layout of series values.
- getSections() - Method in class com.reportmill.graphing.RMGraph
-
Returns the graph sections.
- getSections(RMGraph) - Static method in class com.reportmill.graphing.RMGraphSection
-
Returns the list of sections for the graph.
- getSectionTotal() - Method in class com.reportmill.graphing.RMGraphSection
-
Returns the total for all values in series.
- getSegments() - Method in class com.reportmill.graphics.RMPath
-
Converts a path into an array of RMBezier/Quadratic/Lines.
- getSelectedLayer() - Method in class com.reportmill.shape.RMPage
-
Returns the selected layer.
- getSelectedLayerIndex() - Method in class com.reportmill.shape.RMPage
-
Returns the index of the selected layer.
- getSelectedPage() - Method in class com.reportmill.shape.RMDocument
-
Returns the currently selected page of this document.
- getSelectedPage() - Method in class com.reportmill.viewer.RMViewer
-
Returns the currently selected page shape.
- getSelectedPageIndex() - Method in class com.reportmill.shape.RMDocument
-
Returns the current page index of this document.
- getSelectedPageIndex() - Method in class com.reportmill.viewer.RMViewer
-
Returns the index of the current visible document page.
- getSelectedPart() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the currently selected part.
- getSelectedPartShape() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the selected part shape.
- getSelectedSeries() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the selected series part, if available.
- getSelectedSort() - Method in class com.reportmill.base.RMGrouping
-
Returns the currently selected grouping's sort (while editing only).
- getSelectedSortIndex() - Method in class com.reportmill.base.RMGrouping
-
Returns the currently selected grouping's currently selected sort (for editing, mostly).
- getSeries(int) - Method in class com.reportmill.graphing.RMGraph
-
Returns the individual series at the given index.
- getSeries() - Method in class com.reportmill.graphing.RMGraph
-
Returns the list of series.
- getSeries(int) - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the individual series object and the given index.
- getSeries() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the section item series.
- getSeries(RMGraph) - Static method in class com.reportmill.graphing.RMGraphSeries
-
Returns the graph series for a given graph.
- getSeriesCount() - Method in class com.reportmill.graphing.RMGraph
-
Returns the number of series in this graph.
- getSeriesCount() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the number of series.
- getSeriesIndex() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the series index.
- getSeriesItem() - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Returns the section item series item.
- getSeriesTotal() - Method in class com.reportmill.graphing.RMGraphSeries
-
Returns the total for all values in series.
- getSetGap() - Method in class com.reportmill.graphing.RMGraphPartBars
-
Returns the width of the gap between sets as a fraction of chart area.
- getSetMethod() - Method in class com.reportmill.base.RMKey.KeyAccessor
-
Searches for a set method for given key then caches and returns result.
- getShapeAtPoint(Point2D, boolean) - Method in class com.reportmill.viewer.RMViewer
-
Returns the first shape hit by the given point.
- getShapePainter() - Method in class com.reportmill.viewer.RMViewer
-
Returns the object that is actually responsible for paining shapes in the viewer.
- getShapeRepaintEnabled() - Method in class com.reportmill.viewer.RMViewer
-
Returns whether changes to shapes cause repaints.
- getShapesToAncestor(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shapes from this shape to a given ancestor, inclusive.
- getShapesToDescendant(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shape's from this shape to given descendant, inclusive.
- getShapesToShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns a list of shapes from this shape to given shape.
- getShowAxisLabels() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Returns whether the graph shows axis labels.
- getShowAxisLabels() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns whether the graph draws axis labels.
- getShowGrid() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should show an alignment grid.
- getShowGridLines() - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Returns whether the graph shows grid lines between label axis sections.
- getShowLegend() - Method in class com.reportmill.graphing.RMGraph
-
Returns whether the graph shows a legend.
- getShowMajorGrid() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns whether the graph draws the major axis.
- getShowMargin() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should show a margin rect.
- getShowMinorGrid() - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Returns whether the graph draws the minor axis.
- getSimpleName() - Method in class com.reportmill.datasource.RMFile
-
Returns the file simple name.
- getSize() - Method in class com.reportmill.shape.RMShape
-
Returns the size of the shape.
- getSize2D() - Method in class com.reportmill.text.RMFont
-
Returns the font size of this font.
- getSizeBorders() - Method in class com.reportmill.shape.RMImage
-
Returns whether the image shape should resize it's borders to fit dynamically provided images.
- getSizeP() - Method in class com.reportmill.shape.RMShape
-
Returns the size of the shape in parent coords.
- getSkewX() - Method in class com.reportmill.shape.RMShape
-
Returns the skew of the X axis of the shape.
- getSkewY() - Method in class com.reportmill.shape.RMShape
-
Returns the skew of the Y axis of the shape.
- getSnapGrid() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should snap to an alignment grid.
- getSnapMargin() - Method in class com.reportmill.shape.RMDocument
-
Returns whether the document should snap to a margin rect.
- getSort(int) - Method in class com.reportmill.base.RMGrouping
-
Returns the individual sort at the given index.
- getSort(int) - Method in class com.reportmill.shape.RMLabels
-
Returns the specific sort at the given index.
- getSortCount() - Method in class com.reportmill.base.RMGrouping
-
Returns the number of sorts in the grouping.
- getSortCount() - Method in class com.reportmill.shape.RMLabels
-
Returns the number of sorts associated with labels.
- getSortOnValues() - Method in class com.reportmill.base.RMGrouping
-
Returns whether to sort on values explicitly provided.
- getSorts() - Method in class com.reportmill.base.RMGrouping
-
Returns the groupings list of sorts.
- getSorts() - Method in class com.reportmill.shape.RMLabels
-
Returns the list of sorts associated with labels.
- getSoundData() - Method in class com.reportmill.shape.RMSound
-
Returns the sound data for this sound shape.
- getSoundName() - Method in class com.reportmill.shape.RMSound
-
Returns the name of the sound.
- getSource() - Method in class com.reportmill.datasource.RMJSONDataSource
-
Returns the datasource source.
- getSource() - Method in class com.reportmill.datasource.RMXMLDataSource
-
Returns the source for the datasource.
- getSource() - Method in class com.reportmill.shape.RMImage
-
Returns the source for this image (actually from it's image fill's image data).
- getSource() - Method in class com.reportmill.shape.RMSound
-
For the moment, this has to be here for the binder
- getSource() - Method in class com.reportmill.viewer.RMViewer
-
Returns the document source.
- getSourceDocument(Object) - Method in class com.reportmill.viewer.RMViewer
-
Returns the document for a source.
- getSourceDocumentCached(Object) - Method in class com.reportmill.viewer.RMViewer
-
Returns the document for a source, using cache.
- getSpacingHeight() - Method in class com.reportmill.shape.RMLabels
-
Returns the spacing between labels vertically.
- getSpacingWidth() - Method in class com.reportmill.shape.RMLabels
-
Returns the spacing between labels horizontally.
- getStandard(String) - Static method in class com.reportmill.base.RMKey
-
Returns the key in a standard format (strip is/get prefix and start with capital letter).
- getStandardName() - Method in class com.reportmill.datasource.RMProperty
-
Returns the name in a standard format (strip is/get prefix and start with capital letter).
- getStartAngle() - Method in class com.reportmill.shape.RMOval
-
Returns the start angle for the oval.
- getStartingPageBreak() - Method in class com.reportmill.shape.RMTable
-
Returns whether this table should always start on a new page (if in table group).
- getStopColor(int) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the color of the stop at the given index.
- getStopPosition(int) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Returns the position (in the range {0-1}) for the given stop index.
- getStrikethroughOffset() - Method in class com.reportmill.text.RMFont
-
Returns the distance above the baseline that a strikethrough should be drawn.
- getString(int) - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns the specific string at the given index.
- getString() - Method in class com.reportmill.text.RMXString
-
Returns the simple String represented by this RMXString.
- getStringCount() - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns the number of legend strings.
- getStringCSV() - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a string of a CSV file.
- getStringDelimitedText(String, String, boolean) - Method in class com.reportmill.shape.RMDocument
-
Returns the document as a string of a delimited text file.
- getStringSize() - Method in class com.reportmill.datasource.RMProperty
-
Returns the string size.
- getStringValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Convenience - returns a string for an object and key chain.
- getStroke() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getStroke() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke for this shape.
- getStrokeColor() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke color of the shape.
- getStrokePath(RMShape) - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the path to be stroked, transformed from the input path.
- getStrokeSuper() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getStrokeWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the stroke width of the shape's stroke in printer points.
- getStrokeWidth() - Method in class com.reportmill.text.RMXString.Outline
-
Returns the stroke width for this outline.
- getSubreport(String) - Method in class com.reportmill.shape.RMDocument
-
Returns a subreport document for given name (override to improve).
- getSweepAngle() - Method in class com.reportmill.shape.RMOval
-
Returns the sweep angle for the oval.
- getSyncStructureWithAlternates() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether table row should synchronize the column widths of alternate versions.
- getSyncStructureWithRowAbove() - Method in class com.reportmill.shape.RMTableRow
-
Returns whether table row should synchronize the column widths of the row immediately above it.
- getTab(int) - Method in class com.reportmill.text.RMParagraph
-
Returns the specific tab value for the given index in printer points.
- getTabCount() - Method in class com.reportmill.text.RMParagraph
-
Returns the number of tabs associated with this paragraph.
- getTabIndex(float) - Method in class com.reportmill.text.RMParagraph
-
Returns the tab index for the given location.
- getTable() - Method in class com.reportmill.shape.RMTableRow
-
Returns the parent of this table row.
- getTabs() - Method in class com.reportmill.text.RMParagraph
-
Returns the raw tab array
- getTabsString() - Method in class com.reportmill.text.RMParagraph
-
Returns the values of all the tabs associated with this paragraph as a comma separated string.
- getTabType(int) - Method in class com.reportmill.text.RMParagraph
-
Returns the type of tab at the given index.
- getTabTypes() - Method in class com.reportmill.text.RMParagraph
-
Returns the raw tab type array
- getTemplate() - Method in class com.reportmill.shape.RMTableRow
-
Returns the template row for this table row rpg.
- getText() - Method in class com.reportmill.shape.RMText
-
Returns the text associated with this RMText as a plain String.
- getTextBounds() - Method in class com.reportmill.shape.RMText
-
Returns the actual bounding rect of the text (currently just inset 2 pixels on either side).
- getTextColor() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getTextColor() - Method in class com.reportmill.shape.RMShape
-
Returns the text color for the shape.
- getTextColor() - Method in class com.reportmill.shape.RMText
-
Returns the color of the first character of the xstring associated with this RMText.
- getTextLayout() - Method in class com.reportmill.shape.RMText
-
Returns a text layout configured for this text, with layout already performed.
- getTextLayout(boolean) - Method in class com.reportmill.shape.RMText
-
Returns a text layout configured for this text, with an option to perform layout.
- getThousandsSeparator() - Method in class com.reportmill.base.RMNumberFormat
-
Returns the thousands separator.
- getTitle() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns the title of the series.
- getTitle() - Method in class com.reportmill.graphing.RMGraphSeries
-
Returns the title for this series.
- getTitle() - Method in class com.reportmill.shape.RMTableRow
-
Returns the title for this table row in it's parent table.
- getTitleDefault() - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Returns the default title.
- getTopNSort() - Method in class com.reportmill.base.RMGrouping
-
Returns the top N sort for the grouping.
- getTransform() - Method in class com.reportmill.shape.RMShape
-
Returns the transform to this shape from its parent.
- getTransform3D() - Method in class com.reportmill.graphing.RMGraphViewBar3D
-
Returns bar graph's camera transform (overrides Scene3D to make pitch always relative to camera).
- getTransform3D() - Method in class com.reportmill.graphing.RMGraphViewPie3D
-
Returns bar graph's camera transform (overrides Scene3D to make pitch always relative to camera).
- getTransformFromShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the transform from the given shape to this shape.
- getTransformFromShape(RMShape) - Method in class com.reportmill.viewer.RMViewer
-
Returns the transform from given shape to viewer.
- getTransformInverse() - Method in class com.reportmill.shape.RMShape
-
Returns the transform from this shape to it's parent.
- getTransformToShape(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the transform from this shape to the given shape.
- getType() - Method in class com.reportmill.datasource.RMFile
-
Returns the file type (extension without the '.').
- getType() - Method in class com.reportmill.datasource.RMProperty
-
Returns the type of this property.
- getType() - Method in class com.reportmill.graphing.RMGraph
-
Returns the graph type (TYPE_BAR, TYPE_PIE, etc.).
- getType() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the type of the image for this image fill (gif, jpg, png, etc.).
- getTypeString() - Method in class com.reportmill.datasource.RMDataSource
-
Returns the type string.
- getTypeString() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- getTypeString() - Method in class com.reportmill.datasource.RMFileDataSource
-
Returns the type string.
- getTypeString() - Method in class com.reportmill.datasource.RMFTPDataSource
-
Returns the type string.
- getTypeString() - Method in class com.reportmill.datasource.RMGAEDataSource
-
Returns the type string.
- getTypeString() - Method in class com.reportmill.datasource.RMJSONDataSource
-
Returns the type string.
- getTypeString() - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the type string.
- getUnderlineOffset() - Method in class com.reportmill.text.RMFont
-
Returns the distance below the baseline that an underline should be drawn.
- getUnderlineThickness() - Method in class com.reportmill.text.RMFont
-
Returns the default thickness that an underline should be drawn.
- getUndoer() - Method in class com.reportmill.shape.RMDocument
-
Returns the RMUndoer for this document.
- getUndoer() - Method in class com.reportmill.shape.RMShape
-
Returns the undoer for this shape (or null if not there).
- getUndoer() - Method in class com.reportmill.viewer.RMViewer
-
Returns the undoer associated with the viewer's document.
- getUniqueRow(RMRow) - Method in class com.reportmill.datasource.RMDataSource
-
Returns any previously loaded incarnation of given row, based on its primary key, otherwise it returns the given
row (after adding it to allRows for row entity).
- getUnit() - Method in class com.reportmill.shape.RMDocument
-
Returns the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
- getUnitsFromPoints(float) - Method in class com.reportmill.shape.RMDocument
-
Converts given value to document units from printer points (1/72 of an inch).
- getUnitsMultiplier() - Method in class com.reportmill.shape.RMDocument
-
Returns the multiplier used to convert printer points to document units.
- getUpdateProperties() - Method in class com.reportmill.datasource.RMRow
-
Returns the update properties (properties that have changed).
- getUrl() - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- getUrl() - Method in class com.reportmill.shape.RMShape
-
Sets the URL for the shape.
- getUseGetAndIsMethodsOnly() - Method in class com.reportmill.base.RMXMLWriter
-
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- getUseGetAndIsMethodsOnly() - Method in class com.reportmill.datasource.RMSchemaMaker
-
Returns whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- getUserName() - Method in class com.reportmill.datasource.RMFTPClient
-
Returns the user name of the connection.
- getValue(Object, String) - Static method in class com.reportmill.base.RMKey
-
Returns a value for given object and key.
- getValue() - Method in class com.reportmill.base.RMKeyChain
-
Returns the value of the keychain.
- getValue(Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValue(Object, Object, Class<T>) - Static method in class com.reportmill.base.RMKeyChain
-
Returns a key value if it is of given class (otherwise null).
- getValue(Object) - Method in class com.reportmill.datasource.RMCondition
-
Returns the value of evaluating this condition on given object.
- getValue() - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Returns the value for this series value.
- getValueAxis() - Method in class com.reportmill.graphing.RMGraphArea
-
Returns the value axis shape.
- getValueFunctionCall(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain (assumed to be a function) on the given object.
- getValueImpl(Object, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given object.
- getValueList(List, RMKeyChain) - Static method in class com.reportmill.base.RMKeyChain
-
Returns the result of evaluating the given key chain on the given list.
- getValues() - Method in class com.reportmill.base.RMGrouping
-
Returns a list of explicit values for this grouping.
- getValuesString() - Method in class com.reportmill.base.RMGrouping
-
Returns the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
- getValueString() - Method in class com.reportmill.base.RMKeyChain
-
Returns the value of the keychain as a string.
- getVersion() - Method in class com.reportmill.shape.RMDocument
-
Returns the version this document was loaded as.
- getVersion() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the currently selected version string for the switch shape.
- getVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the switch shape associated with the given version name.
- getVersion() - Method in class com.reportmill.text.RMXString
-
Returns the version of this xstring.
- getVersionKey() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns the version key used to get the version used in a report.
- getVersionNames() - Method in class com.reportmill.shape.RMSwitchShape
-
Returns a sorted list of all version names contained in the switch shape.
- getVisbileBounds() - Method in class com.reportmill.shape.RMShape
-
Returns the visible bounds in shape coords, by intersecting this shape's bounds with ancester clip and child clip.
- getVisibleBounds(RMRect) - Method in class com.reportmill.shape.RMShape
-
Returns the visible bounds of given rect in shape coords, by intersecting rect with ancester clip and child clip.
- getVisibleBounds(RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the visible bounds in given ancestor coords, by intersecting this shape's bounds with ancester clip and child clip.
- getVisibleBounds(RMRect, RMShape) - Method in class com.reportmill.shape.RMShape
-
Returns the visible bounds of given rect in given ancestor coords, by intersecting the rect with ancester clip and child clip.
- getVisibleChild(int) - Method in class com.reportmill.datasource.RMFile
-
Returns the individual visible child at index.
- getVisibleChildCount() - Method in class com.reportmill.datasource.RMFile
-
Returns the number of visible children.
- getVisibleChildren() - Method in class com.reportmill.datasource.RMFile
-
Returns the visible children.
- getVisibleEnd() - Method in class com.reportmill.shape.RMText
-
Returns the last character index visible in this text.
- getVisibleStart() - Method in class com.reportmill.shape.RMText
-
Returns the first character index visible in this text.
- getWebInfFile(RMGAEDataSource, RMLogger, RMUtils.ProgressListener) - Static method in class com.reportmill.datasource.RMGAEDataSourceUtils
-
Returns the WEB-INF file.
- getWidth() - Method in class com.reportmill.graphics.RMPath
-
Returns the width of the path.
- getWidth() - Method in class com.reportmill.shape.fill.RMStroke
-
Returns the line width of this stroke.
- getWidth() - Method in class com.reportmill.shape.RMShape
-
Returns the width of the shape.
- getWidthToFit() - Method in class com.reportmill.shape.RMText
-
Returns the ideal width for this RMText.
- getWindingRule() - Method in class com.reportmill.graphics.RMPath
-
Returns the winding rule which describes how inner path perimeters are filled and clipped.
- getWindowXML() - Method in class com.reportmill.shape.RMDocument
-
Returns the xml element for the document window.
- getWraps() - Method in class com.reportmill.shape.RMText
-
Returns the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
- getX() - Method in class com.reportmill.graphics.RMPath
-
Returns the X of the path.
- getX() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the X location (offset) of the image fill image.
- getX() - Method in class com.reportmill.shape.RMShape
-
Returns the X location of the shape.
- getXML(Object, Object, int) - Method in class com.reportmill.base.RMXMLWriter
-
Returns an xml RXElement tree for given Java dataset and optional userInfo, out to given degree of separation.
- getXML(Object, RMSchema, int) - Method in class com.reportmill.base.RMXMLWriter
-
Returns an element tree for given collections map and schema.
- getXString() - Method in class com.reportmill.shape.RMText
-
Returns the XString associated with this RMText.
- getXY() - Method in class com.reportmill.shape.RMShape
-
Returns the XY location of the shape as a point.
- getXYP() - Method in class com.reportmill.shape.RMShape
-
Returns the origin point of the shape in parent's coords.
- getY() - Method in class com.reportmill.graphics.RMPath
-
Returns the Y of the path.
- getY() - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the Y location (offset) of the image fill image.
- getY() - Method in class com.reportmill.shape.RMShape
-
Returns the Y location of the shape.
- getZoomFactor() - Method in class com.reportmill.viewer.RMViewer
-
Returns the viewer's zoom factor (1 by default).
- getZoomFocusRect() - Method in class com.reportmill.viewer.RMViewer
-
Returns zoom focus rect (just the visible rect by default, but overriden by editor to return selected shapes rect).
- getZoomMode() - Method in class com.reportmill.viewer.RMViewer
-
Returns the ZoomMode (ZoomToFit, ZoomIfNeeded, ZoomToFactor).
- getZoomToActualSizeFactor() - Method in class com.reportmill.viewer.RMViewer
-
Returns the zoom factor to view the document at actual size taking into account the current screen resolution.
- getZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
-
Returns the zoom factor to exactly fit the document in the viewer.
- GRAPH_PART_3D - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_BARS - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_GRAPH_AREA - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_LABEL_AXIS - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_NONE - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_PIE - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_SERIES - Static variable in class com.reportmill.graphing.RMGraphArea
-
- GRAPH_PART_VALUE_AXIS - Static variable in class com.reportmill.graphing.RMGraphArea
-
- gray - Static variable in class com.reportmill.graphics.RMColor
-
- green - Static variable in class com.reportmill.graphics.RMColor
-
- readFile(RMFile) - Method in class com.reportmill.datasource.RMDataSource
-
Reads a file (bytes really).
- readFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFileDataSource
-
Gets file bytes.
- readFileImpl(RMFile) - Method in class com.reportmill.datasource.RMFTPDataSource
-
Gets file bytes.
- readSchema() - Method in class com.reportmill.datasource.RMFileDataSource
-
Reads schema from file.
- readSchema() - Method in class com.reportmill.datasource.RMJSONDataSource
-
Reads the schema from json file.
- rebuild() - Method in class com.reportmill.graphing.RMGraph
-
Rebuild graph.
- rebuild() - Method in class com.reportmill.graphing.RMGraphArea
-
Notifies graph area that something crucial has changed requiring a rebuild.
- rebuild() - Method in class com.reportmill.graphing.RMGraphLegend
-
Notifies Legend to rebuild.
- rebuild() - Method in class com.reportmill.graphing.RMProxyShape
-
Called when there is a property change.
- rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphArea
-
Notifies graph area that something crucial has changed requiring a rebuild.
- rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphViewBar3D
-
Rebuilds 3D scene from shapes.
- rebuildImmediately() - Method in class com.reportmill.graphing.RMGraphViewPie3D
-
Rebuilds 3D scene from shapes.
- red - Static variable in class com.reportmill.graphics.RMColor
-
- refresh() - Method in class com.reportmill.datasource.RMDataSource
-
Clears all cached data in the data source, forcing everything to reload.
- refresh() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to real data source.
- refresh() - Method in class com.reportmill.datasource.RMQuery
-
Reloads rows.
- refresh() - Method in class com.reportmill.datasource.RMURLDataSource
-
Override to suppress file clearing.
- refresh() - Method in class com.reportmill.datasource.RMXMLDataSource
-
Invalidates any cached data.
- relativeCurveTo(RMPoint, RMPoint, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a CurveTo element to the path for the given point offset from the path's current point.
- relativeLineTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a LineTo element to the path for the given point offset from the path's current point.
- relativeMoveTo(RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Adds a MoveTo element to the path for the given point offset from the path's current point.
- reloadSource() - Method in class com.reportmill.viewer.RMViewer
-
Reloads the source.
- remove(String, int) - Method in class com.reportmill.datasource.RMRow
-
Removes row at given index of property list for given property.
- remove(String, RMRow) - Method in class com.reportmill.datasource.RMRow
-
Removes a row for a given property.
- removeAttribute(String, int, int) - Method in class com.reportmill.text.RMXString
-
Removes any attribute of the specified type from the specified range of the string.
- removeBinder(int) - Method in class com.reportmill.shape.RMDocument
-
Removes a binder at the given index from the panel.
- removeBinder(RMBinder) - Method in class com.reportmill.shape.RMDocument
-
Removes a binder from the panel.
- removeBinder(int) - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to get from document.
- removeBinder(RMBinder) - Method in class com.reportmill.viewer.RMViewer
-
Overrides RJPanel method to get from document.
- removeBinding(int) - Method in class com.reportmill.shape.RMShape
-
Removes the binding at the given index from shape's bindings list.
- removeBinding(String) - Method in class com.reportmill.shape.RMShape
-
Removes the binding with given aspect
- removeChild(int) - Method in class com.reportmill.datasource.RMFile
-
Removes a child at given index.
- removeChild(RMFile) - Method in class com.reportmill.datasource.RMFile
-
Removes given child.
- removeChild(int) - Method in class com.reportmill.graphing.RMGraphArea
-
Overrides shape version to suppress property change.
- removeChild(int) - Method in class com.reportmill.shape.RMPage
-
Removes the child at the given index (over-rides RMShape version to propogate to RMPageLayer).
- removeChild(int) - Method in class com.reportmill.shape.RMShape
-
Remove's the child at the given index from this shape's children list.
- removeChild(RMShape) - Method in class com.reportmill.shape.RMShape
-
Removes the given child from this shape's children list.
- removeChildren() - Method in class com.reportmill.shape.RMShape
-
Removes all children from this shape (in reverse order).
- removeColorStop(int) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Removes the stop at the given index.
- removeCondition(int) - Method in class com.reportmill.datasource.RMConditionList
-
Removes a condition from a given index.
- removeCondition(RMCondition) - Method in class com.reportmill.datasource.RMConditionList
-
Removes the given condition.
- removeDataSource(int) - Method in class com.reportmill.datasource.RMDataSourceList
-
Removes a data source at given index.
- removeDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMDataSourceList
-
Removes a given data source.
- removeElement(int) - Method in class com.reportmill.graphics.RMPath
-
Removes an element, reconnecting the elements on either side of the deleted element.
- removeEntity(int) - Method in class com.reportmill.datasource.RMSchema
-
Removes an entity at given index.
- removeEntity(RMEntity) - Method in class com.reportmill.datasource.RMSchema
-
Removes an entity from the list.
- removeFromParent() - Method in class com.reportmill.shape.RMShape
-
Removes this shape from it's parent.
- removeGrouping(RMGrouping) - Method in class com.reportmill.graphing.RMGraph
-
Removes the given grouping.
- removeGrouping(RMGrouping) - Method in class com.reportmill.shape.RMTable
-
Removes the given grouping.
- removeKey(int) - Method in class com.reportmill.graphing.RMGraph
-
Removes a key.
- removeLastElement() - Method in class com.reportmill.graphics.RMPath
-
Removes the last element from the path.
- removeLayer(int) - Method in class com.reportmill.shape.RMPage
-
Removes the layer at given index (and its children).
- removeLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
-
Removes the given layer.
- removeListener(EventListener) - Method in class com.reportmill.datasource.RMRow
-
Remove listener.
- removeListener(EventListener) - Method in class com.reportmill.text.RMXString
-
Remove listener.
- removePage(int) - Method in class com.reportmill.shape.RMDocument
-
Removes the page at the given index from this document.
- removePage(RMPage) - Method in class com.reportmill.shape.RMDocument
-
Removes the given page.
- removeParameter(int) - Method in class com.reportmill.datasource.RMQuery
-
Removes a parameter at given index.
- removeParameter(RMProperty) - Method in class com.reportmill.datasource.RMQuery
-
Removes a given parameter from parameters list.
- removeParameter(int) - Method in class com.reportmill.datasource.RMURLDataSource
-
Removes a parameter at given index.
- removeParameter(RMProperty) - Method in class com.reportmill.datasource.RMURLDataSource
-
Removes a given parameter from parameters list.
- removeProperty(int) - Method in class com.reportmill.datasource.RMEntity
-
Removes a property at given index.
- removeProperty(RMProperty) - Method in class com.reportmill.datasource.RMEntity
-
Removes the given property.
- removeSort(int) - Method in class com.reportmill.base.RMGrouping
-
Removes the sort at the given index.
- removeSort(RMSort) - Method in class com.reportmill.base.RMGrouping
-
Removes the given sort from the grouping.
- removeTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
This method removes a table from the table group.
- removeVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Removes the version shape associated with the given name from the alternates map.
- repaint() - Method in class com.reportmill.graphing.RMGraphArea
-
Overrides shape implementation to repaint parent too.
- repaint() - Method in class com.reportmill.shape.RMDocument
-
Make sure document registers for repaint too.
- repaint(RMShape) - Method in class com.reportmill.shape.RMDocument
-
This is a notification call for impending visual shape attribute changes.
- repaint() - Method in class com.reportmill.shape.RMShape
-
Visual change notification - call before making changes that will require repaint.
- repaint(RMShape) - Method in class com.reportmill.shape.RMShape
-
Visual change notification - call before making changes that will require repaint.
- repaint() - Method in class com.reportmill.shape.RMText
-
Editor method - passes on repaints to linked text.
- repaint(Rectangle2D) - Method in class com.reportmill.viewer.RMViewer
-
Requests a repaint for the area represented by the given rect.
- replace(int, int, String) - Method in class com.reportmill.text.RMXString
-
Replaces chars in given range, with given String.
- replace(int, int, String, Map) - Method in class com.reportmill.text.RMXString
-
Replaces chars in given range, with given String, using the given attributes.
- replace(int, int, RMXString) - Method in class com.reportmill.text.RMXString
-
Replaces the chars in given range, with given XString.
- reset() - Method in class com.reportmill.graphics.RMPath
-
Resets the current path with no elements or points.
- resetLayers() - Method in class com.reportmill.shape.RMPage
-
Resets this page's list of layers to a single, selecctable layer named "Layer 1".
- resetPath(RMPath) - Method in class com.reportmill.shape.RMPolygon
-
Replace the polygon's current path with a new path, adjusting the
shape's bounds to match the new path.
- resolvePageReferences() - Method in class com.reportmill.shape.RMDocument
-
Performs page substitutions on any text fields that were identified as containing @Page@ keys.
- resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMShape
-
Replaces all @Page@ style keys with their actual values for this shape and it's children.
- resolvePageReferences(ReportMill, Object) - Method in class com.reportmill.shape.RMText
-
Re-does the RPG clone to resolve any @Page@ keys (assumed to be present in userInfo).
- revalidate() - Method in class com.reportmill.graphing.RMGraphArea
-
Overrides shape implementation to request rebuild.
- revalidate() - Method in class com.reportmill.shape.RMShape
-
Sets shape layout to invalid.
- reverseColors() - Method in class com.reportmill.shape.fill.RMGradientFill
-
Reverse the order of the color stops
- rgbToLab(float, float, float) - Static method in class com.reportmill.graphics.RMColor
-
Converts an RGB triplet to a CIELab triplet
- RMColor - Class in com.reportmill.graphics
-
This class represents an RGBA color, just like Java.awt.Color.
- RMColor() - Constructor for class com.reportmill.graphics.RMColor
-
Creates a plain black opaque color.
- RMColor(float) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given gray value (0-1).
- RMColor(float, float) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given gray and alpha values (0-1).
- RMColor(float, float, float) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given red, green blue values (0-1).
- RMColor(float, float, float, float) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given red, green, blue values (0-1).
- RMColor(float, float, float, float, float) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a color with the given cyan, magenta, yellow, black and alpha values (0-1).
- RMColor(Color) - Constructor for class com.reportmill.graphics.RMColor
-
Creates an RMColor from the given AWT color.
- RMColor(String) - Constructor for class com.reportmill.graphics.RMColor
-
Creates a new color from the given hex string.
- RMCondition - Class in com.reportmill.datasource
-
Represents a condition that is part of a SQL where clause.
- RMCondition() - Constructor for class com.reportmill.datasource.RMCondition
-
Creates a new select condition.
- RMCondition(Object, RMCondition.Operator, Object) - Constructor for class com.reportmill.datasource.RMCondition
-
Creates a new select condition.
- RMCondition.DateConstraint - Enum in com.reportmill.datasource
-
- RMCondition.Operator - Enum in com.reportmill.datasource
-
- RMConditionList - Class in com.reportmill.datasource
-
This condition subclass represents a list of conditions.
- RMConditionList() - Constructor for class com.reportmill.datasource.RMConditionList
-
Creates a composite condition.
- RMDataSource - Class in com.reportmill.datasource
-
This class is used as a proxy for objects passed to document's generateReport() method.
- RMDataSource() - Constructor for class com.reportmill.datasource.RMDataSource
-
Creates a plain datasource.
- RMDataSource.EntityResolver - Interface in com.reportmill.datasource
-
- RMDataSourceList - Class in com.reportmill.datasource
-
A data source that encapsulates one or more other data sources.
- RMDataSourceList(RMDataSource...) - Constructor for class com.reportmill.datasource.RMDataSourceList
-
Creates a new data source list from given data source(s).
- RMDataSourceStub - Class in com.reportmill.datasource
-
A data source subclass showing methods that need to be implemented.
- RMDataSourceStub() - Constructor for class com.reportmill.datasource.RMDataSourceStub
-
- RMDataSourceUtils - Class in com.reportmill.datasource
-
Utility methods for RMProperty.
- RMDataSourceUtils() - Constructor for class com.reportmill.datasource.RMDataSourceUtils
-
- RMDateFormat - Class in com.reportmill.base
-
This is just a SimpleDateFormat subclass to support RM archiving and legacy formats.
- RMDateFormat() - Constructor for class com.reportmill.base.RMDateFormat
-
Creates a plain format.
- RMDateFormat(String) - Constructor for class com.reportmill.base.RMDateFormat
-
Creates a format from the given string format.
- rmdir(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Removes a remote directory.
- RMDocument - Class in com.reportmill.shape
-
The RMDocument class represents a ReportMill document and is also an RMShape subclass, so it can be a real part of
the document/shape hierarchy.
- RMDocument() - Constructor for class com.reportmill.shape.RMDocument
-
Creates a plain empty document.
- RMDocument(float, float) - Constructor for class com.reportmill.shape.RMDocument
-
Creates a document with the given width and height (in printer points).
- RMDocument(Object) - Constructor for class com.reportmill.shape.RMDocument
-
Creates a new document from the given source.
- RMDocument.DocListener - Interface in com.reportmill.shape
-
An interface to define objects that want to get document notifications.
- RMDocument.PageLayout - Enum in com.reportmill.shape
-
- RMDocument.Source - Interface in com.reportmill.shape
-
A simple interface for a viewer source.
- RMDocument.Unit - Enum in com.reportmill.shape
-
- RMEntity - Class in com.reportmill.datasource
-
This class represents an entity for a data source.
- RMEntity() - Constructor for class com.reportmill.datasource.RMEntity
-
Creates an empty entity.
- RMEntity(String) - Constructor for class com.reportmill.datasource.RMEntity
-
Creates an entity with the given name.
- RMFile - Class in com.reportmill.datasource
-
Represents a file from a datasource.
- RMFileDataSource - Class in com.reportmill.datasource
-
A datasource to read/write data and files to a file system.
- RMFileDataSource() - Constructor for class com.reportmill.datasource.RMFileDataSource
-
Creates a new file data source.
- RMFileDataSource(String, String) - Constructor for class com.reportmill.datasource.RMFileDataSource
-
Creates a new file data source at given path.
- RMFill - Class in com.reportmill.shape.fill
-
This class represents a simple shape fill, drawing a given color in a provided path.
- RMFill() - Constructor for class com.reportmill.shape.fill.RMFill
-
Creates a plain, black fill.
- RMFill(RMColor) - Constructor for class com.reportmill.shape.fill.RMFill
-
Creates a plain fill with the given color.
- RMFont - Class in com.reportmill.text
-
This class represents a font for use in rich text.
- RMFont() - Constructor for class com.reportmill.text.RMFont
-
Creates an empty font (really only used for unarchival).
- RMFormat - Interface in com.reportmill.base
-
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
- RMFTPClient - Class in com.reportmill.datasource
-
A class to establish an FTP connection to get and retrieve files.
- RMFTPClient() - Constructor for class com.reportmill.datasource.RMFTPClient
-
Creates a new ftp client.
- RMFTPClient(String, String, String) - Constructor for class com.reportmill.datasource.RMFTPClient
-
Creates a new ftp client.
- RMFTPClient.FileInfo - Class in com.reportmill.datasource
-
File Info for an FTP file listing.
- RMFTPClient.FileInfo() - Constructor for class com.reportmill.datasource.RMFTPClient.FileInfo
-
- RMFTPClient.FtpClientPlus - Class in com.reportmill.datasource
-
An FTPClient subclass to promote issueCommand to public.
- RMFTPClient.FtpClientPlus(String) - Constructor for class com.reportmill.datasource.RMFTPClient.FtpClientPlus
-
Create new FtpClientPlus.
- RMFTPClientRobot - Class in com.reportmill.datasource
-
An FTP Client that accepts ftp instructions, processes them in the background and monitors activity.
- RMFTPClientRobot() - Constructor for class com.reportmill.datasource.RMFTPClientRobot
-
- RMFTPDataSource - Class in com.reportmill.datasource
-
A data source built on top of FTP.
- RMFTPDataSource() - Constructor for class com.reportmill.datasource.RMFTPDataSource
-
- RMGAEDataSource - Class in com.reportmill.datasource
-
A data source for Google App Engine.
- RMGAEDataSource() - Constructor for class com.reportmill.datasource.RMGAEDataSource
-
Creates a new Google App Engine data source.
- RMGAEDataSource(String) - Constructor for class com.reportmill.datasource.RMGAEDataSource
-
Creates a new Google App Engine data source.
- RMGAEDataSourceUtils - Class in com.reportmill.datasource
-
Some Google App Engine data source utility methods.
- RMGAEDataSourceUtils() - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils
-
- RMGAEDataSourceUtils.RemoteFileSyncActivity - Class in com.reportmill.datasource
-
An activity to do remote file sync.
- RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource) - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
-
Creates a new remove file sync activity.
- RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource, String) - Constructor for class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
-
Creates a new remove file sync activity.
- RMGradientFill - Class in com.reportmill.shape.fill
-
This class represents a fill that draws a linear gradient between an arbitrary list of colors.
- RMGradientFill() - Constructor for class com.reportmill.shape.fill.RMGradientFill
-
Creates an uninitialized gradient fill.
- RMGradientFill(RMColor, RMColor, float) - Constructor for class com.reportmill.shape.fill.RMGradientFill
-
Creates a gradient fill from the given start color to the given end color with the given roll.
- RMGradientFill.ColorStop - Class in com.reportmill.shape.fill
-
Simple static class to represent a stop (they're immutable).
- RMGradientFill.ColorStop(RMColor, float) - Constructor for class com.reportmill.shape.fill.RMGradientFill.ColorStop
-
Creates a new color stop.
- RMGraph - Class in com.reportmill.graphing
-
The RMGraph class provides a template and the machinery for generating graphs.
- RMGraph() - Constructor for class com.reportmill.graphing.RMGraph
-
Creates a plain graph shape.
- RMGraphArea - Class in com.reportmill.graphing
-
This class represents the actual graph area (a place holder really).
- RMGraphArea() - Constructor for class com.reportmill.graphing.RMGraphArea
-
Creates a new graph area.
- RMGraphArea.ItemLayout - Enum in com.reportmill.graphing
-
- RMGraphArea.SectionLayout - Enum in com.reportmill.graphing
-
- RMGraphIntervals - Class in com.reportmill.graphing
-
Returns a list of graph intervals given a range and count.
- RMGraphIntervals(float, float, int) - Constructor for class com.reportmill.graphing.RMGraphIntervals
-
Return well-chosen intervals given a min/max value.
- RMGraphLegend - Class in com.reportmill.graphing
-
An inner class for Legend.
- RMGraphLegend() - Constructor for class com.reportmill.graphing.RMGraphLegend
-
Creates a new graph legend.
- RMGraphPart3D - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of bars.
- RMGraphPart3D() - Constructor for class com.reportmill.graphing.RMGraphPart3D
-
- RMGraphPartBars - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of bars.
- RMGraphPartBars() - Constructor for class com.reportmill.graphing.RMGraphPartBars
-
- RMGraphPartLabelAxis - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartLabelAxis() - Constructor for class com.reportmill.graphing.RMGraphPartLabelAxis
-
- RMGraphPartPie - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of pies.
- RMGraphPartPie() - Constructor for class com.reportmill.graphing.RMGraphPartPie
-
- RMGraphPartSeries - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartSeries(RMGraphArea) - Constructor for class com.reportmill.graphing.RMGraphPartSeries
-
Creates a new series part.
- RMGraphPartSeries.LabelPosition - Enum in com.reportmill.graphing
-
- RMGraphPartValueAxis - Class in com.reportmill.graphing
-
This shape is used by graph area to hold attributes of the value axis.
- RMGraphPartValueAxis() - Constructor for class com.reportmill.graphing.RMGraphPartValueAxis
-
- RMGraphSection - Class in com.reportmill.graphing
-
Represents the data in the sections of a merged or separated graph.
- RMGraphSection(RMGraph, int) - Constructor for class com.reportmill.graphing.RMGraphSection
-
Creates a new graph section.
- RMGraphSection.Item - Class in com.reportmill.graphing
-
An inner class for a section item.
- RMGraphSection.Item(int, int) - Constructor for class com.reportmill.graphing.RMGraphSection.Item
-
Creates a new section item.
- RMGraphSeries - Class in com.reportmill.graphing
-
A class to represent a graph series, contains a list of series items.
- RMGraphSeries(String, String, RMGroup) - Constructor for class com.reportmill.graphing.RMGraphSeries
-
Creates a new series.
- RMGraphSeries.Item - Class in com.reportmill.graphing
-
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
- RMGraphSeries.Item(String, RMGroup) - Constructor for class com.reportmill.graphing.RMGraphSeries.Item
-
Creates a new series value.
- RMGraphView - Interface in com.reportmill.graphing
-
An interface for graph area shapes.
- RMGraphView.BarView - Interface in com.reportmill.graphing
-
An interface for a shape that renders a bar graph from bar graph pieces.
- RMGraphView.PieView - Interface in com.reportmill.graphing
-
An interface for a shape that renders a bar graph from bar graph pieces.
- RMGraphViewBar - Class in com.reportmill.graphing
-
This class generates (and represents) a RPG'd bar graph area.
- RMGraphViewBar(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewBar
-
Creates a bar graph maker.
- RMGraphViewBar3D - Class in com.reportmill.graphing
-
This class renders a bar graph in 3D.
- RMGraphViewBar3D(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewBar3D
-
Creates a new graph bar view.
- RMGraphViewLine - Class in com.reportmill.graphing
-
This class generates (and represents) a RPG'd line graph area.
- RMGraphViewLine(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewLine
-
Creates a bar graph maker.
- RMGraphViewPie - Class in com.reportmill.graphing
-
This class generates (and represents) a RPG'd pie graph area.
- RMGraphViewPie(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewPie
-
Creates a pie graph area for the given graph area and graphRPG.
- RMGraphViewPie3D - Class in com.reportmill.graphing
-
This graph renders a pie graph in 3D.
- RMGraphViewPie3D(RMGraph) - Constructor for class com.reportmill.graphing.RMGraphViewPie3D
-
Creates a new pie view 3d.
- RMGrouping - Class in com.reportmill.base
-
This object represents an individual grouping with attributes like key, sorts, topN sort, etc.
- RMGrouping() - Constructor for class com.reportmill.base.RMGrouping
-
Creates an empty grouping.
- RMGrouping(String) - Constructor for class com.reportmill.base.RMGrouping
-
Creates a grouping with the given key.
- RMImage - Class in com.reportmill.shape
-
This class is a shape representation of an image.
- RMImage() - Constructor for class com.reportmill.shape.RMImage
-
Creates a plain image shape (with no actual image).
- RMImage(Object) - Constructor for class com.reportmill.shape.RMImage
-
Creates an image shape from the image source provided.
- RMImageFill - Class in com.reportmill.shape.fill
-
This class is used to fill a shape's path with an image.
- RMImageFill() - Constructor for class com.reportmill.shape.fill.RMImageFill
-
Creates a plain image fill.
- RMImageFill(Object) - Constructor for class com.reportmill.shape.fill.RMImageFill
-
Creates an image fill for the given source.
- RMImageFill(Object, byte, float) - Constructor for class com.reportmill.shape.fill.RMImageFill
-
Creates an image fill from an image source.
- RMJSONDataSource - Class in com.reportmill.datasource
-
A data source for JSON read from parameterized URLs.
- RMJSONDataSource() - Constructor for class com.reportmill.datasource.RMJSONDataSource
-
Creates a new JSON datasource.
- RMJSONDataSource(Object) - Constructor for class com.reportmill.datasource.RMJSONDataSource
-
Creates a new JSON datasource for source.
- RMKey - Class in com.reportmill.base
-
This class provides an optimized convenience for getting named values from arbitrary objects.
- RMKey() - Constructor for class com.reportmill.base.RMKey
-
- RMKey.Get - Interface in com.reportmill.base
-
This is interface is implemented by objects that can get key values themselves.
- RMKey.GetSet - Interface in com.reportmill.base
-
This is interface is implemented by objects that can get/set key value themselves.
- RMKey.KeyAccessor - Class in com.reportmill.base
-
KeyAccessor - enclosed class for actually getting/setting values for a given object (class) and key.
- RMKey.KeyAccessor(Object, String) - Constructor for class com.reportmill.base.RMKey.KeyAccessor
-
Creates a new getter for given object and key (caches type).
- RMKeyChain - Class in com.reportmill.base
-
This class evaluates a string expression on a given object: RMKeyChain.getValue(object, expression).
- RMKeyChain(RMKeyChain.Operator) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(RMKeyChain.Operator, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(RMKeyChain.Operator, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain(Object, Object, Object) - Constructor for class com.reportmill.base.RMKeyChain
-
Node constructor.
- RMKeyChain.Get - Interface in com.reportmill.base
-
This is interface is implemented by objects that can get key chain values themselves.
- RMKeyChain.GetSet - Interface in com.reportmill.base
-
is interface is implemented by objects that can get/set key chain values themselves.
- RMKeyChain.Operator - Enum in com.reportmill.base
-
- RMLabel - Class in com.reportmill.shape
-
This class represents an individual label inside an RMLabels template.
- RMLabel() - Constructor for class com.reportmill.shape.RMLabel
-
- RMLabels - Class in com.reportmill.shape
-
This class represents a block of labels.
- RMLabels() - Constructor for class com.reportmill.shape.RMLabels
-
Creates a new labels template.
- RMLineSegment - Class in com.reportmill.shape
-
This class represents a simple line shape, drawing a line from a start point to an end point.
- RMLineSegment() - Constructor for class com.reportmill.shape.RMLineSegment
-
Creates a basic line (a point actually at 0,0).
- RMLineSegment(float, float, float, float) - Constructor for class com.reportmill.shape.RMLineSegment
-
Creates a basic black line from the given x1, y1 to the given x2, y2.
- RMNumberFormat - Class in com.reportmill.base
-
This subclass extends DecimalFormat to implement ReportMill's RMFormat interface and to support the extended features
"Negative in Red" and "Null String".
- RMNumberFormat() - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates an uninitialized number format.
- RMNumberFormat(String) - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates a number format for the given format string.
- RMNumberFormat(RMNumberFormat) - Constructor for class com.reportmill.base.RMNumberFormat
-
Creates a number format identical to the given format.
- RMOval - Class in com.reportmill.shape
-
This class represents a simple oval, with a setable start angle and sweep angle.
- RMOval() - Constructor for class com.reportmill.shape.RMOval
-
Creates a plain oval (draws stroke).
- RMOval(float, float) - Constructor for class com.reportmill.shape.RMOval
-
Creates an oval with the given startAngle and sweep.
- RMPage - Class in com.reportmill.shape
-
The RMPage class represents an individual page in an RMDocument.
- RMPage() - Constructor for class com.reportmill.shape.RMPage
-
Creates a plain empty page.
- RMPage.Plexing - Enum in com.reportmill.shape
-
- RMParagraph - Class in com.reportmill.text
-
This class represents attributes of a paragraph in an RMXString (all of the characters up to and including each
newline in an RMXString make up a paragraph).
- RMParagraph() - Constructor for class com.reportmill.text.RMParagraph
-
Creates a new paragraph object initialized to defaultParagraph.
- RMParagraph(int, float, float, float) - Constructor for class com.reportmill.text.RMParagraph
-
Creates a new paragraph with the given alignment and indentation.
- RMPath - Class in com.reportmill.graphics
-
RMPath - A graphics path (moveTo, lineTo, etc.).
- RMPath() - Constructor for class com.reportmill.graphics.RMPath
-
Creates an empty path.
- RMPath(Shape) - Constructor for class com.reportmill.graphics.RMPath
-
Creates a path for the given shape.
- RMPoint - Class in com.reportmill.base
-
This class extends Point2D.Float to add a few convenience methods.
- RMPoint() - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to 0,0.
- RMPoint(float, float) - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to the given x and y (float).
- RMPoint(double, double) - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to the given x and y (double).
- RMPoint(Point2D) - Constructor for class com.reportmill.base.RMPoint
-
Creates a point initialized to the given AWT Point.
- RMPolygon - Class in com.reportmill.shape
-
This class is an RMShape subclass that encapsulates an arbitrary path.
- RMPolygon() - Constructor for class com.reportmill.shape.RMPolygon
-
Creates a new empty polygon shape.
- RMPolygon(RMPath) - Constructor for class com.reportmill.shape.RMPolygon
-
Creates a new polygon shape for the given path.
- RMProperty - Class in com.reportmill.datasource
-
This class describes an attribute of an entity.
- RMProperty() - Constructor for class com.reportmill.datasource.RMProperty
-
Creates a new property.
- RMProperty(String) - Constructor for class com.reportmill.datasource.RMProperty
-
Creates a new property with given name.
- RMProperty(String, RMProperty.Type) - Constructor for class com.reportmill.datasource.RMProperty
-
Creates a new property with given name and type.
- RMProperty.DateType - Enum in com.reportmill.datasource
-
- RMProperty.NumberType - Enum in com.reportmill.datasource
-
- RMProperty.StringSize - Enum in com.reportmill.datasource
-
- RMProperty.Type - Enum in com.reportmill.datasource
-
- RMProxyShape - Class in com.reportmill.graphing
-
This shape gets/sets its attributes from/to a proxy shape.
- RMProxyShape() - Constructor for class com.reportmill.graphing.RMProxyShape
-
- RMQuery - Class in com.reportmill.datasource
-
An object to fetch a dataset from a data source entity with a set condition and parameters.
- RMQuery() - Constructor for class com.reportmill.datasource.RMQuery
-
Creates a new query.
- RMRect - Class in com.reportmill.base
-
This class extends Rectanlge2D to add some convenient rect methods.
- RMRect() - Constructor for class com.reportmill.base.RMRect
-
Creates an empty rect.
- RMRect(double, double, double, double) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect with the given x, y, width and height (doubles).
- RMRect(Point2D...) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect enclosing the given array of points.
- RMRect(Rectangle2D) - Constructor for class com.reportmill.base.RMRect
-
Creates a rect from an awt rect.
- RMRectangle - Class in com.reportmill.shape
-
This class represents a simple rectangle shape with a rounding radius.
- RMRectangle() - Constructor for class com.reportmill.shape.RMRectangle
-
Creates a plain rectangle.
- RMRow - Class in com.reportmill.datasource
-
Represents a data bearing object from a datasource.
- RMRow() - Constructor for class com.reportmill.datasource.RMRow
-
Creates a new row.
- RMRow(RMEntity) - Constructor for class com.reportmill.datasource.RMRow
-
Creates a new row for given entity.
- RMSchema - Class in com.reportmill.datasource
-
This class describes the structure of a data source by managing a list of entities.
- RMSchema() - Constructor for class com.reportmill.datasource.RMSchema
-
Creates a new empty schema.
- RMSchema(String) - Constructor for class com.reportmill.datasource.RMSchema
-
Creates a new schema with the given name.
- RMSchemaMaker - Class in com.reportmill.datasource
-
This class makes a schema from an object graph, given a top level object.
- RMSchemaMaker() - Constructor for class com.reportmill.datasource.RMSchemaMaker
-
Creates a new schema maker.
- RMShape - Class in com.reportmill.shape
-
This class is the basis for all graphic elements in a ReportMill document.
- RMShape() - Constructor for class com.reportmill.shape.RMShape
-
Creates a plain shape.
- RMShape(RMShape) - Constructor for class com.reportmill.shape.RMShape
-
Creates a shape with the same basic attributes as the given shape.
- RMSize - Class in com.reportmill.base
-
This class represents a simple geometric size (width, height).
- RMSize() - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to 0,0.
- RMSize(double, double) - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to the given width and height.
- RMSize(RMSize) - Constructor for class com.reportmill.base.RMSize
-
Creates a size initialized to the given size.
- RMSize(Dimension) - Constructor for class com.reportmill.base.RMSize
-
Creates a size from a java2D dimension
- RMSize(String) - Constructor for class com.reportmill.base.RMSize
-
Creates a size from a string (assumes comma separated).
- RMSort - Class in com.reportmill.base
-
This class provides a basic description for comparison and sorting with a simple key and order (ascending or
descending).
- RMSort() - Constructor for class com.reportmill.base.RMSort
-
Creates a plain sort with no key.
- RMSort(String) - Constructor for class com.reportmill.base.RMSort
-
Creates a sort with the given key and ORDER_ASCEND.
- RMSort(String, int) - Constructor for class com.reportmill.base.RMSort
-
Creates a sort with the given key and order.
- RMSound - Class in com.reportmill.shape
-
This class represents a sound in a document.
- RMSound() - Constructor for class com.reportmill.shape.RMSound
-
Creates an empty sound shape.
- RMSound(Object) - Constructor for class com.reportmill.shape.RMSound
-
Creates a sound shape from a given source (File, String path, InputStream, byte array, etc.).
- RMSound.RMSoundListener - Interface in com.reportmill.shape
-
A listener interface that can be implemented by anyone that cares.
- RMStroke - Class in com.reportmill.shape.fill
-
An RMFill subclass specifically designed to describe strokes.
- RMStroke() - Constructor for class com.reportmill.shape.fill.RMStroke
-
Creates a plain, black stroke.
- RMStroke(RMColor, float) - Constructor for class com.reportmill.shape.fill.RMStroke
-
Creates a stroke with the given color and line width.
- RMSwitchShape - Class in com.reportmill.shape
-
This class represents a sophisticated shape that can maintain multiple versions of itself.
- RMSwitchShape() - Constructor for class com.reportmill.shape.RMSwitchShape
-
Creates a plain switch shape.
- RMTable - Class in com.reportmill.shape
-
This RMShape subclass provides functionality to graphically represent a list of data in a ReportMill report.
- RMTable() - Constructor for class com.reportmill.shape.RMTable
-
Creates a plain table.
- RMTable(String) - Constructor for class com.reportmill.shape.RMTable
-
Creates a table with given dataset key (and corresponding default grouping and details row).
- RMTableGroup - Class in com.reportmill.shape
-
This class manages a hierarchy of tables so that multiple tables can be configured to display in the same area
of a given page.
- RMTableGroup() - Constructor for class com.reportmill.shape.RMTableGroup
-
Creates a basic (empty) table group.
- RMTableOfContents - Class in com.reportmill.base
-
This Hashtable subclass provides page number information for table rows in a generated report for the purpose of
generating a table of contents.
- RMTableOfContents(RMDocument) - Constructor for class com.reportmill.base.RMTableOfContents
-
Creates a new table of contents instance.
- RMTableOfContents.RowGroup - Class in com.reportmill.base
-
An inner class to assist flattening.
- RMTableOfContents.RowGroup(RMShape, Object) - Constructor for class com.reportmill.base.RMTableOfContents.RowGroup
-
Creates a new table of contents entry.
- RMTableRow - Class in com.reportmill.shape
-
This class models a table row in a table.
- RMTableRow() - Constructor for class com.reportmill.shape.RMTableRow
-
Creates a plain, unstructured table row.
- RMTableRow(boolean) - Constructor for class com.reportmill.shape.RMTableRow
-
Creates a table row allowing the user to specify whether it should be structured.
- RMTableRow.ColumnResizeMode - Enum in com.reportmill.shape
-
- RMText - Class in com.reportmill.shape
-
This class is an RMShape subclass for handling rich text.
- RMText() - Constructor for class com.reportmill.shape.RMText
-
Creates an empty text instance.
- RMText(RMXString) - Constructor for class com.reportmill.shape.RMText
-
Creates a text instance initialized with the given RMXString.
- RMText(String) - Constructor for class com.reportmill.shape.RMText
-
Creates a text instance initialized with the given plain text String.
- RMURLDataSource - Class in com.reportmill.datasource
-
A data source implementation to get structured JSON data from a parameterized URL.
- RMURLDataSource() - Constructor for class com.reportmill.datasource.RMURLDataSource
-
Creates a new URL data source.
- RMURLDataSource(Object) - Constructor for class com.reportmill.datasource.RMURLDataSource
-
Creates a new JSON data source for source.
- RMViewer - Class in com.reportmill.viewer
-
The RMViewer class is a JComponent subclass that can be used in Swing applications to display and/or print an
RMDocument.
- RMViewer() - Constructor for class com.reportmill.viewer.RMViewer
-
Creates a new RMViewer with an empty document in it.
- RMViewer(Object) - Constructor for class com.reportmill.viewer.RMViewer
-
Creates a new RMViewer from the given owner or source.
- RMViewer.ZoomMode - Enum in com.reportmill.viewer
-
- RMXMLDataSource - Class in com.reportmill.datasource
-
This class is used as a proxy for objects passed to document's generateReport() method.
- RMXMLDataSource() - Constructor for class com.reportmill.datasource.RMXMLDataSource
-
Creates a plain datasource.
- RMXMLDataSource(Object, String) - Constructor for class com.reportmill.datasource.RMXMLDataSource
-
Creates a datasource from a given source with a given name (can be null).
- RMXMLWriter - Class in com.reportmill.base
-
This class turns any Java dataset into XML.
- RMXMLWriter() - Constructor for class com.reportmill.base.RMXMLWriter
-
Creates a new xml writer.
- RMXString - Class in com.reportmill.text
-
An RMXString is like a String that lets you apply attributes, like fonts and colors, to character ranges.
- RMXString() - Constructor for class com.reportmill.text.RMXString
-
Creates an empty RMXString.
- RMXString(String) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String and no attributes.
- RMXString(String, Map) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String with all characters set to the given attributes.
- RMXString(String, Object...) - Constructor for class com.reportmill.text.RMXString
-
Creates an RMXString initialized with the given String with all characters set to the given
attribute (should be a common attribute type like RMFont, RMColor, RMFormat, etc.).
- RMXString.Outline - Class in com.reportmill.text
-
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
- RMXString.Outline() - Constructor for class com.reportmill.text.RMXString.Outline
-
Creates a new outline.
- RMXString.Outline(float, RMColor) - Constructor for class com.reportmill.text.RMXString.Outline
-
Creates a new outline with the given stroke width and fill color.
- rpgClone(ReportMill, RMGraph) - Method in class com.reportmill.graphing.RMGraphArea
-
Returns a clone with report generation performed on it.
- rpgClone(ReportMill, RMGraph) - Method in class com.reportmill.graphing.RMGraphLegend
-
Returns a RPG'd legend for the graph RPG.
- rpgClone(RMTableRPGAdder, RMGroup, String) - Method in class com.reportmill.shape.RMTableRow
-
RPG Clone (Version priorities: TopNOthers, suggested, custom, standard/alternate).
- rpgClone(ReportMill, Object, RMShape) - Method in class com.reportmill.text.RMXString
-
Creates a clone of the receiver, with substitution performed on @-sign delineated keys.
- run() - Method in class com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
-
The actual run method.
- runZoomPanel() - Method in class com.reportmill.viewer.RMViewer
-
Runs a dialog panel to request a percentage zoom (which is then set with setZoomFactor).
- save() - Method in class com.reportmill.datasource.RMFile
-
Saves the file.
- saveRows() - Method in class com.reportmill.datasource.RMDataSource
-
Save row changes.
- saveRows() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- saveRowsImmediately() - Method in class com.reportmill.datasource.RMDataSource
-
Save row changes immediately.
- saveRowsImmediately() - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- saveRowsImmediately() - Method in class com.reportmill.datasource.RMFileDataSource
-
Override to save CSV files.
- saveRowsImmediately() - Method in class com.reportmill.datasource.RMFTPDataSource
-
Override to disable if HTTP.
- saveSchema() - Method in class com.reportmill.datasource.RMFileDataSource
-
Saves schema to file.
- scale(float) - Method in class com.reportmill.base.RMRect
-
Scales the receiver rect by the given amount.
- scaledRect(float) - Method in class com.reportmill.base.RMRect
-
Creates a rect derived from the receiver scaled by the given amount.
- scaleFont(float) - Method in class com.reportmill.text.RMFont
-
Returns a font with the same family as the receiver but with size adjusted by given scale factor.
- scaleFonts(float) - Method in class com.reportmill.shape.RMText
-
Resizes all the font's in text string by given factor.
- scaleFonts(float) - Method in class com.reportmill.text.RMXString
-
Sets a value to that should be multiplied times all font sizes in this string.
- SCRIPTING_KEY - Static variable in class com.reportmill.text.RMXString
-
- selectLayer(RMPageLayer) - Method in class com.reportmill.shape.RMPage
-
Selects the given layer.
- selectLayer(String) - Method in class com.reportmill.shape.RMPage
-
Selects the layer with the given name.
- sendShapesToBack(List) - Method in class com.reportmill.shape.RMPage
-
Overrides shape implementation to keep shapes in their proper layers.
- sendShapesToBack(List<RMShape>) - Method in class com.reportmill.shape.RMShape
-
Moves the subset of children in the given list to the back of the children list.
- separate(String) - Method in class com.reportmill.text.RMXString
-
Returns a List of XString substrings of this XString that are separated by the given separator String.
- set(Object, Object) - Method in class com.reportmill.base.RMKey.KeyAccessor
-
This method actually retrieves a value for an object and a key.
- set3D(RMGraphPart3D) - Method in class com.reportmill.graphing.RMGraphArea
-
Sets the 3d shape.
- setAction(RMAction) - Method in class com.reportmill.shape.RMShape
-
Sets the action for this shape.
- setAlign(int) - Method in class com.reportmill.shape.RMText
-
Sets the align for all chars.
- setAlign(int) - Method in class com.reportmill.text.RMXString
-
Sets the horizontal alignment of the xstring.
- setAlignVertical(byte) - Method in class com.reportmill.shape.RMText
-
Sets the vertical alignment.
- setAlignVerticalString(String) - Method in class com.reportmill.shape.RMText
-
Sets the vertical alignment by a string (one of "top", "middle" or "bottom").
- setArrowHead(RMLineSegmentArrowHead) - Method in class com.reportmill.shape.RMLineSegment
-
Sets the line segment arrow head.
- setAutoGenerated(boolean) - Method in class com.reportmill.datasource.RMProperty
-
Sets whether column is automatically generated (numbered), thus read-only.
- setAutosizing(String) - Method in class com.reportmill.shape.RMShape
-
Sets the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
- setAxisCount(int) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets the number of increments in the axis.
- setAxisMax(float) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets the axis maximum.
- setAxisMin(float) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets the axis minimum.
- setBar(RMShape) - Method in class com.reportmill.graphing.RMGraphSection.Item
-
Sets the bar created for this series value.
- setBar(RMShape) - Method in class com.reportmill.graphing.RMGraphSeries.Item
-
Sets the bar created for this series value.
- setBarCount(int) - Method in class com.reportmill.graphing.RMGraphPartBars
-
Sets the minimum number of bars for the graph to provide space for in a section.
- setBarGap(float) - Method in class com.reportmill.graphing.RMGraphPartBars
-
Sets width of the gap between bars in a set as a fraction of bar width.
- setBarWedgePrototype(RMShape) - Method in class com.reportmill.graphing.RMGraph
-
Sets the shape used to represent the basic attributes of bars & wedges.
- setBaseURL(URL) - Method in class com.reportmill.datasource.RMURLDataSource
-
Sets the base URL.
- setBaseURLString(String) - Method in class com.reportmill.datasource.RMURLDataSource
-
Returns the base URL string.
- setBounds(RMRect) - Method in class com.reportmill.graphics.RMPath
-
Sets the bounds that the path is relative to.
- setBounds(Rectangle2D) - Method in class com.reportmill.shape.RMShape
-
Sets X, Y, width and height of shape to dimensions in given rect.
- setBounds(double, double, double, double) - Method in class com.reportmill.shape.RMShape
-
Sets X, Y, width and height of shape to given dimensions.
- setBounds(int, int, int, int) - Method in class com.reportmill.viewer.RMViewer
-
Overrides component setBounds to enforce zoom-to-fit if needed.
- setBytes(byte[]) - Method in class com.reportmill.datasource.RMFile
-
Sets the file bytes.
- setBytes(String, byte[]) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets the bytes for a path.
- setCausesWrap(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets whether this shape causes text wrap.
- setCausesWrapType(byte) - Method in class com.reportmill.shape.RMShape
-
Sets how this shape causes text wrap.
- setCharSpacing(float) - Method in class com.reportmill.shape.RMText
-
Sets the char spacing for the text string.
- setClipChildren(boolean) - Method in class com.reportmill.shape.RMPage
-
Sets whether to clip children.
- setCoalesceNewlines(boolean) - Method in class com.reportmill.shape.RMText
-
Sets whether text should coalesce consecutive newlines in rpgClone.
- setColor(RMColor) - Method in class com.reportmill.shape.fill.RMFill
-
Sets the color associated with this fill.
- setColor(RMColor) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Sets color of first stop.
- setColor(RMColor) - Method in class com.reportmill.shape.fill.RMStroke
-
Overrides fill version to clear java 2d stroke.
- setColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the color of the shape.
- setColors(List) - Method in class com.reportmill.graphing.RMGraph
-
Sets the list of colors to be used by this graph.
- setColorStop(int, RMColor, float) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Sets the color & position of the stop at the given index.
- setColumnCount(int) - Method in class com.reportmill.shape.RMTable
-
Sets the number of columns that this table should be repeated over on the same page before paginating.
- setColumnResizeMode(RMTableRow.ColumnResizeMode) - Method in class com.reportmill.shape.RMTableRow
-
Sets the method used to resize row columns when row is resize (and structured).
- setColumnSpacing(float) - Method in class com.reportmill.shape.RMTable
-
Sets the space between a table that has more than one column (int printer points).
- setCompress(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should compress images in generated file formats like PDF.
- setCondition(RMCondition) - Method in class com.reportmill.datasource.RMQuery
-
Sets the condition.
- setConnected(boolean) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets whether client is connected.
- setCurrentDirectory(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Changes directory to given path.
- setCustomSchema(boolean) - Method in class com.reportmill.datasource.RMXMLDataSource
-
Sets a schema that may differ from the one stored in an XML file.
- setDashArray(float[]) - Method in class com.reportmill.shape.fill.RMStroke
-
Sets the dash array for this stroke.
- setDashArrayString(String) - Method in class com.reportmill.shape.fill.RMStroke
-
Sets the dash array for this stroke from a string.
- setDashPhase(float) - Method in class com.reportmill.shape.fill.RMStroke
-
Sets the dash phase.
- setDatasetKey(String) - Method in class com.reportmill.graphing.RMGraph
-
Sets the dataset key associated with the graph.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMLabels
-
Sets the dataset key associated with labels.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMPage
-
Sets the dataset key associated with the table.
- setDatasetKey(String) - Method in class com.reportmill.shape.RMTable
-
Sets the dataset key associated with the table.
- setDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMDataSourceList
-
Sets the encapsulated data source.
- setDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMQuery
-
Sets the data source.
- setDataSource(RMDataSource) - Method in class com.reportmill.datasource.RMRow
-
Sets the datasource that created this row.
- setDataSource(RMDataSource) - Method in class com.reportmill.shape.RMDocument
-
Sets the RMDataSource associated with this document.
- setDateConstraint(RMCondition.DateConstraint) - Method in class com.reportmill.datasource.RMCondition
-
Sets the date constraint.
- setDateType(RMProperty.DateType) - Method in class com.reportmill.datasource.RMProperty
-
Sets the date type.
- setDecimalSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the decimal separator.
- setDefaultColors(List) - Static method in class com.reportmill.graphing.RMGraph
-
Sets the default list of colors to be used by any graph without an explicit list of colors.
- setDefaultValue(Object) - Method in class com.reportmill.datasource.RMProperty
-
Sets default value for this property.
- setDelay(float) - Method in class com.reportmill.shape.RMSound
-
Sets the delay after which this sound is supposed to start to play.
- setDescriptorKey(String) - Method in class com.reportmill.datasource.RMEntity
-
Sets the key/key-chain to the property(s) that returns best string description of an entity instance.
- setDirectory(boolean) - Method in class com.reportmill.datasource.RMFile
-
Sets whether resource is a directory.
- setDocument(RMDocument) - Method in class com.reportmill.viewer.RMViewer
-
Sets the RMDocument associated with this viewer.
- setDraw3D(boolean) - Method in class com.reportmill.graphing.RMGraph
-
Sets whether the graph draws in 3D.
- setDrawsSelectionRect(boolean) - Method in class com.reportmill.shape.RMText
-
Sets whether text should always draw at least a light-gray border (useful when editing).
- setDrawsWedge(boolean) - Method in class com.reportmill.shape.RMOval
-
Sets whether the oval draws lines from the unswept portion of the oval to the center (like a pie wedge).
- setDrawWedgeLabelLines(boolean) - Method in class com.reportmill.graphing.RMGraphPartPie
-
Sets whether a pie graph draws lines from the wedges to wedge labels.
- setEffect(RMEffect) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setEffect(RMEffect) - Method in class com.reportmill.shape.RMShape
-
Sets the effect for this shape.
- setEmail(String) - Method in class com.reportmill.datasource.RMGAEDataSource
-
Sets the application email address.
- setEntities(List<RMEntity>) - Method in class com.reportmill.datasource.RMSchema
-
Sets the list of entities.
- setEntity(RMEntity) - Method in class com.reportmill.datasource.RMProperty
-
Sets the entity that owns this property.
- setEntity(RMEntity) - Method in class com.reportmill.datasource.RMQuery
-
Sets the data source entity.
- setEntity(RMEntity) - Method in class com.reportmill.datasource.RMRow
-
Sets the entity.
- setEntityClass(Class) - Method in class com.reportmill.datasource.RMEntity
-
Sets the class that this entity represents.
- setEntityResolver(RMDataSource.EntityResolver) - Method in class com.reportmill.datasource.RMDataSource
-
Sets the custom entity resolver.
- setEntityResolver(RMDataSource.EntityResolver) - Method in class com.reportmill.datasource.RMDataSourceList
-
Override to forward to embedded data source.
- setEnumValues(List<String>) - Method in class com.reportmill.datasource.RMProperty
-
Sets the enum values (for type Enum).
- setEnumValuesString(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the enum values as a string (comma separated).
- setExtrusionKey(String) - Method in class com.reportmill.graphing.RMGraphPartPie
-
Sets the key used to determine which pie wedges get extruded.
- setFilename(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the filename associated with this document.
- setFill(RMFill) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setFill(RMFill) - Method in class com.reportmill.shape.RMImage
-
Overrides standard shape setFill method to ensure fill is an RMImageFill.
- setFill(RMFill) - Method in class com.reportmill.shape.RMShape
-
Sets the fill for this shape.
- setFillStyle(byte) - Method in class com.reportmill.shape.fill.RMImageFill
-
Returns the fill style (Stretch, Tile, Fit or FitIfNeeded).
- setFilter(String) - Method in class com.reportmill.datasource.RMQuery
-
Sets the filter string.
- setFilterKey(String) - Method in class com.reportmill.graphing.RMGraph
-
Sets the optional key chain (expression) used to limit the table list derived from dataset key.
- setFilterKey(String) - Method in class com.reportmill.shape.RMTable
-
Sets the optional key chain expression string used to prune the table list derived from dataset key.
- setFirePropertyChangeEnabled(boolean) - Method in class com.reportmill.datasource.RMRow
-
Sets whether fire property change is enabled.
- setFont(RMFont) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setFont(RMFont) - Method in class com.reportmill.shape.RMDocument
-
Sets the document default font.
- setFont(RMFont) - Method in class com.reportmill.shape.RMShape
-
Sets the font for the shape.
- setFont(RMFont) - Method in class com.reportmill.shape.RMText
-
Sets the font for all characters.
- setFormat(RMFormat) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMShape
-
Sets the format for the shape.
- setFormat(RMFormat) - Method in class com.reportmill.shape.RMText
-
Sets the format for all characters.
- setFormatString(String) - Method in class com.reportmill.base.RMDateFormat
-
Sets the date format string.
- setFormatString(String) - Method in interface com.reportmill.base.RMFormat
-
Sets a format string.
- setFormatString(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the format string for this format.
- setFrame(Rectangle2D) - Method in class com.reportmill.shape.RMShape
-
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
- setFrame(double, double, double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the bounds of the shape such that it exacly fits in the given parent coord rect.
- setFrameSize(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's size such that its frame (enclosing rect in parent coords) will have the given width and height.
- setFrameX(double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's X such that its bounds rect (in parent coords) has origin at the given X.
- setFrameXY(RMPoint) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's origin such that its bounds rect (in parent coords) has origin at the given point.
- setFrameXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's origin such that its frame (enclosing rect in parent coords) will have the given X and Y.
- setFrameY(double) - Method in class com.reportmill.shape.RMShape
-
Sets a shape's Y such that its bounds rect (in parent coords) has origin at the given Y.
- setGraphTypeString(String) - Method in class com.reportmill.graphing.RMGraph
-
Sets the graph type as a simple string: bar, pie or hbar.
- setGridSpacing(float) - Method in class com.reportmill.shape.RMDocument
-
Sets the grid spacing for the document's grid.
- setGrouper(RMGrouper) - Method in class com.reportmill.shape.RMTable
-
Sets the grouper associated with the table.
- setHasDetails(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a details.
- setHasHeader(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a header.
- setHasSummary(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping has a summary.
- setHeight(float) - Method in class com.reportmill.shape.RMLabels
-
Overrides shape method to recalc spacing height.
- setHeight(float) - Method in class com.reportmill.shape.RMLineSegment
-
Override to prevent width from going to zero.
- setHeight(float) - Method in class com.reportmill.shape.RMShape
-
Sets the height of the shape.
- setHeightToFit() - Method in class com.reportmill.shape.RMShape
-
Sets the shape to its getHeightToFit (which is just the current height for most shapes).
- setHeightToFit(float) - Method in class com.reportmill.shape.RMText
-
Sets the text's height to fit (often called with -1 to force recalc).
- setHitEdges(Point2D, int) - Method in class com.reportmill.base.RMRect
-
Resets the edges of a rect, given a mask of edges and a new point.
- setHost(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets the host.
- setHover(String) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setHover(String) - Method in class com.reportmill.shape.RMShape
-
Returns the URL for the shape.
- setHTTPRoot(String) - Method in class com.reportmill.datasource.RMFTPDataSource
-
Sets the HTTP root.
- setIgnoreCase(boolean) - Method in class com.reportmill.datasource.RMCondition
-
Sets whether condition ignores case (string types).
- setImageMargins(float) - Method in class com.reportmill.shape.fill.RMImageFill
-
Sets the inset for the image when drawn in a given bounds.
- setIncludeAllValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether the grouping includes all values.
- setIncludeFields(boolean) - Method in class com.reportmill.base.RMXMLWriter
-
Sets whether to include fields.
- setIncludeFields(boolean) - Method in class com.reportmill.datasource.RMSchemaMaker
-
Sets whether to include fields.
- setIncludeValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether to include values explicitly provided.
- setInitialPath(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets the initial path of the connection.
- setInputAdapter(RMViewerInputAdapter) - Method in class com.reportmill.viewer.RMViewer
-
Sets the input adapter for the viewer (handles mouse and keyboard input).
- setItemKey(String) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Sets the item key.
- setItemsLayout(RMGraphArea.ItemLayout) - Method in class com.reportmill.graphing.RMGraphArea
-
Sets the layout of section items.
- setKey(String) - Method in class com.reportmill.base.RMGrouping
-
Sets the grouping key.
- setKey(String) - Method in class com.reportmill.base.RMSort
-
Sets the key for this sort.
- setKey(String) - Method in class com.reportmill.shape.RMImage
-
Sets the report key used to load an image if none is provided.
- setKey(String) - Method in class com.reportmill.shape.RMSound
-
Sets the RPG key for this sound shape.
- setKeyChainValue(RMKeyChain, Object) - Method in interface com.reportmill.base.RMKeyChain.GetSet
-
- setKeyValue(String, Object) - Method in interface com.reportmill.base.RMKey.GetSet
-
- setLastNode(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
-
Sets the last node in the keychain.
- setLastSource() - Method in class com.reportmill.viewer.RMViewer
-
Sets the source to the last source (backtracking).
- setLayout(RMShapeLayout) - Method in class com.reportmill.shape.RMShape
-
Sets the layout for this shape.
- setLayoutEnabled(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets the shape layout enabled flag (convenience to account for null layouts).
- setLeftSide(Object) - Method in class com.reportmill.datasource.RMCondition
-
Sets the left side.
- setLegendText(String) - Method in class com.reportmill.graphing.RMGraphLegend
-
Sets the legend text.
- setLineGap(float) - Method in class com.reportmill.shape.RMText
-
Sets the line gap for all chars.
- setLineHeightMax(float) - Method in class com.reportmill.shape.RMText
-
Sets the maximum line height for all chars.
- setLineHeightMin(float) - Method in class com.reportmill.shape.RMText
-
Sets the minimum line height for all chars.
- setLineSpacing(float) - Method in class com.reportmill.shape.RMText
-
Sets the line spacing for all chars.
- setLineWidth(float) - Method in class com.reportmill.shape.RMShape
-
Deprecated.
- setLinkedText(RMLinkedText) - Method in class com.reportmill.shape.RMText
-
Sets the linked text for this text (if any).
- setLocalCurrencySymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Sets whether local currency symbol is used.
- setLocked(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets the locked state of the shape (really just to prevent location/size changes in the editor).
- setLoopCount(int) - Method in class com.reportmill.shape.RMSound
-
Returns the number of loops that this sound should play before stopping.
- setMainTable(RMTable) - Method in class com.reportmill.shape.RMTableGroup
-
Sets the currently selected table.
- setMargin(Insets) - Method in class com.reportmill.shape.RMText
-
Sets margin.
- setMarginRect(RMRect) - Method in class com.reportmill.shape.RMDocument
-
Sets the margin rect for this document.
- setMargins(float, float, float, float) - Method in class com.reportmill.shape.RMDocument
-
Sets the margin rect for this document.
- setMarginString(String) - Method in class com.reportmill.shape.RMText
-
Sets the margin as a string.
- setMaximumSize(RMSize) - Method in class com.reportmill.shape.RMShape
-
Sets the shape maximum size.
- setMinimumSize(RMSize) - Method in class com.reportmill.shape.RMShape
-
Sets the shape minimum size.
- setMinSplitHeight(float) - Method in class com.reportmill.shape.RMTableRow
-
Sets the minimum distance in points from the top of the row that this row can split.
- setMinSplitRemainderHeight(float) - Method in class com.reportmill.shape.RMTableRow
-
Sets the minimum distance in points from the top of the row that this row can split.
- setMoveToBottom(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this row should be moved to the bottom of the table during report generation.
- setName(String) - Method in class com.reportmill.datasource.RMDataSource
-
Sets the name for the datasource.
- setName(String) - Method in class com.reportmill.datasource.RMEntity
-
Sets the name of the entity.
- setName(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the name of this property.
- setName(String) - Method in class com.reportmill.datasource.RMQuery
-
Sets the query name.
- setName(String) - Method in class com.reportmill.datasource.RMSchema
-
Sets the name of the entity.
- setName(String) - Method in class com.reportmill.shape.RMShape
-
Sets the name for the shape.
- setNegated(boolean) - Method in class com.reportmill.datasource.RMCondition
-
Sets whether condition is negated.
- setNegativeInRed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Sets whether this format shows negative values in red.
- setNext(RMKeyChain) - Method in class com.reportmill.base.RMKeyChain
-
Sets the next keychain in the chain.
- setNextSource() - Method in class com.reportmill.viewer.RMViewer
-
Sets the source to the next soruce (forward tracking).
- setNullable(boolean) - Method in class com.reportmill.datasource.RMProperty
-
Sets whether property allows nulls.
- setNullString(String) - Method in class com.reportmill.base.RMDateFormat
-
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
- setNullString(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the String that is substituted when this format is asked to provide stringForObjectValue(null).
- setNullString(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the string used to replace any occurrances of null values in a generated report.
- setNumberOfChildrenToStayWith(int) - Method in class com.reportmill.shape.RMTableRow
-
Sets the number of children this table row needs to be accompanied by, if some children run off page bottom.
- setNumberOfColumns(int) - Method in class com.reportmill.shape.RMLabels
-
Sets the number of columns in the labels block.
- setNumberOfColumns(int) - Method in class com.reportmill.shape.RMTableRow
-
Sets the number of columns in this table row.
- setNumberOfRows(int) - Method in class com.reportmill.shape.RMLabels
-
Sets the number of rows in the labels block.
- setNumberType(RMProperty.NumberType) - Method in class com.reportmill.datasource.RMProperty
-
Sets the number type.
- setObject(Object) - Method in class com.reportmill.shape.RMText
-
Sets an object for text to perform substitution on.
- setObjects(List) - Method in class com.reportmill.graphing.RMGraph
-
Sets objects.
- setObjectsAndReportMill(List, ReportMill) - Method in class com.reportmill.graphing.RMGraph
-
Sets the list of objects to generate a graph for.
- setOpacity(float) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setOpacity(float) - Method in class com.reportmill.shape.RMShape
-
Sets the opacity of the shape (1 for opaque, 0 for transparent).
- setOperator(RMCondition.Operator) - Method in class com.reportmill.datasource.RMCondition
-
Sets the operator.
- setOperator(RMCondition.Operator, int) - Method in class com.reportmill.datasource.RMConditionList
-
Sets the operator at the given index.
- setOrder(int) - Method in class com.reportmill.base.RMSort
-
Sets the order for this sort.
- setOrderString(String) - Method in class com.reportmill.base.RMSort
-
Sets the order as a string.
- setOrigin(float, float) - Method in class com.reportmill.base.RMRect
-
Sets the origin of the rect.
- setOutline(RMXString.Outline) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMShape
-
Sets the outline for the shape.
- setOutline(RMXString.Outline) - Method in class com.reportmill.shape.RMText
-
Sets the Outline for all characters.
- setOutlined(boolean) - Method in class com.reportmill.text.RMXString
-
Sets the xstring to be outlined.
- setOverlap(boolean) - Method in class com.reportmill.shape.RMSound
-
Returns whether this sound should overlap other sounds.
- setPageBreakGroupIndex(int) - Method in class com.reportmill.shape.RMTable
-
Returns the index of the grouping in the grouper at which an explicit.
- setPageBreakKey(String) - Method in class com.reportmill.shape.RMTableRow
-
Sets the key used to determine whether row should force a page break.
- setPageLayout(RMDocument.PageLayout) - Method in class com.reportmill.shape.RMDocument
-
Sets the page layout for the document.
- setPageLayout(String) - Method in class com.reportmill.shape.RMDocument
-
Set page layout from string.
- setPageNumber(int) - Method in class com.reportmill.shape.fill.RMImageFill
-
Sets the page number of the image fill's image that is displayed (for rare multi-page images like PDF).
- setPageSize(float, float) - Method in class com.reportmill.shape.RMDocument
-
Sets the size of the document (and all of its pages).
- setPaginate(Boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should paginate generated reports by default.
- setPaginate(boolean) - Method in class com.reportmill.shape.RMLabels
-
Sets whether the labels should paginate.
- setPaginate(Boolean) - Method in class com.reportmill.shape.RMTable
-
Sets whether the table is supposed to be paginated.
- setPaintBackground(boolean) - Method in class com.reportmill.shape.RMPage
-
Sets whether to paint white background even if not explicitly defined and drop shadow.
- setPaintFrameRate(boolean) - Method in class com.reportmill.viewer.RMViewer
-
Sets whether we paint frame rate.
- setParagraph(RMParagraph, int) - Method in class com.reportmill.text.RMXString
-
Sets the paragraph at the given character index.
- setParagraph(RMParagraph, int, int) - Method in class com.reportmill.text.RMXString
-
Sets the paragraph for the given character index range.
- setParent(RMShape) - Method in class com.reportmill.shape.RMShape
-
Sets the parent of this shape (called automatically by addChild()).
- setPassword(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets the password of the connection.
- setPassword(String) - Method in class com.reportmill.datasource.RMGAEDataSource
-
Sets the password.
- setPath(String) - Method in class com.reportmill.datasource.RMFile
-
Sets the file path.
- setPath(String) - Method in class com.reportmill.datasource.RMFileDataSource
-
Sets the path.
- setPath(RMPath) - Method in class com.reportmill.shape.RMPolygon
-
Sets the path for this polygon shape.
- setPathShape(RMShape) - Method in class com.reportmill.shape.RMText
-
Sets the shape that provides the path for this text to wrap text to.
- setPercentSymbolUsed(boolean) - Method in class com.reportmill.base.RMNumberFormat
-
Returns whether percent symbol is used.
- setPerformsWrap(boolean) - Method in class com.reportmill.shape.RMText
-
Sets whether text should wrap around other shapes that cause wrap.
- setPlaying(boolean) - Method in class com.reportmill.shape.RMSound
-
Sets whether or not this sound is currently playing.
- setPlexing(RMPage.Plexing) - Method in class com.reportmill.shape.RMPage
-
Sets the page plexing (whether it prints to one page, page back & front, or back & front with tumble).
- setPoint(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Sets the path point at the given index to the given point.
- setPointStructured(int, RMPoint) - Method in class com.reportmill.graphics.RMPath
-
Resets the point at the given index to the given point, while preserving something.
- setPosition(RMGraphPartSeries.LabelPosition) - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Sets the value label position (top, middle, bottom, outside).
- setPreferredSize(RMSize) - Method in class com.reportmill.shape.RMShape
-
Sets the shape preferred size.
- setPrimary(boolean) - Method in class com.reportmill.datasource.RMProperty
-
Sets whether this property is a primary key.
- setPrintEvenIfGroupIsEmpty(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Returns whether this row should print even if it has no children (assumed to be a header/summary row).
- setPrivate(boolean) - Method in class com.reportmill.datasource.RMProperty
-
Sets whether this property is private.
- setProperties(List<? extends RMProperty>) - Method in class com.reportmill.datasource.RMEntity
-
Sets a list of properties.
- setProxy(RMShape) - Method in class com.reportmill.graphing.RMProxyShape
-
Sets the proxy shape.
- setPublishUrl(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the URL this document should be uploaded to.
- setRadius(float) - Method in class com.reportmill.shape.RMRectangle
-
Sets the rounding radius for the rectangle.
- setRadius(float) - Method in class com.reportmill.shape.RMText
-
Overrides rectangle implementation to potentially force text relayout.
- setRelationEntityName(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the name of the entity that this relation property points to.
- setRelationLocalPropertyName(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the property name local to this property's entity that the relation uses as a key (primary or foreign).
- setRelationRemotePropertyName(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the property name that the relation uses as a key in the remote table (primary or foreign).
- setReportMill(ReportMill) - Method in class com.reportmill.graphing.RMGraph
-
Set ReportMill (which tries to get a dataset from reportmill and calls setObjects).
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMDocument
-
Creates an RPG clone of document.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMImage
-
Report generation method.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMLabels
-
Report Generation.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMPage
-
Report generation.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMShape
-
Report generation.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMSound
-
Report generation method.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMSwitchShape
-
Report generation.
- setReportMill(ReportMill, String) - Method in class com.reportmill.shape.RMSwitchShape
-
Report generation.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMTable
-
Report generation.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMTableGroup
-
Report generation method.
- setReportMill(ReportMill) - Method in class com.reportmill.shape.RMText
-
This method handles basic (non-wrapping) rpgCloning for RMText, with key substitution.
- setReportMillBindings(ReportMill) - Method in class com.reportmill.shape.RMShape
-
Report generation for URL and bindings.
- setReportMillDeep(ReportMill) - Method in class com.reportmill.graphing.RMGraph
-
Override to stifle child rpg.
- setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMLabels
-
Override to stifle child rpg.
- setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMShape
-
Sets reportmill deep.
- setReportMillDeep(ReportMill) - Method in class com.reportmill.shape.RMTable
-
Override to stifle child rpg.
- setReprintWhenWrapped(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this row is reprinted on a new page when it's children cross a page boundary.
- setResultsKey(String) - Method in class com.reportmill.datasource.RMURLDataSource
-
Sets the key used to dereference the results array.
- setRightSide(Object) - Method in class com.reportmill.datasource.RMCondition
-
Sets the right side.
- setRightSideValues(Map) - Method in class com.reportmill.datasource.RMCondition
-
Sets right side values from map, if right side matches key from given map.
- setRoll(float) - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Override to handle proxy.
- setRoll(float) - Method in class com.reportmill.shape.RMShape
-
Sets the roll of the shape.
- setSampleURL(URL) - Method in class com.reportmill.datasource.RMURLDataSource
-
Sets the sample URL.
- setSampleURLString(String) - Method in class com.reportmill.datasource.RMURLDataSource
-
Sets the sample URL as string.
- setScaleX(float) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the X axis of the shape.
- setScaleXY(float, float) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the X and Y axis.
- setScaleY(float) - Method in class com.reportmill.shape.RMShape
-
Sets the scale of the Y axis of the shape.
- setSchema(RMSchema) - Method in class com.reportmill.datasource.RMEntity
-
Sets the schema that owns this entity.
- setSchema(RMSchema) - Method in class com.reportmill.datasource.RMURLDataSource
-
Sets the schema.
- setSectionLayout(RMGraphArea.SectionLayout) - Method in class com.reportmill.graphing.RMGraphArea
-
Sets the layout of series values.
- setSelectedPage(RMPage) - Method in class com.reportmill.shape.RMDocument
-
Selects the given page.
- setSelectedPageIndex(int) - Method in class com.reportmill.shape.RMDocument
-
Selects the currently selected page by index.
- setSelectedPageIndex(int) - Method in class com.reportmill.viewer.RMViewer
-
Sets the page of viewer's document that is visible (by index).
- setSelectedPart(String) - Method in class com.reportmill.graphing.RMGraphArea
-
Sets the currently selected part.
- setSelectedPart(Point2D) - Method in class com.reportmill.graphing.RMGraphArea
-
Sets the currently selected part by point.
- setSelectedSortIndex(int) - Method in class com.reportmill.base.RMGrouping
-
Sets the currently selected grouping's currently selected sort (for editing, mostly).
- setSetGap(float) - Method in class com.reportmill.graphing.RMGraphPartBars
-
Sets the width of the gap between sets as a fraction of chart area.
- setShapeRepaintEnabled(boolean) - Method in class com.reportmill.viewer.RMViewer
-
Sets whether changes to shapes cause repaints.
- setShowAxisLabels(boolean) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Sets whether the graph shows axis labels.
- setShowAxisLabels(boolean) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets whether the graph draws axis labels.
- setShowGrid(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should show an alignment grid.
- setShowGridLines(boolean) - Method in class com.reportmill.graphing.RMGraphPartLabelAxis
-
Sets whether the graph shows grid lines between label axis sections.
- setShowLegend(boolean) - Method in class com.reportmill.graphing.RMGraph
-
Sets whether the graph shows a legend.
- setShowMajorGrid(boolean) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets whether the graph draws the major axis.
- setShowMargin(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should show a margin rect.
- setShowMinorGrid(boolean) - Method in class com.reportmill.graphing.RMGraphPartValueAxis
-
Sets whether the graph draws the minor axis.
- setSize(RMSize) - Method in class com.reportmill.shape.RMShape
-
Sets the size of the shape.
- setSize(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the size of the shape.
- setSizeBorders(boolean) - Method in class com.reportmill.shape.RMImage
-
Sets whether the image shape should resize it's borders to fit dynamically provided images.
- setSizeP(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the size of the shape to the given width and height in parent's coords.
- setSizeToFit() - Method in class com.reportmill.shape.RMShape
-
Sets the shape to its preferred size.
- setSizeToFit(float, float) - Method in class com.reportmill.shape.RMShape
-
Sets the shape to its preferred size, allowing you to additionally specify a max width/height.
- setSkewX(float) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the X axis of the shape.
- setSkewXY(float, float) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the X and Y axis.
- setSkewY(float) - Method in class com.reportmill.shape.RMShape
-
Sets the skew of the Y axis of the shape.
- setSnapGrid(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should snap to an alignment grid.
- setSnapMargin(boolean) - Method in class com.reportmill.shape.RMDocument
-
Sets whether the document should snap to a margin rect.
- setSortOnValues(boolean) - Method in class com.reportmill.base.RMGrouping
-
Sets whether to sort on values explicitly provided.
- setSoundData(RMSoundData) - Method in class com.reportmill.shape.RMSound
-
Sets the sound data for this sound shape.
- setSource(Object) - Method in class com.reportmill.datasource.RMJSONDataSource
-
Sets the datasource source.
- setSource(Object) - Method in class com.reportmill.datasource.RMXMLDataSource
-
Sets the source for the datasource.
- setSource(Object) - Method in class com.reportmill.shape.RMImage
-
Sets the given source (actually a new image fill for source).
- setSource(Object) - Method in class com.reportmill.shape.RMSound
-
Sets the source of the sound (File, String path, InputStream, byte array, etc.).
- setSource(Object) - Method in class com.reportmill.viewer.RMViewer
-
Sets the document source.
- setSpacingHeight(float) - Method in class com.reportmill.shape.RMLabels
-
Sets the spacing between labels vertically.
- setSpacingWidth(float) - Method in class com.reportmill.shape.RMLabels
-
Sets the spacing between labels horizontally.
- setStartAngle(float) - Method in class com.reportmill.shape.RMOval
-
Sets the start angle for the oval.
- setStartingPageBreak(boolean) - Method in class com.reportmill.shape.RMTable
-
Sets whether this table should always start on a new page (if in table group).
- setStops(List<RMGradientFill.ColorStop>) - Method in class com.reportmill.shape.fill.RMGradientFill
-
Resets all the stops from the new list.
- setString(String) - Method in class com.reportmill.text.RMXString
-
Sets the simple String represented by this RMXString.
- setStrings(List) - Method in class com.reportmill.graphing.RMGraphLegend
-
Sets strings list.
- setStringSize(RMProperty.StringSize) - Method in class com.reportmill.datasource.RMProperty
-
Sets the string size.
- setStroke(RMStroke) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setStroke(RMStroke) - Method in class com.reportmill.shape.RMLineSegment
-
Override to handle arrow heads special.
- setStroke(RMStroke) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke for this shape, with an option to turn on drawsStroke.
- setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMLineSegment
-
Override to handle arrow heads special.
- setStrokeColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke color of the shape.
- setStrokeWidth(float) - Method in class com.reportmill.shape.RMLineSegment
-
Override to handle arrow heads special.
- setStrokeWidth(float) - Method in class com.reportmill.shape.RMShape
-
Sets the stroke width of the shape's stroke in printer points.
- setStructured(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether this table row should be structured.
- setSweepAngle(float) - Method in class com.reportmill.shape.RMOval
-
Sets the sweep angle for the oval.
- setSyncStructureWithAlternates(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether table row should synchronize the column widths of alternate versions.
- setSyncStructureWithRowAbove(boolean) - Method in class com.reportmill.shape.RMTableRow
-
Sets whether table row should synchronize the column widths of the row immediately above it.
- setTabs(float[], char[]) - Method in class com.reportmill.text.RMParagraph
-
Sets the tab stops.
- setText(String) - Method in class com.reportmill.shape.RMText
-
Replaces the current text associated with this RMText with the given String.
- setTextColor(RMColor) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setTextColor(RMColor) - Method in class com.reportmill.shape.RMShape
-
Sets the text color for the shape.
- setTextColor(RMColor) - Method in class com.reportmill.shape.RMText
-
Sets the color of the characters in the XString associated with this RMText.
- setThousandsSeparator(String) - Method in class com.reportmill.base.RMNumberFormat
-
Sets the thousands separator.
- setTime(float) - Method in class com.reportmill.shape.RMShape
-
Tells the shape's anim records to update the shape to the given time.
- setTitle(String) - Method in class com.reportmill.graphing.RMGraphPartSeries
-
Sets the title of the series.
- setToMany(boolean) - Method in class com.reportmill.datasource.RMProperty
-
Sets whether this property is a to many relation.
- setTopNSort(RMTopNSort) - Method in class com.reportmill.base.RMGrouping
-
Sets the top N sort for the grouping.
- setType(RMProperty.Type) - Method in class com.reportmill.datasource.RMProperty
-
Sets the type of this property.
- setType(String) - Method in class com.reportmill.graphing.RMGraph
-
Sets the graph type (TYPE_BAR, TYPE_PIE, etc.).
- setTypeFromSample(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets property type from sample string - tries to discern whether string represents a date or number.
- setTypeName(String) - Method in class com.reportmill.datasource.RMProperty
-
Sets the type from a given name.
- setUnderlined(boolean) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setUnderlined(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets the shape to underline.
- setUnderlined(boolean) - Method in class com.reportmill.shape.RMText
-
Sets all chars to be underlined.
- setUnderlined(boolean) - Method in class com.reportmill.text.RMXString
-
Sets the xstring to be underlined.
- setUndoer(RMUndoer) - Method in class com.reportmill.shape.RMDocument
-
Sets the RMUndoer for this document.
- setUnit(RMDocument.Unit) - Method in class com.reportmill.shape.RMDocument
-
Sets the units used to express sizes in the current document (POINTS, INCHES, CENTIMETERS).
- setUnit(String) - Method in class com.reportmill.shape.RMDocument
-
Sets the units used to express sizes in the current document with one of the strings: point, inch or cm.
- setUrl(String) - Method in class com.reportmill.graphing.RMProxyShape
-
Override to handle proxy.
- setUrl(String) - Method in class com.reportmill.shape.RMShape
-
Returns the URL for the shape.
- setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.base.RMXMLWriter
-
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- setUseGetAndIsMethodsOnly(boolean) - Method in class com.reportmill.datasource.RMSchemaMaker
-
Sets whether to only use getX/isX accessor methods (as opposed to any method returning a value).
- setUserName(String) - Method in class com.reportmill.datasource.RMFTPClient
-
Sets the user name of the connection.
- setValue(Object, String, Object) - Static method in class com.reportmill.base.RMKey
-
Sets a value for given object and key and value.
- setValue(Object) - Method in class com.reportmill.base.RMKeyChain
-
Sets the value of the keychain.
- setValue(Object, Object, Object) - Static method in class com.reportmill.base.RMKeyChain
-
Sets the given value for the given key chain + property.
- setValuesString(String) - Method in class com.reportmill.base.RMGrouping
-
Sets the values (in the form of comma separated keychain keys) explicitly defined to sort or to include.
- setVersion(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Sets the currently selected version of the switch shape to given version name.
- setVersionKey(String) - Method in class com.reportmill.shape.RMSwitchShape
-
Sets the version key used to get the version used in a report.
- setVisible(boolean) - Method in class com.reportmill.datasource.RMFile
-
Sets whether file is visible (not hidden).
- setVisible(boolean) - Method in class com.reportmill.shape.RMShape
-
Sets whether this shape is visible.
- setWidth(float) - Method in class com.reportmill.graphing.RMGraphLegend
-
Overrides shape implementation to register for rebuild.
- setWidth(float) - Method in class com.reportmill.shape.fill.RMStroke
-
Sets the line width of this stroke.
- setWidth(float) - Method in class com.reportmill.shape.RMLabels
-
Overrides shape method to recalc spacing width.
- setWidth(float) - Method in class com.reportmill.shape.RMLineSegment
-
Override to prevent width from going to zero.
- setWidth(float) - Method in class com.reportmill.shape.RMShape
-
Sets the width of the shape.
- setWidth(float) - Method in class com.reportmill.shape.RMSwitchShape
-
Overrides standard shape method to resize alternates.
- setWindingRule(byte) - Method in class com.reportmill.graphics.RMPath
-
Sets the winding rule which describes how inner path perimeters are filled and clipped.
- setWindowXML(RXElement) - Method in class com.reportmill.shape.RMDocument
-
Sets the xml element for the document window.
- setWraps(byte) - Method in class com.reportmill.shape.RMText
-
Sets the wrapping behavior for over-filled rpgCloned text (NONE, WRAP, SHRINK).
- setX(float) - Method in class com.reportmill.shape.RMShape
-
Sets the X location of the shape.
- setXString(RMXString) - Method in class com.reportmill.shape.RMText
-
Sets the XString associated with this RMText.
- setXY(Point2D) - Method in class com.reportmill.shape.RMShape
-
Sets the X and Y location of the shape to the given point (convenience).
- setXY(double, double) - Method in class com.reportmill.shape.RMShape
-
Sets the X and Y location of the shape to the given point (convenience).
- setXYP(float, float) - Method in class com.reportmill.shape.RMShape
-
Sets the origin point of the shape to the given X and Y in parent's coords.
- setY(float) - Method in class com.reportmill.shape.RMShape
-
Sets the Y location of the shape.
- setZoomFactor(float) - Method in class com.reportmill.viewer.RMViewer
-
Sets the viewer's zoom factor (1 for 100%).
- setZoomMode(RMViewer.ZoomMode) - Method in class com.reportmill.viewer.RMViewer
-
Sets the ZoomMode.
- setZoomToFitFactor() - Method in class com.reportmill.viewer.RMViewer
-
Sets the zoom to fit factor, based on the current zoom mode.
- shapeHidden() - Method in class com.reportmill.shape.RMShape
-
Notifies shape that it or one of it's ancestors was made non-visible or removed from hierarchy.
- shapeHidden() - Method in class com.reportmill.shape.RMSound
-
Overrides shape implementation to stop sound.
- shapeHidden() - Method in class com.reportmill.shape.RMSwitchShape
-
Overrides shape implementation to stop animator if it should be playing.
- shapeShown() - Method in class com.reportmill.shape.RMShape
-
Notifies shape that it or one of it's ancestors was made visible.
- shapeShown() - Method in class com.reportmill.shape.RMSound
-
Overrides shape implementation to start sound if it should be playing.
- shapeShown() - Method in class com.reportmill.shape.RMSwitchShape
-
Overrides shape implementation to start animator if it should be playing.
- size() - Method in class com.reportmill.base.RMRect
-
Returns the size of the rect as an RMSize.
- sort(List, String) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given key.
- sort(List, RMSort) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given sort.
- sort(List, String...) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given key.
- sort(List, RMSort...) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given sort.
- sort(List, List) - Static method in class com.reportmill.base.RMSort
-
Returns the given list sorted by the given list of sorts.
- sortedList(Collection<T>) - Static method in class com.reportmill.base.RMSort
-
Returns a new sorted list from given collection.
- sortedList(Collection<T>, String) - Static method in class com.reportmill.base.RMSort
-
Returns a new list from the given list sorted by the given key.
- sortedList(Collection<T>, String...) - Static method in class com.reportmill.base.RMSort
-
Returns a new list from the given list sorted by the given key.
- soundStopped(RMSound) - Method in interface com.reportmill.shape.RMSound.RMSoundListener
-
- squareRectInRect() - Method in class com.reportmill.base.RMRect
-
Creates a rect representing the largest square inside rect.
- stop() - Method in class com.reportmill.viewer.RMViewer
-
Stops any animation viewer might have.
- stringAdvance(String) - Method in class com.reportmill.text.RMFont
-
Returns the horizontal distance spanned by the given string when rendered in this font.
- stringValueForKey(Object, String) - Static method in class com.reportmill.base.RMKey
-
Returns a string value for a key.
- style() - Method in class com.reportmill.text.RMFont
-
Returns the awt style of this font.
- STYLE_FIT - Static variable in class com.reportmill.shape.fill.RMImageFill
-
- STYLE_FIT_IFNEEDED - Static variable in class com.reportmill.shape.fill.RMImageFill
-
- STYLE_STRETCH - Static variable in class com.reportmill.shape.fill.RMImageFill
-
- STYLE_TILE - Static variable in class com.reportmill.shape.fill.RMImageFill
-
- substring(int) - Method in class com.reportmill.text.RMXString
-
Returns the substring from the given index to end of XString.
- substring(int, int) - Method in class com.reportmill.text.RMXString
-
Returns the substring from the given start index to the given end index.
- subtract(RMPoint) - Method in class com.reportmill.base.RMPoint
-
Subtracts the given point from this point.
- superSelectable() - Method in class com.reportmill.graphing.RMGraphLegend
-
Editor method - indicates whether this shape can be super selected.
- superSelectable() - Method in class com.reportmill.shape.RMDocument
-
Editor method indicates that document is super selectable.
- superSelectable() - Method in class com.reportmill.shape.RMPage
-
Editor method - indicates that pages can be super-selected.
- superSelectable() - Method in class com.reportmill.shape.RMPolygon
-
Editor method - indicates that this shape can be super selected.
- superSelectable() - Method in class com.reportmill.shape.RMShape
-
Editor method - indicates whether this shape can be super selected.
- superSelectable() - Method in class com.reportmill.shape.RMSwitchShape
-
Editor method - specifies that switch shape is super selectable.
- superSelectable() - Method in class com.reportmill.shape.RMText
-
Editor method - indicates that this shape can be super selected.
- syncStructureWithShape(RMShape) - Method in class com.reportmill.shape.RMTableRow
-
The syncStructureWithShape() method sync's the column widths of receiver to those of given shape.