|
Class Summary |
| RMDateFormat |
|
| 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. |
| RMGrouping |
|
| RMKeyChain |
|
| RMNumberFormat |
This subclass extends DecimalFormat to implement ReportMill's RMFormat interface and to support the extended features
"Negative in Red" and "Null String". |
| RMPoint |
This class represents a simple geometric point (x, y). |
| RMRect |
This class represents a simple rectangular geometric area (x, y, width and height). |
| RMSize |
This class represents a simple geometric size (width, height). |
| RMSort |
This class provides a basic description for comparison and sorting with a simple key and order (ascending or
descending). |
| RMSort.DefaultComparator |
Defines a default implementation of the Comparator interface to compare common object types. |
| RMTableOfContents |
This Hashtable subclass provides page number information for table rows in a generated report for the purpose of generating a table of contents. |
| RMXMLReader |
RMXMLReader
This class tries to load an XML file as a plist. |
| RMXMLWriter |
This class turns any Java dataset into XML. |