Interface | Description |
---|---|
RMGraphRPG.GraphShape |
An interface to identify generated graph shapes.
|
RMGraphRPGBar.BarGraphShape |
An interface for a shape that renders a bar graph from bar graph pieces.
|
RMGraphRPGPie.PieGraphShape |
An interface for a shape that renders a bar graph from bar graph pieces.
|
RMShapeMouseListener |
A listener for shape mouse events.
|
RMShapePainter |
This class manages the painting of shapes to a Java2D graphics object.
|
RMSoundShape.RMSoundListener |
A listener interface that can be implemented by anyone that cares.
|
Class | Description |
---|---|
ReportOwner |
A base class that loads and runs reports.
|
ReportOwner.ShapeList |
A shape class to represent multiple pages of shapes.
|
RMAnimPathShape |
A shape that can orient its children along a bezier path.
|
RMAnimPathShape.RMAnimPathGroup |
A shape subclass that adds the ability to be rotated about an arbitrary point.
|
RMArchiver |
This class handles RM document archival.
|
RMCrossTab |
Manages a table of RMCells, which is really a stack of RMCellRows.
|
RMCrossTabCell |
A text shape subclass used to form the basis of a table.
|
RMCrossTabCol |
Provides info for a column in a crosstab.
|
RMCrossTabDivider |
This class represents a line that divedes a cell row or cell column.
|
RMCrossTabFrame |
This class wraps a shape around a crosstab to constrain the crosstab's bounds to a region on the page.
|
RMCrossTabRow |
This shape manages a row of cells.
|
RMDocument |
The RMDocument class represents a ReportMill document and is also an RMShape subclass, so it can be a real part of
the document/shape hierarchy.
|
RMFlowShape |
A shape to layout children with flow.
|
RMGraph |
The RMGraph class provides a template and the machinery for generating graphs.
|
RMGraph.FontBox |
Returns the part rect.
|
RMGraphIntervals |
Returns a list of graph intervals given a range and count.
|
RMGraphLegend |
An inner class for Legend.
|
RMGraphPartBars |
This shape is used by graph area to hold attributes of bars.
|
RMGraphPartLabelAxis |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphPartPie |
This shape is used by graph area to hold attributes of pies.
|
RMGraphPartSeries |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphPartValueAxis |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphRPG |
A shape class for a generated RMGraph.
|
RMGraphRPGBar |
This class generates (and represents) a RPG'd bar graph area.
|
RMGraphRPGBar.BarGraphShape2D |
A BarGraphShape implementation.
|
RMGraphRPGLine |
This class generates (and represents) a RPG'd line graph area.
|
RMGraphRPGPie |
This class generates (and represents) a RPG'd pie graph area.
|
RMGraphSection |
Represents the data in the sections of a merged or separated graph.
|
RMGraphSeries |
A class to represent a graph series, contains a list of series items.
|
RMGraphSeries.Item |
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
|
RMImageShape |
This class is a shape representation of an image.
|
RMLabel |
This class represents an individual label inside an RMLabels template.
|
RMLabels |
This class represents a block of labels.
|
RMLineShape |
This class represents a simple line shape, drawing a line from a start point to an end point.
|
RMLineShape.ArrowHead |
A line segment arrow head.
|
RMLinkedText |
This class is a shape used to render text that didn't fit in a referenced text shape.
|
RMMorphShape |
An RMShape subclass to support morphing from one shape to another.
|
RMMorphShape.Morphing2D |
A morphing shape is a shape which geometry is constructed from two
other shapes: a start shape and an end shape.
|
RMNestedDoc |
This class represents a shape for a document inside a page of another document.
|
RMOvalShape |
This class represents a simple oval, with a setable start angle and sweep angle.
|
RMPage |
The RMPage class represents an individual page in an RMDocument.
|
RMPageLayer |
This class represents a page layer, a standard feature of page layout applications that lets you
manage the children of a page as separate groups, so that some can be made unselectable or invisible
to ease template editing.
|
RMPainterShape |
A shape that references another shape and acts.
|
RMParentShape |
A shape implementation that can have children.
|
RMPolygonShape |
This class is an RMShape subclass that encapsulates an arbitrary path.
|
RMRectShape |
This class represents a simple rectangle shape with a rounding radius.
|
RMScene3D |
This class manages a list of children and transforms them to 3D representations for display based on
X and Y axis rotations.
|
RMScene3D.RMShape3D |
RMPolygon subclass that encapsulates a Path3D.
|
RMShape |
This class is the basis for all graphic elements in a ReportMill document.
|
RMShapeEventAdapter |
A class to listen for Swing events and send them on.
|
RMShapeImager |
A class to produce an image for an RMShape.
|
RMShapeLayout |
Handles code for laying out shape children with springs and struts.
|
RMShapeMouseEvent |
The RMShapeMouseEvent is a subclass of MouseEvent which is sent to an RMShape's mouse listeners.
|
RMShapeMouseListener.Adapter |
An adapter class for RMShapeMouseListener.
|
RMShapePainterJ2D |
This class manages the painting of shapes to a Java2D graphics object.
|
RMShapeRSS |
A class to hold a shape roll, scale and skew.
|
RMShapeUtils |
Some shape utility methods.
|
RMShapeUtils.HoverTimer |
A Timer subclass.
|
RMSharedMap |
An inner class to hold less-common attributes.
|
RMSoundShape |
This class represents a sound in a document.
|
RMSpringLayout |
Handles code for laying out shape children with springs and struts.
|
RMSpringShape |
A parent shape that does child layout with RMSpringLayout.
|
RMStarShape |
An n pointed star.
|
RMSubreport |
A shape to reference another template.
|
RMSwitchShape |
This class represents a sophisticated shape that can maintain multiple versions of itself.
|
RMTable |
This RMShape subclass provides functionality to graphically represent a list of data in a ReportMill report.
|
RMTableGroup |
This class manages a hierarchy of tables so that multiple tables can be configured to display in the same area
of a given page.
|
RMTableRow |
This class models a table row in a table.
|
RMTableRowLayout |
A shape layout implementation that handles layout of structured table rows.
|
RMTableRowRPG |
Report generation shape for RMTableRow.
|
RMTableRowRPG.Span |
A class to represent an interval
|
RMTableRowRPG.SpanList |
A class to represent a list of spans.
|
RMTableRPG |
Performs RPG for a table.
|
RMText | Deprecated |
RMTextShape |
This class is an RMShape subclass for handling rich text.
|
RMTextShapeUtils |
Utility methods for some esoteric text functionality.
|
Enum | Description |
---|---|
RMDocument.PageLayout | |
RMDocument.Unit | |
RMGraph.ItemLayout | |
RMGraph.SectionLayout | |
RMGraph.Type | |
RMGraphPartSeries.LabelPos | |
RMPage.Plexing | |
RMTableRow.ColumnResizeMode |