Serialized Form


Package org.jfree.report

Class org.jfree.report.Band extends Element implements Serializable

Serialized Fields

allElements

java.util.ArrayList allElements
All the elements for this band, stored by name.


bandDefaults

ElementStyleSheet bandDefaults
The default style-sheet for the elements contained in the band.

Class org.jfree.report.DrawableElement extends Element implements Serializable

Class org.jfree.report.Element extends java.lang.Object implements Serializable

Serialized Fields

datasource

DataSource datasource
The head of the data source chain.


name

java.lang.String name
The name of the element.


style

ElementStyleSheet style
The stylesheet defines global appearance for elements.


styleSheetCollectionHelper

org.jfree.report.Element.ElementStyleSheetCollectionHelper styleSheetCollectionHelper
The stylesheet collection helper is used to manage the StyleSheetCollection of this element. The use of the stylesheet collection is evil voodo, so we dont handle it in the element ...


parent

Band parent
the parent for the element (the band where the element is contained in).


treeLock

InstanceID treeLock
the tree lock to synchronize the element.

Class org.jfree.report.ElementAlignment extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Replaces the automatically generated instance with one of the enumeration instances.

Throws:
java.io.ObjectStreamException - if the element could not be resolved.
Serialized Fields

myName

java.lang.String myName
The alignment name.


hashCode

int hashCode
A cached hashcode.

Class org.jfree.report.EmptyReportException extends ReportProcessingException implements Serializable

Class org.jfree.report.Group extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the group.


fields

java.util.TreeSet fields
The fields that define the group (can be empty).


header

GroupHeader header
The group header (optional).


footer

GroupFooter footer
The group footer (optional).


styleSheetCollectionHelper

org.jfree.report.Group.GroupStyleSheetCollectionHelper styleSheetCollectionHelper
The helper implementation that manages the stylesheet collection.

Class org.jfree.report.GroupFooter extends Band implements Serializable

Class org.jfree.report.GroupHeader extends Band implements Serializable

Class org.jfree.report.GroupList extends java.lang.Object implements Serializable

Serialized Fields

backend

java.util.ArrayList backend
The backend to store the groups.


styleSheetCollectionHelper

org.jfree.report.GroupList.GroupListStyleSheetCollectionHelper styleSheetCollectionHelper
The stylesheet collection helper for managing the stylesheet collection of this list.

Class org.jfree.report.ImageElement extends Element implements Serializable

Class org.jfree.report.ImageReference extends java.lang.Object implements Serializable

Serialized Fields

image

java.awt.Image image
The image.


url

java.net.URL url
The image URL.


bounds

java.awt.geom.Rectangle2D bounds
The area of the unscaled image that hould be displayed.


scaleX

float scaleX
The width scale factor.


scaleY

float scaleY
The height scale factor.


width

int width
The width of the (unscaled) image.


height

int height
The height of the (unscaled) image.

Class org.jfree.report.ItemBand extends Band implements Serializable

Class org.jfree.report.JFreeReport extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
resolve the pageformat, as PageFormat is not serializable.

Throws:
java.io.IOException - if there is an IO problem.
java.lang.ClassNotFoundException - if there is a class problem.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
deserizalize the report and restore the pageformat.

Throws:
java.io.IOException - if errors occur
Serialized Fields

data

javax.swing.table.TableModel data
The table model containing the data for the report.


properties

ReportProperties properties
Storage for arbitrary properties that a user can assign to the report.


functions

ExpressionCollection functions
Storage for the functions in the report.


expressions

ExpressionCollection expressions
Storage for the expressions in the report.


groups

GroupList groups
An ordered list of report groups (each group defines its own header and footer).


reportHeader

ReportHeader reportHeader
The report header band (if not null, printed once at the start of the report).


reportFooter

ReportFooter reportFooter
The report footer band (if not null, printed once at the end of the report).


pageHeader

PageHeader pageHeader
The page header band (if not null, printed at the start of every page).


pageFooter

PageFooter pageFooter
The page footer band (if not null, printed at the end of every page).


itemBand

ItemBand itemBand
The item band - used once for each row of data.


watermark

Watermark watermark
The watermark band.


reportConfiguration

ReportConfiguration reportConfiguration
The report configuration.


styleSheetCollection

StyleSheetCollection styleSheetCollection
The stylesheet collection used for this report.


reportBuilderHints

ReportBuilderHints reportBuilderHints
The report builder hints support writer and other report definition processing tools by spicing up the report object with specific properties. ReportBuilderHints do not get cloned and are removed from the clone.

Class org.jfree.report.PageFooter extends Band implements Serializable

Class org.jfree.report.PageHeader extends Band implements Serializable

Class org.jfree.report.ReportBuilderHints extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.HashMap map
The hashmap which stores the hints.

Class org.jfree.report.ReportBuilderHints.ParserHintKey extends java.lang.Object implements Serializable

Serialized Fields

primaryKey

java.lang.Object primaryKey
The object for which to store an hint.


hintKey

java.lang.String hintKey
The name of the hint.


hashCode

int hashCode
A cached hashcode for this key.

Class org.jfree.report.ReportEventException extends ReportProcessingException implements Serializable

Serialized Fields

childExceptions

java.util.List childExceptions
the collected child exceptions.

Class org.jfree.report.ReportFooter extends Band implements Serializable

Class org.jfree.report.ReportHeader extends Band implements Serializable

Class org.jfree.report.ReportInitialisationException extends org.jfree.util.StackableException implements Serializable

Class org.jfree.report.ReportInterruptedException extends ReportProcessingException implements Serializable

Class org.jfree.report.ReportProcessingException extends org.jfree.util.StackableException implements Serializable

Class org.jfree.report.ShapeElement extends Element implements Serializable

Class org.jfree.report.TextElement extends Element implements Serializable

Serialized Fields

stringfilter

StringFilter stringfilter
The filter used to convert values (Objects) to strings.

Class org.jfree.report.Watermark extends Band implements Serializable


Package org.jfree.report.content

Class org.jfree.report.content.ContentCreationException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.demo

Class org.jfree.report.demo.DemoFrontend extends AbstractDemoFrame implements Serializable

Serialized Fields

demos

org.jfree.report.demo.DemoFrontend.RunDemoAction[] demos

Class org.jfree.report.demo.HugeJFreeReportDemo extends JFreeReportDemo implements Serializable

Class org.jfree.report.demo.IconTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.util.List data
The table data.

Class org.jfree.report.demo.InternalFrameDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

javax.swing.table.TableModel data
The data for the report.


desktop

javax.swing.JDesktopPane desktop
The desktop pane.

Class org.jfree.report.demo.JFreeReportDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

aboutAction

AboutAction aboutAction
About action.


aboutFrame

org.jfree.ui.about.AboutFrame aboutFrame
A frame for displaying information about the demo application.


tabbedPane

javax.swing.JTabbedPane tabbedPane
A tabbed pane for displaying the sample data sets.


availableDemos

java.util.List availableDemos
A list of the available demos.

Class org.jfree.report.demo.LGPLTextDemo extends AbstractDemoFrame implements Serializable

Class org.jfree.report.demo.OpenSourceDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

javax.swing.table.TableModel data
The data for the report.

Class org.jfree.report.demo.OpenSourceDemo2 extends AbstractDemoFrame implements Serializable

Serialized Fields

data

javax.swing.table.TableModel data
The data for the report.

Class org.jfree.report.demo.OpenSourceDemoApplet extends PreviewApplet implements Serializable

Serialized Fields

report

JFreeReport report
The report (created in code).

Class org.jfree.report.demo.OpenSourceProjects extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

projectCount

int projectCount
The number of projects.


category

java.lang.String[] category
Storage for the project categories.


name

java.lang.String[] name
Storage for the project names.


description

java.lang.String[] description
Storage for the project descriptions.


licence

java.lang.String[] licence
Storage for the project licences.


url

java.lang.String[] url
Storage for the project URLs.

Class org.jfree.report.demo.PercentageDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

javax.swing.table.TableModel data
The data for the report.

Class org.jfree.report.demo.PreviewAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.demo.ReportPropertyDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea
The text area contains the userinput which should be displayed in the report.

Class org.jfree.report.demo.SampleData1 extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[][] data
Storage for the data.

Class org.jfree.report.demo.SampleData2 extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[][] data
Storage for the data.

Class org.jfree.report.demo.SampleData3 extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

java.lang.Object[][] data
Storage for the data.

Class org.jfree.report.demo.SampleData4 extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

fonts

java.awt.Font[] fonts
Storage for the fonts.

Class org.jfree.report.demo.SampleData5 extends javax.swing.table.AbstractTableModel implements Serializable

Class org.jfree.report.demo.SampleData6 extends javax.swing.table.AbstractTableModel implements Serializable

Class org.jfree.report.demo.SwingIconsDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

javax.swing.table.TableModel data
The data for the report.

Class org.jfree.report.demo.SwingIconsDemoTableModel extends IconTableModel implements Serializable


Package org.jfree.report.demo.cards

Class org.jfree.report.demo.cards.CardDemo extends JFreeReportDemo implements Serializable

Class org.jfree.report.demo.cards.CardTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

cards

java.util.ArrayList cards
Storage for the cards.

Class org.jfree.report.demo.cards.SelectCardFunction extends AbstractFunction implements Serializable


Package org.jfree.report.demo.conditionalgroup

Class org.jfree.report.demo.conditionalgroup.ConditionalGroupDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

ConditionalGroupTableModel data

Class org.jfree.report.demo.conditionalgroup.ConditionalGroupTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

COLUMN_NAMES

java.lang.String[] COLUMN_NAMES

COLUMN_TYPE

java.lang.Class[] COLUMN_TYPE

entries

java.util.ArrayList entries

Class org.jfree.report.demo.conditionalgroup.NettoProfitFunction extends AbstractFunction implements Serializable

Serialized Fields

income

java.math.BigDecimal income

expense

java.math.BigDecimal expense

Class org.jfree.report.demo.conditionalgroup.TriggerNestedGroupFunction extends AbstractFunction implements Serializable

Class org.jfree.report.demo.conditionalgroup.TriggerTypeFunction extends AbstractFunction implements Serializable


Package org.jfree.report.demo.form

Class org.jfree.report.demo.form.PatientTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

patients

java.util.ArrayList patients

totalSize

int totalSize

Class org.jfree.report.demo.form.SimplePatientFormDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

PatientTableModel data


Package org.jfree.report.demo.helper

Class org.jfree.report.demo.helper.AboutAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.demo.helper.AbstractDemoFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources
Localised resources.


closeAction

javax.swing.Action closeAction
The close action is called when closing the frame.


previewAction

javax.swing.Action previewAction
The preview action is called when the user chooses to preview the report.

Class org.jfree.report.demo.helper.AbstractDemoFrame.DemoCloseAction extends CloseAction implements Serializable

Class org.jfree.report.demo.helper.AbstractDemoFrame.DemoPreviewAction extends PreviewAction implements Serializable

Class org.jfree.report.demo.helper.CloseAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.demo.helper.FontChangeFunction extends AbstractFunction implements Serializable

Class org.jfree.report.demo.helper.ImageCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

icon

javax.swing.ImageIcon icon
The icon.

Class org.jfree.report.demo.helper.ImageRenderFunction extends AbstractFunction implements Serializable


Package org.jfree.report.demo.invoice

Class org.jfree.report.demo.invoice.HideArticleDetailsFunction extends AbstractFunction implements Serializable

Class org.jfree.report.demo.invoice.InvoiceTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

invoices

java.util.ArrayList invoices

totalSize

int totalSize

Class org.jfree.report.demo.invoice.SimpleInvoiceDemo extends AbstractDemoFrame implements Serializable

Serialized Fields

data

InvoiceTableModel data


Package org.jfree.report.event

Class org.jfree.report.event.LayoutEvent extends ReportEvent implements Serializable

Serialized Fields

layoutedBand

Band layoutedBand
the current band.

Class org.jfree.report.event.RepaginationState extends java.util.EventObject implements Serializable

Serialized Fields

pass

int pass
The current pass.


page

int page
The page.


currentRow

int currentRow
The current row.


maxRow

int maxRow
The maximum row.


prepare

boolean prepare
Whether the event was generated during the prepare run...

Class org.jfree.report.event.ReportEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The event type for this event.


Package org.jfree.report.filter

Class org.jfree.report.filter.DataRowDataSource extends java.lang.Object implements Serializable

Serialized Fields

dataSourceColumnName

java.lang.String dataSourceColumnName
The name of the field/expression/function referenced by this data source.

Class org.jfree.report.filter.DateFormatFilter extends FormatFilter implements Serializable

Class org.jfree.report.filter.DateFormatParser extends FormatParser implements Serializable

Class org.jfree.report.filter.DecimalFormatFilter extends NumberFormatFilter implements Serializable

Class org.jfree.report.filter.DecimalFormatParser extends NumberFormatParser implements Serializable

Class org.jfree.report.filter.DrawableFilter extends java.lang.Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
The data source.

Class org.jfree.report.filter.EmptyDataSource extends java.lang.Object implements Serializable

Class org.jfree.report.filter.FormatFilter extends java.lang.Object implements Serializable

Serialized Fields

format

java.text.Format format
The format used to create the string representation of the data.


datasource

DataSource datasource
The datasource from where the data is obtained.


nullvalue

java.lang.String nullvalue
The string used to represent null.

Class org.jfree.report.filter.FormatParser extends java.lang.Object implements Serializable

Serialized Fields

format

java.text.Format format
The format used to create the string representation of the data.


datasource

DataSource datasource
The datasource from where the data is obtained.


nullvalue

java.lang.Object nullvalue
The object used to represent null.

Class org.jfree.report.filter.ImageLoadFilter extends java.lang.Object implements Serializable

Serialized Fields

imageCache

KeyedQueue imageCache
the cache for previously loaded images. If the maximum size of the cache reached,


source

DataSource source
The datasource from where to read the urls.

Class org.jfree.report.filter.ImageRefFilter extends java.lang.Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
The data source.

Class org.jfree.report.filter.NumberFormatFilter extends FormatFilter implements Serializable

Class org.jfree.report.filter.NumberFormatParser extends FormatParser implements Serializable

Class org.jfree.report.filter.ResourceFileFilter extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources
the used resource bundle.


dataSource

DataSource dataSource
the filtered data source.

Class org.jfree.report.filter.ShapeFilter extends java.lang.Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
The data source.

Class org.jfree.report.filter.SimpleDateFormatFilter extends DateFormatFilter implements Serializable

Class org.jfree.report.filter.SimpleDateFormatParser extends DateFormatParser implements Serializable

Class org.jfree.report.filter.StaticDataSource extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.

Class org.jfree.report.filter.StringFilter extends java.lang.Object implements Serializable

Serialized Fields

source

DataSource source
The data source for this filter.


nullvalue

java.lang.String nullvalue
The string used to represent a null value.

Class org.jfree.report.filter.URLFilter extends java.lang.Object implements Serializable

Serialized Fields

source

DataSource source
The datasource used to form the urls. This datasource should return strings, files or urls


baseURL

java.net.URL baseURL
The base url is used to form the complete url if the given url is relative.

See Also:
URL.URL(java.net.URL, java.lang.String)


Package org.jfree.report.filter.templates

Class org.jfree.report.filter.templates.AbstractTemplate extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The template name.

Class org.jfree.report.filter.templates.DateFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dateFilter

SimpleDateFormatFilter dateFilter
The date format filter.


dataRowDataSource

DataRowDataSource dataRowDataSource
The data-row datasource.


stringFilter

StringFilter stringFilter
A string filter.

Class org.jfree.report.filter.templates.DrawableFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


drawableFilter

DrawableFilter drawableFilter
An image reference filter.

Class org.jfree.report.filter.templates.HorizontalLineTemplate extends AbstractTemplate implements Serializable

Class org.jfree.report.filter.templates.ImageFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


imageRefFilter

ImageRefFilter imageRefFilter
An image reference filter.

Class org.jfree.report.filter.templates.ImageURLElementTemplate extends AbstractTemplate implements Serializable

Serialized Fields

imageLoadFilter

ImageLoadFilter imageLoadFilter
The image load filter.


staticDataSource

StaticDataSource staticDataSource
A static datasource.


urlFilter

URLFilter urlFilter
A URL filter.

Class org.jfree.report.filter.templates.ImageURLFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

imageLoadFilter

ImageLoadFilter imageLoadFilter
An image load filter.


dataRowDataSource

DataRowDataSource dataRowDataSource
A data row accessor.


urlFilter

URLFilter urlFilter
A URL filter.

Class org.jfree.report.filter.templates.LabelTemplate extends AbstractTemplate implements Serializable

Serialized Fields

staticDataSource

StaticDataSource staticDataSource
A static data source.


stringFilter

StringFilter stringFilter
A string filter.

Class org.jfree.report.filter.templates.NumberFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

decimalFormatFilter

DecimalFormatFilter decimalFormatFilter
A decimal format filter.


dataRowDataSource

DataRowDataSource dataRowDataSource
A data-row accessor.


stringFilter

StringFilter stringFilter
A string filter.

Class org.jfree.report.filter.templates.RectangleTemplate extends AbstractTemplate implements Serializable

Class org.jfree.report.filter.templates.ResourceFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
A data-row accessor.


stringFilter

StringFilter stringFilter
A string filter.


resourceFilter

ResourceFileFilter resourceFilter
A resource file filter.


resourceClassName

java.lang.String resourceClassName
The resource class name.

Class org.jfree.report.filter.templates.ResourceLabelTemplate extends AbstractTemplate implements Serializable

Serialized Fields

staticDataSource

StaticDataSource staticDataSource
A static datasource.


stringFilter

StringFilter stringFilter
A string filter.


resourceFilter

ResourceFileFilter resourceFilter
A resource file filter.


resourceClassName

java.lang.String resourceClassName
The resource class name.

Class org.jfree.report.filter.templates.ShapeFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


shapeFilter

ShapeFilter shapeFilter
A shape filter.

Class org.jfree.report.filter.templates.StringFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data-row data source.


stringFilter

StringFilter stringFilter
A string filter.

Class org.jfree.report.filter.templates.VerticalLineTemplate extends AbstractTemplate implements Serializable


Package org.jfree.report.function

Class org.jfree.report.function.AbstractExpression extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The expression name.


dependency

int dependency
The dependency level.


properties

java.util.Properties properties
Storage for the expression properties.

Class org.jfree.report.function.AbstractFunction extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The function name.


dependency

int dependency
The dependency level.


properties

java.util.Properties properties
Storage for the function properties.

Class org.jfree.report.function.CountDistinctFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

Class org.jfree.report.function.ElementColorFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.

Class org.jfree.report.function.ElementVisibilitySwitchFunction extends AbstractFunction implements Serializable

Serialized Fields

trigger

boolean trigger
The function value.


warned

boolean warned
A flag indicating whether a warning has been printed.


pagebreak

boolean pagebreak
A flag indicating whether a pagebreak was encountered.

Class org.jfree.report.function.EventMonitorFunction extends AbstractFunction implements Serializable

Serialized Fields

reportStartCount

int reportStartCount
Counts the number of times the reportStarted(...) method is called.

Class org.jfree.report.function.ExpressionCollection extends java.lang.Object implements Serializable

Serialized Fields

expressionPositions

java.util.HashMap expressionPositions
Storage for the Expressions in the collection.


expressionList

java.util.ArrayList expressionList
Ordered storage for the Expressions.

Class org.jfree.report.function.FunctionInitializeException extends ReportInitialisationException implements Serializable

Serialized Fields

parent

java.lang.Exception parent
The parent exception.

Class org.jfree.report.function.FunctionProcessingException extends org.jfree.util.StackableRuntimeException implements Serializable

Class org.jfree.report.function.GroupCountFunction extends AbstractFunction implements Serializable

Serialized Fields

count

int count
The number of groups.

Class org.jfree.report.function.ItemAvgFunction extends AbstractFunction implements Serializable

Serialized Fields

sum

java.math.BigDecimal sum
The item sum.


itemCount

java.math.BigDecimal itemCount
The item count.

Class org.jfree.report.function.ItemColumnQuotientExpression extends AbstractExpression implements Serializable

Class org.jfree.report.function.ItemCountFunction extends AbstractFunction implements Serializable

Serialized Fields

count

int count
The item count.

Class org.jfree.report.function.ItemHideFunction extends AbstractFunction implements Serializable

Serialized Fields

visible

boolean visible
The 'visible' flag.


firstInGroup

boolean firstInGroup
The 'first-in-group' flag.

Class org.jfree.report.function.ItemMaxFunction extends AbstractFunction implements Serializable

Serialized Fields

max

java.math.BigDecimal max
The maximum value.

Class org.jfree.report.function.ItemMinFunction extends AbstractFunction implements Serializable

Serialized Fields

min

java.math.BigDecimal min
The minimum value.

Class org.jfree.report.function.ItemPercentageFunction extends AbstractFunction implements Serializable

Serialized Fields

totalSumFunction

TotalGroupSumFunction totalSumFunction
A total group sum function.


currentValue

java.math.BigDecimal currentValue
The current value.

Class org.jfree.report.function.ItemSumFunction extends AbstractFunction implements Serializable

Serialized Fields

sum

java.math.BigDecimal sum
The item sum.

Class org.jfree.report.function.PageFunction extends AbstractFunction implements Serializable

Serialized Fields

page

int page
The page.


isGroupStarted

boolean isGroupStarted
The 'group-started' flag.

Class org.jfree.report.function.PageTotalFunction extends PageFunction implements Serializable

Serialized Fields

pageStorage

org.jfree.report.function.PageTotalFunction.PageStorage pageStorage
The page number.


groupPages

java.util.HashMap groupPages
The group pages.


isGroupStarted

boolean isGroupStarted
The group started flag.

Class org.jfree.report.function.PaintComponentFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

Class org.jfree.report.function.PaintDynamicComponentFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

Class org.jfree.report.function.TextFormatExpression extends AbstractExpression implements Serializable

Serialized Fields

fieldList

java.util.ArrayList fieldList
An ordered list containing the fieldnames used in the expression.

Class org.jfree.report.function.TotalCalculationFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.
Serialized Fields

currentIndex

int currentIndex
The current index.

Class org.jfree.report.function.TotalGroupCountFunction extends GroupCountFunction implements Serializable

Serialized Fields

storage

org.jfree.report.function.TotalGroupCountFunction.GroupCountStorage storage
The storage used to save the computed total.


results

java.util.ArrayList results
A list of results.


currentIndex

int currentIndex
The current index.

Class org.jfree.report.function.TotalGroupSumFunction extends AbstractFunction implements Serializable

Serialized Fields

groupResult

org.jfree.report.function.TotalGroupSumFunction.GroupSum groupResult
The group sum.


results

java.util.ArrayList results
A list of results.


currentIndex

int currentIndex
The current index.

Class org.jfree.report.function.TotalGroupSumQuotientFunction extends AbstractFunction implements Serializable

Serialized Fields

groupDividend

org.jfree.report.function.TotalGroupSumQuotientFunction.GroupSum groupDividend
The group sums for dividend and divisor.


groupDivisor

org.jfree.report.function.TotalGroupSumQuotientFunction.GroupSum groupDivisor
The group divisor.


dividendResults

java.util.ArrayList dividendResults
A list of results.


divisorResults

java.util.ArrayList divisorResults
A list of divisor results.


currentIndex

int currentIndex
The current index.

Class org.jfree.report.function.TotalGroupSumQuotientPercentFunction extends AbstractFunction implements Serializable

Serialized Fields

groupDividend

org.jfree.report.function.TotalGroupSumQuotientPercentFunction.GroupSum groupDividend
The group sums for dividend and divisor.


groupDivisor

org.jfree.report.function.TotalGroupSumQuotientPercentFunction.GroupSum groupDivisor
The group divisor.


dividendResults

java.util.ArrayList dividendResults
A list of results.


divisorResults

java.util.ArrayList divisorResults
A list of divisor results.


currentIndex

int currentIndex
The current index.

Class org.jfree.report.function.TotalItemCountFunction extends AbstractFunction implements Serializable

Serialized Fields

groupResult

org.jfree.report.function.TotalItemCountFunction.ItemCountStorage groupResult
The group sum.


results

java.util.ArrayList results
A list of results.


currentIndex

int currentIndex
The current index.


Package org.jfree.report.layout

Class org.jfree.report.layout.SizeCalculatorException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.modules

Class org.jfree.report.modules.ModuleInitializeException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.modules.gui.base

Class org.jfree.report.modules.gui.base.AboutAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.CloseAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.ExportAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

plugin

ExportPlugin plugin
The export plug-in.


report

JFreeReport report
The report.

Class org.jfree.report.modules.gui.base.FirstPageAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.GotoPageAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.LastPageAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.NextPageAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.PreviewApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

base

PreviewProxyBase base
A preview proxy.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.PreviewDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

base

PreviewProxyBase base
A preview proxy.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.PreviewFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

base

PreviewProxyBase base
A preview proxy.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.PreviewInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

base

PreviewProxyBase base
A preview proxy.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.PreviewProxyBase extends javax.swing.JComponent implements Serializable

Serialized Fields

repaginationWorker

Worker repaginationWorker
The worker thread which is used to perform the repagination.


exportWorkerPool

WorkerPool exportWorkerPool
The worker thread which is used to perform the repagination.


baseActionMap

DowngradeActionMap baseActionMap
An action map storing all basic actions.


navigationActionMap

DowngradeActionMap navigationActionMap
An action map storing all navigation related actions.


zoomActionMap

DowngradeActionMap zoomActionMap
An action map storing all zoom related actions.


exportActionMap

DowngradeActionMap exportActionMap
An action map storing all export related actions.


customActionMap

DowngradeActionMap customActionMap
An action map storing all custom toolbar actions.


zoomSelect

javax.swing.JComboBox zoomSelect
The combobox enables a direct selection of the desired zoomFactor.


zoomIndex

int zoomIndex
The current zoom index (indexes into the zoomFactors array).


reportPane

ReportPane reportPane
The pane that displays the report within the frame.


resources

java.util.ResourceBundle resources
Locale-specific resources.


largeIconsEnabled

boolean largeIconsEnabled
Defines whether to use 24x24 icons or 16x16 icons.


statusHolder

javax.swing.JLabel statusHolder
Label for status.


toolbar

javax.swing.JToolBar toolbar
Toolbar.


toolbarFloatable

boolean toolbarFloatable
Whether the toolbar will be floatable.


proxy

PreviewProxy proxy
A preview proxy.


exportPlugIns

java.util.ArrayList exportPlugIns
A list of all export plugins known to this preview proxy base.


pluginActions

java.util.HashMap pluginActions
A collection of actions, keyed by the export plugin.


progressDialog

ReportProgressDialog progressDialog
The progress monitor dialog used to visualize the pagination progress.


progressBar

ReportProgressBar progressBar
The progress monitor component used to visualize the pagination progress.


lockInterface

boolean lockInterface
A flag to define whether the interface should be the locked state.


closed

boolean closed
A flag that defines, whether the preview component is closed.


reportPaneHolder

javax.swing.JPanel reportPaneHolder

reportPanePropertyChangeListener

org.jfree.report.modules.gui.base.PreviewProxyBase.ReportPanePropertyChangeListener reportPanePropertyChangeListener

progressDialogEnabled

boolean progressDialogEnabled

progressBarEnabled

boolean progressBarEnabled

Class org.jfree.report.modules.gui.base.PreviewProxyBase.ZoomSetAction extends AbstractActionDowngrade implements Serializable

Serialized Fields

zoomFactor

int zoomFactor
The zoom factor index.

Class org.jfree.report.modules.gui.base.PreviousPageAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.ReportPane extends javax.swing.JComponent implements Serializable

Serialized Fields

graphCache

java.awt.image.BufferedImage graphCache
The page cache contains one complete page. For performance reasons, I buffer the rendered image and discard it when the page is changed or zooming.


pageNumber

int pageNumber
The current page number.


zoomFactor

float zoomFactor
The current zoom-factor.


pageCount

int pageCount
The number of pages required for the report given the current page format.


pageStateList

ReportStateList pageStateList
Storage for end-of-page state information.


borderPainted

boolean borderPainted
A flag to indicate whether the border is painted or not.


error

java.lang.Exception error
The last error that occurred while printing or painting the report.


report

JFreeReport report
The report.


paginateLock

org.jfree.report.modules.gui.base.ReportPane.PaginateLock paginateLock
The local paginate lock instance.


processor

PageableReportProcessor processor
The report processor.


repaginationListeners

java.util.ArrayList repaginationListeners
The repagination listeners.


repaginationListenersCache

java.lang.Object[] repaginationListenersCache
The registered repagination listeners as object array to gain performance.

Class org.jfree.report.modules.gui.base.ReportProgressBar extends javax.swing.JProgressBar implements Serializable

Serialized Fields

lastPage

int lastPage
The last page received.


lastPass

int lastPass
The last pass values received.


lastMaxRow

int lastMaxRow
The last max-row received.


pageMessageFormatter

java.text.MessageFormat pageMessageFormatter
The reuseable message format for the page label.


passMessageFormatter

java.text.MessageFormat passMessageFormatter
The reuseable message format for the pass label.


layoutText

java.lang.String layoutText
a text which describes the layouting process.


outputText

java.lang.String outputText
a text that describes the export phase of the report processing.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.ReportProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

messageCarrier

javax.swing.JLabel messageCarrier
A label that carries the global message that describes the current task.


passCountMessage

javax.swing.JLabel passCountMessage
A label containing the report processing pass count.


pageCountMessage

javax.swing.JLabel pageCountMessage
A label containing the current page.


rowCountMessage

javax.swing.JLabel rowCountMessage
A label containing the currently processed row.


progressBar

javax.swing.JProgressBar progressBar
The progress bar that is used to visualize the progress.


pageMessageFormatter

java.text.MessageFormat pageMessageFormatter
The reuseable message format for the page label.


rowsMessageFormatter

java.text.MessageFormat rowsMessageFormatter
The reuseable message format for the rows label.


passMessageFormatter

java.text.MessageFormat passMessageFormatter
The reuseable message format for the pass label.


lastPage

int lastPage
The last page received.


lastPass

int lastPass
The last pass values received.


lastMaxRow

int lastMaxRow
The last max-row received.


lastMaxRowInteger

java.lang.Integer lastMaxRowInteger
the cached value for the max-row value as integer.


layoutText

java.lang.String layoutText
a text which describes the layouting process.


outputText

java.lang.String outputText
a text that describes the export phase of the report processing.


resources

java.util.ResourceBundle resources
Localised resources.

Class org.jfree.report.modules.gui.base.ZoomInAction extends AbstractActionDowngrade implements Serializable

Class org.jfree.report.modules.gui.base.ZoomOutAction extends AbstractActionDowngrade implements Serializable


Package org.jfree.report.modules.gui.base.components

Class org.jfree.report.modules.gui.base.components.AbstractActionDowngrade extends javax.swing.AbstractAction implements Serializable

Class org.jfree.report.modules.gui.base.components.ActionButton extends javax.swing.JButton implements Serializable

Serialized Fields

action

javax.swing.Action action
The action.


propertyChangeHandler

org.jfree.report.modules.gui.base.components.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.

Class org.jfree.report.modules.gui.base.components.ActionMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

action

javax.swing.Action action
The action.


propertyChangeHandler

org.jfree.report.modules.gui.base.components.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.

Class org.jfree.report.modules.gui.base.components.ActionRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

action

javax.swing.Action action
The action.


propertyChangeHandler

org.jfree.report.modules.gui.base.components.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.

Class org.jfree.report.modules.gui.base.components.ExceptionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

backtraceArea

javax.swing.JTextArea backtraceArea
A UI component for displaying the stack trace.


messageLabel

javax.swing.JLabel messageLabel
A UI component for displaying the message.


currentEx

java.lang.Exception currentEx
The exception.


okAction

org.jfree.report.modules.gui.base.components.ExceptionDialog.OKAction okAction
An action associated with the 'OK' button.


detailsAction

org.jfree.report.modules.gui.base.components.ExceptionDialog.DetailsAction detailsAction
An action associated with the 'Details' button.


scroller

javax.swing.JScrollPane scroller
A scroll pane.


filler

javax.swing.JPanel filler
A filler panel.

Class org.jfree.report.modules.gui.base.components.LengthLimitingDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

maxlen

int maxlen
The maximum length.


Package org.jfree.report.modules.gui.config

Class org.jfree.report.modules.gui.config.ConfigDescriptionEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

rbText

ActionRadioButton rbText
A radio button to select the text editor type for the current key.


rbClass

ActionRadioButton rbClass
A radio button to select the class editor type for the current key.


rbEnum

ActionRadioButton rbEnum
A radio button to select the enumeration editor type for the current key.


model

ConfigDescriptionModel model
The list model used to collect and manage all available keys.


keyNameField

javax.swing.JTextField keyNameField
The name of the currently edited key.


descriptionField

javax.swing.JTextArea descriptionField
The description field contains a short description of the current key.


globalField

javax.swing.JCheckBox globalField
Allows to check, whether the key is a global (boot-time) key.


hiddenField

javax.swing.JCheckBox hiddenField
Allows to check, whether the key is hidden.


baseClassField

javax.swing.JTextField baseClassField
The name of the base class for the class detail editor.


baseClassValidateMessage

javax.swing.JLabel baseClassValidateMessage
contains a message after validating the given base class.


enumEntryEditField

javax.swing.JTextField enumEntryEditField
contains the currently selected entry of the enumeration detail editor.


enumEntryListModel

javax.swing.DefaultListModel enumEntryListModel
contains all entries of the enumeration detail editor.


resources

java.util.ResourceBundle resources
The current resource bundle used to translate the strings in this dialog.


detailManager

java.awt.CardLayout detailManager
This cardlayout is used to display the currently selected detail editor.


detailManagerPanel

javax.swing.JPanel detailManagerPanel
Contains the detail editor manager.


detailEditorPane

javax.swing.JPanel detailEditorPane
Contains the detail editor for the key.


entryList

javax.swing.JList entryList
The list is used to manage all available keys.


enumEntryList

javax.swing.JList enumEntryList
This list is used to manage the available entries of the enumeration detail editor.


selectedEntry

ConfigDescriptionEntry selectedEntry
the currently selected description entry.


fileChooser

javax.swing.JFileChooser fileChooser
The file chooser is used to select the file for the load/save operations.


statusHolder

javax.swing.JLabel statusHolder
Serves as statusline for the dialog.


type

int type
The currently selected detail editor type.

Class org.jfree.report.modules.gui.config.ConfigEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

statusHolder

javax.swing.JLabel statusHolder
A label that serves as status bar.


resources

java.util.ResourceBundle resources
The resource bundle instance of this dialog.


detailEditorPane

ConfigEditorPanel detailEditorPane
The detail editor for the currently selected tree node.


treeModel

ConfigTreeModel treeModel
The tree model used to display the structure of the report configuration.


currentReportConfiguration

ReportConfiguration currentReportConfiguration
The currently used report configuration.


fileChooser

javax.swing.JFileChooser fileChooser
The file chooser used to load and save the report configuration.

Class org.jfree.report.modules.gui.config.ConfigTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package org.jfree.report.modules.gui.config.editor

Class org.jfree.report.modules.gui.config.editor.AbstractKeyEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

config

ReportConfiguration config
The report configuration that provides the values for this editor.


entry

ConfigDescriptionEntry entry
The config description entry that provides the definition for this key.


validInput

boolean validInput
A flag indicating whether the input is valid.


stateLabel

javax.swing.JLabel stateLabel
A label that holds the error indicator icons.


resources

java.util.ResourceBundle resources
the resource bundle instance used to translate the text.

Class org.jfree.report.modules.gui.config.editor.ClassKeyEditor extends TextKeyEditor implements Serializable

Serialized Fields

baseClass

java.lang.Class baseClass
The base class, to which all value classes must be assignable.

Class org.jfree.report.modules.gui.config.editor.ConfigEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

module

Module module
The currently edited module.


config

ReportConfiguration config
The report configuration used to edit the module.


descriptionArea

javax.swing.JTextArea descriptionArea
A component holding the module description.


moduleNameField

javax.swing.JTextArea moduleNameField
A component holding the name of the module.


producerField

javax.swing.JTextArea producerField
A component holding the producer of the current module.


moduleNameFormat

java.text.MessageFormat moduleNameFormat
The message format used to create the module name and version.


editorArea

javax.swing.JPanel editorArea
The container to hold the editor.


moduleEditor

ModuleEditor moduleEditor
The current module editor (may be null).

Class org.jfree.report.modules.gui.config.editor.EnumKeyEditor extends AbstractKeyEditor implements Serializable

Serialized Fields

content

javax.swing.JComboBox content
The editor component.


entryLabel

javax.swing.JLabel entryLabel
The label to name the editor component.


options

java.util.List options
A list of selectable options.


entryLabelCarrier

javax.swing.JPanel entryLabelCarrier
the content pane.

Class org.jfree.report.modules.gui.config.editor.TextKeyEditor extends AbstractKeyEditor implements Serializable

Serialized Fields

content

javax.swing.JTextField content
The editor component for the key content.


entryLabel

javax.swing.JLabel entryLabel
the label that names the content.


entryLabelCarrier

javax.swing.JPanel entryLabelCarrier
a carrier component that acts as content pane.


Package org.jfree.report.modules.gui.config.model

Class org.jfree.report.modules.gui.config.model.ConfigDescriptionModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

content

java.util.ArrayList content
The content of this list; all config description entries.

Class org.jfree.report.modules.gui.config.model.ConfigTreeModelException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.modules.gui.converter

Class org.jfree.report.modules.gui.converter.ReportConverterGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

sourceField

javax.swing.JTextField sourceField
The source field.


targetField

javax.swing.JTextField targetField
The target field.


fileChooser

javax.swing.JFileChooser fileChooser
A file chooser.


resources

java.util.ResourceBundle resources
Localised resources.


encodingModel

EncodingComboBoxModel encodingModel
The encoding combo box model used to select the target file encoding.


resultTableModel

OperationResultTableModel resultTableModel
The table model that displays all messages from the conversion.


statusHolder

javax.swing.JLabel statusHolder
A primitive status bar.


Package org.jfree.report.modules.gui.converter.components

Class org.jfree.report.modules.gui.converter.components.OperationResultTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

data

OperationResult[] data
The operation results are read from the parser.


resources

java.util.ResourceBundle resources
The resource bundle used to translate the column names.


Package org.jfree.report.modules.gui.converter.parser

Class org.jfree.report.modules.gui.converter.parser.ConverterParser extends org.jfree.xml.Parser implements Serializable

Serialized Fields

base

org.jfree.xml.Parser base
The backend parser.


currentContext

java.util.Stack currentContext
the context collection used to create the correct mappings.


Package org.jfree.report.modules.gui.csv

Class org.jfree.report.modules.gui.csv.CSVExportDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

txFilename

javax.swing.JTextField txFilename
Filename text field.


cbEncoding

javax.swing.JComboBox cbEncoding
The encoding combo-box.


encodingModel

EncodingComboBoxModel encodingModel
The encoding model.


cbxStrictLayout

javax.swing.JCheckBox cbxStrictLayout
The strict layout check-box.


rbSeparatorTab

javax.swing.JRadioButton rbSeparatorTab
A radio button for tab separators.


rbSeparatorColon

javax.swing.JRadioButton rbSeparatorColon
A radio button for colon separators.


rbSeparatorSemicolon

javax.swing.JRadioButton rbSeparatorSemicolon
A radio button for semi-colon separators.


rbSeparatorOther

javax.swing.JRadioButton rbSeparatorOther
A radio button for other separators.


txSeparatorOther

javax.swing.JTextField txSeparatorOther
A text field for the 'other' separator.


rbExportData

javax.swing.JRadioButton rbExportData
A radio button for exporting data only.


rbExportPrintedElements

javax.swing.JRadioButton rbExportPrintedElements
A radio button for exporting all printed elements.


fileChooser

javax.swing.JFileChooser fileChooser
A file chooser.


confirmed

boolean confirmed
Confirmed flag.


resources

java.util.ResourceBundle resources
Localised resources.


Package org.jfree.report.modules.gui.html

Class org.jfree.report.modules.gui.html.HtmlExportDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

actionCancel

javax.swing.Action actionCancel
Cancel action.


txStreamFilename

javax.swing.JTextField txStreamFilename
Filename text field.


txZipFilename

javax.swing.JTextField txZipFilename
ZIP filename text field.


txDirFilename

javax.swing.JTextField txDirFilename
Directory filename text field.


txZipDataFilename

javax.swing.JTextField txZipDataFilename
ZIP data file name.


txDirDataFilename

javax.swing.JTextField txDirDataFilename
Directory data file name text field.


txTitle

javax.swing.JTextField txTitle
Title text field.


txAuthor

javax.swing.JTextField txAuthor
Author text field.


cbEncoding

javax.swing.JComboBox cbEncoding
A combo-box for selecting the encoding.


encodingModel

EncodingComboBoxModel encodingModel
The encoding data model.


cbxStrictLayout

javax.swing.JCheckBox cbxStrictLayout
A check-box for selecting 'strict layout'.


rbGenerateXHTML

javax.swing.JRadioButton rbGenerateXHTML
A radio button for selecting XHTML.


rbGenerateHTML4

javax.swing.JRadioButton rbGenerateHTML4
A radio button for selecting HTML4.


cbxCopyExternalReferencesZip

javax.swing.JCheckBox cbxCopyExternalReferencesZip
A check-box for...


cbxCopyExternalReferencesDir

javax.swing.JCheckBox cbxCopyExternalReferencesDir
A check-boc for...


confirmed

boolean confirmed
Confirmed flag.


fileChooserZip

javax.swing.JFileChooser fileChooserZip
A file chooser for a ZIP file.


fileChooserDir

javax.swing.JFileChooser fileChooserDir
A file chooser for a directory.


fileChooserStream

javax.swing.JFileChooser fileChooserStream
A file chooser for a stream.


exportSelection

javax.swing.JTabbedPane exportSelection
Tabs for the export selection.


resources

java.util.ResourceBundle resources
Localised resources.


Package org.jfree.report.modules.gui.pdf

Class org.jfree.report.modules.gui.pdf.PDFSaveDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

actionConfirm

javax.swing.Action actionConfirm
Confirm action.


actionCancel

javax.swing.Action actionCancel
Cancel action.


actionSecuritySelection

javax.swing.Action actionSecuritySelection
Security selection action.


actionSelectFile

javax.swing.Action actionSelectFile
Select file action.


txFilename

javax.swing.JTextField txFilename
Filename text field.


txAuthor

javax.swing.JTextField txAuthor
Author text field.


txTitle

javax.swing.JTextField txTitle
Title text field.


rbSecurityNone

javax.swing.JRadioButton rbSecurityNone
Security (none) radio button.


rbSecurity40Bit

javax.swing.JRadioButton rbSecurity40Bit
Security (40 bit) radio button.


rbSecurity128Bit

javax.swing.JRadioButton rbSecurity128Bit
Security (128 bit) radio button.


txUserPassword

javax.swing.JTextField txUserPassword
User password text field.


txOwnerPassword

javax.swing.JTextField txOwnerPassword
Owner password text field.


txConfUserPassword

javax.swing.JTextField txConfUserPassword
Confirm user password text field.


txConfOwnerPassword

javax.swing.JTextField txConfOwnerPassword
Confirm ownder password text field.


cxAllowCopy

javax.swing.JCheckBox cxAllowCopy
Allow copy check box.


cxAllowScreenReaders

javax.swing.JCheckBox cxAllowScreenReaders
Allow screen readers check box.


cbAllowPrinting

javax.swing.JComboBox cbAllowPrinting
Allow printing check box.


cxAllowAssembly

javax.swing.JCheckBox cxAllowAssembly
Allow assembly check box.


cxAllowModifyContents

javax.swing.JCheckBox cxAllowModifyContents
Allow modify contents check box.


cxAllowModifyAnnotations

javax.swing.JCheckBox cxAllowModifyAnnotations
Allow modify annotations check box.


cxAllowFillIn

javax.swing.JCheckBox cxAllowFillIn
Allow fill in check box.


printingModel

javax.swing.DefaultComboBoxModel printingModel
Combo box for selecting the printing model.


cbEncoding

javax.swing.JComboBox cbEncoding
A combo-box for selecting the encoding.


encodingModel

EncodingComboBoxModel encodingModel
A model for the available encodings.


confirmed

boolean confirmed
Confirmed flag.


btnConfirm

javax.swing.JButton btnConfirm
Confirm button.


btnCancel

javax.swing.JButton btnCancel
Cancel button.


resources

java.util.ResourceBundle resources
Localised resources.


fileChooser

javax.swing.JFileChooser fileChooser
A file chooser.


Package org.jfree.report.modules.gui.plaintext

Class org.jfree.report.modules.gui.plaintext.PlainTextExportDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

confirmed

boolean confirmed
Confirmed flag.


resources

java.util.ResourceBundle resources
Localised resources.


plainTextEncodingModel

EncodingComboBoxModel plainTextEncodingModel
The plain text encodings.


ibmPrinterEncodingModel

EncodingComboBoxModel ibmPrinterEncodingModel
The IBM printer encodings.


epsonPrinterEncodingModel

EncodingComboBoxModel epsonPrinterEncodingModel
The Epson printer encodings.


selectedEncodingModel

EncodingComboBoxModel selectedEncodingModel
The selected encoding model.


cbEncoding

javax.swing.JComboBox cbEncoding
A combo-box for selecting the encoding.


rbPlainPrinterCommandSet

javax.swing.JRadioButton rbPlainPrinterCommandSet
A radio button for selecting plain printer commands.


rbEpsonPrinterCommandSet

javax.swing.JRadioButton rbEpsonPrinterCommandSet
A radio button for selecting Epson printer commands.


rbIBMPrinterCommandSet

javax.swing.JRadioButton rbIBMPrinterCommandSet
A radio button for selecting IBM printer commands.


txFilename

javax.swing.JTextField txFilename
The filename text field.


cbLinesPerInch

javax.swing.JComboBox cbLinesPerInch
A combo-box for selecting lines per inch.


cbCharsPerInch

javax.swing.JComboBox cbCharsPerInch
A combo-box for selecting characters per inch.


fileChooser

javax.swing.JFileChooser fileChooser
A file chooser.


plainTextCommandSet

PrinterCommandSet plainTextCommandSet
The printer command set for generic text printers.


ibmPrinterCommandSet

PrinterCommandSet ibmPrinterCommandSet
The printer command set for ibm compatible text printers.


epsonPrinterCommandSet

PrinterCommandSet epsonPrinterCommandSet
The printer command set for epson compatible text printers.


Package org.jfree.report.modules.gui.translation

Class org.jfree.report.modules.gui.translation.TranslationEditor extends javax.swing.JFrame implements Serializable

Serialized Fields

resourceKey

javax.swing.JLabel resourceKey

translatedValue

javax.swing.JTextField translatedValue

defaultValue

javax.swing.JTextField defaultValue

commentValue

javax.swing.JTextField commentValue

model

javax.swing.ListModel model

translationsModel

javax.swing.ListModel translationsModel

translationList

javax.swing.JList translationList

entryList

javax.swing.JList entryList


Package org.jfree.report.modules.gui.xls

Class org.jfree.report.modules.gui.xls.ExcelExportDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

actionConfirm

javax.swing.Action actionConfirm
Confirm action.


actionCancel

javax.swing.Action actionCancel
Cancel action.


actionSelectFile

javax.swing.Action actionSelectFile
Select file action.


txFilename

javax.swing.JTextField txFilename
Filename text field.


cbStrictLayout

javax.swing.JCheckBox cbStrictLayout
The strict layout check-box.


confirmed

boolean confirmed
Confirmed flag.


btnConfirm

javax.swing.JButton btnConfirm
Confirm button.


btnCancel

javax.swing.JButton btnCancel
Cancel button.


resources

java.util.ResourceBundle resources
Localised resources.


fileChooser

javax.swing.JFileChooser fileChooser
A file chooser.


Package org.jfree.report.modules.misc.beanshell

Class org.jfree.report.modules.misc.beanshell.BSHExpression extends AbstractExpression implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialisation support. The transient child elements were not saved.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if a serialized class is not defined on this system.


Package org.jfree.report.modules.misc.configstore.base

Class org.jfree.report.modules.misc.configstore.base.ConfigStoreException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.modules.misc.referencedoc

Class org.jfree.report.modules.misc.referencedoc.DataSourceReferenceTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList rows
Storage for the rows.

Class org.jfree.report.modules.misc.referencedoc.ObjectReferenceTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList rows
Storage for the rows.

Class org.jfree.report.modules.misc.referencedoc.StyleKeyReferenceTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList rows
Storage for the rows.


Package org.jfree.report.modules.misc.tablemodel

Class org.jfree.report.modules.misc.tablemodel.ScrollableResultSetTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

resultset

java.sql.ResultSet resultset
The scrollable ResultSet source.


dbmd

java.sql.ResultSetMetaData dbmd
The ResultSetMetaData object for this result set.


rowCount

int rowCount
The number of rows in the result set.


labelMapMode

boolean labelMapMode
Defines the column naming mode.


types

java.lang.Class[] types
The column types as read from the result set.


Package org.jfree.report.modules.output.csv

Class org.jfree.report.modules.output.csv.CSVWriter extends AbstractFunction implements Serializable

Serialized Fields

w

java.io.Writer w
the writer used to output the generated data.


depLevel

int depLevel
the functions dependency level, -1 by default.


quoter

CSVQuoter quoter
the CSVQuoter used to encode the column values.


writeDataRowNames

boolean writeDataRowNames
a flag indicating whether to writer data row names as column header.


Package org.jfree.report.modules.output.pageable.base

Class org.jfree.report.modules.output.pageable.base.OutputTargetException extends SizeCalculatorException implements Serializable


Package org.jfree.report.modules.output.pageable.base.pagelayout

Class org.jfree.report.modules.output.pageable.base.pagelayout.FlowPageLayouter extends PageLayouter implements Serializable

Serialized Fields

tasks

java.util.Stack tasks
Tasks.


taskWorker

java.util.ArrayList taskWorker
??.

Class org.jfree.report.modules.output.pageable.base.pagelayout.PageLayouter extends AbstractFunction implements Serializable

Serialized Fields

layoutManagerState

PageLayouter.LayoutManagerState layoutManagerState
The current layoutmanager state. This is used to reconstruct the state of the last print operation whenever an pagebreak occured. The contents depend on the specific implementation of the PageLayouter.


logicalPage

LogicalPage logicalPage
The logical page used to output the generated content.


currentEvent

ReportEvent currentEvent
The latest report event.


depLevel

int depLevel
The depency level. Should be set to -1 or lower to ensure that this function has the highest priority in the function collection.


finishingPage

boolean finishingPage
The 'finishing page' flag. Indicates that the current page is shut down. The page footer should be printed and the state stored. Trying to end the page again while the finishing process is not complete will result in an IllegalState.

If the page should be finished while the page is restarted, will throw an ReportProcessing exception, as this would result in an infinite loop.


restartingPage

boolean restartingPage
The 'restarting page' flag. Is set to true, while the page is started. The last saved state is restored and the page header gets prepared. Trying the start the page again while the restarting process is not complete or while the page is currently being finished, will result in an IllegalState.


generatedPageEmpty

boolean generatedPageEmpty
A flag indicating whether some content was created.


pageRestartDone

boolean pageRestartDone
A flag indicating whether the process of restarting the page is completed.

Class org.jfree.report.modules.output.pageable.base.pagelayout.SimplePageLayoutCursor extends java.lang.Object implements Serializable

Serialized Fields

y

float y
The y-coordinate.


pageBottom

float pageBottom
The bottom of the page.


reserved

float reserved
The reserved space at the bottom of the page.


pageTop

float pageTop
The space used by the pageheader.

Class org.jfree.report.modules.output.pageable.base.pagelayout.SimplePageLayouter extends PageLayouter implements Serializable

Serialized Fields

isLastPageBreak

boolean isLastPageBreak
A flag that indicates that the current pagebreak will be the last one.


startNewPage

boolean startNewPage
A flag which indicates that a new page should be started before the next band is printed. Bool-or this flag with PageBreakBefore ...


cursor

SimplePageLayoutCursor cursor
The cursor used by the layouter.


state

SimplePageLayouter.SimpleLayoutManagerState state
The current state.


delegate

SimplePageLayoutDelegate delegate
The delegate which is used to perform the layouting.


spooledBand

Spool spooledBand
The spool.


Package org.jfree.report.modules.output.support.itext

Class org.jfree.report.modules.output.support.itext.BaseFontCreateException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.modules.output.support.pagelayout

Class org.jfree.report.modules.output.support.pagelayout.SimplePageLayoutDelegate extends java.lang.Object implements Serializable

Serialized Fields

worker

SimplePageLayoutWorker worker
The pagelayout worker which performs the final printing.


pageCarrier

org.jfree.report.modules.output.support.pagelayout.SimplePageLayoutDelegate.PageCarrier pageCarrier
the page carrier for this pagelayouter contains the number of the last page.


lastPagebreak

boolean lastPagebreak
A flag indicating whether the next pagebreak will be the last one.


currentEffectiveGroupIndex

int currentEffectiveGroupIndex
The current group index (used to select the correct group header and footer).


groupFinishPending

boolean groupFinishPending


Package org.jfree.report.modules.output.table.base

Class org.jfree.report.modules.output.table.base.TableWriter extends AbstractFunction implements Serializable

Serialized Fields

currentEvent

ReportEvent currentEvent
The current event, stored on every call to one of the ReportListener methods.


producer

TableProducer producer
The table producer used to create the layout.


cursor

TableWriterCursor cursor
the cursor pointing to the current position on the sheet.


maxWidth

float maxWidth
the maximum width, required for the BandLayout.


depLevel

int depLevel
the dependency level for this function, usually -1.


inEndPage

boolean inEndPage
A flag indicating whether the writer is currently handling the end of an page.


delegate

SimplePageLayoutDelegate delegate
The layout delegate used to perform the page layout.


Package org.jfree.report.modules.output.table.html

Class org.jfree.report.modules.output.table.html.HtmlCharacterEntities extends java.util.Properties implements Serializable


Package org.jfree.report.modules.output.xml

Class org.jfree.report.modules.output.xml.XMLWriter extends AbstractFunction implements Serializable

Serialized Fields

w

java.io.Writer w
the writer used to write the generated document.


depLevel

int depLevel
the dependency level.


entityParser

CharacterEntityParser entityParser
the XMLEntity parser used to encode the xml characters.


Package org.jfree.report.modules.parser.base

Class org.jfree.report.modules.parser.base.CommentHintPath extends java.lang.Object implements Serializable

Serialized Fields

nameElements

java.util.ArrayList nameElements
the list of name segments.

Class org.jfree.report.modules.parser.base.IncludeParser extends org.jfree.xml.Parser implements Serializable

Serialized Fields

backend

org.jfree.xml.Parser backend
The parser backend that supplies the configuration.

Class org.jfree.report.modules.parser.base.OperationResult extends java.lang.Object implements Serializable

Serialized Fields

message

java.lang.String message
The message of the result object.


severity

SeverityLevel severity
The severity level of the message.


column

int column
The column in the xml file where the result was generated.


line

int line
The line in the xml file where the result was generated.

Class org.jfree.report.modules.parser.base.ReportParser extends org.jfree.xml.Parser implements Serializable

Class org.jfree.report.modules.parser.base.SeverityLevel extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Replaces the automatically generated instance with one of the enumeration instances.

Throws:
java.io.ObjectStreamException - if the element could not be resolved.
Serialized Fields

myName

java.lang.String myName
a string representation of this severity level.


Package org.jfree.report.modules.parser.ext.factory.datasource

Class org.jfree.report.modules.parser.ext.factory.datasource.AbstractDataSourceFactory extends org.jfree.xml.factory.objects.ClassFactoryImpl implements Serializable

Serialized Fields

dataSources

java.util.HashMap dataSources
Storage for the data sources.

Class org.jfree.report.modules.parser.ext.factory.datasource.DataSourceCollector extends java.lang.Object implements Serializable

Serialized Fields

factories

java.util.ArrayList factories
Storage for the factories.


comparator

org.jfree.xml.factory.objects.ClassComparator comparator
The comparator used to compare class instances.


config

org.jfree.util.Configuration config
The parser/report configuration.

Class org.jfree.report.modules.parser.ext.factory.datasource.DefaultDataSourceFactory extends AbstractDataSourceFactory implements Serializable

Class org.jfree.report.modules.parser.ext.factory.datasource.URLFilterObjectDescription extends org.jfree.xml.factory.objects.BeanObjectDescription implements Serializable


Package org.jfree.report.modules.parser.ext.factory.elements

Class org.jfree.report.modules.parser.ext.factory.elements.AbstractElementFactory extends java.lang.Object implements Serializable

Serialized Fields

elements

java.util.HashMap elements
Storage for the elements.

Class org.jfree.report.modules.parser.ext.factory.elements.DefaultElementFactory extends AbstractElementFactory implements Serializable

Class org.jfree.report.modules.parser.ext.factory.elements.ElementFactoryCollector extends java.lang.Object implements Serializable

Serialized Fields

factories

java.util.ArrayList factories
Storage for the element factories.


Package org.jfree.report.modules.parser.ext.factory.objects

Class org.jfree.report.modules.parser.ext.factory.objects.AlignmentObjectDescription extends org.jfree.xml.factory.objects.AbstractObjectDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.objects.BandLayoutClassFactory extends org.jfree.xml.factory.objects.ClassFactoryImpl implements Serializable

Class org.jfree.report.modules.parser.ext.factory.objects.DefaultClassFactory extends org.jfree.xml.factory.objects.JavaBaseClassFactory implements Serializable

Class org.jfree.report.modules.parser.ext.factory.objects.FontDefinitionObjectDescription extends org.jfree.xml.factory.objects.AbstractObjectDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.objects.GeneralPathObjectDescription extends org.jfree.xml.factory.objects.AbstractObjectDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.objects.PathIteratorSegment extends java.lang.Object implements Serializable

Serialized Fields

segmentType

int segmentType
The segment type, one of the PathIterator constants.


x1

float x1
The x coordinate of the first parameter point.


y1

float y1
The y coordinate of the first parameter point.


x2

float x2
The x coordinate of the second parameter point.


y2

float y2
The y coordinate of the second parameter point.


x3

float x3
The x coordinate of the third parameter point.


y3

float y3
The y coordinate of the third parameter point.

Class org.jfree.report.modules.parser.ext.factory.objects.PathIteratorSegmentObjectDescription extends org.jfree.xml.factory.objects.AbstractObjectDescription implements Serializable


Package org.jfree.report.modules.parser.ext.factory.stylekey

Class org.jfree.report.modules.parser.ext.factory.stylekey.AbstractStyleKeyFactory extends java.lang.Object implements Serializable

Serialized Fields

knownKeys

java.util.HashMap knownKeys
Storage for the keys.

Class org.jfree.report.modules.parser.ext.factory.stylekey.DefaultStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable

Class org.jfree.report.modules.parser.ext.factory.stylekey.PageableLayoutStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable

Class org.jfree.report.modules.parser.ext.factory.stylekey.StyleKeyFactoryCollector extends java.lang.Object implements Serializable

Serialized Fields

factories

java.util.ArrayList factories
Storage for the factories.


Package org.jfree.report.modules.parser.ext.factory.templates

Class org.jfree.report.modules.parser.ext.factory.templates.AbstractTemplateDescription extends org.jfree.xml.factory.objects.BeanObjectDescription implements Serializable

Serialized Fields

name

java.lang.String name
The name.

Class org.jfree.report.modules.parser.ext.factory.templates.DateFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.DefaultTemplateCollection extends TemplateCollection implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.DrawableFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.HorizontalLineTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ImageFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ImageURLElementTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ImageURLFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.LabelTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.NumberFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.RectangleTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ResourceFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ResourceLabelTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.ShapeFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.StringFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.TemplateClassFactory extends org.jfree.xml.factory.objects.ClassFactoryImpl implements Serializable

Class org.jfree.report.modules.parser.ext.factory.templates.TemplateCollection extends java.lang.Object implements Serializable

Serialized Fields

templates

java.util.HashMap templates
Storage for the templates.


config

org.jfree.util.Configuration config
The parser/report configuration.

Class org.jfree.report.modules.parser.ext.factory.templates.TemplateCollector extends TemplateCollection implements Serializable

Serialized Fields

factories

java.util.ArrayList factories
Storage for the factories.

Class org.jfree.report.modules.parser.ext.factory.templates.VerticalLineTemplateDescription extends AbstractTemplateDescription implements Serializable


Package org.jfree.report.modules.parser.extwriter

Class org.jfree.report.modules.parser.extwriter.ReportWriterException extends org.jfree.util.StackableException implements Serializable


Package org.jfree.report.states

Class org.jfree.report.states.UnmodifiableGroupList extends GroupList implements Serializable


Package org.jfree.report.style

Class org.jfree.report.style.BandDefaultStyleSheet extends BandStyleSheet implements Serializable

Serialized Fields

locked

boolean locked
a flag indicating the read-only state of this style sheet.

Class org.jfree.report.style.BandStyleSheet extends ElementStyleSheet implements Serializable

Class org.jfree.report.style.ElementDefaultStyleSheet extends ElementStyleSheet implements Serializable

Serialized Fields

locked

boolean locked
a flag indicating the read-only state of this style sheet.

Class org.jfree.report.style.ElementStyleSheet extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.
Serialized Fields

id

InstanceID id
The instance id of this ElementStyleSheet. This id is shared among all clones.


name

java.lang.String name
The style-sheet name.


parents

java.util.ArrayList parents
Storage for the parent style sheets (if any).


defaultSheets

java.util.ArrayList defaultSheets
Storage for readonly style sheets.


allowCaching

boolean allowCaching
A flag that controls whether or not caching is allowed.

Class org.jfree.report.style.FontDefinition extends java.lang.Object implements Serializable

Serialized Fields

fontEncoding

java.lang.String fontEncoding
the preferred text encoding for this font.


fontName

java.lang.String fontName
The FontName of the font. This defines the Font-Family.


fontSize

int fontSize
the font size in point.


isBold

boolean isBold
this font's bold flag.


isItalic

boolean isItalic
this font's italic flag.


isUnderline

boolean isUnderline
this font's underline flag.


isStrikeThrough

boolean isStrikeThrough
this font's strikethrough flag.


embeddedFont

boolean embeddedFont
whether to embedd the font in the target documents, if supported.

Class org.jfree.report.style.InvalidStyleSheetCollectionException extends org.jfree.util.StackableRuntimeException implements Serializable

Class org.jfree.report.style.StyleKey extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Replaces the automaticly generated instance with one of the defined stylekey instances or creates a new stylekey.

Throws:
java.io.ObjectStreamException - if the element could not be resolved.
Serialized Fields

name

java.lang.String name
The name of the style key.


valueType

java.lang.Class valueType
The class of the value.


hashCode

int hashCode
The cached hashcode for the stylekey.


trans

boolean trans
Whether this stylekey is transient.

Class org.jfree.report.style.StyleSheetCollection extends java.lang.Object implements Serializable

Serialized Fields

styleSheets

HashNMap styleSheets
The stylesheet storage.

Class org.jfree.report.style.StyleSheetCollectionHelper extends java.lang.Object implements Serializable

Serialized Fields

styleSheetCollection

StyleSheetCollection styleSheetCollection
The local stylesheet collection managed by this helper implementation.


Package org.jfree.report.util

Class org.jfree.report.util.HashNMap extends java.lang.Object implements Serializable

Serialized Fields

table

java.util.HashMap table
The underlying storage.

Class org.jfree.report.util.InstanceID extends java.lang.Object implements Serializable

Class org.jfree.report.util.KeyedQueue extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.LinkedList list
Ordered storage for the queued items.


table

java.util.HashMap table
Keyed storage for the queued items.


limit

int limit
The maximum number of items in the queue.

Class org.jfree.report.util.ObjectStreamResolveException extends java.io.ObjectStreamException implements Serializable

Class org.jfree.report.util.PackageConfiguration extends PropertyFileReportConfiguration implements Serializable

Class org.jfree.report.util.PropertyFileReportConfiguration extends ReportConfiguration implements Serializable

Class org.jfree.report.util.ReportConfiguration extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Helper method for serialization.

Throws:
java.io.IOException - when reading the stream fails.
java.lang.ClassNotFoundException - if a class definition for a serialized object could not be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Helper method for serialization.

Throws:
java.io.IOException - if errors occur while writing the stream.
Serialized Fields

configuration

java.util.Properties configuration
Storage for the configuration properties.

Class org.jfree.report.util.ReportProperties extends java.lang.Object implements Serializable

Serialized Fields

properties

java.util.HashMap properties
Storage for the properties.


markedProperties

java.util.TreeSet markedProperties
Marked property names.

Class org.jfree.report.util.SystemOutLogTarget extends java.lang.Object implements Serializable

Serialized Fields

printStream

java.io.PrintStream printStream
The printstream we use ..

Class org.jfree.report.util.SystemPropertyConfiguration extends ReportConfiguration implements Serializable

Class org.jfree.report.util.WaitingImageObserver extends java.lang.Object implements Serializable

Serialized Fields

lock

boolean lock
The lock.


image

java.awt.Image image
The image.


error

boolean error
A flag that signals an error.

Class org.jfree.report.util.WeakReferenceList extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialisation support. The transient child elements were not saved.

Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if a serialized class is not defined on this system.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialisation support. The transient child elements are not saved.

Throws:
java.io.IOException - if there is an I/O error.
Serialized Fields

master

java.lang.Object master
The master element.


childs

java.lang.ref.Reference[] childs
Storage for the references.


size

int size
The current number of elements.


maxChilds

int maxChilds
The maximum number of elements.