|
Interface Summary |
| AreaBreakElement |
Area break, no-op. |
| BeanElement |
A bean element is an report component that contains other elements. |
| ButtonElement |
Button form element. |
| CellBindingInfo |
CellBindingInfo, infomations for cell binding. |
| ChartElement |
This class represents a chart element. |
| CheckBoxElement |
This class represents a CheckBox form element. |
| ChoiceElement |
This class represents a Choice form element. |
| Comparer |
Object comparison interface. |
| CompositeElement |
A composite element is an element that contains other elements. |
| CompositeLens |
CompositeLens is a lens class that represents a collection of
report elements. |
| CondPageBreakElement |
A conditional page break forces report to advance to the next page
if the remaining space on the current page is less than the specified
height. |
| DataTableLens |
DataTableLens provides getData method. |
| DateComboElement |
DateCombo form element is an active element for entering date values. |
| EditRegionElement |
An Edit Area element is a report element used in meta template to
serve as an indication of insert point of normal report element. |
| FieldElement |
The FieldElement defines the common API of all field elements. |
| FormElement |
A form (this is not the same as the form that contains field elements)
is a collection of label and fields. |
| FormLens |
A form is a collection of fields arranged in row/column order. |
| FormulaTable |
|
| GroupableBandInfo |
GroupableBandInfo, defines all common functions for groupable element's
each band. |
| GroupableLayout |
GroupableLayout, defines all common functions for groupable element layout. |
| HeadingElement |
A Heading element contains a heading text element. |
| HeadingFormat |
The HeadingFormat used to format the number heading element. |
| HeadingLens |
The HeadingLens is a special TextLens that represents a heading
text element. |
| HyperlinkSupport |
A HyperlinkSupport represents a element which can support hyperlink. |
| ImageButtonElement |
An image button is a form element. |
| LinkedShapePainter |
Painter that can create shapes that have hyperlinks attached to them. |
| ListElement |
This class represents a List form element. |
| MemberObjectTableLens |
DataTableLens provides getData method. |
| MetaReport |
A meta report is a report serve as the start point for create a new
report. |
| NewlineElement |
A newline element forces a report to advanced to the next line. |
| PageBreakElement |
A page break element forces a report to advance to next page. |
| PageLayoutElement |
A page layout element inserts a new page layout in the report flow. |
| Paintable |
The Paintable interface encapsulates the printing of an element in
a StylePage. |
| Painter |
The Painter interface defines the API of a graphical representation
of an object. |
| PainterElement |
A painter element is an element with fixed size. |
| ParameterElement |
A parameter element is the element which is in adhoc parameter sheet. |
| Presenter |
Presenter interface defines the API for rendering an object into
a graphical presentation. |
| PreviewView |
The PreviewView interface defines the API for previewers. |
| RadioButtonElement |
This class represents a RadioButton form element. |
| ReportElement |
This is the base class of all document element classes. |
| ReportLog.Delegate |
Deprecated. logging is now provided using the Apache Commons Logging
library. |
| ScaledPainter |
ScaledPainter is a painter that knows it's precise size in inches. |
| SectionElement |
A section is composed of a header, footer, and section content. |
| SectionLens |
A SectionLens represents a section element. |
| SectionLens.Visitor |
Visitor to all bands in the section. |
| SeparatorElement |
A separator draws a horizontal line across a page. |
| SpaceElement |
A space element adds some whitespace between the previous element and
the next element. |
| StyleConstants |
This class defines the constants used in package inetsoft.report. |
| SubreportElement |
A Subreport is a report embedded in a section band. |
| TabElement |
A tab advances the current position to the next tab stop. |
| TableDataDescriptor |
Normally, a table lens contains a table data descriptor for users to get
table structural infos. |
| TableElement |
Table is the most common element on a report. |
| TableFilter |
This defines the API for all table filters. |
| TableLens |
TableLens defines a view into a table. |
| TextAreaElement |
A TextArea form element is an active input field. |
| TextBoxElement |
A TextBox is a rectangular area for printing text contents. |
| TextElement |
A TextElement represents a text string. |
| TextFieldElement |
Textfield form element is an active element for entering text values. |
| TextLens |
TextLens is a projected view into a text content. |
| TOCElement |
Table of contents element. |
|
Class Summary |
| BaseLayout |
BaseLayout, the data structure to manage base table layout, include regions
and span. |
| BeanPropertyDefinition |
This class describes a bean property, and its mapping to an element's
property. |
| BeanSheet |
A BeanSheet contains the definition for a report bean. |
| CellBinding |
Defines the per cell binding. |
| ColumnMatching |
Define a column width matching to another table. |
| CompositeLens.Separator |
Separator represents a separator element. |
| CompositeLens.Space |
Space represents a space element. |
| CompositeLens.Tab |
Tab represents a tab element. |
| CompositeSheet |
A composite sheet object groups multiple ReportSheet objects into
one report. |
| Context |
Report context (all attributes affecting the elements). |
| DocumentInfo |
This class holds the report document info attributes. |
| FieldCenter |
FieldCenter, to generate field by name and update field to date. |
| FixedContainer |
FixedContainer is an element container. |
| FreehandLayout |
Define a freehand table layout where multiple rows in a table can be mapped
to a single row in the raw data. |
| FreehandLayout.CellBinding |
Defines the per cell binding. |
| GridBagLayout2 |
|
| GroupableCellBinding |
Defines the cell binding for groupable layout. |
| HttpPrinter |
This class can be used by an applet to obtain a PDFPrinter to print a
report. |
| Hyperlink |
Hyperlink defines a hyperlink to a report or a URL. |
| Hyperlink.Ref |
Hyperlink.Ref contains the actual hyperlink and the link parameter
values. |
| LayoutTool |
Utilities API for change table layout. |
| LayoutTool.CrosstabOperation |
Enumeration of the binding operations on a crosstab table. |
| LayoutTool.CrosstabRegion |
Enumeration of the binding regions in a crosstab table. |
| LayoutTool.CrosstabTarget |
Data structure that encapsulates information about the drag source or drop
target corresponding to a cell of a crosstab table. |
| LayoutTool.FormulaStorage |
Aggregate formula parse result storage. |
| LibManager |
This class manages the bean, table style, and script library. |
| Margin |
This class defines the page margin parameters. |
| MetaStyleSheet |
A meta report is a report serve as the start point for create a new
report. |
| MetaTabularSheet |
A meta report is a report serve as the start point for create a new
report. |
| PageArea |
A page area defines a printable region on a page. |
| PagedPreviewPane |
PreviewPane that has an interface to page through a report using navigation
buttons. |
| PageLayout |
A page layout defines a set of page areas, which is the printable
area on a page. |
| PageLayout.InfoShape |
An information shape. |
| PageLayout.InfoText |
An information text. |
| PageLayout.Line |
A line shape. |
| PageLayout.Oval |
An oval or circle shape. |
| PageLayout.Rectangle |
A rectangle shape. |
| PageLayout.Shape |
This class defines a shape on a page. |
| ParameterFormat |
ParameterFormat is used to format hyperlink tooltip. |
| ParameterSheet |
A ParameterSheet contains the definition for a report parameter page. |
| PDFPrinter |
PDFPrinter can be used to generate a PDF file from a report. |
| PDFPrinter.StructurePart |
|
| Position |
This class defines a position as inches. |
| Previewer |
The Previewer class can be used to preview a document before it's
actually printed. |
| PreviewPage |
The PreviewPage is used by the Previewer to hold one page of printout. |
| PreviewPane |
The PreviewPane class can be used to preview a document before it's
actually printed. |
| PSPrinter |
PSPrinter is a Graphics subclass that can be used to print a report to
a postscript file. |
| RemoteLibManager |
Remote library manager manages bean, table style, script function, etc. |
| ReportEnv |
The report environment properties class. |
| ReportLog |
Deprecated. logging is now provided using the Java logging facilities. |
| ReportSheet |
ReportSheet is the main class for report generation. |
| RotationTransformer |
RotationTransformer is used to transform point or shape when the
PainterPaintable is rotated 90 or 270 degree. |
| RunningTotal |
A running total is a special field that calculate a value based on a
table or section. |
| SectionBand |
A SectionBand contains the elements in a section frame. |
| SectionBand.Separator |
Separator is used for describe a vertical seperator in section. |
| Size |
This defines a size in inches. |
| StyleFont |
StyleFont is an extended font class. |
| StylePage |
A StylePage is created for each page to be printed. |
| StyleSheet |
StyleSheet is one of the two report types in Style Report. |
| SummaryTableLens |
This table lens allows a summary row to be added to each table segment. |
| TableConverter |
Utility for converting between table modes. |
| TableDataPath |
Table data path contains the structual infos of a table row/col/cell. |
| TableLayout |
TableLayout, the data structure to manage design time table's layout, when
execute table lens, table layout engine will convert the design time table
layout to runtime table layout which contains normal layout, calc layout
and null layout. |
| TableLayout.RegionIndex |
Data structure to hold a region and index within the region. |
| TableLayout.TableCellBindingInfo |
CellBinding info. |
| TabularSheet |
TabularSheet is one of the two report types in Style Report. |
| TOC |
A TOC object represents a 'table of contents' in a report. |
| TOC.Classic |
'Classic' table of contents style. |
| TOC.Default |
'Default' table of contents style. |
| TOC.Distinctive |
'Distinctive' table of contents style. |
| TOC.Fancy |
'Fancy' table of contents style. |
| TOC.Formal |
'Formal' table of contents style. |
| TOC.Modern |
'Modern' table of contents style. |
| TOC.Simple |
'Simple' table of contents style. |
| UserCatalog |
UserCatalog is used to handle localization of string values in a report. |
| Win32Printer |
Win32Printer is a Graphics subclass that can be used to print to
a printer on a Win32 (Win95, Win98, Win NT ...) platform. |
| XSessionManager |
XSessionManager provides the API for processing report data queries. |