Serialized Form


Package org.pentaho.reporting.engine.classic.core

Class org.pentaho.reporting.engine.classic.core.AbstractReportDefinition extends Section implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
A helper method that deserializes a object from the given stream.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if an referenced class cannot be found.
Serialized Fields

properties

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


resourceBundleFactory

ResourceBundleFactory resourceBundleFactory
The resource bundle factory is used when generating localized reports.


expressions

ExpressionCollection expressions
Storage for the expressions in the report.


rootGroup

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


reportHeader

ReportHeader reportHeader
The report header band (printed once at the start of the report).


reportFooter

ReportFooter reportFooter
The report footer band (printed once at the end of the report).


pageHeader

PageHeader pageHeader
The page header band (printed at the start of every page).


pageFooter

PageFooter pageFooter
The page footer band (printed at the end of every page).


watermark

Watermark watermark
The watermark band.


styleSheetCollection

StyleSheetCollection styleSheetCollection
The stylesheet collection used for this report.


nonVisualsChangeTracker

long nonVisualsChangeTracker

datasourceChangeTracker

long datasourceChangeTracker

dataSchemaDefinition

DataSchemaDefinition dataSchemaDefinition

Class org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand extends Band implements Serializable

Serialized Fields

subReports

ArrayList<E> subReports
The list of follow-up root-level sub-reports.

Class org.pentaho.reporting.engine.classic.core.Anchor extends Object implements Serializable

serialVersionUID: 8495721791372012478L

Serialized Fields

name

String name
Deprecated. 
The name of the anchor. Should be unique within the report.

Class org.pentaho.reporting.engine.classic.core.AnchorElement extends Element implements Serializable

Class org.pentaho.reporting.engine.classic.core.Band extends Section implements Serializable

Serialized Fields

allElements

ArrayList<E> allElements
All the elements for this band.

Class org.pentaho.reporting.engine.classic.core.CompoundDataFactory extends Object implements Serializable

Serialized Fields

dataFactories

ArrayList<E> dataFactories

Class org.pentaho.reporting.engine.classic.core.CrosstabColumnGroup extends Group implements Serializable

Serialized Fields

titleHeader

CrosstabTitleHeader titleHeader

titleFooter

CrosstabTitleFooter titleFooter

Class org.pentaho.reporting.engine.classic.core.CrosstabColumnGroupBody extends GroupBody implements Serializable

Serialized Fields

group

CrosstabColumnGroup group

Class org.pentaho.reporting.engine.classic.core.CrosstabGroup extends Group implements Serializable

Class org.pentaho.reporting.engine.classic.core.CrosstabOtherGroup extends Group implements Serializable

Class org.pentaho.reporting.engine.classic.core.CrosstabOtherGroupBody extends GroupBody implements Serializable

Serialized Fields

group

CrosstabOtherGroup group

Class org.pentaho.reporting.engine.classic.core.CrosstabRowGroup extends Group implements Serializable

Serialized Fields

titleHeader

CrosstabTitleHeader titleHeader

titleFooter

CrosstabTitleFooter titleFooter

summaryHeader

CrosstabSummaryHeader summaryHeader

summaryFooter

CrosstabSummaryFooter summaryFooter

Class org.pentaho.reporting.engine.classic.core.CrosstabRowGroupBody extends GroupBody implements Serializable

Serialized Fields

group

CrosstabRowGroup group

Class org.pentaho.reporting.engine.classic.core.CrosstabSummaryFooter extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.CrosstabSummaryHeader extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.CrosstabTitleFooter extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.CrosstabTitleHeader extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.CustomPageDefinition extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Resolve the pageformat, as PageFormat is not serializable.

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deserizalize the report and restore the pageformat.

Throws:
IOException - if errors occur
Serialized Fields

width

float width
The total width of the page.


height

float height
The total height of the page.

Class org.pentaho.reporting.engine.classic.core.DefaultImageReference extends Object implements Serializable

serialVersionUID: 3223926147102983309L

Serialized Fields

image

Image image
The image.


url

URL url
The image URL.


width

int width
The width of the (unscaled) image.


height

int height
The height of the (unscaled) image.


scaleX

float scaleX
The scale factor.


scaleY

float scaleY
The scale factor.


resourceKey

org.pentaho.reporting.libraries.resourceloader.ResourceKey resourceKey

Class org.pentaho.reporting.engine.classic.core.DefaultReportEnvironment extends Object implements Serializable

Serialized Fields

configuration

org.pentaho.reporting.libraries.base.config.Configuration configuration

locale

Locale locale

localeFromConfiguration

Locale localeFromConfiguration

timeZone

TimeZone timeZone

timeZoneFromConfiguration

TimeZone timeZoneFromConfiguration

Class org.pentaho.reporting.engine.classic.core.DefaultReportPreProcessor extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.DefaultResourceBundleFactory extends Object implements Serializable

Serialized Fields

locale

Locale locale
The locale used by this factory.


timeZone

TimeZone timeZone
The timezone used by this factory.

Class org.pentaho.reporting.engine.classic.core.DetailsFooter extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.DetailsHeader extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.DrawableElement extends Element implements Serializable

Class org.pentaho.reporting.engine.classic.core.Element extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
A helper method that deserializes a object from the given stream.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if an referenced class cannot be found.

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
A helper method that serializes the element object.

Throws:
IOException - if an IO error occured or a property was not serializable.
Serialized Fields

datasource

DataSource datasource
Deprecated. the data-source should no longer be used. Use one of the element-type declarations instead.
The head of the data source chain.


style

org.pentaho.reporting.engine.classic.core.Element.InternalElementStyleSheet style
The stylesheet defines global appearance for elements.


parent

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


treeLock

InstanceID treeLock
The tree lock to identify the element. This object is shared among all clones and can be used to identify elements with the same anchestor.


styleExpressions

HashMap<K,V> styleExpressions
The map of style-expressions keyed by the style-key.


attributeExpressions

ReportAttributeMap attributeExpressions

Class org.pentaho.reporting.engine.classic.core.ElementAlignment extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Replaces the automatically generated instance with one of the enumeration instances.

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

myName

String myName
The alignment name.


hashCode

int hashCode
A cached hashcode.

Class org.pentaho.reporting.engine.classic.core.EmptyReportException extends ReportProcessingException implements Serializable

Class org.pentaho.reporting.engine.classic.core.ExternalDataFactory extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.Group extends Section implements Serializable

serialVersionUID: 8309478419800349694L

Serialized Fields

header

GroupHeader header
The group header (optional).


footer

GroupFooter footer
The group footer (optional).


body

GroupBody body

Class org.pentaho.reporting.engine.classic.core.GroupBody extends Section implements Serializable

Class org.pentaho.reporting.engine.classic.core.GroupDataBody extends GroupBody implements Serializable

Serialized Fields

detailsHeader

DetailsHeader detailsHeader

noDataBand

NoDataBand noDataBand

itemBand

ItemBand itemBand

detailsFooter

DetailsFooter detailsFooter

Class org.pentaho.reporting.engine.classic.core.GroupFooter extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.GroupHeader extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.GroupList extends Object implements Serializable

serialVersionUID: 2193162824440886046L

Serialized Fields

backend

ArrayList<E> backend
Deprecated. 
The backend to store the groups.

Class org.pentaho.reporting.engine.classic.core.ImageElement extends Element implements Serializable

Class org.pentaho.reporting.engine.classic.core.InvalidReportStateException extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException implements Serializable

Class org.pentaho.reporting.engine.classic.core.ItemBand extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.MasterReport extends AbstractReportDefinition implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
A helper method that deserializes a object from the given stream.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if an referenced class cannot be found.
Serialized Fields

dataFactory

DataFactory dataFactory
The data factory is used to query data for the reporting.


reportConfiguration

org.pentaho.reporting.libraries.base.config.ModifiableConfiguration reportConfiguration
The report configuration.


parameterDefinition

ReportParameterDefinition parameterDefinition

reportEnvironment

ReportEnvironment reportEnvironment

parameterValues

ReportParameterValues parameterValues

Class org.pentaho.reporting.engine.classic.core.NoDataBand extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.PageFooter extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.PageHeader extends Band implements Serializable

Class org.pentaho.reporting.engine.classic.core.ParameterMapping extends Object implements Serializable

serialVersionUID: -8790399939032695626L

Serialized Fields

name

String name
The source name of the parameter.


alias

String alias
The target name of the parameter.

Class org.pentaho.reporting.engine.classic.core.RelationalGroup extends Group implements Serializable

Class org.pentaho.reporting.engine.classic.core.ReportAttributeMap extends org.pentaho.reporting.libraries.xmlns.common.AttributeMap implements Serializable

Serialized Fields

changeTracker

long changeTracker

readOnly

boolean readOnly

Class org.pentaho.reporting.engine.classic.core.ReportDataFactoryException extends ReportProcessingException implements Serializable

Class org.pentaho.reporting.engine.classic.core.ReportEventException extends ReportProcessingException implements Serializable

Serialized Fields

childExceptions

List<E> childExceptions
the collected child exceptions.

Class org.pentaho.reporting.engine.classic.core.ReportFooter extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.ReportHeader extends AbstractRootLevelBand implements Serializable

Class org.pentaho.reporting.engine.classic.core.ReportInterruptedException extends ReportProcessingException implements Serializable

Class org.pentaho.reporting.engine.classic.core.ReportParameterValidationException extends ReportProcessingException implements Serializable

Serialized Fields

validationResult

ValidationResult validationResult

Class org.pentaho.reporting.engine.classic.core.ReportProcessingException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.Section extends Element implements Serializable

Class org.pentaho.reporting.engine.classic.core.ShapeElement extends Element implements Serializable

Class org.pentaho.reporting.engine.classic.core.SimplePageDefinition extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Resolve the pageformat, as PageFormat is not serializable.

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deserizalize the report and restore the pageformat.

Throws:
IOException - if errors occur
Serialized Fields

pageCountHorizontal

int pageCountHorizontal
The number of columns in the page grid.


pageCountVertical

int pageCountVertical
The number of rows in the page grid.

Class org.pentaho.reporting.engine.classic.core.SubGroupBody extends GroupBody implements Serializable

Serialized Fields

group

Group group

Class org.pentaho.reporting.engine.classic.core.SubReport extends AbstractReportDefinition implements Serializable

Serialized Fields

exportParameters

org.pentaho.reporting.libraries.base.util.LinkedMap exportParameters
A mapping of export parameters.


inputParameters

org.pentaho.reporting.libraries.base.util.LinkedMap inputParameters
A mapping of import parameters.


dataFactory

DataFactory dataFactory

Class org.pentaho.reporting.engine.classic.core.TableDataFactory extends Object implements Serializable

serialVersionUID: -238954878318943053L

Serialized Fields

tables

HashMap<K,V> tables
The tables for this factory.

Class org.pentaho.reporting.engine.classic.core.TextElement extends Element implements Serializable

Serialized Fields

stringfilter

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

Class org.pentaho.reporting.engine.classic.core.Watermark extends Band implements Serializable


Package org.pentaho.reporting.engine.classic.core.cache

Class org.pentaho.reporting.engine.classic.core.cache.CachableTableModel extends AbstractTableModel implements Serializable

Serialized Fields

cellAttributes

org.pentaho.reporting.libraries.base.util.GenericObjectTable cellAttributes

cellValues

org.pentaho.reporting.libraries.base.util.GenericObjectTable cellValues

columnAttributes

ArrayList<E> columnAttributes

tableAttributes

DataAttributes tableAttributes

dataAttributeContext

DataAttributeContext dataAttributeContext

Class org.pentaho.reporting.engine.classic.core.cache.CachingDataFactory extends Object implements Serializable

Serialized Fields

dataCache

DataCache dataCache

queryCache

HashMap<K,V> queryCache

backend

CompoundDataFactory backend

closed

boolean closed

debugDataSources

boolean debugDataSources

profileDataSources

boolean profileDataSources

noClose

boolean noClose

Class org.pentaho.reporting.engine.classic.core.cache.IndexedTableModel.ColumnIndexDataAttributes extends Object implements Serializable

Serialized Fields

backend

DataAttributes backend

indexColumn

Boolean indexColumn

name

String name

type

Class<T> type

label

String label

Package org.pentaho.reporting.engine.classic.core.event

Class org.pentaho.reporting.engine.classic.core.event.ReportEvent extends EventObject implements Serializable

Serialized Fields

type

int type
The event type for this event.


originatingState

ReportState originatingState
The state that generated the event in the first place. For master reports this is the same as the event source, for master-reports receiving events from a sub-report, this is the subreport's report state.

Class org.pentaho.reporting.engine.classic.core.event.ReportModelEvent extends EventObject implements Serializable

Serialized Fields

element

Object element

type

int type

parameter

Object parameter

Class org.pentaho.reporting.engine.classic.core.event.ReportProgressEvent extends EventObject implements Serializable

Serialized Fields

level

int level
The progress level is an indicator for the current processing level.


maximumLevel

int maximumLevel
The maximum value the progress level will get for this report.


activity

int activity
The indicator for the current activity. One of COMPUTING_LAYOUT, PRECOMPUTING_VALUES, PAGINATING or GENERATING_CONTENT.


row

int row
The current row of the outermost master report.


maximumRow

int maximumRow
The maximum row of the outermost master report.


page

int page
The current physical page.


Package org.pentaho.reporting.engine.classic.core.filter

Class org.pentaho.reporting.engine.classic.core.filter.AnchorFilter extends Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
Deprecated. 
The data source from where to get the values for the anchor.

Class org.pentaho.reporting.engine.classic.core.filter.ComponentDrawableFilter extends Object implements Serializable

Serialized Fields

source

DataSource source
The datasource from where to read the urls.


frame

JFrame frame
The Window-Peer used for the draw operation.

Class org.pentaho.reporting.engine.classic.core.filter.DataRowDataSource extends Object implements Serializable

Serialized Fields

field

String field
The field name that should be queried.


valueExpression

FormulaExpression valueExpression
The formula-expression that computes the result value, if no field is given.

Class org.pentaho.reporting.engine.classic.core.filter.DateFormatFilter extends FormatFilter implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.DateFormatParser extends FormatParser implements Serializable

Serialized Fields

timeZone

TimeZone timeZone

Class org.pentaho.reporting.engine.classic.core.filter.DecimalFormatFilter extends NumberFormatFilter implements Serializable

Serialized Fields

lastLocale

Locale lastLocale
The last locale used to convert numbers.


keepState

boolean keepState
A flag indicating whether this filter should try to detect locales changes.

Class org.pentaho.reporting.engine.classic.core.filter.DecimalFormatParser extends NumberFormatParser implements Serializable

Serialized Fields

lastLocale

Locale lastLocale
The last locale used to convert numbers.


keepState

boolean keepState
A flag indicating whether this filter should try to detect locales changes.

Class org.pentaho.reporting.engine.classic.core.filter.DrawableLoadFilter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
A helper method that is called during the de-serialization process.

Throws:
IOException - if an IOError occurs.
ClassNotFoundException - if a dependent class cannot be found.
Serialized Fields

source

DataSource source
The datasource from where to read the urls.

Class org.pentaho.reporting.engine.classic.core.filter.EmptyDataSource extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.FormatFilter extends Object implements Serializable

Serialized Fields

format

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

String nullvalue
The string used to represent null.

Class org.pentaho.reporting.engine.classic.core.filter.FormatParser extends Object implements Serializable

Serialized Fields

format

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

Object nullvalue
The object used to represent null.

Class org.pentaho.reporting.engine.classic.core.filter.ImageLoadFilter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
A helper method that is called during the de-serialization process.

Throws:
IOException - if an IOError occurs.
ClassNotFoundException - if a dependent class cannot be found.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
A helper method that is called during the serialization process.

Throws:
IOException - if an IO error occured.
Serialized Fields

source

DataSource source
The datasource from where to read the urls.

Class org.pentaho.reporting.engine.classic.core.filter.ImageRefFilter extends Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
The data source.

Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatFilter extends Object implements Serializable

Serialized Fields

messageFormatSupport

MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow.

Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatSupport extends Object implements Serializable

Serialized Fields

fields

String[] fields
The fields that have been collected during the compile process. The array also acts as mapping of index positions to field names.


format

org.pentaho.reporting.libraries.formatting.FastMessageFormat format
The message-format object that is used to format the text.


formatString

String formatString
The original format string.


compiledFormat

String compiledFormat
The translated message format string. All named references have been resolved to numeric index positions.


nullString

String nullString
The replacement text that is used if one of the referenced message parameters is null.


cachedValue

String cachedValue
The cached formatted string value.

Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatSupport.MessageCompiler extends PropertyLookupParser implements Serializable

Serialized Fields

fields

ArrayList<E> fields
The list of fields that have been encountered during the compile process.

Class org.pentaho.reporting.engine.classic.core.filter.NumberFormatFilter extends FormatFilter implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.NumberFormatParser extends FormatParser implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.ResourceFileFilter extends Object implements Serializable

Serialized Fields

resourceIdentifier

String resourceIdentifier
the used resource bundle.


dataSource

DataSource dataSource
the filtered data source.

Class org.pentaho.reporting.engine.classic.core.filter.ResourceMessageFormatFilter extends Object implements Serializable

Serialized Fields

formatKey

String formatKey
The key that gets used to lookup the message format string from the resource bundle.


resourceIdentifier

String resourceIdentifier
The name of the resource bundle used to lookup the message.


messageFormatSupport

MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow.

Class org.pentaho.reporting.engine.classic.core.filter.ShapeFilter extends Object implements Serializable

Serialized Fields

dataSource

DataSource dataSource
The data source.

Class org.pentaho.reporting.engine.classic.core.filter.SimpleDateFormatFilter extends DateFormatFilter implements Serializable

Serialized Fields

lastLocale

Locale lastLocale
The last locale used to convert numbers.


keepState

boolean keepState
A flag indicating whether this filter should try to detect locales changes.

Class org.pentaho.reporting.engine.classic.core.filter.SimpleDateFormatParser extends DateFormatParser implements Serializable

Serialized Fields

lastLocale

Locale lastLocale
The last locale used to convert numbers.


keepState

boolean keepState
A flag indicating whether this filter should try to detect locales changes.

Class org.pentaho.reporting.engine.classic.core.filter.StaticDataSource extends Object implements Serializable

Serialization Methods

readObject

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

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

writeObject

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

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

Class org.pentaho.reporting.engine.classic.core.filter.StringFilter extends Object implements Serializable

Serialized Fields

source

DataSource source
The data source for this filter.


nullvalue

String nullvalue
The string used to represent a null value.

Class org.pentaho.reporting.engine.classic.core.filter.URLFilter extends Object implements Serializable

Serialized Fields

source

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


baseURL

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.pentaho.reporting.engine.classic.core.filter.templates

Class org.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate extends Object implements Serializable

Serialized Fields

name

String name
The template name.

Class org.pentaho.reporting.engine.classic.core.filter.templates.AnchorFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
Deprecated. 
The data-row data source.


anchorFilter

AnchorFilter anchorFilter
Deprecated. 
A string filter.

Class org.pentaho.reporting.engine.classic.core.filter.templates.ComponentFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


drawableFilter

ComponentDrawableFilter drawableFilter
The filter that converts the AWT-Components into Drawables.

Class org.pentaho.reporting.engine.classic.core.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.pentaho.reporting.engine.classic.core.filter.templates.DrawableFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.

Class org.pentaho.reporting.engine.classic.core.filter.templates.DrawableURLElementTemplate extends AbstractTemplate implements Serializable

Serialized Fields

imageLoadFilter

DrawableLoadFilter imageLoadFilter
The image load filter.


staticDataSource

StaticDataSource staticDataSource
A static datasource.


urlFilter

URLFilter urlFilter
A URL filter.

Class org.pentaho.reporting.engine.classic.core.filter.templates.DrawableURLFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

imageLoadFilter

DrawableLoadFilter imageLoadFilter
An image load filter.


dataRowDataSource

DataRowDataSource dataRowDataSource
A data row accessor.


urlFilter

URLFilter urlFilter
A URL filter.

Class org.pentaho.reporting.engine.classic.core.filter.templates.EllipseTemplate extends AbstractTemplate implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.templates.HorizontalLineTemplate extends AbstractTemplate implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.templates.ImageFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


imageRefFilter

ImageRefFilter imageRefFilter
An image reference filter.


imageLoadFilter

ImageLoadFilter imageLoadFilter
The filter that is used to load the image from a URL, file or Blob.

Class org.pentaho.reporting.engine.classic.core.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.pentaho.reporting.engine.classic.core.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.pentaho.reporting.engine.classic.core.filter.templates.LabelTemplate extends AbstractTemplate implements Serializable

Serialized Fields

staticDataSource

StaticDataSource staticDataSource
A static data source.


stringFilter

StringFilter stringFilter
A string filter.

Class org.pentaho.reporting.engine.classic.core.filter.templates.MessageFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

stringFilter

StringFilter stringFilter
A string filter.


messageFormatFilter

MessageFormatFilter messageFormatFilter
The message format filter inlines data from other sources into a string.

Class org.pentaho.reporting.engine.classic.core.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.pentaho.reporting.engine.classic.core.filter.templates.RectangleTemplate extends AbstractTemplate implements Serializable

Class org.pentaho.reporting.engine.classic.core.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.

Class org.pentaho.reporting.engine.classic.core.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.

Class org.pentaho.reporting.engine.classic.core.filter.templates.ResourceMessageTemplate extends AbstractTemplate implements Serializable

Serialized Fields

stringFilter

StringFilter stringFilter
A string filter.


resourceFilter

ResourceMessageFormatFilter resourceFilter
A resource file filter.

Class org.pentaho.reporting.engine.classic.core.filter.templates.RoundRectangleTemplate extends AbstractTemplate implements Serializable

Serialized Fields

arcWidth

float arcWidth
The width of the arc that is used to round off the corners of rectangle.


arcHeight

float arcHeight
The height of the arc that is used to round off the corners of rectangle.

Class org.pentaho.reporting.engine.classic.core.filter.templates.ShapeFieldTemplate extends AbstractTemplate implements Serializable

Serialized Fields

dataRowDataSource

DataRowDataSource dataRowDataSource
The data row reader.


shapeFilter

ShapeFilter shapeFilter
A shape filter.

Class org.pentaho.reporting.engine.classic.core.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.pentaho.reporting.engine.classic.core.filter.templates.VerticalLineTemplate extends AbstractTemplate implements Serializable


Package org.pentaho.reporting.engine.classic.core.filter.types

Class org.pentaho.reporting.engine.classic.core.filter.types.AutoLayoutBoxType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ContentFieldType extends ContentType implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ContentType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.DateFieldType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.EllipseType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ExternalElementType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.HorizontalLineType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.LabelType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.LegacyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.MessageType extends Object implements Serializable

Serialized Fields

messageFormatFilter

MessageFormatFilter messageFormatFilter

Class org.pentaho.reporting.engine.classic.core.filter.types.NumberFieldType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.RectangleType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceFieldType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceLabelType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceMessageType extends Object implements Serializable

Serialized Fields

messageFormatFilter

ResourceMessageFormatFilter messageFormatFilter

Class org.pentaho.reporting.engine.classic.core.filter.types.TextFieldType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.VerticalLineType extends Object implements Serializable


Package org.pentaho.reporting.engine.classic.core.filter.types.bands

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.BandType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabColumnGroupBodyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabColumnGroupType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabGroupType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabOtherGroupBodyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabOtherGroupType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabRowGroupBodyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabRowGroupType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabSummaryFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabSummaryHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabTitleFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabTitleHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.DetailsFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.DetailsHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.GroupDataBodyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.GroupFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.GroupHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.ItemBandType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.MasterReportType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.NoDataBandType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.PageFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.PageHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.RelationalGroupType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.ReportFooterType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.ReportHeaderType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.SubGroupBodyType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.SubReportType extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.filter.types.bands.WatermarkType extends Object implements Serializable


Package org.pentaho.reporting.engine.classic.core.function

Class org.pentaho.reporting.engine.classic.core.function.AbstractCompareExpression extends AbstractExpression implements Serializable

Serialized Fields

compareMethod

String compareMethod
Deprecated. 
A field holding the compare method that should be used.


field

String field
Deprecated. 
The name of the field that should be read.

Class org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction extends AbstractFunction implements Serializable

Serialized Fields

element

String element
The name of the element that should be formatted.

Class org.pentaho.reporting.engine.classic.core.function.AbstractExpression extends Object implements Serializable

Serialized Fields

name

String name
The expression name.


dependency

int dependency
The dependency level.


preserve

boolean preserve
A flag indicating whether the expression's result should be preserved in the datarow even when the expression itself goes out of scope.

Class org.pentaho.reporting.engine.classic.core.function.AbstractFunction extends AbstractExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.AverageExpression extends AbstractExpression implements Serializable

Serialized Fields

fieldList

ArrayList<E> fieldList
Deprecated. 
An ordered list containing the fieldnames used in the expression.


scale

int scale
Deprecated. 
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
Deprecated. 
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression extends AbstractExpression implements Serializable

Serialized Fields

fields

ArrayList<E> fields
An ordered list containing the fieldnames used in the expression.

Class org.pentaho.reporting.engine.classic.core.function.ColumnAverageExpression extends ColumnAggregationExpression implements Serializable

Serialized Fields

onlyValidFields

boolean onlyValidFields
Deprecated. 
A flag defining whether non-numeric and null-values should be ignored.


returnInfinity

boolean returnInfinity
Deprecated. 
A flag defining whether the expression should return infinity if there are no valid fields. If set to false, this expression returns null instead.


scale

int scale
Deprecated. 
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
Deprecated. 
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.ColumnDifferenceExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.ColumnDivisionExpression extends ColumnAggregationExpression implements Serializable

Serialized Fields

scale

int scale
Deprecated. 
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
Deprecated. 
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.ColumnMaximumExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.ColumnMinimumExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.ColumnMultiplyExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.ColumnSumExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.CompareFieldsExpression extends AbstractCompareExpression implements Serializable

Serialized Fields

otherField

String otherField
Deprecated. 
The name of the data-row column that holds the second value.

Class org.pentaho.reporting.engine.classic.core.function.ConditionalItemSumFunction extends ItemSumFunction implements Serializable

Serialized Fields

conditionField

String conditionField
Deprecated. 
The name of the data-row column from where to read the comparison value for the condition.


conditionValue

Object conditionValue
Deprecated. 
The static comparison value for the condition.

Class org.pentaho.reporting.engine.classic.core.function.ConvertToDateExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
The name of the data-row column from where to read the string that should be parsed.


format

String format
The date-format that is used for the parsing.


locale

Locale locale
The locale. If undefined, the report's locale is used.


timeZone

TimeZone timeZone

Class org.pentaho.reporting.engine.classic.core.function.ConvertToNumberExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
The name of the data-row column from where to read the string that should be parsed.


format

String format
The date-format that is used for the parsing.


locale

Locale locale
The locale. If undefined, the report's locale is used.


lastLocale

Locale lastLocale
A variable that caches the last locale object used.


decimalFormat

DecimalFormat decimalFormat
A variable that caches the last number-format object used.

Class org.pentaho.reporting.engine.classic.core.function.CountDistinctFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

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

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

group

String group
The name of the group on which to reset the count. This can be set to null to compute the count for the whole report.


field

String field
The field for which the number of distinct values are counted.

Class org.pentaho.reporting.engine.classic.core.function.CreateGroupAnchorsFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
Deprecated. 
The name of the group for which anchors should be created.


anchorPrefix

String anchorPrefix
Deprecated. 
A prefix for the anchor name.


anchor

Anchor anchor
Deprecated. 
A temporary variable holding the last anchor created by this function.


count

int count
Deprecated. 
A counter to create unique anchor names.

Class org.pentaho.reporting.engine.classic.core.function.CreateHyperLinksFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name from where to read the hyper-link target.


windowField

String windowField
Deprecated. 
The field from where to read the link target-window specifier.


target

String target
Deprecated. 
The constant target window. This property is used if no window field was set.

Class org.pentaho.reporting.engine.classic.core.function.DateCutExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The name of the data-row field from where to read the date that should be modified.


factor

long factor
Deprecated. 
The factor by which the date should be pruned.

Class org.pentaho.reporting.engine.classic.core.function.ElementColorFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

colorTrue

Color colorTrue
Deprecated. 
the color if the field is TRUE.


colorFalse

Color colorFalse
Deprecated. 
the color if the field is FALSE.


field

String field
Deprecated. 
The field from where to read the Boolean value.

Class org.pentaho.reporting.engine.classic.core.function.ElementTrafficLightFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

useOppositeLogic

boolean useOppositeLogic
Deprecated. 
A flag indicating whether limits specify the lower or the upper boundary of a range.


useAbsoluteValue

boolean useAbsoluteValue
Deprecated. 
A flag indicating whether the values read from the field should be made absolute before they are compared to the limits.


defineBackground

boolean defineBackground
Deprecated. 
A flag indicating whether the color is applied to the foreground or background of the element.


field

String field
Deprecated. 
The name of the data-row column from where to read the number that is compared to the limits.


defaultColor

Color defaultColor
Deprecated. 
The default color that is used if none of the limits applies.


limits

ArrayList<E> limits
Deprecated. 
The list of limit and color pairs.

Class org.pentaho.reporting.engine.classic.core.function.ElementVisibilityFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name of the data-row column from where to read the boolean value.

Class org.pentaho.reporting.engine.classic.core.function.ElementVisibilitySwitchFunction extends AbstractFunction implements Serializable

Serialized Fields

newPageState

Boolean newPageState
Deprecated. 
If not null, this boolean flag defines the function state that should be used after page breaks. If not defined, the initial state is used instead.


numberOfElements

int numberOfElements
Deprecated. 
A field defining the number of rows that must be processed before the visibility can switch again.


element

String element
Deprecated. 
The name of the element that should be formatted.


initialState

boolean initialState
Deprecated. 
The initial visibility that is used on the start of a new report, a new group or a new page.


resetOnGroupStart

boolean resetOnGroupStart
Deprecated. 
A flag indicating whether the visiblity should be reset to its initial state when a group starts.


resetOnPageStart

boolean resetOnPageStart
Deprecated. 
A flag indicating whether the visiblity should be reset to its initial state when a page starts.

Class org.pentaho.reporting.engine.classic.core.function.EventMonitorFunction extends AbstractFunction implements Serializable

Serialized Fields

deepTraversing

boolean deepTraversing
A flag indicating whether this expression will receive events from subreports.

Class org.pentaho.reporting.engine.classic.core.function.ExpressionCollection extends Object implements Serializable

Serialized Fields

expressionList

ArrayList<E> expressionList
Ordered storage for the Expressions.

Class org.pentaho.reporting.engine.classic.core.function.FormulaExpression extends AbstractExpression implements Serializable

Serialized Fields

formulaNamespace

String formulaNamespace
The formula namespace as defined by OpenFormula.


formulaExpression

String formulaExpression
The formula itself.


formula

String formula
The formula as specified by the user. This is the formula and the namespace.


formulaError

Exception formulaError
A flag indicating that the formula cannot be parsed.

Class org.pentaho.reporting.engine.classic.core.function.FormulaFunction extends AbstractFunction implements Serializable

Serialized Fields

formulaNamespace

String formulaNamespace
The formula namespace as defined by OpenFormula.


formulaExpression

String formulaExpression
The formula itself.


formula

String formula
The formula as specified by the user. This is the formula and the namespace.


initialNamespace

String initialNamespace
The formula namespace of the initial formula as defined by OpenFormula.


initialExpression

String initialExpression
The initial formula itself.


initial

String initial
The initial formula as specified by the user. This is the formula and the namespace.


initialized

boolean initialized
A flag indicating whether the initial-formula has been evaluated.


formulaError

boolean formulaError
A flag indicating that the formula cannot be parsed.

Class org.pentaho.reporting.engine.classic.core.function.FunctionProcessingException extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.GroupCountFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group that should be counted. This can be set to null to compute the count for all sub-groups of the parent-group.


parentGroup

String parentGroup
The name of the group on which to reset the count. This can be set to null to count the sub-groups of the whole report.


count

int count
The number of groups.

Class org.pentaho.reporting.engine.classic.core.function.HideElementByNameFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The name of the data-row column that is checked for null-values.

Class org.pentaho.reporting.engine.classic.core.function.HideElementIfDataAvailableExpression extends AbstractElementFormatFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.HideNullValuesFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The name of the data-row column that is checked for null-values.

Class org.pentaho.reporting.engine.classic.core.function.HidePageBandForTableExportFunction extends AbstractFunction implements Serializable

Serialized Fields

hidePageBands

boolean hidePageBands
A flag indicating whether page bands should be hidden.


disableRepeatingHeader

boolean disableRepeatingHeader
A flag indicating whether repeating group header and footer should made non-repeating.


exportDescriptor

String exportDescriptor

Class org.pentaho.reporting.engine.classic.core.function.IsEmptyExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name.

Class org.pentaho.reporting.engine.classic.core.function.IsNullExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name.

Class org.pentaho.reporting.engine.classic.core.function.ItemAvgFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the average for the whole report.


field

String field
The name of the field from where to read the values.


scale

int scale
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.ItemColumnQuotientExpression extends PercentageExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.ItemCountFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the count for the whole report.

Class org.pentaho.reporting.engine.classic.core.function.ItemHideFunction extends AbstractFunction implements Serializable

Serialized Fields

ignoreGroupBreaks

boolean ignoreGroupBreaks
A flag indicating whether a group start resets the visiblity of the element.


ignorePageBreaks

boolean ignorePageBreaks
A flag indicating whether a page start resets the visiblity of the element.


element

String element
The name of the element that should be hidden.


field

String field
The data-row column that should be checked for changed values.

Class org.pentaho.reporting.engine.classic.core.function.ItemMaxFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the maximum for the whole report.


field

String field
The name of the field from where to read the values.

Class org.pentaho.reporting.engine.classic.core.function.ItemMinFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the minimum for the whole report.


field

String field
The name of the field from where to read the values.

Class org.pentaho.reporting.engine.classic.core.function.ItemPercentageFunction extends AbstractFunction implements Serializable

Serialized Fields

totalSumFunction

TotalGroupSumFunction totalSumFunction
A total group sum function.


group

String group
The name of the group on which to reset the count. This can be set to null to compute the percentage for the whole report.


field

String field
The name of the field from where to read the values.


scale

int scale
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
The rounding-property defines the precission of the divide-operation.


scaleToHundred

boolean scaleToHundred
A flag defining whether the returned value should be scaled to 100.

Class org.pentaho.reporting.engine.classic.core.function.ItemSumFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the sum for the whole report.


field

String field
The name of the field from where to read the values.

Class org.pentaho.reporting.engine.classic.core.function.NegativeNumberPaintChangeFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The name of the data-row column from where to read the numeric value.


positiveColor

Color positiveColor
Deprecated. 
The color that is used for positive values.


negativeColor

Color negativeColor
Deprecated. 
The color that is used for negative values.


zeroColor

Color zeroColor
Deprecated. 
The color that is used for zero values.

Class org.pentaho.reporting.engine.classic.core.function.PageFunction extends AbstractFunction implements Serializable

Serialized Fields

group

String group
The name of the group on which to reset the count. This can be set to null to compute the page count for the whole report.


startPage

int startPage
The initial page number on which the counting should start.


pageIncrement

int pageIncrement
The increment by which the page number should be increases each time.


dependencyLevel

int dependencyLevel
The dependency level of the function.


ignoreNextPageStart

boolean ignoreNextPageStart
An internal state-management flag.


ignoreNextGroupStart

boolean ignoreNextGroupStart
An internal state-management flag.

Class org.pentaho.reporting.engine.classic.core.function.PageItemCountFunction extends ItemCountFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.PageItemSumFunction extends ItemSumFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.PageOfPagesFunction extends PageFunction implements Serializable

Serialized Fields

pageTotalFunction

PageTotalFunction pageTotalFunction
A internal function delegate that computes the total number of pages.


format

String format
The message format pattern.

Class org.pentaho.reporting.engine.classic.core.function.PageTotalFunction extends PageFunction implements Serializable

Serialized Fields

groupPages

HashMap<K,V> groupPages
A map of results, keyed by the process-key.


firstGroupSeen

boolean firstGroupSeen
An internal state flag.

Class org.pentaho.reporting.engine.classic.core.function.PaintComponentFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

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

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

element

String element
Deprecated. 
The name of the report element that should receive the image.


field

String field
Deprecated. 
The field from where to read the AWT-Component.


scale

float scale
Deprecated. 
The scale factor.

Class org.pentaho.reporting.engine.classic.core.function.PaintDynamicComponentFunction extends AbstractFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field from where to read the AWT-Component.


scale

float scale
Deprecated. 
The scale factor.

Class org.pentaho.reporting.engine.classic.core.function.PercentageExpression extends AbstractExpression implements Serializable

Serialized Fields

dividend

String dividend
Deprecated. 
the field used as dividend by the function.


divisor

String divisor
Deprecated. 
the field used as divisor by the function.


useDifference

boolean useDifference
Deprecated. 
A flag indicating whether the difference between divident and divisor should be used as real divisor.


scale

int scale
Deprecated. 
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
Deprecated. 
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.RowBandingFunction extends AbstractFunction implements Serializable

Serialized Fields

newPageState

Boolean newPageState
If not null, this boolean flag defines the function state that should be used after page breaks. If not defined, the initial state is used instead.


numberOfElements

int numberOfElements
A field defining the number of rows that must be processed before the visibility can switch again.


element

String element
The name of the element that should be formatted.


initialState

boolean initialState
The initial visibility that is used on the start of a new report, a new group or a new page.


visibleBackground

Color visibleBackground
The background color that is used if the row-banding background should be visible.


invisibleBackground

Color invisibleBackground
The background color that is used if the row-banding background should be invisible.

Class org.pentaho.reporting.engine.classic.core.function.ShowElementByNameFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field from where to read the compare value.


values

ArrayList<E> values
Deprecated. 
The list of values.

Class org.pentaho.reporting.engine.classic.core.function.ShowElementIfDataAvailableExpression extends AbstractElementFormatFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.TextFormatExpression extends AbstractExpression implements Serializable

Serialized Fields

fields

ArrayList<E> fields
Deprecated. 
An ordered list containing the fieldnames used in the expression.


pattern

String pattern
Deprecated. 
The message-format pattern used to compute the result.


urlEncodeData

boolean urlEncodeData
Deprecated. 
A flag indicating whether the data read from the fields should be URL encoded.


urlEncodeResult

boolean urlEncodeResult
Deprecated. 
A flag indicating whether the whole result string should be URL encoded.


encoding

String encoding
Deprecated. 
The byte-encoding used for the URL encoding.


cachedResult

String cachedResult
Deprecated. 
A cached result.

Class org.pentaho.reporting.engine.classic.core.function.TotalCalculationFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

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

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

field

String field
The field that should be evaluated.


group

String group
The name of the group on which to reset.

Class org.pentaho.reporting.engine.classic.core.function.TotalGroupCountFunction extends GroupCountFunction implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Helper function for the serialization.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if a required class could not be found.

Class org.pentaho.reporting.engine.classic.core.function.TotalGroupSumFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Helper function for the serialization.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if a required class could not be found.
Serialized Fields

field

String field
The field that should be evaluated.


group

String group
The name of the group on which to reset.

Class org.pentaho.reporting.engine.classic.core.function.TotalGroupSumQuotientFunction extends AbstractFunction implements Serializable

Serialized Fields

dividendFunction

TotalGroupSumFunction dividendFunction
Internal function to compute the dividend.


divisorFunction

TotalGroupSumFunction divisorFunction
Internal function to compute the divisor.


scale

int scale
The scale-property defines the precission of the divide-operation.


roundingMode

int roundingMode
The rounding-property defines the precission of the divide-operation.

Class org.pentaho.reporting.engine.classic.core.function.TotalGroupSumQuotientPercentFunction extends TotalGroupSumQuotientFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.TotalItemCountFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Helper function for the serialization.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if a required class could not be found.
Serialized Fields

group

String group
The name of the group on which to reset.

Class org.pentaho.reporting.engine.classic.core.function.TotalItemMaxFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Helper function for the serialization.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if a required class could not be found.
Serialized Fields

group

String group
The name of the group on which to reset.


field

String field
The field that should be evaluated.

Class org.pentaho.reporting.engine.classic.core.function.TotalItemMinFunction extends AbstractFunction implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Helper function for the serialization.

Throws:
IOException - if an IO error occured.
ClassNotFoundException - if a required class could not be found.
Serialized Fields

group

String group
The name of the group on which to reset.


field

String field
The field that should be evaluated.

Class org.pentaho.reporting.engine.classic.core.function.TotalPageItemCountFunction extends TotalItemCountFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.TriggerPageFooterFunction extends AbstractFunction implements Serializable


Package org.pentaho.reporting.engine.classic.core.function.bool

Class org.pentaho.reporting.engine.classic.core.function.bool.AndExpression extends ColumnAggregationExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.bool.IsEmptyDataExpression extends AbstractExpression implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.bool.OrExpression extends ColumnAggregationExpression implements Serializable


Package org.pentaho.reporting.engine.classic.core.function.date

Class org.pentaho.reporting.engine.classic.core.function.date.CompareDateExpression extends AbstractCompareExpression implements Serializable

Serialized Fields

date

Date date
Deprecated. 
The static date that is used in the comparison.

Class org.pentaho.reporting.engine.classic.core.function.date.DateExpression extends AbstractExpression implements Serializable

Serialized Fields

month

Integer month
A property holding the month of the year.


year

Integer year
A property holding the year.


hour

Integer hour
A property holding the hour of the day. This property uses the 24-hour system.


minute

Integer minute
A property holding the minute.


second

Integer second
A property holding the second.


milliSecond

Integer milliSecond
A property holding milli-seconds.


time

Long time
A property holding time in milli-seconds since 01-01-1970.


epochTime

Long epochTime
A property holding time in seconds since 01-01-1970.


dayOfWeek

Integer dayOfWeek
A property holding the day of the week.


dayOfYear

Integer dayOfYear
A property holding the day of the year.


dayOfMonth

Integer dayOfMonth
A property holding the day of the month.


dayOfWeekInMonth

Integer dayOfWeekInMonth
A property holding the day of the week in the month.


timeZone

TimeZone timeZone
A property holding the time-zone.


weekOfYear

Integer weekOfYear
A property holding the week of the year.


weekOfMonth

Integer weekOfMonth
A property holding the week of the month.

Class org.pentaho.reporting.engine.classic.core.function.date.DateSpanExpression extends AbstractExpression implements Serializable

Serialized Fields

startDateField

String startDateField
Deprecated. 
The field that contains the start-date.


endDateField

String endDateField
Deprecated. 
The field that contains the end-date.

Class org.pentaho.reporting.engine.classic.core.function.date.VariableDateExpression extends DateExpression implements Serializable

Serialized Fields

monthField

String monthField
The name of the field that contains the month.


yearField

String yearField
The name of the field that contains the year.


hourField

String hourField
The name of the field that contains the hour (using the 24-hours system).


minuteField

String minuteField
The name of the field that contains the minute.


secondField

String secondField
The name of the field that contains the second.


milliSecondField

String milliSecondField
The name of the field that contains the milli-seconds.


timeField

String timeField
The name of the field that contains the number of milliseconds since 01-Jan-1970.


dayOfWeekField

String dayOfWeekField
The name of the field that contains the day of the week.


dayOfYearField

String dayOfYearField
The name of the field that contains the day of the year.


dayOfMonthField

String dayOfMonthField
The name of the field that contains the day of the month.


dayOfWeekInMonthField

String dayOfWeekInMonthField
The name of the field that contains the day of the week in the current month.


timeZoneField

String timeZoneField
The name of the field that contains the time-zone.


weekOfYearField

String weekOfYearField
The name of the field that contains the week of the year.


weekOfMonthField

String weekOfMonthField
The name of the field that contains the week of the month.


epochTimeField

String epochTimeField
The name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.


Package org.pentaho.reporting.engine.classic.core.function.formula

Class org.pentaho.reporting.engine.classic.core.function.formula.DashboardModeFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.DashboardModeFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.DocumentMetaDataFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.DocumentMetaDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.EngineeringNotationFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.EngineeringNotationFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.EnvFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.EnvFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.IsEmptyDataFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.IsEmptyDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.IsExportTypeFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.IsExportTypeFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MetaDataFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MetaDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MParameterTextFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MParameterTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MultiValueQueryFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.MultiValueQueryFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.ParameterTextFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.ParameterTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.QuoteTextFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.QuoteTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.RowCountFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.RowCountFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.SingleValueQueryFunction extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.formula.SingleValueQueryFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable


Package org.pentaho.reporting.engine.classic.core.function.numeric

Class org.pentaho.reporting.engine.classic.core.function.numeric.CompareNumberExpression extends AbstractCompareExpression implements Serializable

Serialized Fields

number

Double number
Deprecated. 
The number to which the field's value get compared.

Class org.pentaho.reporting.engine.classic.core.function.numeric.IsNegativeExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name.

Class org.pentaho.reporting.engine.classic.core.function.numeric.IsPositiveExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name.


Package org.pentaho.reporting.engine.classic.core.function.strings

Class org.pentaho.reporting.engine.classic.core.function.strings.CapitalizeStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name from where to read the string that should be capitalized.


firstWordOnly

boolean firstWordOnly
Deprecated. 
A flag indicating that only the first word should be capitalized.

Class org.pentaho.reporting.engine.classic.core.function.strings.CompareStringExpression extends AbstractCompareExpression implements Serializable

Serialized Fields

text

String text
Deprecated. 
The static text.

Class org.pentaho.reporting.engine.classic.core.function.strings.MapIndirectExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
The field from where to read the key value.


keys

ArrayList<E> keys
The list of possible keys.


forwards

ArrayList<E> forwards
The list of target-fields.


ignoreCase

boolean ignoreCase
A flag defining, whether the key-lookup should be case-insensitive.


fallbackForward

String fallbackForward
The fallback forward is used if none of the defined keys matches.


nullValue

String nullValue
The null-value is returned if the key-field evaluates to null.

Class org.pentaho.reporting.engine.classic.core.function.strings.MapStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
The field from where to read the key value.


keys

ArrayList<E> keys
The list of possible keys.


values

ArrayList<E> values
The list of mapped values.


ignoreCase

boolean ignoreCase
A flag defining, whether the key-lookup should be case-insensitive.


fallbackValue

String fallbackValue
The fallback value is returned if none of the defined keys matches.


nullValue

String nullValue
The null-value is returned if the key-field evaluates to null.

Class org.pentaho.reporting.engine.classic.core.function.strings.MessageFormatExpression extends AbstractExpression implements Serializable

Serialized Fields

pattern

String pattern
The message-format pattern used to compute the result.


messageFormatSupport

MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow.


urlEncodeData

boolean urlEncodeData
A flag indicating whether the data read from the fields should be URL encoded.


urlEncodeResult

boolean urlEncodeResult
A flag indicating whether the whole result string should be URL encoded.


encoding

String encoding
The byte-encoding used for the URL encoding.

Class org.pentaho.reporting.engine.classic.core.function.strings.ResourceBundleLookupExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
The field from where to read the key value.


resourceIdentifier

String resourceIdentifier
The name of the used resource bundle. If null, the default resource-bundle will be used instead.

Class org.pentaho.reporting.engine.classic.core.function.strings.ResourceMesssageFormatExpression extends AbstractExpression implements Serializable

Serialized Fields

formatKey

String formatKey
The key that gets used to lookup the message format string from the resource bundle.


resourceIdentifier

String resourceIdentifier
The name of the resource bundle used to lookup the message.


messageFormatSupport

MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow.

Class org.pentaho.reporting.engine.classic.core.function.strings.SubStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field from where to read the string.


ellipsis

String ellipsis
Deprecated. 
The ellipse-text that marks partial results.


start

int start
Deprecated. 
The start-index position.


length

int length
Deprecated. 
The length of the substring.

Class org.pentaho.reporting.engine.classic.core.function.strings.TokenizeStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field from where to read the original value.


delimeter

String delimeter
Deprecated. 
The delimeter value.


replacement

String replacement
Deprecated. 
The replacement value.


prefix

String prefix
Deprecated. 
The (optional) prefix value.


suffix

String suffix
Deprecated. 
The (optional) suffix value.

Class org.pentaho.reporting.engine.classic.core.function.strings.ToLowerCaseStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name from where to read the string that should be converted to lower case.

Class org.pentaho.reporting.engine.classic.core.function.strings.ToUpperCaseStringExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name from where to read the string that should be converted to upper case.

Class org.pentaho.reporting.engine.classic.core.function.strings.URLEncodeExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field
Deprecated. 
The field name from where to read the string that should be URL-encoded.


encoding

String encoding
Deprecated. 
The character-encoding that should be used for the URL-encoding of the value.


Package org.pentaho.reporting.engine.classic.core.function.sys

Class org.pentaho.reporting.engine.classic.core.function.sys.AttributeExpressionsEvaluator extends AbstractElementFormatFunction implements Serializable

Serialized Fields

expressionsCache

org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache

Class org.pentaho.reporting.engine.classic.core.function.sys.CellFormatFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

formatSpecification

FormatSpecification formatSpecification
A reusable format-specification object.

Class org.pentaho.reporting.engine.classic.core.function.sys.GetDataRowValueExpression extends AbstractExpression implements Serializable

Serialized Fields

field

String field

Class org.pentaho.reporting.engine.classic.core.function.sys.IsExportTypeExpression extends AbstractExpression implements Serializable

Serialized Fields

exportType

String exportType
The export type for which to test for.

Class org.pentaho.reporting.engine.classic.core.function.sys.MetaDataStyleEvaluator extends AbstractElementFormatFunction implements Serializable

Serialized Fields

legacyMode

Boolean legacyMode

Class org.pentaho.reporting.engine.classic.core.function.sys.SheetNameFunction extends AbstractElementFormatFunction implements Serializable

Class org.pentaho.reporting.engine.classic.core.function.sys.SingleValueQueryFunction extends ColumnAggregationExpression implements Serializable

Serialized Fields

query

String query
The name of the query that should be executed.


resultColumn

String resultColumn
The name of the column of the query's result-table that should be used. If undefined, the first column is used.


queryTimeout

int queryTimeout

Class org.pentaho.reporting.engine.classic.core.function.sys.StyleExpressionsEvaluator extends AbstractElementFormatFunction implements Serializable

Serialized Fields

expressionsCache

org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache

Class org.pentaho.reporting.engine.classic.core.function.sys.WizardItemHideFunction extends AbstractElementFormatFunction implements Serializable

Serialized Fields

pageStarted

boolean pageStarted

expressionsCache

org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache

Package org.pentaho.reporting.engine.classic.core.imagemap

Class org.pentaho.reporting.engine.classic.core.imagemap.AbstractImageMapEntry extends Object implements Serializable

Serialized Fields

attributeMap

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributeMap

Class org.pentaho.reporting.engine.classic.core.imagemap.CircleImageMapEntry extends AbstractImageMapEntry implements Serializable

Serialized Fields

radius

float radius

x

float x

y

float y

Class org.pentaho.reporting.engine.classic.core.imagemap.DefaultImageMapEntry extends AbstractImageMapEntry implements Serializable

Class org.pentaho.reporting.engine.classic.core.imagemap.ImageMap extends Object implements Serializable

Serialized Fields

attributes

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributes

mapEntries

ArrayList<E> mapEntries

Class org.pentaho.reporting.engine.classic.core.imagemap.PolygonImageMapEntry extends AbstractImageMapEntry implements Serializable

Serialized Fields

coordinates

float[] coordinates

polygon

GeneralPath polygon

Class org.pentaho.reporting.engine.classic.core.imagemap.RectangleImageMapEntry extends AbstractImageMapEntry implements Serializable

Serialized Fields

x1

float x1

y1

float y1

x2

float x2

y2

float y2

Package org.pentaho.reporting.engine.classic.core.layout

Class org.pentaho.reporting.engine.classic.core.layout.SizeCalculatorException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.engine.classic.core.layout.model.context

Class org.pentaho.reporting.engine.classic.core.layout.model.context.NodeLayoutProperties extends Object implements Serializable

Serialized Fields

verticalTextAlign

VerticalTextAlign verticalTextAlign

verticalAlignment

ElementAlignment verticalAlignment

majorAxis

int majorAxis

minorAxis

int minorAxis

styleSheet

StyleSheet styleSheet

instanceId

InstanceID instanceId

posY

Float posY

posX

Float posX

Class org.pentaho.reporting.engine.classic.core.layout.model.context.StaticBoxLayoutProperties extends Object implements Serializable

Serialized Fields

marginLeft

long marginLeft

marginRight

long marginRight

marginTop

long marginTop

marginBottom

long marginBottom

borderLeft

long borderLeft

borderRight

long borderRight

borderTop

long borderTop

borderBottom

long borderBottom

dominantBaseline

int dominantBaseline

nominalBaselineInfo

ExtendedBaselineInfo nominalBaselineInfo

widows

int widows

orphans

int orphans

avoidPagebreakInside

boolean avoidPagebreakInside

preserveSpace

boolean preserveSpace

breakAfter

boolean breakAfter

fontFamily

String fontFamily

blockContextWidth

long blockContextWidth

spaceWidth

long spaceWidth

overflowX

boolean overflowX

overflowY

boolean overflowY

invisibleConsumesSpace

boolean invisibleConsumesSpace

visible

boolean visible

placeholderBox

boolean placeholderBox

computedWidth

long computedWidth

Package org.pentaho.reporting.engine.classic.core.layout.output

Class org.pentaho.reporting.engine.classic.core.layout.output.ContentProcessingException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.layout.output.DefaultOutputFunction extends AbstractFunction implements Serializable

Serialized Fields

currentEvent

ReportEvent currentEvent

renderer

Renderer renderer

lastPagebreak

boolean lastPagebreak

pagebreakHandler

DefaultLayoutPagebreakHandler pagebreakHandler

inlineSubreports

ArrayList<E> inlineSubreports

outputHandlers

org.pentaho.reporting.libraries.base.util.FastStack<T> outputHandlers

crosstabLayouts

org.pentaho.reporting.libraries.base.util.FastStack<T> crosstabLayouts

beginOfRow

int beginOfRow

Class org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey extends Object implements Serializable

Serialized Fields

position

int position

width

int width

height

int height

physicalPageKeys

PhysicalPageKey[] physicalPageKeys

Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature extends Object implements Serializable

Serialized Fields

name

String name

hashCode

int hashCode

Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature.BooleanOutputProcessorFeature extends OutputProcessorFeature implements Serializable

Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature.NumericOutputProcessorFeature extends OutputProcessorFeature implements Serializable

Class org.pentaho.reporting.engine.classic.core.layout.output.PageState extends Object implements Serializable

Serialized Fields

reportState

ProcessState reportState

pageCursor

int pageCursor

safeToStore

Boolean safeToStore

Class org.pentaho.reporting.engine.classic.core.layout.output.PhysicalPageKey extends Object implements Serializable

Serialized Fields

logicalPage

LogicalPageKey logicalPage

x

int x

y

int y

Package org.pentaho.reporting.engine.classic.core.metadata

Class org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData extends Object implements Serializable

Serialized Fields

name

String name

bundleLocation

String bundleLocation

keyPrefix

String keyPrefix

expert

boolean expert

preferred

boolean preferred

hidden

boolean hidden

deprecated

boolean deprecated

displayNameKey

String displayNameKey

descriptionKey

String descriptionKey

groupingKey

String groupingKey

groupingOrdinalKey

String groupingOrdinalKey

itemOrdinalKey

String itemOrdinalKey

keyPrefixAndName

String keyPrefixAndName

deprecationKey

String deprecationKey

experimental

boolean experimental

compatibilityLevel

int compatibilityLevel

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultAttributeMetaData extends AbstractMetaData implements Serializable

Serialized Fields

valueRole

String valueRole

bulk

boolean bulk

namespace

String namespace

targetClass

Class<T> targetClass

mandatory

boolean mandatory

computed

boolean computed
Indicates if the value is computed. A computed value does not have to be retained since it can be re-computed. NOTE: an Element that is computed may or may not be transient.


transientFlag

boolean transientFlag
Indicates if the value is transient. These values will not be written when the Element is serialized. NOTE: an Element that is computed may or may not be transient.


propertyEditorClass

String propertyEditorClass

designTimeValue

boolean designTimeValue

attributeCore

AttributeCore attributeCore

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultDataFactoryMetaData extends AbstractMetaData implements Serializable

Serialized Fields

editorClass

Class<T> editorClass

editable

boolean editable

freeformQuery

boolean freeformQuery

formattingMetadataSource

boolean formattingMetadataSource

dataFactoryCore

DataFactoryCore dataFactoryCore

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultElementMetaData extends AbstractMetaData implements Serializable

Serialized Fields

attributes

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributes

styles

HashMap<K,V> styles

elementType

Class<T> elementType

container

boolean container

contentType

Class<T> contentType

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultExpressionMetaData extends AbstractMetaData implements Serializable

Serialized Fields

expressionType

Class<T> expressionType

resultType

Class<T> resultType

properties

HashMap<K,V> properties

beanInfo

BeanInfo beanInfo

layoutProcessorMode

int layoutProcessorMode

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultExpressionPropertyMetaData extends AbstractMetaData implements Serializable

Serialized Fields

mandatory

boolean mandatory

propertyRole

String propertyRole

propertyDescriptor

PropertyDescriptor propertyDescriptor

propertyEditorClass

String propertyEditorClass

computed

boolean computed

expressionPropertyCore

ExpressionPropertyCore expressionPropertyCore

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportPreProcessorMetaData extends AbstractMetaData implements Serializable

Serialized Fields

expressionType

Class<T> expressionType

properties

HashMap<K,V> properties

beanInfo

BeanInfo beanInfo

autoProcessor

boolean autoProcessor

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportPreProcessorPropertyMetaData extends AbstractMetaData implements Serializable

Serialized Fields

mandatory

boolean mandatory

propertyRole

String propertyRole

propertyDescriptor

PropertyDescriptor propertyDescriptor

propertyEditorClass

String propertyEditorClass

computed

boolean computed

reportPreProcessorCore

ReportPreProcessorPropertyCore reportPreProcessorCore

Class org.pentaho.reporting.engine.classic.core.metadata.DefaultStyleKeyMetaData extends AbstractMetaData implements Serializable

Serialized Fields

key

StyleKey key

propertyEditor

String propertyEditor

Class org.pentaho.reporting.engine.classic.core.metadata.MetaDataLookupException extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.gui.base

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.AbstractExportDialog extends JDialog implements Serializable

Serialized Fields

cancelAction

Action cancelAction

confirmAction

Action confirmAction

formValidator

FormValidator formValidator

resources

ResourceBundle resources

confirmed

boolean confirmed

reportJob

MasterReport reportJob

guiContext

GuiContext guiContext

defaultContext

GuiContext defaultContext

messages

org.pentaho.reporting.libraries.base.util.Messages messages

parametersLayoutPanel

JPanel parametersLayoutPanel

parametersPanel

ParameterReportControllerPane parametersPanel

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.ComponentListCellRenderer extends JComponent implements Serializable

Serialized Fields

defaultComp

DefaultListCellRenderer defaultComp

abstractButton

AbstractButton abstractButton

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController extends JPanel implements Serializable

Serialized Fields

enabledUpdateHandler

org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController.EnabledUpdateHandler enabledUpdateHandler

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane extends JPanel implements Serializable

Serialized Fields

isUpdating

boolean isUpdating

report

MasterReport report

reportParameterValues

ReportParameterValues reportParameterValues

validator

ReportParameterValidator validator

changeListeners

ArrayList<E> changeListeners

internalChangeListeners

ArrayList<E> internalChangeListeners

autoUpdateCheckbox

JCheckBox autoUpdateCheckbox

updateButton

JButton updateButton

carrierPanel

org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.ParameterCarrierPanel carrierPanel

parameterContext

org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.InternalParameterContext parameterContext

errorLabels

HashMap<K,V> errorLabels

globalErrorMessage

JLabel globalErrorMessage

parameterEditorFactory

ParameterComponentFactory parameterEditorFactory

inUpdate

boolean inUpdate

updateContext

ParameterUpdateContext updateContext

messages

org.pentaho.reporting.libraries.base.util.Messages messages

parameterComponents

ArrayList<E> parameterComponents

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewApplet extends JApplet implements Serializable

Serialized Fields

previewPane

PreviewPane previewPane

statusBar

JStatusBar statusBar

progressBar

ReportProgressBar progressBar

pageLabel

JLabel pageLabel

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewDialog extends JDialog implements Serializable

Serialized Fields

previewPane

PreviewPane previewPane

statusBar

JStatusBar statusBar

progressBar

ReportProgressBar progressBar

progressDialog

ReportProgressDialog progressDialog

pageLabel

JLabel pageLabel

messages

org.pentaho.reporting.libraries.base.util.Messages messages

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewFrame extends JFrame implements Serializable

Serialized Fields

previewPane

PreviewPane previewPane

statusBar

JStatusBar statusBar

progressBar

ReportProgressBar progressBar

pageLabel

JLabel pageLabel

progressDialog

ReportProgressDialog progressDialog

messages

org.pentaho.reporting.libraries.base.util.Messages messages

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

previewPane

PreviewPane previewPane

statusBar

JStatusBar statusBar

progressBar

ReportProgressBar progressBar

pageLabel

JLabel pageLabel

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane extends JPanel implements Serializable

Serialized Fields

paginatingDrawable

Object paginatingDrawable

noReportDrawable

Object noReportDrawable

pageDrawable

PageBackgroundDrawable pageDrawable

drawablePanel

PreviewDrawablePanel drawablePanel

reportController

ReportController reportController

menus

JMenu[] menus

toolBar

JToolBar toolBar

statusText

String statusText

error

Throwable error

title

String title

statusType

StatusType statusType

closed

boolean closed

reportJob

MasterReport reportJob

numberOfPages

int numberOfPages

pageNumber

int pageNumber

swingGuiContext

SwingGuiContext swingGuiContext

iconTheme

IconTheme iconTheme

zoom

double zoom

paginating

boolean paginating

paginated

boolean paginated

printReportProcessor

PrintReportProcessor printReportProcessor

paginationWorker

Worker paginationWorker

toolbarHolder

JPanel toolbarHolder

outerReportControllerHolder

JPanel outerReportControllerHolder

reportControllerInner

boolean reportControllerInner

reportControllerLocation

String reportControllerLocation

reportControllerComponent

JComponent reportControllerComponent

zoomModel

KeyedComboBoxModel zoomModel

statusListener

org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane.PreviewPaneStatusListener statusListener

toolbarFloatable

boolean toolbarFloatable

reportProgressListener

ArrayList<E> reportProgressListener

maxZoom

double maxZoom

minZoom

double minZoom

messages

org.pentaho.reporting.libraries.base.util.Messages messages

sizeLimiter

WindowSizeLimiter sizeLimiter

deferredRepagination

boolean deferredRepagination

hyperlinkListeners

ArrayList<E> hyperlinkListeners

actionPlugins

Map<K,V> actionPlugins

zoomActions

Map<K,V> zoomActions

zoomSelectorBox

JComboBox zoomSelectorBox

reportPaneScrollPane

JScrollPane reportPaneScrollPane

reportControllerSliderSize

int reportControllerSliderSize

performInitializationRunning

boolean performInitializationRunning

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog extends JDialog implements Serializable

Serialized Fields

masterReport

MasterReport masterReport

parametersPanel

ParameterReportControllerPane parametersPanel

confirmed

boolean confirmed

messages

org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages

confirmAction

PreviewParametersDialog.OkAction confirmAction

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog.CancelAction extends AbstractAction implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog.OkAction extends AbstractAction implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.gui.base.about

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.about.AboutDialog extends JDialog implements Serializable

Serialized Fields

resources

ResourceBundle resources
Localised resources.


application

String application
The application name.


version

String version
The application version.


copyright

String copyright
The copyright string.


info

String info
Other info about the application.


licence

String licence
The licence.

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.about.LibraryPanel extends JPanel implements Serializable

Serialized Fields

table

JTable table
The table.

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.about.SystemPropertiesPanel extends JPanel implements Serializable

Serialized Fields

table

JTable table
The table that displays the system properties.


copyPopupMenu

JPopupMenu copyPopupMenu
Allows for a popup menu for copying.


Package org.pentaho.reporting.engine.classic.core.modules.gui.base.actions

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ControlAction extends AbstractAction implements Serializable

Serialized Fields

actionPlugin

ControlActionPlugin actionPlugin

previewPane

PreviewPane previewPane

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ExportAction extends AbstractAction implements Serializable

Serialized Fields

actionPlugin

ExportActionPlugin actionPlugin

previewPane

PreviewPane previewPane

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomAction extends AbstractAction implements Serializable

Serialized Fields

zoom

double zoom

previewPane

PreviewPane previewPane

paginatedListener

org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomAction.PaginatedListener paginatedListener

Package org.pentaho.reporting.engine.classic.core.modules.gui.base.date

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.date.DateChooserPanel extends JPanel implements Serializable

Serialized Fields

dateView

Calendar dateView
Deprecated. 
The date used to display the current selection in the panel. This date cannot be null, while the selected date can be null.


selectedDate

Date selectedDate
Deprecated. 

chosenDateButtonColor

Color chosenDateButtonColor
Deprecated. 
The color for the selected date.


chosenMonthButtonColor

Color chosenMonthButtonColor
Deprecated. 
The color for dates in the current month.


chosenOtherButtonColor

Color chosenOtherButtonColor
Deprecated. 
The color for dates that are visible, but not in the current month.


firstDayOfWeek

int firstDayOfWeek
Deprecated. 
The first day-of-the-week.


yearSelectionRange

int yearSelectionRange
Deprecated. 
The range used for selecting years.


dateFont

Font dateFont
Deprecated. 
The font used to display the date.


monthSelector

JComboBox monthSelector
Deprecated. 
A combo for selecting the month.


yearSelector

JComboBox yearSelector
Deprecated. 
A combo for selecting the year.


buttons

JButton[] buttons
Deprecated. 
An array of buttons used to display the days-of-the-month.


refreshing

boolean refreshing
Deprecated. 
A flag that indicates whether or not we are currently refreshing the buttons.


WEEK_DAYS

int[] WEEK_DAYS
Deprecated. 
The ordered set of all seven days of a week, beginning with the 'firstDayOfWeek'.

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.date.SerialDate extends Object implements Serializable

serialVersionUID: -293716040467423637L

Serialized Fields

description

String description
Deprecated. 
A description for the date.

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.date.SpreadsheetDate extends SerialDate implements Serializable

serialVersionUID: -2039586705374454461L

Serialized Fields

serial

int serial
Deprecated. 
The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 = 2958465).


day

int day
Deprecated. 
The day of the month (1 to 28, 29, 30 or 31 depending on the month).


month

int month
Deprecated. 
The month of the year (1 to 12).


year

int year
Deprecated. 
The year (1900 to 9999).


Package org.pentaho.reporting.engine.classic.core.modules.gui.base.event

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportActionEvent extends EventObject implements Serializable

Serialized Fields

node

RenderNode node

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportHyperlinkEvent extends EventObject implements Serializable

Serialized Fields

sourceNode

RenderNode sourceNode

target

String target

window

String window

title

String title

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportMouseEvent extends EventObject implements Serializable

Serialized Fields

event

MouseEvent event

Package org.pentaho.reporting.engine.classic.core.modules.gui.base.internal

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.ActionPluginComparator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.MinimalScrollPane extends JScrollPane implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.NumericInputDialog extends JDialog implements Serializable

Serialized Fields

cancelAction

Action cancelAction

confirmAction

Action confirmAction

boundedRange

boolean boundedRange

icon

JLabel icon

message

JLabel message

valueMessage

JLabel valueMessage

valueSlider

JSlider valueSlider

textField

JTextField textField

confirmed

boolean confirmed

formValidator

FormValidator formValidator

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.PreviewDrawablePanel extends DrawablePanel implements Serializable

Serialized Fields

reportMouseListener

ArrayList<E> reportMouseListener

reportActionListener

ArrayList<E> reportActionListener

Package org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ButtonParameterComponent extends ListParameterComponent implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.CheckBoxParameterComponent extends ListParameterComponent implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.DatePickerParameterComponent extends JPanel implements Serializable

Serialized Fields

dateChooserPanel

org.pentaho.reporting.libraries.designtime.swing.date.DateChooserPanel dateChooserPanel

dateField

JTextField dateField

sdf

DateFormat sdf

updateContext

ParameterUpdateContext updateContext

dateWindow

JPopupMenu dateWindow

pickDateButton

JButton pickDateButton

dateType

Class<T> dateType

parameterName

String parameterName

adjustingToExternalInput

boolean adjustingToExternalInput

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.DropDownParameterComponent extends JComboBox implements Serializable

Serialized Fields

listParameter

ListParameter listParameter

updateContext

ParameterUpdateContext updateContext

parameterContext

ParameterContext parameterContext

adjustingToExternalInput

boolean adjustingToExternalInput

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ListParameterComponent extends MinimalScrollPane implements Serializable

Serialized Fields

listParameter

ListParameter listParameter

parameterContext

ParameterContext parameterContext

updateContext

ParameterUpdateContext updateContext

list

JList list

adjustingToUserInput

boolean adjustingToUserInput

adjustingToExternalInput

boolean adjustingToExternalInput

selectionCache

ArrayList<E> selectionCache

changeListener

org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ListParameterComponent.ListUpdateHandler changeListener

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.RadioButtonParameterComponent extends ListParameterComponent implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.TextAreaParameterComponent extends JScrollPane implements Serializable

Serialized Fields

updateContext

ParameterUpdateContext updateContext

parameterName

String parameterName

textArea

JTextArea textArea

handler

TextComponentEditHandler handler

format

Format format

Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.TextFieldParameterComponent extends JTextField implements Serializable

Serialized Fields

updateContext

ParameterUpdateContext updateContext

parameterName

String parameterName

handler

TextComponentEditHandler handler

format

Format format

Package org.pentaho.reporting.engine.classic.core.modules.gui.commonswing

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPluginMenuComparator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPluginToolbarComparator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.CenterLayout extends Object implements Serializable

serialVersionUID: 469319532333015042L

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.DrawablePanel extends JPanel implements Serializable

Serialized Fields

drawable

org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper drawable

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ExceptionDialog extends JDialog implements Serializable

Serialized Fields

backtraceArea

JTextArea backtraceArea
A UI component for displaying the stack trace.


messageLabel

JLabel messageLabel
A UI component for displaying the message.


currentEx

Exception currentEx
The exception.


detailsAction

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ExceptionDialog.DetailsAction detailsAction
An action associated with the 'Details' button.


scroller

JScrollPane scroller
A scroll pane.


filler

JPanel filler
A filler panel.


messages

org.pentaho.reporting.libraries.base.util.Messages messages
Localized message class

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.JStatusBar extends JComponent implements Serializable

Serialized Fields

otherComponents

JComponent otherComponents

statusHolder

JLabel statusHolder

iconTheme

IconTheme iconTheme

statusType

StatusType statusType

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.LengthLimitingDocument extends PlainDocument implements Serializable

Serialized Fields

maxlen

int maxlen
The maximum length.

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.NumericDocument extends PlainDocument implements Serializable

Serialized Fields

buffer

StringBuffer buffer

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressBar extends JProgressBar implements Serializable

Serialized Fields

onlyPagination

boolean onlyPagination
Indicates if this process is only for pagination


runnable

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressBar.ScreenUpdateRunnable runnable

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressDialog extends JDialog implements Serializable

Serialized Fields

messageCarrier

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


passCountMessage

JLabel passCountMessage
A label containing the report processing pass count.


pageCountMessage

JLabel pageCountMessage
A label containing the current page.


rowCountMessage

JLabel rowCountMessage
A label containing the currently processed row.


progressBar

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


pageMessageFormatter

MessageFormat pageMessageFormatter
The reuseable message format for the page label.


rowsMessageFormatter

MessageFormat rowsMessageFormatter
The reuseable message format for the rows label.


passMessageFormatter

MessageFormat passMessageFormatter
The reuseable message format for the pass label.


lastPage

int lastPage
The last page received.


lastActivity

int lastActivity
The last pass values received.


lastMaxRow

int lastMaxRow
The last max-row received.


lastMaxRowInteger

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


layoutText

String layoutText
a text which describes the layouting process.


outputText

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


messages

org.pentaho.reporting.libraries.base.util.Messages messages
Localised messages.


onlyPagination

boolean onlyPagination

updateRunnable

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressDialog.ScreenUpdateRunnable updateRunnable

Package org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.AbstractActionDowngrade extends AbstractAction implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.AbstractFileSelectionAction extends AbstractActionDowngrade implements Serializable

Serialized Fields

fileChooser

JFileChooser fileChooser
The FileChooser that is used to perform the selection.


parent

Component parent
The (optional) parent component.

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionButton extends JButton implements Serializable

Serialized Fields

action

Action action
The action.


propertyChangeHandler

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionMenuItem extends JMenuItem implements Serializable

Serialized Fields

action

Action action
The action.


propertyChangeHandler

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.

Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionRadioButton extends JRadioButton implements Serializable

Serialized Fields

action

Action action
The action.


propertyChangeHandler

org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
The property change handler.


Package org.pentaho.reporting.engine.classic.core.modules.gui.csv

Class org.pentaho.reporting.engine.classic.core.modules.gui.csv.CSVDataExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

txFilename

JTextField txFilename
Filename text field.


cbEncoding

JComboBox cbEncoding
The encoding combo-box.


encodingModel

EncodingComboBoxModel encodingModel
The encoding model.


cbxEnableReportHeader

JCheckBox cbxEnableReportHeader

cbxEnableReportFooter

JCheckBox cbxEnableReportFooter

cbxEnableGroupHeader

JCheckBox cbxEnableGroupHeader

cbxEnableGroupFooter

JCheckBox cbxEnableGroupFooter

cbxEnableItemband

JCheckBox cbxEnableItemband

cbxWriteStateColumns

JCheckBox cbxWriteStateColumns

cbxColumnNamesAsFirstRow

JCheckBox cbxColumnNamesAsFirstRow
The columnnames-as-first-row layout check-box.


rbSeparatorTab

JRadioButton rbSeparatorTab
A radio button for tab separators.


rbSeparatorColon

JRadioButton rbSeparatorColon
A radio button for colon separators.


rbSeparatorSemicolon

JRadioButton rbSeparatorSemicolon
A radio button for semi-colon separators.


rbSeparatorOther

JRadioButton rbSeparatorOther
A radio button for other separators.


txSeparatorOther

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


statusBar

JStatusBar statusBar

fileChooser

JFileChooser fileChooser
A file chooser.

Class org.pentaho.reporting.engine.classic.core.modules.gui.csv.CSVTableExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

txFilename

JTextField txFilename
Filename text field.


cbEncoding

JComboBox cbEncoding
The encoding combo-box.


encodingModel

EncodingComboBoxModel encodingModel
The encoding model.


cbxStrictLayout

JCheckBox cbxStrictLayout
The strict layout check-box.


rbSeparatorTab

JRadioButton rbSeparatorTab
A radio button for tab separators.


rbSeparatorColon

JRadioButton rbSeparatorColon
A radio button for colon separators.


rbSeparatorSemicolon

JRadioButton rbSeparatorSemicolon
A radio button for semi-colon separators.


rbSeparatorOther

JRadioButton rbSeparatorOther
A radio button for other separators.


txSeparatorOther

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


statusBar

JStatusBar statusBar

fileChooser

JFileChooser fileChooser
A file chooser.


Package org.pentaho.reporting.engine.classic.core.modules.gui.html

Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlDirExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

txFilename

JTextField txFilename
Filename text field.


txDataFilename

JTextField txDataFilename
Data file name field.


txTitle

JTextField txTitle
Title text field.


txAuthor

JTextField txAuthor
Author text field.


cbEncoding

JComboBox cbEncoding
A combo-box for selecting the encoding.


encodingModel

EncodingComboBoxModel encodingModel
The encoding data model.


cbxStrictLayout

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


cbxCopyExternalReferences

JCheckBox cbxCopyExternalReferences
A check-box for...


fileChooserHtml

JFileChooser fileChooserHtml
A file chooser for directory and stream export.


statusBar

JStatusBar statusBar

txKeywords

JTextField txKeywords

txDescription

JTextField txDescription

Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlStreamExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

txFilename

JTextField txFilename
Filename text field.


txTitle

JTextField txTitle
Title text field.


txAuthor

JTextField txAuthor
Author text field.


cbEncoding

JComboBox cbEncoding
A combo-box for selecting the encoding.


encodingModel

EncodingComboBoxModel encodingModel
The encoding data model.


cbxStrictLayout

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


cbxCopyExternalReferences

JCheckBox cbxCopyExternalReferences
A check-box for...


fileChooserHtml

JFileChooser fileChooserHtml
A file chooser for directory and stream export.


statusBar

JStatusBar statusBar

txDescription

JTextField txDescription

txKeywords

JTextField txKeywords

Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlZipExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

txFilename

JTextField txFilename
Filename text field.


txDataFilename

JTextField txDataFilename
Data file name field.


txTitle

JTextField txTitle
Title text field.


txAuthor

JTextField txAuthor
Author text field.


cbEncoding

JComboBox cbEncoding
A combo-box for selecting the encoding.


encodingModel

EncodingComboBoxModel encodingModel
The encoding data model.


cbxStrictLayout

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


cbxCopyExternalReferences

JCheckBox cbxCopyExternalReferences
A check-box for...


fileChooserZip

JFileChooser fileChooserZip
A file chooser for a ZIP file.


statusBar

JStatusBar statusBar

txKeywords

JTextField txKeywords

txDescription

JTextField txDescription

Package org.pentaho.reporting.engine.classic.core.modules.gui.pdf

Class org.pentaho.reporting.engine.classic.core.modules.gui.pdf.PdfExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

rbSecurityNone

JRadioButton rbSecurityNone
Security (none) radio button.


rbSecurity40Bit

JRadioButton rbSecurity40Bit
Security (40 bit) radio button.


rbSecurity128Bit

JRadioButton rbSecurity128Bit
Security (128 bit) radio button.


txUserPassword

JTextField txUserPassword
User password text field.


txOwnerPassword

JTextField txOwnerPassword
Owner password text field.


txConfUserPassword

JTextField txConfUserPassword
Confirm user password text field.


txConfOwnerPassword

JTextField txConfOwnerPassword
Confirm ownder password text field.


cxAllowCopy

JCheckBox cxAllowCopy
Allow copy check box.


cxAllowScreenReaders

JCheckBox cxAllowScreenReaders
Allow screen readers check box.


cbAllowPrinting

JComboBox cbAllowPrinting
Allow printing check box.


cxAllowAssembly

JCheckBox cxAllowAssembly
Allow assembly check box.


cxAllowModifyContents

JCheckBox cxAllowModifyContents
Allow modify contents check box.


cxAllowModifyAnnotations

JCheckBox cxAllowModifyAnnotations
Allow modify annotations check box.


cxAllowFillIn

JCheckBox cxAllowFillIn
Allow fill in check box.


encodingModel

EncodingComboBoxModel encodingModel
A model for the available encodings.


fileChooser

JFileChooser fileChooser
A file chooser.


txTitle

JTextField txTitle
Title text field.


txAuthor

JTextField txAuthor
Author text field.


statusBar

JStatusBar statusBar

txFilename

JTextField txFilename

printingModel

DefaultComboBoxModel printingModel

cbEncoding

JComboBox cbEncoding

cxEmbedded

JCheckBox cxEmbedded

txKeywords

JTextField txKeywords

txDescription

JTextField txDescription

Package org.pentaho.reporting.engine.classic.core.modules.gui.plaintext

Class org.pentaho.reporting.engine.classic.core.modules.gui.plaintext.EncodingSelector extends JPanel implements Serializable

Serialized Fields

encodingComboBoxModel

EncodingComboBoxModel encodingComboBoxModel

encodingComboBox

JComboBox encodingComboBox

Class org.pentaho.reporting.engine.classic.core.modules.gui.plaintext.PlainTextExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

messages

org.pentaho.reporting.libraries.base.util.Messages messages

encodingSelector

EncodingSelector encodingSelector
A combo-box for selecting the encoding.


rbPlainPrinterCommandSet

JRadioButton rbPlainPrinterCommandSet
A radio button for selecting plain printer commands.


rbEpson9PrinterCommandSet

JRadioButton rbEpson9PrinterCommandSet
A radio button for selecting Epson 9-pin printer commands.


rbEpson24PrinterCommandSet

JRadioButton rbEpson24PrinterCommandSet
A radio button for selecting Epson 24-pin printer commands.


rbIBMPrinterCommandSet

JRadioButton rbIBMPrinterCommandSet
A radio button for selecting IBM printer commands.


txFilename

JTextField txFilename
The filename text field.


cbLinesPerInch

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


cbCharsPerInch

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


cbEpson9PrinterType

JComboBox cbEpson9PrinterType

cbEpson24PrinterType

JComboBox cbEpson24PrinterType

epson9Printers

KeyedComboBoxModel epson9Printers

epson24Printers

KeyedComboBoxModel epson24Printers

statusBar

JStatusBar statusBar

Package org.pentaho.reporting.engine.classic.core.modules.gui.print

Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageFormatPreviewPane extends JPanel implements Serializable

Serialized Fields

pageDefinition

SimplePageDefinition pageDefinition

drawablePanel

DrawablePanel drawablePanel

pageBackgroundDrawable

PageBackgroundDrawable pageBackgroundDrawable

Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog extends JDialog implements Serializable

Serialized Fields

confirmed

boolean confirmed

confirmAction

org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.ConfirmAction confirmAction

pageFormatBox

JComboBox pageFormatBox

pageHeightField

JTextField pageHeightField

pageWidthField

JTextField pageWidthField

portraitModeBox

JCheckBox portraitModeBox

landscapeModeBox

JCheckBox landscapeModeBox

spanHorizontalField

JTextField spanHorizontalField

spanVerticalField

JTextField spanVerticalField

marginTopField

JTextField marginTopField

marginLeftField

JTextField marginLeftField

marginBottomField

JTextField marginBottomField

marginRightField

JTextField marginRightField

guiContext

GuiContext guiContext

preDefinedPageSizeBox

JCheckBox preDefinedPageSizeBox

userDefinedPageSizeBox

JCheckBox userDefinedPageSizeBox

previewPane

PageFormatPreviewPane previewPane

messages

org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages

Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.CancelAction extends AbstractAction implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.ConfirmAction extends AbstractAction implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.gui.rtf

Class org.pentaho.reporting.engine.classic.core.modules.gui.rtf.RTFExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

actionSelectFile

Action actionSelectFile
Select file action.


txFilename

JTextField txFilename
Filename text field.


cbStrictLayout

JCheckBox cbStrictLayout
The strict layout check-box.


fileChooser

JFileChooser fileChooser
A file chooser.


statusBar

JStatusBar statusBar

Package org.pentaho.reporting.engine.classic.core.modules.gui.xls

Class org.pentaho.reporting.engine.classic.core.modules.gui.xls.ExcelExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

actionSelectFile

Action actionSelectFile
Select file action.


txFilename

JTextField txFilename
Filename text field.


cbStrictLayout

JCheckBox cbStrictLayout
The strict layout check-box.


statusBar

JStatusBar statusBar

fileChooser

JFileChooser fileChooser
A file chooser.

Class org.pentaho.reporting.engine.classic.core.modules.gui.xls.XSSFExcelExportDialog extends AbstractExportDialog implements Serializable

Serialized Fields

actionSelectFile

Action actionSelectFile
Select file action.


txFilename

JTextField txFilename
Filename text field.


cbStrictLayout

JCheckBox cbStrictLayout
The strict layout check-box.


statusBar

JStatusBar statusBar

fileChooser

JFileChooser fileChooser
A file chooser.


Package org.pentaho.reporting.engine.classic.core.modules.misc.beanshell

Class org.pentaho.reporting.engine.classic.core.modules.misc.beanshell.BSHExpression extends AbstractExpression implements Serializable

Serialization Methods

readObject

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

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

expression

String expression

Package org.pentaho.reporting.engine.classic.core.modules.misc.bsf

Class org.pentaho.reporting.engine.classic.core.modules.misc.bsf.BSFExpression extends AbstractExpression implements Serializable

Serialization Methods

readObject

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

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

language

String language

script

String script

expression

String expression

Class org.pentaho.reporting.engine.classic.core.modules.misc.bsf.BSFReportPreProcessor extends Object implements Serializable

Serialized Fields

script

String script

language

String language

Package org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base

Class org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStoreException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.DataFactoryScriptingSupport extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

globalScriptLanguage

String globalScriptLanguage

globalScript

String globalScript

queryMappings

HashMap<K,V> queryMappings

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.NamedStaticDataFactory extends StaticDataFactory implements Serializable

Serialized Fields

querymappings

HashMap<K,V> querymappings

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.StaticDataFactory extends Object implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DefaultParametrizationProvider extends Object implements Serializable

Serialized Fields

parser

SQLParameterLookupParser parser

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DefaultParametrizationProviderFactory extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DriverConnectionProvider extends Object implements Serializable

Serialized Fields

properties

Properties properties

url

String url

driver

String driver

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.JndiConnectionProvider extends Object implements Serializable

Serialized Fields

connectionPath

String connectionPath

username

String username

password

String password

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SimpleSQLReportDataFactory extends Object implements Serializable

Serialized Fields

connectionProvider

ConnectionProvider connectionProvider

labelMapping

boolean labelMapping

autoCloseBehavior

Boolean autoCloseBehavior

configuration

org.pentaho.reporting.libraries.base.config.Configuration configuration

userField

String userField

passwordField

String passwordField

resourceManager

org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager

contextKey

org.pentaho.reporting.libraries.resourceloader.ResourceKey contextKey

resourceBundleFactory

ResourceBundleFactory resourceBundleFactory

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLParameterLookupParser extends PropertyLookupParser implements Serializable

Serialized Fields

fields

ArrayList<E> fields

expandArray

boolean expandArray

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLReportDataFactory extends SimpleSQLReportDataFactory implements Serializable

Serialized Fields

scriptingSupport

DataFactoryScriptingSupport scriptingSupport

Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.StaticConnectionProvider extends Object implements Serializable

Serialized Fields

connection

Connection connection

Package org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc

Class org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.DataSourceReferenceTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rows

ArrayList<E> rows
Storage for the rows.

Class org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.ObjectReferenceTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rows

ArrayList<E> rows
Storage for the rows.

Class org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.StyleKeyReferenceTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rows

ArrayList<E> rows
Storage for the rows.


Package org.pentaho.reporting.engine.classic.core.modules.misc.survey

Class org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScale extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

lowest

int lowest
The lowest response value on the scale.


highest

int highest
The highest response value on the scale.


lowerMargin

double lowerMargin
The lower margin.


upperMargin

double upperMargin
The upper margin.


fillShapes

ArrayList<E> fillShapes
A list of flags that control whether or not the shapes are filled.


values

Number[] values
The values to display.


rangeLowerBound

Number rangeLowerBound
The lower bound of the highlighted range.


rangeUpperBound

Number rangeUpperBound
The upper bound of the highlighted range.


drawBorder

boolean drawBorder
Draw a border?


drawTickMarks

boolean drawTickMarks
Draw the tick marks?


drawScaleValues

boolean drawScaleValues
Draw the scale values.


scaleValueFont

Font scaleValueFont
The font used to display the scale values.


range

int range

lowerBound

double lowerBound

upperBound

double upperBound

useFontMetricsGetStringBounds

boolean useFontMetricsGetStringBounds

autoConfigure

boolean autoConfigure

Class org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleExpression extends AbstractExpression implements Serializable

Serialized Fields

lowest

int lowest
The lowest value on the scale.


highest

int highest
The highest value on the scale.


fieldList

ArrayList<E> fieldList
An ordered list containing the fieldnames used in the expression.


rangeLowerBoundField

String rangeLowerBoundField
The name of the field containing the lower bound of the highlighted range.


rangeUpperBoundField

String rangeUpperBoundField
The name of the field containing the upper bound of the highlighted range.


rangePaint

Paint rangePaint
The range paint.


overrideShape

Shape overrideShape
An optional shape that is used (if present) for the first data value.


overrideShapeFilled

boolean overrideShapeFilled
A flag that controls whether or not the override shape is filled or not filled.

Class org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleType extends ContentType implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel

Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.CSVTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames

maxColumnCount

int maxColumnCount

data

Object[][] data

Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.DataTableException extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.GeneratorTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames

columnTypes

Class<T>[] columnTypes

rowCount

int rowCount

Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames

columnTypes

Class<T>[] columnTypes

models

ArrayList<E> models

changeHandler

org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel.TableChangeHandler changeHandler

rowCount

int rowCount

Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.ScrollableResultSetTableModel extends AbstractTableModel implements Serializable

Serialized Fields

resultset

ResultSet resultset
The scrollable ResultSet source.


dbmd

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.


closeStatement

boolean closeStatement

types

Class<T>[] types
The column types as read from the result set.


metaData

DefaultTableMetaData metaData

Package org.pentaho.reporting.engine.classic.core.modules.output.csv

Class org.pentaho.reporting.engine.classic.core.modules.output.csv.CSVWriter extends AbstractFunction implements Serializable

Serialized Fields

w

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.


writeStateColumns

boolean writeStateColumns

enableReportHeader

boolean enableReportHeader

enableReportFooter

boolean enableReportFooter

enableGroupHeader

boolean enableGroupHeader

enableGroupFooter

boolean enableGroupFooter

enableItemband

boolean enableItemband

inlineSubreports

ArrayList<E> inlineSubreports

Package org.pentaho.reporting.engine.classic.core.modules.output.table.html

Class org.pentaho.reporting.engine.classic.core.modules.output.table.html.URLRewriteException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper

Class org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.HtmlOutputProcessingException extends org.pentaho.reporting.libraries.base.util.StackableRuntimeException implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.output.table.html.util

Class org.pentaho.reporting.engine.classic.core.modules.output.table.html.util.HtmlCharacterEntities extends Properties implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.output.xml

Class org.pentaho.reporting.engine.classic.core.modules.output.xml.XMLWriter extends AbstractFunction implements Serializable

Serialized Fields

w

Writer w
Deprecated. 
the writer used to write the generated document.


depLevel

int depLevel
Deprecated. 
the dependency level.


entityParser

org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser entityParser
Deprecated. 
the XMLEntity parser used to encode the xml characters.


Package org.pentaho.reporting.engine.classic.core.modules.parser.base

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes extends BeanPropertyLookupParser implements Serializable

Serialized Fields

backend

Attributes backend

rootXmlReadHandler

org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootXmlReadHandler

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.ReportResource extends org.pentaho.reporting.libraries.resourceloader.CompoundResource implements Serializable

Serialized Fields

cloneable

boolean cloneable

Package org.pentaho.reporting.engine.classic.core.modules.parser.base.common

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.ExpressionPropertyReadHandler extends PropertyStringReadHandler implements Serializable

Serialized Fields

beanUtility

BeanUtility beanUtility

propertyName

String propertyName

propertyType

String propertyType

expressionName

String expressionName

originalExpressionClass

String originalExpressionClass

expressionClass

String expressionClass

strictParsing

boolean strictParsing

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.GroupFieldReadHandler extends PropertyStringReadHandler implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.LayoutPreprocessorPropertyReadHandler extends PropertyStringReadHandler implements Serializable

Serialized Fields

beanUtility

BeanUtility beanUtility

propertyName

String propertyName

propertyType

String propertyType

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyReferenceReadHandler extends PropertyStringReadHandler implements Serializable

Serialized Fields

propertyName

String propertyName

value

Object value

valueType

ValueConverter valueType

Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler extends AbstractPropertyXmlReadHandler implements Serializable

Serialized Fields

buffer

StringBuffer buffer

lookupParser

org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler.StringLookupParser lookupParser

Package org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer

Class org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.UnrecognizedElementException extends BundleWriterException implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.AbstractObjectDescription extends Object implements Serializable

Serialized Fields

className

Class<T> className
The class.


parameters

HashMap<K,V> parameters
Storage for parameters.


parameterDefs

HashMap<K,V> parameterDefs
Storage for parameter definitions.


config

org.pentaho.reporting.libraries.base.config.Configuration config
The configuration for the object description.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ArrayClassFactory extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ArrayObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BasicStrokeObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BeanObjectDescription extends AbstractObjectDescription implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

ignoredParameters

HashSet<E> ignoredParameters

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BooleanObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ByteObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.CharacterObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassComparator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryCollector extends ClassFactoryImpl implements Serializable

Serialized Fields

factories

ArrayList<E> factories
Storage for the class factories.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryImpl extends Object implements Serializable

Serialized Fields

classes

HashMap<K,V> classes
Storage for the classes.


comparator

ClassComparator comparator
A class comparator for searching the super class


config

org.pentaho.reporting.libraries.base.config.Configuration config
The parser/report configuration

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassLoaderObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.CollectionObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ColorObjectDescription extends AbstractObjectDescription implements Serializable

Serialized Fields

valueConverter

ColorValueConverter valueConverter

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DateObjectDescription extends AbstractObjectDescription implements Serializable

Serialized Fields

dateFormat

SimpleDateFormat dateFormat

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DecimalFormatObjectDescription extends BeanObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Dimension2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DimensionObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DoubleObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Ellipse2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ExtraShapesClassFactory extends ClassFactoryImpl implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.FloatObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.IntegerObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.JavaBaseClassFactory extends ClassFactoryImpl implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Line2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.LongObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ObjectFactoryException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Point2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Rectangle2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.RoundRectangle2DObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ShortObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.SimpleDateFormatObjectDescription extends BeanObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.StringObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.TimeZoneObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.URLClassFactory extends ClassFactoryImpl implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.URLObjectDescription extends AbstractObjectDescription implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.AbstractDataSourceFactory extends ClassFactoryImpl implements Serializable

Serialized Fields

dataSources

HashMap<K,V> dataSources
Storage for the data sources.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.DataSourceCollector extends Object implements Serializable

Serialized Fields

factories

ArrayList<E> factories
Storage for the factories.


comparator

org.pentaho.reporting.libraries.serializer.ClassComparator comparator
The comparator used to compare class instances.


config

org.pentaho.reporting.libraries.base.config.Configuration config
The parser/report configuration.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.DefaultDataSourceFactory extends AbstractDataSourceFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.URLFilterObjectDescription extends BeanObjectDescription implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements.AbstractElementFactory extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements.DefaultElementFactory extends AbstractElementFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements.ElementFactoryCollector extends Object implements Serializable

Serialized Fields

factories

ArrayList<E> factories
Storage for the element factories.


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.AlignmentObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BandLayoutClassFactory extends ClassFactoryImpl implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BorderStyleObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BoxSizingObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.DefaultClassFactory extends JavaBaseClassFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.FontDefinitionObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.FontSmoothObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.GeneralPathObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.PathIteratorSegment extends 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.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.PathIteratorSegmentObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.TextWrapObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.VerticalAlignmentObjectDescription extends AbstractObjectDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.WhitespaceCollapseObjectDescription extends AbstractObjectDescription implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.AbstractStyleKeyFactory extends Object implements Serializable

Serialized Fields

knownKeys

HashMap<K,V> knownKeys
Storage for the keys.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.DefaultStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.PageableLayoutStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.StyleKeyFactoryCollector extends Object implements Serializable

Serialized Fields

factories

ArrayList<E> factories
Storage for the factories.


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.AbstractTemplateDescription extends BeanObjectDescription implements Serializable

Serialized Fields

name

String name
The name.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.AnchorFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ComponentFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DateFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DefaultTemplateCollection extends TemplateCollection implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableURLElementTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableURLFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.EllipseTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.HorizontalLineTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageURLElementTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageURLFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.LabelTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.MessageFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.NumberFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.RectangleTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceLabelTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceMessageTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.RoundRectangleTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ShapeFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.StringFieldTemplateDescription extends AbstractTemplateDescription implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateClassFactory extends ClassFactoryImpl implements Serializable

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollection extends Object implements Serializable

Serialized Fields

templates

HashMap<K,V> templates
Storage for the templates.


config

org.pentaho.reporting.libraries.base.config.Configuration config
The parser/report configuration.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollector extends TemplateCollection implements Serializable

Serialized Fields

factories

ArrayList<E> factories
Storage for the factories.

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.VerticalLineTemplateDescription extends AbstractTemplateDescription implements Serializable


Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers

Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers.ElementStyleSheetObjectDescription extends Object implements Serializable

Serialized Fields

keyfactory

StyleKeyFactory keyfactory

styleSheet

ElementStyleSheet styleSheet

Package org.pentaho.reporting.engine.classic.core.modules.parser.extwriter

Class org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable


Package org.pentaho.reporting.engine.classic.core.parameters

Class org.pentaho.reporting.engine.classic.core.parameters.AbstractParameter extends Object implements Serializable

Serialized Fields

name

String name

attributeMap

ReportAttributeMap attributeMap

mandatory

boolean mandatory

valueType

Class<T> valueType

defaultValue

Object defaultValue

Class org.pentaho.reporting.engine.classic.core.parameters.DefaultListParameter extends AbstractParameter implements Serializable

Serialized Fields

queryName

String queryName

keyColumn

String keyColumn

textColumn

String textColumn

strictValueCheck

boolean strictValueCheck

allowMultiSelection

boolean allowMultiSelection

Class org.pentaho.reporting.engine.classic.core.parameters.DefaultParameterDefinition extends Object implements Serializable

Serialized Fields

parameters

ArrayList<E> parameters

validator

ReportParameterValidator validator

attributeMap

ReportAttributeMap attributeMap

Class org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.parameters.InvalidParameterDataException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.parameters.NeedMoreDataException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.parameters.PlainParameter extends AbstractParameter implements Serializable

Class org.pentaho.reporting.engine.classic.core.parameters.StaticListParameter extends AbstractParameter implements Serializable

Serialized Fields

strictValueCheck

boolean strictValueCheck

allowMultiSelection

boolean allowMultiSelection

parameterValues

org.pentaho.reporting.engine.classic.core.parameters.StaticListParameter.StaticParameterValues parameterValues

Class org.pentaho.reporting.engine.classic.core.parameters.ValidationMessage extends Object implements Serializable

Serialized Fields

message

String message

parameters

Object[] parameters

Package org.pentaho.reporting.engine.classic.core.states

Class org.pentaho.reporting.engine.classic.core.states.CachingDataFactory extends CachingDataFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.states.CascadingDataFactory extends CompoundDataFactory implements Serializable

Class org.pentaho.reporting.engine.classic.core.states.DataFactoryManager extends Object implements Serializable

Serialized Fields

storage

HashMap<K,V> storage

Class org.pentaho.reporting.engine.classic.core.states.EmptyDataFactory extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.states.FunctionStorage extends Object implements Serializable

Serialized Fields

storage

HashMap<K,V> storage

Class org.pentaho.reporting.engine.classic.core.states.IndexedTableModel.ColumnIndexDataAttributes extends Object implements Serializable

Serialized Fields

backend

DataAttributes backend

indexColumn

Boolean indexColumn

Class org.pentaho.reporting.engine.classic.core.states.ReportDefinitionImpl extends Section implements Serializable

Serialized Fields

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).


watermark

Watermark watermark
The watermark acts a global page background.


properties

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


styleSheetCollection

StyleSheetCollection styleSheetCollection
The stylesheet collection of this report definition.


pageDefinition

PageDefinition pageDefinition
The page definition defines the output area.


query

String query

rootGroup

Group rootGroup

queryLimit

int queryLimit

queryTimeout

int queryTimeout

Class org.pentaho.reporting.engine.classic.core.states.StateUtilities.DescendingComparator extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.states.SubReportStorage extends Object implements Serializable

Serialized Fields

storage

HashMap<K,V> storage

Package org.pentaho.reporting.engine.classic.core.states.crosstab

Class org.pentaho.reporting.engine.classic.core.states.crosstab.CrosstabProcessorFunction extends AbstractFunction implements Serializable

Serialized Fields

processingStack

org.pentaho.reporting.libraries.base.util.FastStack<T> processingStack

results

HashMap<K,V> results

resultsFinished

boolean resultsFinished

Class org.pentaho.reporting.engine.classic.core.states.crosstab.DummyCrosstabSpecification extends Object implements Serializable

Serialized Fields

key

ReportStateKey key

Class org.pentaho.reporting.engine.classic.core.states.crosstab.OrderedMergeCrosstabSpecification extends Object implements Serializable

Serialized Fields

insertationCursor

int insertationCursor

entries

ArrayList<E> entries

columnSet

String[] columnSet

key

ReportStateKey key

Class org.pentaho.reporting.engine.classic.core.states.crosstab.SortedMergeCrosstabSpecification extends Object implements Serializable

Serialized Fields

insertationCursor

int insertationCursor

entries

ArrayList<E> entries

columnSet

String[] columnSet

comparator

CrosstabKeyComparator comparator

key

ReportStateKey key

Package org.pentaho.reporting.engine.classic.core.style

Class org.pentaho.reporting.engine.classic.core.style.BandDefaultStyleSheet extends ElementDefaultStyleSheet implements Serializable

Class org.pentaho.reporting.engine.classic.core.style.BorderStyle extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

strokeType

int strokeType

Class org.pentaho.reporting.engine.classic.core.style.BoxSizing extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

Class org.pentaho.reporting.engine.classic.core.style.ElementDefaultStyleSheet extends ElementStyleSheet implements Serializable

Serialized Fields

locked

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

Class org.pentaho.reporting.engine.classic.core.style.ElementStyleSheet extends AbstractStyleSheet implements Serializable

Serialization Methods

readObject

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

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

writeObject

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

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

name

String name
The style-sheet name.


parents

ArrayList<E> parents
Storage for the parent style sheets (if any).


globalDefaultStyleSheet

ElementDefaultStyleSheet globalDefaultStyleSheet
Storage for readonly style sheets.


cascadeStyleSheet

ElementStyleSheet cascadeStyleSheet

propertyKeys

StyleKey[] propertyKeys
The keys for the properties that have been explicitly set on the element.


source

byte[] source

changeTracker

long changeTracker

Class org.pentaho.reporting.engine.classic.core.style.FontDefinition extends Object implements Serializable

Serialized Fields

fontEncoding

String fontEncoding
Deprecated. 
the preferred text encoding for this font.


fontName

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


fontSize

int fontSize
Deprecated. 
the font size in point.


isBold

boolean isBold
Deprecated. 
this font's bold flag.


isItalic

boolean isItalic
Deprecated. 
this font's italic flag.


isUnderline

boolean isUnderline
Deprecated. 
this font's underline flag.


isStrikeThrough

boolean isStrikeThrough
Deprecated. 
this font's strikethrough flag.


embeddedFont

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

Class org.pentaho.reporting.engine.classic.core.style.FontSmooth extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

Class org.pentaho.reporting.engine.classic.core.style.ImmutableStyleSheet extends AbstractStyleSheet implements Serializable

Serialized Fields

styleSheet

ElementStyleSheet styleSheet
Deprecated. 

Class org.pentaho.reporting.engine.classic.core.style.ReportSectionDefaultStyleSheet extends ElementDefaultStyleSheet implements Serializable

Class org.pentaho.reporting.engine.classic.core.style.StyleKey extends Object implements Serializable

Serialization Methods

readResolve

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

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

name

String name
The name of the style key.


valueType

Class<T> valueType
The class of the value.


identifier

int identifier
A unique int-key for the stylekey.


trans

boolean trans
Whether this stylekey is transient. Transient keys will not be written when serializing a report.


inheritable

boolean inheritable
Whether this stylekey is inheritable.

Class org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection extends Object implements Serializable

Serialized Fields

styleSheets

HashMap<K,V> styleSheets
Deprecated. 
The stylesheet storage.


styleSheetsByID

HashMap<K,V> styleSheetsByID
Deprecated. 

Class org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet extends ElementStyleSheet implements Serializable

Serialized Fields

styleSheetCollection

StyleSheetCollection styleSheetCollection

Class org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheetCarrier extends Object implements Serializable

Serialized Fields

styleSheetID

InstanceID styleSheetID

styleSheet

org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet styleSheet

self

org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet self

Class org.pentaho.reporting.engine.classic.core.style.TextWrap extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

Class org.pentaho.reporting.engine.classic.core.style.VerticalTextAlign extends Object implements Serializable

Serialization Methods

readResolve

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

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

id

String id

Class org.pentaho.reporting.engine.classic.core.style.WhitespaceCollapse extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

Package org.pentaho.reporting.engine.classic.core.util

Class org.pentaho.reporting.engine.classic.core.util.InstanceID extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.util.LibLoaderResourceBundleFactory extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

locale

Locale locale

timeZone

TimeZone timeZone

Class org.pentaho.reporting.engine.classic.core.util.LongList extends Object implements Serializable

Serialized Fields

data

long[] data
The array holding the list data.


size

int size
The size of the list.


increment

int increment
The number of free slots added on every resize.

Class org.pentaho.reporting.engine.classic.core.util.ObjectStreamResolveException extends ObjectStreamException implements Serializable

Class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser extends Object implements Serializable

Serialized Fields

markerChar

char markerChar
The initial marker char, a $ by default.


closingBraceChar

char closingBraceChar
The closing brace char.


openingBraceChar

char openingBraceChar
The opening brace char.


escapeChar

char escapeChar
The escape char.


escapeMode

int escapeMode

Class org.pentaho.reporting.engine.classic.core.util.ReportParameterValues extends Object implements Serializable

Serialized Fields

linkedMap

LinkedHashMap<K,V> linkedMap

Class org.pentaho.reporting.engine.classic.core.util.ReportProperties extends Object implements Serializable

Serialized Fields

properties

org.pentaho.reporting.libraries.base.util.LinkedMap properties
Deprecated. 
Storage for the properties.


masterProperties

ReportProperties masterProperties
Deprecated. 
The fall-back property-collection.

Class org.pentaho.reporting.engine.classic.core.util.StagingMode extends Object implements Serializable

Serialization Methods

readResolve

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

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

type

String type

Class org.pentaho.reporting.engine.classic.core.util.TypedTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

ArrayList<E> columnNames

columnClasses

ArrayList<E> columnClasses

data

org.pentaho.reporting.libraries.base.util.GenericObjectTable data

Class org.pentaho.reporting.engine.classic.core.util.WeakReferenceList extends Object implements Serializable

Serialization Methods

readObject

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

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

master

Object master
The master element.


size

int size
The current number of elements.


maxChilds

int maxChilds
The maximum number of elements.


Package org.pentaho.reporting.engine.classic.core.util.beans

Class org.pentaho.reporting.engine.classic.core.util.beans.BeanException extends org.pentaho.reporting.libraries.base.util.StackableException implements Serializable

Class org.pentaho.reporting.engine.classic.core.util.beans.BeanPropertyLookupParser extends PropertyLookupParser implements Serializable


Package org.pentaho.reporting.engine.classic.core.util.geom

Class org.pentaho.reporting.engine.classic.core.util.geom.StrictBounds extends Object implements Serializable

Serialized Fields

x

long x
The x-coordinate of the upper left corner.


y

long y
The y-coordinate of the upper left corner.


width

long width
The width of this rectangle.


height

long height
The height of this rectangle.


locked

boolean locked
A flag indicating whether attempts to change this rectangle should trigger Exceptions.

Class org.pentaho.reporting.engine.classic.core.util.geom.StrictDimension extends Object implements Serializable

Serialized Fields

width

long width
The width.


height

long height
The height.


locked

boolean locked
A flag indicating whether this object is mutable.

Class org.pentaho.reporting.engine.classic.core.util.geom.StrictPoint extends Object implements Serializable

Serialized Fields

x

long x
The x-Coordinate.


y

long y
The y-coordinate.


locked

boolean locked
A flag indicating whether this object is mutable.


Package org.pentaho.reporting.engine.classic.core.wizard

Class org.pentaho.reporting.engine.classic.core.wizard.AggregateFieldPreProcessor extends Object implements Serializable

Serialized Fields

generatedExpressionNames

HashSet<E> generatedExpressionNames

Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ExpressionsDataAttributes extends Object implements Serializable

Serialized Fields

expressionMetaData

ExpressionMetaData expressionMetaData

expressionType

Class<T> expressionType

resultType

Class<T> resultType

expressionName

String expressionName

beanUtility

BeanUtility beanUtility

expressionProperties

String[] expressionProperties

Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.GenericDataAttributes extends Object implements Serializable

Serialized Fields

parameterName

String parameterName

parameterType

Class<T> parameterType

source

String source

label

String label

globalAttributes

DataAttributes globalAttributes

Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ParameterDataAttributes extends Object implements Serializable

Serialized Fields

globalAttributes

DataAttributes globalAttributes

entry

ParameterDefinitionEntry entry

parameterContext

ParameterContext parameterContext

Class org.pentaho.reporting.engine.classic.core.wizard.DefaultConceptQueryMapper extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributeReferences extends Object implements Serializable

Serialized Fields

backend

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> backend

Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributes extends Object implements Serializable

Serialized Fields

valueBackend

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> valueBackend

mapperBackend

org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> mapperBackend

Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataSchema extends Object implements Serializable

Serialized Fields

mapping

LinkedHashMap<K,V> mapping

tableAttributes

DataAttributes tableAttributes

Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataSchemaDefinition extends Object implements Serializable

Serialized Fields

backend

ArrayList<E> backend

Class org.pentaho.reporting.engine.classic.core.wizard.DirectFieldSelectorRule extends Object implements Serializable

Serialized Fields

field

String field

attributes

DataAttributes attributes

references

DataAttributeReferences references

Class org.pentaho.reporting.engine.classic.core.wizard.EmptyDataAttributes extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.core.wizard.GlobalRule extends Object implements Serializable

Serialized Fields

attributes

DataAttributes attributes

references

DataAttributeReferences references

Class org.pentaho.reporting.engine.classic.core.wizard.MetaSelector extends Object implements Serializable

Serialized Fields

domain

String domain

name

String name

value

Object value

Class org.pentaho.reporting.engine.classic.core.wizard.MetaSelectorRule extends Object implements Serializable

Serialized Fields

selectors

MetaSelector[] selectors

attributes

DataAttributes attributes

references

DataAttributeReferences references

Class org.pentaho.reporting.engine.classic.core.wizard.ProxyDataSchemaDefinition extends Object implements Serializable

Serialized Fields

rootDefinition

DataSchemaDefinition rootDefinition

overlayDefinition

DataSchemaDefinition overlayDefinition

Class org.pentaho.reporting.engine.classic.core.wizard.RelationalAutoGeneratorPreProcessor extends Object implements Serializable