Interface | Description |
---|---|
ReportMill.AppServer |
An inner class to provide a hook for converting objects (like NSArray to List, etc.).
|
ReportMill.Listener |
An interface for classes than want to know about filled shapes.
|
RMFormat |
An interface for RM format classes (they all should get/set format strings, format objects and archive XML).
|
RMKeyChain.Get |
This is interface is implemented by objects that can get key chain values themselves.
|
RMTypes |
Common types.
|
Class | Description |
---|---|
ReportMill |
This class is used as a helper object by RMDocument to generate a report.
|
RMArrayUtils |
A collection of array utility methods.
|
RMAWTUtils |
This class has a bunch of convenience utility methods from drawing lines, RMRects, buttons, etc.
|
RMClassUtils |
Utility methods for Class.
|
RMDataSource |
This class is used as a proxy for objects passed to document's generateReport() method.
|
RMDateFormat |
This is just a SimpleDateFormat subclass to support RM archiving and legacy formats.
|
RMEnumUtils |
Utilities for enums.
|
RMExtras |
This file is just meant to hold various utility methods that customers have asked for.
|
RMExtras.Movie |
A movie class.
|
RMExtras.MovieRole |
A movie role class.
|
RMExtras.Studio |
A movie class.
|
RMFileUtils |
Utility methods for file.
|
RMGroup |
This class is a smart List subclass used to hold objects from an original list broken down by grouping keys.
|
RMGroup.Running |
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup.
|
RMGrouper |
This class simply manages a list of groupings and has some nice convenience methods.
|
RMGrouping |
This object represents an individual grouping with attributes like key, sorts, topN sort, etc.
|
RMKey |
This class provides an optimized convenience for getting named values from arbitrary objects.
|
RMKeyChain |
This class evaluates a string expression on a given object: RMKeyChain.getValue(object, expression).
|
RMKeyChainAggr |
A class to evaluate keychains on lists slightly differently than normal objects.
|
RMKeyChainFuncs |
This class represents an RM function call (method plus args) and defines a bunch of built-in functions.
|
RMListUtils |
Utility methods for use with Java.util.List.
|
RMMapUtils |
Utility methods for use with Java.util.Map.
|
RMMath |
Utility methods for common math operations.
|
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 extends Point2D.Float to add a few convenience methods.
|
RMPrefsUtils |
This class offers a number of useful general purpose utilities used by ribs classes.
|
RMRect |
This class extends Rectanlge2D to add some convenient rect methods.
|
RMSchemaMaker |
This class makes a schema from an object graph, given a top level object.
|
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).
|
RMSQLUtils |
Utility methods for ResultSet.
|
RMStringUtils |
This class is a collection of convenient static String utils.
|
RMTableOfContents |
This Hashtable subclass provides page number information for table rows in a generated report for the purpose of
generating a table of contents.
|
RMTableOfContents.RowGroup |
An inner class to assist flattening.
|
RMTopNSort |
This is a sort subclass to support sorting objects by their relative position in an array of values.
|
RMURLUtils |
Utilities for URL.
|
RMUtils |
This class provides a bunch of utility methods for common problems.
|
RMValueSort |
This is a sort subclass to support sorting objects by their relative position in an array of values.
|
RMXMLReader |
This class creates an object graph of collections (Map/List) and core Java types from a given XML source.
|
RMXMLWriter |
This class turns any Java dataset into XML.
|
Enum | Description |
---|---|
RMExtras.Category |
Movie category constant type.
|
RMKeyChain.Op | |
RMTypes.Align | |
RMTypes.AlignX | |
RMTypes.AlignY |