ReportMill 11 API

Package com.reportmill.shape

Interface Summary
RMDocument.DocListener An interface to define objects that want to get document notifications.
RMDocument.Source A simple interface for a viewer source.
RMSound.RMSoundListener A listener interface that can be implemented by anyone that cares.
 

Class Summary
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.
RMImage 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.
RMLineSegment This class represents a simple line shape, drawing a line from a start point to an end point.
RMOval 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.
RMPolygon This class is an RMShape subclass that encapsulates an arbitrary path.
RMRectangle This class represents a simple rectangle shape with a rounding radius.
RMShape This class is the basis for all graphic elements in a ReportMill document.
RMSound This class represents a sound in a document.
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 heirarchy 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.
RMText This class is an RMShape subclass for handling rich text.
 


ReportMill 11 API