Serialized Form
-
Package org.pentaho.reporting.engine.classic.core
-
Class org.pentaho.reporting.engine.classic.core.AbstractDataFactory
class AbstractDataFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.AbstractNamedDataFactory
class AbstractNamedDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
queries
LinkedHashMap<String,
T> queries
-
-
-
Class org.pentaho.reporting.engine.classic.core.AbstractReportDefinition
class AbstractReportDefinition extends Section implements Serializable-
Serialized Fields
-
dataSchemaDefinition
DataSchemaDefinition dataSchemaDefinition
-
datasourceChangeTracker
long datasourceChangeTracker
-
expressions
ExpressionCollection expressions
Storage for the expressions in the report. -
nonVisualsChangeTracker
long nonVisualsChangeTracker
-
pageFooter
PageFooter pageFooter
The page footer band (printed at the end of every page). -
pageHeader
PageHeader pageHeader
The page header band (printed at the start of every page). -
reportFooter
ReportFooter reportFooter
The report footer band (printed once at the end of the report). -
reportHeader
ReportHeader reportHeader
The report header band (printed once at the start of the report). -
rootGroup
Group rootGroup
An hierarchy of report groups (each group defines its own header and footer). -
watermark
Watermark watermark
The watermark band.
-
-
-
Class org.pentaho.reporting.engine.classic.core.AbstractReportPreProcessor
class AbstractReportPreProcessor extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand
class AbstractRootLevelBand extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.Band
class Band extends Section implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CachingReportEnvironment
class CachingReportEnvironment extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CompoundDataFactory
class CompoundDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
dataFactories
ArrayList<DataFactory> dataFactories
-
-
-
Class org.pentaho.reporting.engine.classic.core.CompoundDataFactoryCore
class CompoundDataFactoryCore extends DefaultDataFactoryCore implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CrosstabCell
class CrosstabCell extends AbstractRootLevelBand implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CrosstabCellBody
class CrosstabCellBody extends GroupBody implements Serializable-
Serialized Fields
-
allElements
ArrayList<CrosstabCell> allElements
-
detailsHeader
DetailsHeader detailsHeader
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabColumnGroup
class CrosstabColumnGroup extends Group implements Serializable-
Serialized Fields
-
header
CrosstabHeader header
-
summaryHeader
CrosstabSummaryHeader summaryHeader
-
titleHeader
CrosstabTitleHeader titleHeader
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabColumnGroupBody
class CrosstabColumnGroupBody extends GroupBody implements Serializable-
Serialized Fields
-
group
CrosstabColumnGroup group
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabElement
class CrosstabElement extends SubReport implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CrosstabGroup
class CrosstabGroup extends Group implements Serializable-
Serialized Fields
-
footer
GroupFooter footer
-
header
GroupHeader header
-
noDataBand
NoDataBand noDataBand
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabHeader
class CrosstabHeader extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CrosstabOtherGroup
class CrosstabOtherGroup extends Group implements Serializable-
Serialized Fields
-
footer
GroupFooter footer
-
header
GroupHeader header
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabOtherGroupBody
class CrosstabOtherGroupBody extends GroupBody implements Serializable-
Serialized Fields
-
group
CrosstabOtherGroup group
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabRowGroup
class CrosstabRowGroup extends Group implements Serializable-
Serialized Fields
-
header
CrosstabHeader header
-
summaryHeader
CrosstabSummaryHeader summaryHeader
-
titleHeader
CrosstabTitleHeader titleHeader
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabRowGroupBody
class CrosstabRowGroupBody extends GroupBody implements Serializable-
Serialized Fields
-
group
CrosstabRowGroup group
-
-
-
Class org.pentaho.reporting.engine.classic.core.CrosstabSummaryHeader
class CrosstabSummaryHeader extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CrosstabTitleHeader
class CrosstabTitleHeader extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.CustomPageDefinition
class CustomPageDefinition extends Object implements Serializable-
Serialization Methods
-
readObject
Resolve the pageformat, as PageFormat is not serializable.- Parameters:
in
- the input stream.- Throws:
IOException
- if there is an IO problem.ClassNotFoundException
- if there is a class problem.
-
writeObject
Deserizalize the report and restore the pageformat.- Parameters:
out
- the objectoutput stream- Throws:
IOException
- if errors occur
-
-
Serialized Fields
-
height
float height
The total height of the page. -
width
float width
The total width of the page.
-
-
-
Class org.pentaho.reporting.engine.classic.core.DefaultImageReference
class DefaultImageReference extends Object implements Serializable- serialVersionUID:
- 3223926147102983309L
-
Serialized Fields
-
height
int height
The height of the (unscaled) image. -
image
Image image
The image. -
resourceKey
org.pentaho.reporting.libraries.resourceloader.ResourceKey resourceKey
-
scaleX
float scaleX
The scale factor. -
scaleY
float scaleY
The scale factor. -
url
URL url
The image URL. -
width
int width
The width of the (unscaled) image.
-
-
Class org.pentaho.reporting.engine.classic.core.DefaultReportEnvironment
class DefaultReportEnvironment extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.DefaultReportPreProcessor
class DefaultReportPreProcessor extends AbstractReportPreProcessor implements Serializable -
Class org.pentaho.reporting.engine.classic.core.DefaultResourceBundleFactory
class DefaultResourceBundleFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.DetailsHeader
class DetailsHeader extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.Element
class Element extends Object implements Serializable-
Serialization Methods
-
readObject
A helper method that deserializes a object from the given stream.- Parameters:
stream
- the stream from which to read the object data.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if an referenced class cannot be found.
-
writeObject
A helper method that serializes the element object.- Parameters:
stream
- the stream to which the element should be serialized.- Throws:
IOException
- if an IO error occured or a property was not serializable.
-
-
Serialized Fields
-
attributeExpressions
ReportAttributeMap<Expression> attributeExpressions
-
datasource
DataSource datasource
-
parent
Section parent
the parent for the element (the band where the element is contained in). -
style
org.pentaho.reporting.engine.classic.core.Element.InternalElementStyleSheet style
The stylesheet defines global appearance for elements. -
styleExpressions
HashMap<StyleKey,
Expression> styleExpressions The map of style-expressions keyed by the style-key. -
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.
-
-
-
Class org.pentaho.reporting.engine.classic.core.ElementAlignment
class ElementAlignment extends Object implements Serializable-
Serialization Methods
-
readResolve
Replaces the automatically generated instance with one of the enumeration instances.- Throws:
ObjectStreamException
- if the element could not be resolved.
-
-
Serialized Fields
-
hashCode
int hashCode
A cached hashcode. -
myName
String myName
The alignment name.
-
-
-
Exception org.pentaho.reporting.engine.classic.core.EmptyReportException
class EmptyReportException extends ReportProcessingException implements Serializable -
Class org.pentaho.reporting.engine.classic.core.ExternalDataFactory
class ExternalDataFactory extends AbstractDataFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.Group
class Group extends Section implements Serializable-
Serialized Fields
-
body
GroupBody body
-
-
-
Class org.pentaho.reporting.engine.classic.core.GroupBody
class GroupBody extends Section implements Serializable -
Class org.pentaho.reporting.engine.classic.core.GroupDataBody
class GroupDataBody extends GroupBody implements Serializable-
Serialized Fields
-
detailsFooter
DetailsFooter detailsFooter
-
detailsHeader
DetailsHeader detailsHeader
-
itemBand
ItemBand itemBand
-
noDataBand
NoDataBand noDataBand
-
-
-
Class org.pentaho.reporting.engine.classic.core.GroupHeader
class GroupHeader extends AbstractRootLevelBand implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.IncompatibleFeatureException
class IncompatibleFeatureException extends InvalidReportStateException implements Serializable-
Serialized Fields
-
minimumVersionNeeded
int minimumVersionNeeded
-
-
-
Exception org.pentaho.reporting.engine.classic.core.InvalidReportStateException
class InvalidReportStateException extends RuntimeException implements Serializable -
Class org.pentaho.reporting.engine.classic.core.ItemBand
class ItemBand extends AbstractRootLevelBand implements Serializable -
Class org.pentaho.reporting.engine.classic.core.MasterReport
class MasterReport extends AbstractReportDefinition implements Serializable-
Serialization Methods
-
readObject
A helper method that deserializes a object from the given stream.- Parameters:
stream
- the stream from which to read the object data.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if an referenced class cannot be found.
-
writeObject
A helper method that serializes the element object.- Parameters:
stream
- the stream to which the element should be serialized.- Throws:
IOException
- if an IO error occured or a property was not serializable.
-
-
Serialized Fields
-
dataFactory
DataFactory dataFactory
The data factory is used to query data for the reporting. -
parameterDefinition
ReportParameterDefinition parameterDefinition
-
parameterValues
ReportParameterValues parameterValues
-
reportConfiguration
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration reportConfiguration
The report configuration. -
reportEnvironment
ReportEnvironment reportEnvironment
-
resourceBundleFactory
ResourceBundleFactory resourceBundleFactory
The resource bundle factory is used when generating localized reports.
-
-
-
Class org.pentaho.reporting.engine.classic.core.NoDataBand
class NoDataBand extends AbstractRootLevelBand implements Serializable -
Class org.pentaho.reporting.engine.classic.core.PageHeader
class PageHeader extends Band implements Serializable -
Class org.pentaho.reporting.engine.classic.core.ParameterMapping
class ParameterMapping extends Object implements Serializable- serialVersionUID:
- -8790399939032695626L
-
Class org.pentaho.reporting.engine.classic.core.RelationalGroup
class RelationalGroup extends Group implements Serializable-
Serialized Fields
-
footer
GroupFooter footer
-
header
GroupHeader header
-
-
-
Class org.pentaho.reporting.engine.classic.core.ReportAttributeMap
class ReportAttributeMap extends org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> implements Serializable-
Serialized Fields
-
changeTracker
long changeTracker
-
-
-
Exception org.pentaho.reporting.engine.classic.core.ReportDataFactoryException
class ReportDataFactoryException extends ReportProcessingException implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.ReportDataFactoryQueryTimeoutException
class ReportDataFactoryQueryTimeoutException extends ReportDataFactoryException implements Serializable- serialVersionUID:
- -3461480070128356838L
-
Exception org.pentaho.reporting.engine.classic.core.ReportEventException
class ReportEventException extends ReportProcessingException implements Serializable-
Serialized Fields
-
childExceptions
List childExceptions
the collected child exceptions.
-
-
-
Class org.pentaho.reporting.engine.classic.core.ReportHeader
class ReportHeader extends AbstractRootLevelBand implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.ReportInterruptedException
class ReportInterruptedException extends ReportProcessingException implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.ReportParameterValidationException
class ReportParameterValidationException extends ReportProcessingException implements Serializable-
Serialized Fields
-
validationResult
ValidationResult validationResult
-
-
-
Exception org.pentaho.reporting.engine.classic.core.ReportProcessingException
class ReportProcessingException extends Exception implements Serializable- serialVersionUID:
- 3416682538157508440L
-
Class org.pentaho.reporting.engine.classic.core.Section
class Section extends Element implements Serializable -
Class org.pentaho.reporting.engine.classic.core.SimplePageDefinition
class SimplePageDefinition extends Object implements Serializable-
Serialization Methods
-
readObject
Resolve the pageformat, as PageFormat is not serializable.- Parameters:
in
- the input stream.- Throws:
IOException
- if there is an IO problem.ClassNotFoundException
- if there is a class problem.
-
writeObject
Deserizalize the report and restore the pageformat.- Parameters:
out
- the objectoutput stream- 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
class SubGroupBody extends GroupBody implements Serializable-
Serialized Fields
-
group
Group group
-
-
-
Class org.pentaho.reporting.engine.classic.core.SubReport
class SubReport extends AbstractReportDefinition implements Serializable-
Serialized Fields
-
dataFactory
DataFactory dataFactory
-
exportParameters
LinkedHashMap<String,
String> exportParameters A mapping of export parameters. -
inputParameters
LinkedHashMap<String,
String> inputParameters A mapping of import parameters.
-
-
-
Class org.pentaho.reporting.engine.classic.core.TableDataFactory
class TableDataFactory extends AbstractDataFactory implements Serializable- serialVersionUID:
- -238954878318943053L
-
Serialized Fields
-
tables
LinkedHashMap<String,
TableModel> tables The tables for this factory.
-
-
Class org.pentaho.reporting.engine.classic.core.Watermark
class Watermark extends Band implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.cache
-
Class org.pentaho.reporting.engine.classic.core.cache.CachableTableModel
class CachableTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
cellAttributes
org.pentaho.reporting.libraries.base.util.GenericObjectTable<DefaultDataAttributes> cellAttributes
-
cellValues
org.pentaho.reporting.libraries.base.util.GenericObjectTable<Object> cellValues
-
columnAttributes
ArrayList<DataAttributes> columnAttributes
-
dataAttributeContext
DataAttributeContext dataAttributeContext
-
tableAttributes
DataAttributes tableAttributes
-
-
-
Class org.pentaho.reporting.engine.classic.core.cache.CachingDataFactory
class CachingDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
backend
CompoundDataFactory backend
-
closed
boolean closed
-
dataCache
DataCache dataCache
-
debugDataSources
boolean debugDataSources
-
noClose
boolean noClose
-
profileDataSources
boolean profileDataSources
-
sessionCache
HashMap<DataCacheKey,
TableModel> sessionCache
-
-
-
Class org.pentaho.reporting.engine.classic.core.cache.IndexedTableModel.ColumnIndexDataAttributes
class ColumnIndexDataAttributes extends Object implements Serializable-
Serialized Fields
-
backend
DataAttributes backend
-
indexColumn
Boolean indexColumn
-
label
String label
-
name
String name
-
type
Class type
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.designtime.datafactory
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.DataSetComboBoxModel
class DataSetComboBoxModel extends DefaultComboBoxModel implements Serializable -
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.QueryAddAction
class QueryAddAction extends AbstractAction implements Serializable-
Serialized Fields
-
model
NamedQueryModel model
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.QueryNameListCellRenderer
class QueryNameListCellRenderer extends DefaultListCellRenderer implements Serializable -
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.QueryRemoveAction
class QueryRemoveAction extends AbstractAction implements Serializable-
Serialized Fields
-
queries
NamedQueryModel queries
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.model
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.model.QueryDialogModelEvent
class QueryDialogModelEvent extends EventObject implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.DefaultQueryEditorPanel
-
Serialized Fields
-
queryTextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea queryTextArea
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.GlobalTemplateAction
class GlobalTemplateAction extends ScriptTemplateAction implements Serializable-
Serialized Fields
-
dialogModel
QueryDialogModel<T> dialogModel
-
parentComponent
Component parentComponent
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryAddAction
class QueryAddAction extends AbstractAction implements Serializable-
Serialized Fields
-
model
QueryDialogModel<T> model
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryEditorPanel
class QueryEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
dialogModel
QueryDialogModel<T> dialogModel
-
globalLanguageField
org.pentaho.reporting.libraries.designtime.swing.SmartComboBox globalLanguageField
-
globalScriptTextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea globalScriptTextArea
-
globalTemplateAction
GlobalTemplateAction globalTemplateAction
-
queryLanguageField
org.pentaho.reporting.libraries.designtime.swing.SmartComboBox queryLanguageField
-
queryLanguageListCellRenderer
QueryLanguageListCellRenderer queryLanguageListCellRenderer
-
queryNameList
JList queryNameList
-
queryNameTextField
JTextField queryNameTextField
-
queryScriptTextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea queryScriptTextArea
-
queryTemplateAction
QueryTemplateAction queryTemplateAction
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryLanguageListCellRenderer
class QueryLanguageListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
defaultValue
ScriptEngineFactory defaultValue
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryListCellRenderer
class QueryListCellRenderer extends org.pentaho.reporting.libraries.designtime.swing.FixDefaultListCellRenderer implements Serializable -
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryRemoveAction
class QueryRemoveAction extends AbstractAction implements Serializable-
Serialized Fields
-
queries
QueryDialogModel<T> queries
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.QueryTemplateAction
class QueryTemplateAction extends ScriptTemplateAction implements Serializable-
Serialized Fields
-
dialogModel
QueryDialogModel<T> dialogModel
-
parentComponent
Component parentComponent
-
-
-
Class org.pentaho.reporting.engine.classic.core.designtime.datafactory.editor.ui.ScriptTemplateAction
class ScriptTemplateAction extends AbstractAction implements Serializable-
Serialized Fields
-
global
boolean global
-
resource
URL resource
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.elementfactory
-
Class org.pentaho.reporting.engine.classic.core.elementfactory.CrosstabDetail
class CrosstabDetail extends Object implements Serializable-
Serialized Fields
-
aggregation
Class<? extends AggregationFunction> aggregation
-
field
String field
-
title
String title
-
-
-
Class org.pentaho.reporting.engine.classic.core.elementfactory.CrosstabDimension
class CrosstabDimension extends Object implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.event
-
Class org.pentaho.reporting.engine.classic.core.event.ReportEvent
class ReportEvent extends EventObject implements Serializable-
Serialized Fields
-
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. -
type
int type
The event type for this event.
-
-
-
Class org.pentaho.reporting.engine.classic.core.event.ReportModelEvent
class ReportModelEvent extends EventObject implements Serializable -
Class org.pentaho.reporting.engine.classic.core.event.ReportProgressEvent
class ReportProgressEvent extends EventObject implements Serializable-
Serialized Fields
-
activity
int activity
The indicator for the current activity. One of COMPUTING_LAYOUT, PRECOMPUTING_VALUES, PAGINATING or GENERATING_CONTENT. -
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. -
maximumRow
int maximumRow
The maximum row of the outermost master report. -
page
int page
The current physical page. -
row
int row
The current row of the outermost master report. -
totalPages
int totalPages
Total number of pages in the report
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.filter
-
Class org.pentaho.reporting.engine.classic.core.filter.AnchorFilter
class 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
class ComponentDrawableFilter extends Object implements Serializable-
Serialized Fields
-
frame
JFrame frame
The Window-Peer used for the draw operation. -
source
DataSource source
The datasource from where to read the urls.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.DataRowDataSource
class 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
class DateFormatFilter extends FormatFilter implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.DateFormatParser
class DateFormatParser extends FormatParser implements Serializable-
Serialized Fields
-
timeZone
TimeZone timeZone
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.DecimalFormatFilter
class DecimalFormatFilter extends NumberFormatFilter implements Serializable-
Serialized Fields
-
keepState
boolean keepState
A flag indicating whether this filter should try to detect locales changes. -
lastLocale
Locale lastLocale
The last locale used to convert numbers.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.DecimalFormatParser
class DecimalFormatParser extends NumberFormatParser implements Serializable-
Serialized Fields
-
keepState
boolean keepState
A flag indicating whether this filter should try to detect locales changes. -
lastLocale
Locale lastLocale
The last locale used to convert numbers.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.DrawableLoadFilter
class DrawableLoadFilter extends Object implements Serializable-
Serialization Methods
-
readObject
A helper method that is called during the de-serialization process.- Parameters:
in
- the serialization input stream.- 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
class EmptyDataSource extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.FormatFilter
class FormatFilter extends Object implements Serializable-
Serialized Fields
-
datasource
DataSource datasource
The datasource from where the data is obtained. -
format
Format format
The format used to create the string representation of the data. -
nullvalue
String nullvalue
The string used to represent null.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.FormatParser
class FormatParser extends Object implements Serializable-
Serialized Fields
-
datasource
DataSource datasource
The datasource from where the data is obtained. -
format
Format format
The format used to create the string representation of the data. -
nullvalue
Object nullvalue
The object used to represent null.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.ImageLoadFilter
class ImageLoadFilter extends Object implements Serializable-
Serialization Methods
-
readObject
A helper method that is called during the de-serialization process.- Parameters:
in
- the serialization input stream.- Throws:
IOException
- if an IOError occurs.ClassNotFoundException
- if a dependent class cannot be found.
-
writeObject
A helper method that is called during the serialization process.- Parameters:
out
- the serialization output stream.- 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
class ImageRefFilter extends Object implements Serializable-
Serialized Fields
-
dataSource
DataSource dataSource
The data source.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatFilter
class 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
class MessageFormatSupport extends Object implements Serializable-
Serialized Fields
-
cachedValue
String cachedValue
The cached formatted string value. -
compiledFormat
String compiledFormat
The translated message format string. All named references have been resolved to numeric index positions. -
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. -
nullString
String nullString
The replacement text that is used if one of the referenced message parameters is null.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatSupport.MessageCompiler
class MessageCompiler extends PropertyLookupParser implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.NumberFormatFilter
class NumberFormatFilter extends FormatFilter implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.NumberFormatParser
class NumberFormatParser extends FormatParser implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.ResourceFileFilter
class ResourceFileFilter extends Object implements Serializable-
Serialized Fields
-
dataSource
DataSource dataSource
the filtered data source. -
resourceIdentifier
String resourceIdentifier
the used resource bundle.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.ResourceMessageFormatFilter
class 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. -
messageFormatSupport
MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow. -
resourceIdentifier
String resourceIdentifier
The name of the resource bundle used to lookup the message.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.ShapeFilter
class ShapeFilter extends Object implements Serializable-
Serialized Fields
-
dataSource
DataSource dataSource
The data source.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.SimpleDateFormatFilter
class SimpleDateFormatFilter extends DateFormatFilter implements Serializable-
Serialized Fields
-
keepState
boolean keepState
A flag indicating whether this filter should try to detect locales changes. -
lastLocale
Locale lastLocale
The last locale used to convert numbers.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.SimpleDateFormatParser
class SimpleDateFormatParser extends DateFormatParser implements Serializable-
Serialized Fields
-
keepState
boolean keepState
A flag indicating whether this filter should try to detect locales changes. -
lastLocale
Locale lastLocale
The last locale used to convert numbers.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.StaticDataSource
class StaticDataSource extends Object implements Serializable-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
writeObject
Helper method for serialization.- Parameters:
out
- the output stream where to write the object.- Throws:
IOException
- if errors occur while writing the stream.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.StringFilter
class StringFilter extends Object implements Serializable-
Serialized Fields
-
nullvalue
String nullvalue
The string used to represent a null value. -
source
DataSource source
The data source for this filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.URLFilter
class URLFilter extends Object implements Serializable-
Serialized Fields
-
baseURL
URL baseURL
The base url is used to form the complete url if the given url is relative.- See Also:
-
source
DataSource source
The datasource used to form the urls. This datasource should return strings, files or urls
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.filter.templates
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.AbstractTemplate
class AbstractTemplate extends Object implements Serializable-
Serialized Fields
-
name
String name
The template name.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.AnchorFieldTemplate
class AnchorFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
anchorFilter
AnchorFilter anchorFilter
Deprecated.A string filter. -
dataRowDataSource
DataRowDataSource dataRowDataSource
Deprecated.The data-row data source.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.ComponentFieldTemplate
class 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
class DateFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
The data-row datasource. -
dateFilter
SimpleDateFormatFilter dateFilter
The date format filter. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.DrawableFieldTemplate
class DrawableFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
The data row reader.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.DrawableURLElementTemplate
class 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
class DrawableURLFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
A data row accessor. -
imageLoadFilter
DrawableLoadFilter imageLoadFilter
An image load filter. -
urlFilter
URLFilter urlFilter
A URL filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.EllipseTemplate
class EllipseTemplate extends AbstractTemplate implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.templates.HorizontalLineTemplate
class HorizontalLineTemplate extends AbstractTemplate implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.templates.ImageFieldTemplate
class ImageFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
The data row reader. -
imageLoadFilter
ImageLoadFilter imageLoadFilter
The filter that is used to load the image from a URL, file or Blob. -
imageRefFilter
ImageRefFilter imageRefFilter
An image reference filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.ImageURLElementTemplate
class 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
class ImageURLFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
A data row accessor. -
imageLoadFilter
ImageLoadFilter imageLoadFilter
An image load filter. -
urlFilter
URLFilter urlFilter
A URL filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.LabelTemplate
class 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
class MessageFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
messageFormatFilter
MessageFormatFilter messageFormatFilter
The message format filter inlines data from other sources into a string. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.NumberFieldTemplate
class NumberFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
A data-row accessor. -
decimalFormatFilter
DecimalFormatFilter decimalFormatFilter
A decimal format filter. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.RectangleTemplate
class RectangleTemplate extends AbstractTemplate implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.templates.ResourceFieldTemplate
class ResourceFieldTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
dataRowDataSource
DataRowDataSource dataRowDataSource
A data-row accessor. -
resourceFilter
ResourceFileFilter resourceFilter
A resource file filter. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.ResourceLabelTemplate
class ResourceLabelTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
resourceFilter
ResourceFileFilter resourceFilter
A resource file filter. -
staticDataSource
StaticDataSource staticDataSource
A static datasource. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.ResourceMessageTemplate
class ResourceMessageTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
resourceFilter
ResourceMessageFormatFilter resourceFilter
A resource file filter. -
stringFilter
StringFilter stringFilter
A string filter.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.RoundRectangleTemplate
class RoundRectangleTemplate extends AbstractTemplate implements Serializable-
Serialized Fields
-
arcHeight
float arcHeight
The height of the arc that is used to round off the corners of rectangle. -
arcWidth
float arcWidth
The width of the arc that is used to round off the corners of rectangle.
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.templates.ShapeFieldTemplate
class 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
class 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
class VerticalLineTemplate extends AbstractTemplate implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.filter.types
-
Class org.pentaho.reporting.engine.classic.core.filter.types.AbstractElementType
class AbstractElementType extends Object implements Serializable-
Serialized Fields
-
id
String id
-
metaData
ElementMetaData metaData
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.types.AutoLayoutBoxType
class AutoLayoutBoxType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ContentFieldType
class ContentFieldType extends ContentType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ContentType
class ContentType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.CrosstabElementType
class CrosstabElementType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.DateFieldType
class DateFieldType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.EllipseType
class EllipseType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ExternalElementType
class ExternalElementType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.HorizontalLineType
class HorizontalLineType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.LabelType
class LabelType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.LegacyType
class LegacyType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.MessageType
class MessageType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.NumberFieldType
class NumberFieldType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.RectangleType
class RectangleType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceFieldType
class ResourceFieldType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceLabelType
class ResourceLabelType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.ResourceMessageType
class ResourceMessageType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.TextFieldType
class TextFieldType extends AbstractElementType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.VerticalLineType
class VerticalLineType extends AbstractElementType implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.filter.types.bands
-
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.AbstractSectionType
class AbstractSectionType extends AbstractElementType implements Serializable-
Serialized Fields
-
restricted
boolean restricted
-
-
-
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.BandType
class BandType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabCellBodyType
class CrosstabCellBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabCellType
class CrosstabCellType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabColumnGroupBodyType
class CrosstabColumnGroupBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabColumnGroupType
class CrosstabColumnGroupType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabGroupType
class CrosstabGroupType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabHeaderType
class CrosstabHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabOtherGroupBodyType
class CrosstabOtherGroupBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabOtherGroupType
class CrosstabOtherGroupType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabRowGroupBodyType
class CrosstabRowGroupBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabRowGroupType
class CrosstabRowGroupType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabSummaryHeaderType
class CrosstabSummaryHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.CrosstabTitleHeaderType
class CrosstabTitleHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.DetailsHeaderType
class DetailsHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.GroupDataBodyType
class GroupDataBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.GroupHeaderType
class GroupHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.ItemBandType
class ItemBandType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.MasterReportType
class MasterReportType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.NoDataBandType
class NoDataBandType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.PageHeaderType
class PageHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.RelationalGroupType
class RelationalGroupType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.ReportHeaderType
class ReportHeaderType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.SubGroupBodyType
class SubGroupBodyType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.SubReportType
class SubReportType extends AbstractSectionType implements Serializable -
Class org.pentaho.reporting.engine.classic.core.filter.types.bands.WatermarkType
class WatermarkType extends AbstractSectionType implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.function
-
Class org.pentaho.reporting.engine.classic.core.function.AbstractCompareExpression
class AbstractCompareExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction
class AbstractElementFormatFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- 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
The name of the element that should be formatted. -
performanceCollector
org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction.PerformanceCollector performanceCollector
-
performanceLogger
org.apache.commons.logging.Log performanceLogger
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.AbstractExpression
class AbstractExpression extends Object implements Serializable-
Serialized Fields
-
dependency
int dependency
The dependency level. -
name
String name
The expression name. -
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
class AbstractFunction extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.AverageExpression
class AverageExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
fieldList
ArrayList fieldList
Deprecated.An ordered list containing the fieldnames used in the expression. -
roundingMode
int roundingMode
Deprecated.The rounding-property defines the precission of the divide-operation. -
scale
int scale
Deprecated.The scale-property defines the precission of the divide-operation.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
class ColumnAggregationExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ColumnAverageExpression
class 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. -
roundingMode
int roundingMode
Deprecated.The rounding-property defines the precission of the divide-operation. -
scale
int scale
Deprecated.The scale-property defines the precission of the divide-operation.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ColumnDifferenceExpression
class ColumnDifferenceExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ColumnDivisionExpression
class ColumnDivisionExpression extends ColumnAggregationExpression implements Serializable-
Serialized Fields
-
roundingMode
int roundingMode
Deprecated.The rounding-property defines the precission of the divide-operation. -
scale
int scale
Deprecated.The scale-property defines the precission of the divide-operation.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ColumnMaximumExpression
class ColumnMaximumExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ColumnMinimumExpression
class ColumnMinimumExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ColumnMultiplyExpression
class ColumnMultiplyExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ColumnSumExpression
class ColumnSumExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.CompareFieldsExpression
class 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
class ConditionalItemSumFunction extends ItemSumFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ConvertToDateExpression
class ConvertToDateExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
field
String field
Deprecated.The name of the data-row column from where to read the string that should be parsed. -
format
String format
Deprecated.The date-format that is used for the parsing. -
locale
Locale locale
Deprecated.The locale. If undefined, the report's locale is used. -
timeZone
TimeZone timeZone
Deprecated.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ConvertToNumberExpression
class ConvertToNumberExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
decimalFormat
DecimalFormat decimalFormat
A variable that caches the last number-format object used. -
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. -
lastLocale
Locale lastLocale
A variable that caches the last locale object used. -
locale
Locale locale
The locale. If undefined, the report's locale is used.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.CountDistinctFunction
class CountDistinctFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The field for which the number of distinct values are counted. -
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. -
ignoreNullValues
boolean ignoreNullValues
-
values
Sequence<HashSet<Object>> values
The collected values for the current group.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.CreateGroupAnchorsFunction
class CreateGroupAnchorsFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
anchor
String anchor
Deprecated.A temporary variable holding the last anchor created by this function. -
anchorPrefix
String anchorPrefix
Deprecated.A prefix for the anchor name. -
count
int count
Deprecated.A counter to create unique anchor names. -
group
String group
Deprecated.The name of the group for which anchors should be created.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.CreateHyperLinksFunction
class CreateHyperLinksFunction extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
field
String field
Deprecated.The field name from where to read the hyper-link target. -
target
String target
Deprecated.The constant target window. This property is used if no window field was set. -
windowField
String windowField
Deprecated.The field from where to read the link target-window specifier.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.DateCutExpression
class DateCutExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
factor
long factor
Deprecated.The factor by which the date should be pruned. -
field
String field
Deprecated.The name of the data-row field from where to read the date that should be modified.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ElementColorFunction
class ElementColorFunction extends AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ElementTrafficLightFunction
class ElementTrafficLightFunction extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
defaultColor
Color defaultColor
Deprecated.The default color that is used if none of the limits applies. -
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. -
limits
ArrayList<org.pentaho.reporting.engine.classic.core.function.ElementTrafficLightFunction.LightDefinition> limits
Deprecated.The list of limit and color pairs. -
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. -
useOppositeLogic
boolean useOppositeLogic
Deprecated.A flag indicating whether limits specify the lower or the upper boundary of a range.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ElementVisibilityFunction
class 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
class ElementVisibilitySwitchFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
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. -
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. -
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
class 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
class ExpressionCollection extends Object implements Serializable-
Serialized Fields
-
expressionList
ArrayList<Expression> expressionList
Ordered storage for the Expressions.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.FormulaExpression
class FormulaExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
elementType
String elementType
-
failOnError
Boolean failOnError
-
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. -
formulaExpression
String formulaExpression
The formula itself. -
formulaNamespace
String formulaNamespace
The formula namespace as defined by OpenFormula.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.FormulaFunction
class FormulaFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
failOnError
Boolean failOnError
-
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. -
formulaExpression
String formulaExpression
The formula itself. -
formulaNamespace
String formulaNamespace
The formula namespace as defined by OpenFormula. -
initial
String initial
The initial formula as specified by the user. This is the formula and the namespace. -
initialExpression
String initialExpression
The initial formula itself. -
initialized
boolean initialized
A flag indicating whether the initial-formula has been evaluated. -
initialNamespace
String initialNamespace
The formula namespace of the initial formula as defined by OpenFormula.
-
-
-
Exception org.pentaho.reporting.engine.classic.core.function.FunctionProcessingException
class FunctionProcessingException extends RuntimeException implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.GroupCountFunction
class GroupCountFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
count
int count
The number of groups. -
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.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.HideElementByNameFunction
class 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
class HideElementIfDataAvailableExpression extends AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.HideNullValuesFunction
class 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
class HidePageBandForTableExportFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
disableRepeatingHeader
boolean disableRepeatingHeader
Deprecated.A flag indicating whether repeating group header and footer should made non-repeating. -
exportDescriptor
String exportDescriptor
Deprecated. -
hidePageBands
boolean hidePageBands
Deprecated.A flag indicating whether page bands should be hidden.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.IsEmptyExpression
class IsEmptyExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
field
String field
Deprecated.The field name.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.IsNullExpression
class IsNullExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
field
String field
Deprecated.The field name.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemAvgFunction
class ItemAvgFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The name of the field from where to read the values. -
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. -
itemCount
Sequence<BigDecimal> itemCount
The item count. -
roundingMode
int roundingMode
The rounding-property defines the precession of the divide-operation. -
scale
int scale
The scale-property defines the precession of the divide-operation. -
sum
Sequence<BigDecimal> sum
The item sum.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemColumnQuotientExpression
class ItemColumnQuotientExpression extends PercentageExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ItemCountFunction
class ItemCountFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
count
Sequence<BigDecimal> count
The item count. -
crosstabFilterGroup
String crosstabFilterGroup
-
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
class ItemHideFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
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. -
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.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemMaxFunction
class ItemMaxFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The name of the field from where to read the values. -
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. -
max
Sequence<Comparable> max
The maximum value.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemMinFunction
class ItemMinFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The name of the field from where to read the values. -
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. -
min
Sequence<Comparable> min
The minimum value.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemPercentageFunction
class ItemPercentageFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
field
String field
The name of the field from where to read the values. -
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. -
roundingMode
int roundingMode
The rounding-property defines the precission of the divide-operation. -
scale
int scale
The scale-property defines the precission of the divide-operation. -
scaleToHundred
boolean scaleToHundred
A flag defining whether the returned value should be scaled to 100. -
totalSumFunction
TotalGroupSumFunction totalSumFunction
A total group sum function.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ItemSumFunction
class ItemSumFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The name of the field from where to read the values. -
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. -
sum
Sequence<BigDecimal> sum
The item sum.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.NegativeNumberPaintChangeFunction
class 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. -
negativeColor
Color negativeColor
Deprecated.The color that is used for negative values. -
positiveColor
Color positiveColor
Deprecated.The color that is used for positive values. -
zeroColor
Color zeroColor
Deprecated.The color that is used for zero values.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.PageFunction
class PageFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
dependencyLevel
int dependencyLevel
The dependency level of the function. -
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. -
ignoreNextGroupStart
boolean ignoreNextGroupStart
An internal state-management flag. -
ignoreNextPageStart
boolean ignoreNextPageStart
An internal state-management flag. -
pageIncrement
int pageIncrement
The increment by which the page number should be increases each time. -
startPage
int startPage
The initial page number on which the counting should start.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.PageItemCountFunction
class PageItemCountFunction extends ItemCountFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.PageItemSumFunction
class PageItemSumFunction extends ItemSumFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.PageOfPagesFunction
class PageOfPagesFunction extends PageFunction implements Serializable-
Serialized Fields
-
format
String format
The message format pattern. -
pageTotalFunction
PageTotalFunction pageTotalFunction
A internal function delegate that computes the total number of pages.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.PageTotalFunction
class PageTotalFunction extends PageFunction implements Serializable-
Serialized Fields
-
firstGroupSeen
boolean firstGroupSeen
An internal state flag. -
groupPages
HashMap groupPages
A map of results, keyed by the process-key.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.PaintComponentFunction
class PaintComponentFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Deprecated.Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.function.PaintDynamicComponentFunction
class 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
class 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. -
roundingMode
int roundingMode
Deprecated.The rounding-property defines the precission of the divide-operation. -
scale
int scale
Deprecated.The scale-property defines the precission of the divide-operation. -
useDifference
boolean useDifference
Deprecated.A flag indicating whether the difference between divident and divisor should be used as real divisor.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.RowBandingFunction
class RowBandingFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
element
String element
The name of the element that should be formatted. -
group
String group
-
ignoreCrosstabMode
boolean ignoreCrosstabMode
-
initialState
boolean initialState
The initial visibility that is used on the start of a new report, a new group or a new page. -
invisibleBackground
Color invisibleBackground
The background color that is used if the row-banding background should be invisible. -
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. -
rowbandingOnGroup
boolean rowbandingOnGroup
-
visibleBackground
Color visibleBackground
The background color that is used if the row-banding background should be visible.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.ShowElementByNameFunction
class ShowElementByNameFunction extends AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.ShowElementIfDataAvailableExpression
class ShowElementIfDataAvailableExpression extends AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.StateSequence
class StateSequence extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TextFormatExpression
class TextFormatExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
cachedResult
String cachedResult
Deprecated.A cached result. -
encoding
String encoding
Deprecated.The byte-encoding used for the URL encoding. -
fields
ArrayList 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.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalCalculationFunction
class TotalCalculationFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalGroupCountFunction
class TotalGroupCountFunction extends GroupCountFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- 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
class TotalGroupSumFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The field that should be evaluated. -
group
String group
The name of the group on which to reset. -
stateSequence
StateSequence<BigDecimal> stateSequence
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalGroupSumQuotientFunction
class 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. -
roundingMode
int roundingMode
The rounding-property defines the precession of the divide-operation. -
scale
int scale
The scale-property defines the precession of the divide-operation.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalGroupSumQuotientPercentFunction
class TotalGroupSumQuotientPercentFunction extends TotalGroupSumQuotientFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.TotalItemCountFunction
class TotalItemCountFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
group
String group
The name of the group on which to reset. -
stateSequence
StateSequence<Integer> stateSequence
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalItemMaxFunction
class TotalItemMaxFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
The current group key is used to store the result for the current group. -
field
String field
The field that should be evaluated. -
group
String group
The name of the group on which to reset. -
stateSequence
StateSequence<Comparable> stateSequence
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalItemMinFunction
class TotalItemMinFunction extends AbstractFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
field
String field
The field that should be evaluated. -
group
String group
The name of the group on which to reset. -
stateSequence
StateSequence<Comparable> stateSequence
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalPageItemCountFunction
class TotalPageItemCountFunction extends TotalItemCountFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
pageIndex
int pageIndex
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.TotalPageSumFunction
class TotalPageSumFunction extends TotalGroupSumFunction implements Serializable-
Serialization Methods
-
readObject
Helper function for the serialization.- Parameters:
in
- the input stream.- Throws:
IOException
- if an IO error occured.ClassNotFoundException
- if a required class could not be found.
-
-
Serialized Fields
-
pageIndex
int pageIndex
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.function.bool
-
Class org.pentaho.reporting.engine.classic.core.function.bool.AndExpression
class AndExpression extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.bool.IsEmptyDataExpression
class IsEmptyDataExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.bool.OrExpression
class OrExpression extends ColumnAggregationExpression implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.function.date
-
Class org.pentaho.reporting.engine.classic.core.function.date.CompareDateExpression
class 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
class DateExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
dayOfMonth
Integer dayOfMonth
A property holding the day of the month. -
dayOfWeek
Integer dayOfWeek
A property holding the day of the week. -
dayOfWeekInMonth
Integer dayOfWeekInMonth
A property holding the day of the week in the month. -
dayOfYear
Integer dayOfYear
A property holding the day of the year. -
epochTime
Long epochTime
A property holding time in seconds since 01-01-1970. -
hour
Integer hour
A property holding the hour of the day. This property uses the 24-hour system. -
milliSecond
Integer milliSecond
A property holding milli-seconds. -
minute
Integer minute
A property holding the minute. -
month
Integer month
A property holding the month of the year. -
second
Integer second
A property holding the second. -
time
Long time
A property holding time in milli-seconds since 01-01-1970. -
timeZone
TimeZone timeZone
A property holding the time-zone. -
weekOfMonth
Integer weekOfMonth
A property holding the week of the month. -
weekOfYear
Integer weekOfYear
A property holding the week of the year. -
year
Integer year
A property holding the year.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.date.DateSpanExpression
class DateSpanExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.date.VariableDateExpression
class VariableDateExpression extends DateExpression implements Serializable-
Serialized Fields
-
dayOfMonthField
String dayOfMonthField
The name of the field that contains the day of the month. -
dayOfWeekField
String dayOfWeekField
The name of the field that contains the day of the week. -
dayOfWeekInMonthField
String dayOfWeekInMonthField
The name of the field that contains the day of the week in the current month. -
dayOfYearField
String dayOfYearField
The name of the field that contains the day of the year. -
epochTimeField
String epochTimeField
The name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970. -
hourField
String hourField
The name of the field that contains the hour (using the 24-hours system). -
milliSecondField
String milliSecondField
The name of the field that contains the milli-seconds. -
minuteField
String minuteField
The name of the field that contains the minute. -
monthField
String monthField
The name of the field that contains the month. -
secondField
String secondField
The name of the field that contains the second. -
timeField
String timeField
The name of the field that contains the number of milliseconds since 01-Jan-1970. -
timeZoneField
String timeZoneField
The name of the field that contains the time-zone. -
weekOfMonthField
String weekOfMonthField
The name of the field that contains the week of the month. -
weekOfYearField
String weekOfYearField
The name of the field that contains the week of the year. -
yearField
String yearField
The name of the field that contains the year.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.function.formula
-
Class org.pentaho.reporting.engine.classic.core.function.formula.DashboardModeFunction
class DashboardModeFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.DashboardModeFunctionDescription
class DashboardModeFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.DocumentMetaDataFunction
class DocumentMetaDataFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.DocumentMetaDataFunctionDescription
class DocumentMetaDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.EngineeringNotationFunction
class EngineeringNotationFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.EngineeringNotationFunctionDescription
class EngineeringNotationFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.EnvFunction
class EnvFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.EnvFunctionDescription
class EnvFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ExportTypeFunction
class ExportTypeFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ExportTypeFunctionDescription
class ExportTypeFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.IsEmptyDataFunction
class IsEmptyDataFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.IsEmptyDataFunctionDescription
class IsEmptyDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.IsExportTypeFunction
class IsExportTypeFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.IsExportTypeFunctionDescription
class IsExportTypeFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MetaDataFunction
class MetaDataFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MetaDataFunctionDescription
class MetaDataFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MParameterTextFunction
class MParameterTextFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MParameterTextFunctionDescription
class MParameterTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MultiValueQueryFunction
class MultiValueQueryFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.MultiValueQueryFunctionDescription
class MultiValueQueryFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ParameterTextFunction
class ParameterTextFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ParameterTextFunctionDescription
class ParameterTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.QuoteTextFunction
class QuoteTextFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.QuoteTextFunctionDescription
class QuoteTextFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ResourceLookupFunction
class ResourceLookupFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.ResourceLookupFunctionDescription
class ResourceLookupFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.RowCountFunction
class RowCountFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.RowCountFunctionDescription
class RowCountFunctionDescription extends org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.SingleValueQueryFunction
class SingleValueQueryFunction extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.formula.SingleValueQueryFunctionDescription
class 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
class 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
class IsNegativeExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
field
String field
Deprecated.The field name.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.numeric.IsPositiveExpression
class 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
class 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
class CompareStringExpression extends AbstractCompareExpression implements Serializable-
Serialized Fields
-
text
String text
Deprecated.The static text.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.MapIndirectExpression
class MapIndirectExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
fallbackForward
String fallbackForward
The fallback forward is used if none of the defined keys matches. -
field
String field
The field from where to read the key value. -
forwards
ArrayList forwards
The list of target-fields. -
ignoreCase
boolean ignoreCase
A flag defining, whether the key-lookup should be case-insensitive. -
keys
ArrayList keys
The list of possible keys. -
nullValue
String nullValue
The null-value is returned if the key-field evaluates tonull
.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.MapStringExpression
class MapStringExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
fallbackValue
String fallbackValue
The fallback value is returned if none of the defined keys matches. -
field
String field
The field from where to read the key value. -
ignoreCase
boolean ignoreCase
A flag defining, whether the key-lookup should be case-insensitive. -
keys
ArrayList keys
The list of possible keys. -
nullValue
String nullValue
The null-value is returned if the key-field evaluates tonull
. -
values
ArrayList values
The list of mapped values.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.MessageFormatExpression
class MessageFormatExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
encoding
String encoding
The byte-encoding used for the URL encoding. -
messageFormatSupport
MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow. -
pattern
String pattern
The message-format pattern used to compute the result. -
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.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.ResourceBundleLookupExpression
class ResourceBundleLookupExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.strings.ResourceMesssageFormatExpression
class 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. -
messageFormatSupport
MessageFormatSupport messageFormatSupport
The message format support translates raw message strings into useable MessageFormat parameters and read the necessary input data from the datarow. -
resourceIdentifier
String resourceIdentifier
The name of the resource bundle used to lookup the message.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.SubStringExpression
class SubStringExpression extends AbstractExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.strings.TokenizeStringExpression
class TokenizeStringExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
delimeter
String delimeter
Deprecated.The delimeter value. -
field
String field
Deprecated.The field from where to read the original value. -
prefix
String prefix
Deprecated.The (optional) prefix value. -
replacement
String replacement
Deprecated.The replacement value. -
suffix
String suffix
Deprecated.The (optional) suffix value.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.strings.ToLowerCaseStringExpression
class 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
class 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
class URLEncodeExpression extends AbstractExpression implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.function.sys
-
Class org.pentaho.reporting.engine.classic.core.function.sys.AttributeExpressionsEvaluator
class AttributeExpressionsEvaluator extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
failOnErrors
boolean failOnErrors
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.CellFormatFunction
class CellFormatFunction extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
formatSpecification
FormatSpecification formatSpecification
A reusable format-specification object.
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.CrosstabColumnSequenceFunction
class CrosstabColumnSequenceFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
crosstabFilterGroup
String crosstabFilterGroup
-
lastGroupSequenceNumber
int lastGroupSequenceNumber
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.GetDataRowValueExpression
class GetDataRowValueExpression extends AbstractExpression implements Serializable-
Serialized Fields
-
field
String field
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.IsExportTypeExpression
class 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
class MetaDataStyleEvaluator extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
legacyMode
Boolean legacyMode
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.SheetNameFunction
class SheetNameFunction extends AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.sys.SingleValueQueryFunction
class SingleValueQueryFunction extends ColumnAggregationExpression implements Serializable -
Class org.pentaho.reporting.engine.classic.core.function.sys.StyleExpressionsEvaluator
class StyleExpressionsEvaluator extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
failOnErrors
boolean failOnErrors
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.StyleResolvingEvaluator
class StyleResolvingEvaluator extends AbstractElementFormatFunction implements Serializable-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
-
Serialized Fields
-
collectDetailedStatistics
boolean collectDetailedStatistics
-
statisticsHit
DoubleKeyedCounter<String,
Long> statisticsHit -
statisticsMiss
DoubleKeyedCounter<String,
Long> statisticsMiss
-
-
-
Class org.pentaho.reporting.engine.classic.core.function.sys.WizardItemHideFunction
class WizardItemHideFunction extends AbstractElementFormatFunction implements Serializable-
Serialized Fields
-
pageStarted
boolean pageStarted
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.imagemap
-
Class org.pentaho.reporting.engine.classic.core.imagemap.AbstractImageMapEntry
class AbstractImageMapEntry extends Object implements Serializable-
Serialized Fields
-
attributeMap
org.pentaho.reporting.libraries.xmlns.common.AttributeMap attributeMap
-
-
-
Class org.pentaho.reporting.engine.classic.core.imagemap.CircleImageMapEntry
class 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
class DefaultImageMapEntry extends AbstractImageMapEntry implements Serializable -
Class org.pentaho.reporting.engine.classic.core.imagemap.ImageMap
class ImageMap extends Object implements Serializable-
Serialized Fields
-
attributes
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<String> attributes
-
mapEntries
ArrayList<ImageMapEntry> mapEntries
-
-
-
Class org.pentaho.reporting.engine.classic.core.imagemap.PolygonImageMapEntry
class PolygonImageMapEntry extends AbstractImageMapEntry implements Serializable-
Serialized Fields
-
coordinates
float[] coordinates
-
polygon
GeneralPath polygon
-
-
-
Class org.pentaho.reporting.engine.classic.core.imagemap.RectangleImageMapEntry
class RectangleImageMapEntry extends AbstractImageMapEntry implements Serializable-
Serialized Fields
-
x1
float x1
-
x2
float x2
-
y1
float y1
-
y2
float y2
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.layout.model.context
-
Class org.pentaho.reporting.engine.classic.core.layout.model.context.NodeLayoutProperties
class NodeLayoutProperties extends Object implements Serializable-
Serialized Fields
-
attributes
ReportAttributeMap<Object> attributes
-
elementType
ElementType elementType
-
instanceId
InstanceID instanceId
The instance id identifies the original report-element that was used to create this render-element. There is no guarantee of uniqueness in this id, as the same element can be printed multiple times. -
majorAxis
int majorAxis
-
minorAxis
int minorAxis
-
posX
Float posX
-
posY
Float posY
-
styleSheet
StyleSheet styleSheet
-
verticalAlignment
ElementAlignment verticalAlignment
-
verticalTextAlign
VerticalTextAlign verticalTextAlign
-
visible
boolean visible
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.model.context.StaticBoxLayoutProperties
class StaticBoxLayoutProperties extends Object implements Serializable-
Serialized Fields
-
borderBottom
long borderBottom
-
borderLeft
long borderLeft
-
borderRight
long borderRight
-
borderTop
long borderTop
-
dominantBaseline
int dominantBaseline
-
flags
int flags
-
fontFamily
String fontFamily
-
nominalBaselineInfo
ExtendedBaselineInfo nominalBaselineInfo
-
orphans
int orphans
-
placeholderBox
StaticBoxLayoutProperties.PlaceholderType placeholderBox
-
spaceWidth
long spaceWidth
-
widows
int widows
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.layout.output
-
Class org.pentaho.reporting.engine.classic.core.layout.output.CollectSelectedNodesStep
class CollectSelectedNodesStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
bounds
StrictBounds bounds
-
name
String name
-
namespace
String namespace
-
nodebounds
StrictBounds nodebounds
-
resultList
ArrayList<RenderNode> resultList
-
strictSelection
boolean strictSelection
-
-
-
Exception org.pentaho.reporting.engine.classic.core.layout.output.ContentProcessingException
class ContentProcessingException extends Exception implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.output.DefaultOutputFunction
class DefaultOutputFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
avoidedFooter
int avoidedFooter
-
avoidedRepeatingFooter
int avoidedRepeatingFooter
-
beginOfRow
int beginOfRow
-
clearedFooter
boolean clearedFooter
-
currentEvent
ReportEvent currentEvent
-
elementChangeChecker
ElementChangeChecker elementChangeChecker
-
groupOutputHandlerFactory
GroupOutputHandlerFactory groupOutputHandlerFactory
-
inlineSubreports
ArrayList<InlineSubreportMarker> inlineSubreports
-
lastPagebreak
boolean lastPagebreak
-
outputHandlers
org.pentaho.reporting.libraries.base.util.FastStack<GroupOutputHandler> outputHandlers
-
pagebreakHandler
DefaultLayoutPagebreakHandler pagebreakHandler
-
printedFooter
int printedFooter
-
printedRepeatingFooter
int printedRepeatingFooter
-
renderedCrosstabLayouts
org.pentaho.reporting.libraries.base.util.FastStack<RenderedCrosstabLayout> renderedCrosstabLayouts
-
renderer
Renderer renderer
-
repeatingFooterValidator
RepeatingFooterValidator repeatingFooterValidator
-
subReportFooterTracker
ArrayList<InstanceID> subReportFooterTracker
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey
class LogicalPageKey extends Object implements Serializable-
Serialized Fields
-
height
int height
-
physicalPageKeys
PhysicalPageKey[] physicalPageKeys
-
position
int position
-
width
int width
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature
class OutputProcessorFeature extends Object implements Serializable-
Serialized Fields
-
hashCode
int hashCode
-
name
String name
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature.BooleanOutputProcessorFeature
class BooleanOutputProcessorFeature extends OutputProcessorFeature implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessorFeature.NumericOutputProcessorFeature
class NumericOutputProcessorFeature extends OutputProcessorFeature implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.output.PageState
class PageState extends Object implements Serializable-
Serialized Fields
-
pageCursor
int pageCursor
-
reportState
ProcessState reportState
-
safeToStore
Boolean safeToStore
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.output.PhysicalPageKey
class PhysicalPageKey extends Object implements Serializable-
Serialized Fields
-
logicalPage
LogicalPageKey logicalPage
-
x
int x
-
y
int y
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.output.ValidateSafeToStoreStateStep
class ValidateSafeToStoreStateStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
safeToStore
boolean safeToStore
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.layout.output.crosstab
-
Class org.pentaho.reporting.engine.classic.core.layout.output.crosstab.CrosstabTableCell
class CrosstabTableCell extends Element implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.layout.process
-
Class org.pentaho.reporting.engine.classic.core.layout.process.ApplyAutoCommitPageHeaderStep
class ApplyAutoCommitPageHeaderStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
autoCommitStep
ApplyAutoCommitStep autoCommitStep
-
hasCommitableContent
boolean hasCommitableContent
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.ApplyAutoCommitStep
class ApplyAutoCommitStep extends IterateSimpleStructureProcessStep implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.ApplyCommitStep
class ApplyCommitStep extends IterateSimpleStructureProcessStep implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.CommitStep
class CommitStep extends IterateSimpleStructureProcessStep implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.ComputeStaticPropertiesProcessStep
class ComputeStaticPropertiesProcessStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
chunkWidthUpdate
StaticChunkWidthUpdate chunkWidthUpdate
-
chunkWidthUpdatePool
StaticChunkWidthUpdatePool chunkWidthUpdatePool
-
designTime
boolean designTime
-
metaData
OutputProcessorMetaData metaData
-
overflowXSupported
boolean overflowXSupported
-
overflowYSupported
boolean overflowYSupported
-
resourceManager
org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager
-
widowOrphanDefinitionsEncountered
boolean widowOrphanDefinitionsEncountered
-
widowsEnabled
boolean widowsEnabled
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.CountBoxesStep
class CountBoxesStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
autoBoxes
int autoBoxes
-
deepDirtyBoxes
int deepDirtyBoxes
-
enabled
boolean enabled
-
finishedBoxes
int finishedBoxes
-
maxBoxSize
int maxBoxSize
-
totalCount
int totalCount
-
validating
boolean validating
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.FindOldestProcessKeyStep
class FindOldestProcessKeyStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
finishedPaginate
boolean finishedPaginate
-
key
ReportStateKey key
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.IterateSimpleReverseStructureProcessStep
class IterateSimpleReverseStructureProcessStep extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.IterateSimpleStructureProcessStep
class IterateSimpleStructureProcessStep extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.OrphanStep
class OrphanStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
context
OrphanContext context
-
contextPool
OrphanContextPool contextPool
-
invalidNodeFound
boolean invalidNodeFound
-
rootContext
OrphanPassThroughContext rootContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.RollbackStep
class RollbackStep extends IterateSimpleStructureProcessStep implements Serializable -
Class org.pentaho.reporting.engine.classic.core.layout.process.WidowStep
class WidowStep extends IterateSimpleReverseStructureProcessStep implements Serializable-
Serialized Fields
-
context
WidowContext context
-
contextPool
WidowContextPool contextPool
-
invalidNodeFound
boolean invalidNodeFound
-
rootContext
WidowPassThroughContext rootContext
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.layout.process.text
-
Class org.pentaho.reporting.engine.classic.core.layout.process.text.ComplexTextMinorAxisLayoutStep
class ComplexTextMinorAxisLayoutStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
metaData
OutputProcessorMetaData metaData
-
nodeContext
MinorAxisNodeContext nodeContext
-
resourceManager
org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager
-
strictCompatibility
boolean strictCompatibility
-
-
-
Class org.pentaho.reporting.engine.classic.core.layout.process.text.SimpleTextMinorAxisLayoutStep
class SimpleTextMinorAxisLayoutStep extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
centerProcessor
TextAlignmentProcessor centerProcessor
-
justifyProcessor
TextAlignmentProcessor justifyProcessor
-
leftProcessor
TextAlignmentProcessor leftProcessor
-
lineBreakState
MinorAxisParagraphBreakState lineBreakState
-
metaData
OutputProcessorMetaData metaData
-
nodeContext
MinorAxisNodeContext nodeContext
-
pageGrid
PageGrid pageGrid
-
rightProcessor
TextAlignmentProcessor rightProcessor
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.metadata
-
Class org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData
class AbstractMetaData extends Object implements Serializable-
Serialized Fields
-
bundleLocation
String bundleLocation
-
compatibilityLevel
int compatibilityLevel
-
deprecated
boolean deprecated
-
deprecationKey
String deprecationKey
-
descriptionKey
String descriptionKey
-
displayNameKey
String displayNameKey
-
expert
boolean expert
-
groupingKey
String groupingKey
-
groupingOrdinalKey
String groupingOrdinalKey
-
hidden
boolean hidden
-
itemOrdinalKey
String itemOrdinalKey
-
keyPrefix
String keyPrefix
-
keyPrefixAndName
String keyPrefixAndName
-
maturityLevel
MaturityLevel maturityLevel
-
name
String name
-
preferred
boolean preferred
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultAttributeCore
class DefaultAttributeCore extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultAttributeMetaData
class DefaultAttributeMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
attributeCore
AttributeCore attributeCore
-
bulk
boolean bulk
-
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. -
designTimeValue
boolean designTimeValue
-
mandatory
boolean mandatory
-
namespace
String namespace
-
propertyEditorClass
Class<? extends PropertyEditor> propertyEditorClass
-
targetClass
Class<?> targetClass
-
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. -
valueRole
String valueRole
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultDataFactoryCore
class DefaultDataFactoryCore extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultDataFactoryMetaData
class DefaultDataFactoryMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
dataFactoryCore
DataFactoryCore dataFactoryCore
-
editable
boolean editable
-
editorClass
Class<?> editorClass
-
formattingMetadataSource
boolean formattingMetadataSource
-
freeformQuery
boolean freeformQuery
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultElementMetaData
class DefaultElementMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
attributes
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<AttributeMetaData> attributes
-
contentType
Class<?> contentType
-
elementType
Class<? extends ElementType> elementType
-
namespace
String namespace
-
reportElementType
ElementMetaData.TypeClassification reportElementType
-
styles
Map<StyleKey,
StyleMetaData> styles
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultExpressionMetaData
class DefaultExpressionMetaData extends AbstractMetaData implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
expressionType
Class<? extends Expression> expressionType
-
layoutProcessorMode
int layoutProcessorMode
-
properties
HashMap<String,
ExpressionPropertyMetaData> properties -
resultType
Class<?> resultType
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultExpressionPropertyCore
class DefaultExpressionPropertyCore extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultExpressionPropertyMetaData
class DefaultExpressionPropertyMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
computed
boolean computed
-
designTimeProperty
boolean designTimeProperty
-
expressionPropertyCore
ExpressionPropertyCore expressionPropertyCore
-
mandatory
boolean mandatory
-
propertyDescriptor
SharedPropertyDescriptorProxy propertyDescriptor
-
propertyEditorClass
Class<? extends PropertyEditor> propertyEditorClass
-
propertyReadHandler
Class<? extends UserDefinedExpressionPropertyReadHandler> propertyReadHandler
-
propertyRole
String propertyRole
-
propertyWriteHandler
Class<? extends ExpressionPropertyWriteHandler> propertyWriteHandler
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportPreProcessorMetaData
class DefaultReportPreProcessorMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
autoProcessor
boolean autoProcessor
-
executeInDesignMode
boolean executeInDesignMode
-
executionPriority
int executionPriority
-
expressionType
Class<? extends ReportPreProcessor> expressionType
-
properties
Map<String,
ReportPreProcessorPropertyMetaData> properties
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportPreProcessorPropertyCore
class DefaultReportPreProcessorPropertyCore extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportPreProcessorPropertyMetaData
class DefaultReportPreProcessorPropertyMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
computed
boolean computed
-
mandatory
boolean mandatory
-
propertyDescriptor
SharedPropertyDescriptorProxy propertyDescriptor
-
propertyEditorClass
Class<? extends PropertyEditor> propertyEditorClass
-
propertyRole
String propertyRole
-
reportPreProcessorCore
ReportPreProcessorPropertyCore reportPreProcessorCore
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultReportProcessTaskMetaData
class DefaultReportProcessTaskMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
aliases
String[] aliases
-
implementation
Class<? extends ReportProcessTask> implementation
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.DefaultStyleKeyMetaData
class DefaultStyleKeyMetaData extends AbstractMetaData implements Serializable-
Serialized Fields
-
key
StyleKey key
-
propertyEditorClass
Class<? extends PropertyEditor> propertyEditorClass
-
-
-
Exception org.pentaho.reporting.engine.classic.core.metadata.MetaDataLookupException
class MetaDataLookupException extends RuntimeException implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.metadata.parser
-
Class org.pentaho.reporting.engine.classic.core.metadata.parser.DataFactoryMetaDataCollection
class DataFactoryMetaDataCollection extends Object implements Serializable-
Serialized Fields
-
elementTypes
DataFactoryMetaData[] elementTypes
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.parser.ElementTypeCollection
class ElementTypeCollection extends Object implements Serializable-
Serialized Fields
-
elementTypes
ElementMetaData[] elementTypes
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.parser.ExpressionMetaDataCollection
class ExpressionMetaDataCollection extends Object implements Serializable-
Serialized Fields
-
expressionMetaData
ExpressionMetaData[] expressionMetaData
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.parser.ReportPreProcessorMetaDataCollection
class ReportPreProcessorMetaDataCollection extends Object implements Serializable-
Serialized Fields
-
expressionMetaData
ReportPreProcessorMetaData[] expressionMetaData
-
-
-
Class org.pentaho.reporting.engine.classic.core.metadata.parser.ReportProcessTaskMetaDataCollection
class ReportProcessTaskMetaDataCollection extends Object implements Serializable-
Serialized Fields
-
expressionMetaData
ReportProcessTaskMetaData[] expressionMetaData
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.metadata.propertyeditors
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.base
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.AbstractExportDialog
class AbstractExportDialog extends JDialog implements Serializable-
Serialized Fields
-
cancelAction
Action cancelAction
-
confirmAction
Action confirmAction
-
confirmed
boolean confirmed
-
defaultContext
GuiContext defaultContext
-
formValidator
FormValidator formValidator
-
guiContext
GuiContext guiContext
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
parametersLayoutPanel
JPanel parametersLayoutPanel
-
parametersPanel
ParameterReportControllerPane parametersPanel
-
reportJob
MasterReport reportJob
-
resources
ResourceBundle resources
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.ComponentListCellRenderer
class ComponentListCellRenderer extends JComponent implements Serializable-
Serialized Fields
-
abstractButton
AbstractButton abstractButton
-
defaultComp
DefaultListCellRenderer defaultComp
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController
class 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
class ParameterReportControllerPane extends JPanel implements Serializable-
Serialized Fields
-
autoUpdateCheckbox
JCheckBox autoUpdateCheckbox
-
carrierPanel
org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.ParameterCarrierPanel carrierPanel
-
changeListeners
ArrayList<ChangeListener> changeListeners
-
errorLabels
HashMap<String,
JLabel> errorLabels -
globalErrorMessage
JLabel globalErrorMessage
-
internalChangeListeners
ArrayList<ChangeListener> internalChangeListeners
-
inUpdate
boolean inUpdate
-
isUpdating
boolean isUpdating
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
parameterComponents
ArrayList<ParameterComponent> parameterComponents
-
parameterContext
org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.InternalParameterContext parameterContext
-
parameterEditorFactory
ParameterComponentFactory parameterEditorFactory
-
parametersVisualComponents
HashMap<String,
ArrayList<Component>> parametersVisualComponents Structure to aggregate all the visual(swing) components that are associated to the parameters -
report
MasterReport report
-
reportParameterValues
ReportParameterValues reportParameterValues
-
updateButton
JButton updateButton
-
updateContext
ParameterUpdateContext updateContext
-
validator
ReportParameterValidator validator
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewApplet
class PreviewApplet extends JApplet implements Serializable-
Serialized Fields
-
pageLabel
JLabel pageLabel
-
previewPane
PreviewPane previewPane
-
progressBar
ReportProgressBar progressBar
-
statusBar
JStatusBar statusBar
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewDialog
class PreviewDialog extends JDialog implements Serializable-
Serialized Fields
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
pageLabel
JLabel pageLabel
-
previewPane
PreviewPane previewPane
-
progressBar
ReportProgressBar progressBar
-
progressDialog
ReportProgressDialog progressDialog
-
statusBar
JStatusBar statusBar
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewFrame
class PreviewFrame extends JFrame implements Serializable-
Serialized Fields
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
pageLabel
JLabel pageLabel
-
previewPane
PreviewPane previewPane
-
progressBar
ReportProgressBar progressBar
-
progressDialog
ReportProgressDialog progressDialog
-
statusBar
JStatusBar statusBar
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewInternalFrame
class PreviewInternalFrame extends JInternalFrame implements Serializable-
Serialized Fields
-
pageLabel
JLabel pageLabel
-
previewPane
PreviewPane previewPane
-
progressBar
ReportProgressBar progressBar
-
statusBar
JStatusBar statusBar
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane
class PreviewPane extends JPanel implements Serializable-
Serialized Fields
-
actionPlugins
Map<ActionCategory,
ActionPlugin[]> actionPlugins -
closed
boolean closed
-
deferredRepagination
boolean deferredRepagination
-
drawablePanel
PreviewDrawablePanel drawablePanel
-
error
Throwable error
-
hyperlinkListeners
ArrayList hyperlinkListeners
-
iconTheme
IconTheme iconTheme
-
maxZoom
double maxZoom
-
menus
JMenu[] menus
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
minZoom
double minZoom
-
noReportDrawable
Object noReportDrawable
-
numberOfPages
int numberOfPages
-
outerReportControllerHolder
JPanel outerReportControllerHolder
-
pageDrawable
PageBackgroundDrawable pageDrawable
-
pageNumber
int pageNumber
-
paginated
boolean paginated
-
paginating
boolean paginating
-
paginatingDrawable
Object paginatingDrawable
-
paginationWorker
Worker paginationWorker
-
performInitializationRunning
boolean performInitializationRunning
-
printReportProcessor
PrintReportProcessor printReportProcessor
-
reportController
ReportController reportController
-
reportControllerComponent
JComponent reportControllerComponent
-
reportControllerInner
boolean reportControllerInner
-
reportControllerLocation
String reportControllerLocation
-
reportControllerSliderSize
int reportControllerSliderSize
-
reportJob
MasterReport reportJob
-
reportPaneScrollPane
JScrollPane reportPaneScrollPane
-
reportProgressListener
ArrayList reportProgressListener
-
sizeLimiter
WindowSizeLimiter sizeLimiter
-
statusListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane.PreviewPaneStatusListener statusListener
-
statusText
String statusText
-
statusType
StatusType statusType
-
swingGuiContext
SwingGuiContext swingGuiContext
-
title
String title
-
toolBar
JToolBar toolBar
-
toolbarFloatable
boolean toolbarFloatable
-
toolbarHolder
JPanel toolbarHolder
-
zoom
double zoom
-
zoomActions
Map<ActionCategory,
ZoomAction[]> zoomActions -
zoomModel
org.pentaho.reporting.libraries.designtime.swing.KeyedComboBoxModel<Double,
String> zoomModel -
zoomSelectorBox
JComboBox zoomSelectorBox
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog
class PreviewParametersDialog extends JDialog implements Serializable-
Serialized Fields
-
confirmAction
PreviewParametersDialog.OkAction confirmAction
-
confirmed
boolean confirmed
-
masterReport
MasterReport masterReport
-
messages
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages
-
parametersPanel
ParameterReportControllerPane parametersPanel
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog.CancelAction
class CancelAction extends AbstractAction implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog.OkAction
class 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
class AboutDialog extends JDialog implements Serializable-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.about.LibraryPanel
class LibraryPanel extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
The table.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.about.SystemPropertiesPanel
class SystemPropertiesPanel extends JPanel implements Serializable-
Serialized Fields
-
copyPopupMenu
JPopupMenu copyPopupMenu
Allows for a popup menu for copying. -
table
JTable table
The table that displays the system properties.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.actions
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ControlAction
class 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
class 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
class ZoomAction extends AbstractAction implements Serializable-
Serialized Fields
-
paginatedListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomAction.PaginatedListener paginatedListener
-
previewPane
PreviewPane previewPane
-
zoom
double zoom
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.event
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportActionEvent
class ReportActionEvent extends EventObject implements Serializable-
Serialized Fields
-
node
RenderNode node
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportHyperlinkEvent
class ReportHyperlinkEvent extends EventObject implements Serializable-
Serialized Fields
-
sourceNode
RenderNode sourceNode
-
target
String target
-
title
String title
-
window
String window
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.event.ReportMouseEvent
class 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
class ActionPluginComparator extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.MinimalScrollPane
class MinimalScrollPane extends JScrollPane implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.NumericInputDialog
class NumericInputDialog extends JDialog implements Serializable-
Serialized Fields
-
boundedRange
boolean boundedRange
-
cancelAction
Action cancelAction
-
confirmAction
Action confirmAction
-
confirmed
boolean confirmed
-
formValidator
FormValidator formValidator
-
icon
JLabel icon
-
message
JLabel message
-
textField
JTextField textField
-
valueMessage
JLabel valueMessage
-
valueSlider
JSlider valueSlider
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.internal.PreviewDrawablePanel
class PreviewDrawablePanel extends DrawablePanel implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ButtonParameterComponent
class ButtonParameterComponent extends ListParameterComponent implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.CheckBoxParameterComponent
class CheckBoxParameterComponent extends ListParameterComponent implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.DatePickerParameterComponent
class DatePickerParameterComponent extends JPanel implements Serializable-
Serialized Fields
-
adjustingToExternalInput
boolean adjustingToExternalInput
-
dateChooserPanel
org.pentaho.reporting.libraries.designtime.swing.date.DateChooserPanel dateChooserPanel
-
dateField
JTextField dateField
-
dateType
Class dateType
-
dateWindow
JPopupMenu dateWindow
-
parameterName
String parameterName
-
pickDateButton
JButton pickDateButton
-
sdf
DateFormat sdf
-
updateContext
ParameterUpdateContext updateContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.DropDownParameterComponent
class DropDownParameterComponent extends JComboBox implements Serializable-
Serialized Fields
-
adjustingToExternalInput
boolean adjustingToExternalInput
-
listParameter
ListParameter listParameter
-
parameterContext
ParameterContext parameterContext
-
updateContext
ParameterUpdateContext updateContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ListParameterComponent
class ListParameterComponent extends MinimalScrollPane implements Serializable-
Serialized Fields
-
adjustingToExternalInput
boolean adjustingToExternalInput
-
adjustingToUserInput
boolean adjustingToUserInput
-
changeListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ListParameterComponent.ListUpdateHandler changeListener
-
list
JList list
-
listParameter
ListParameter listParameter
-
parameterContext
ParameterContext parameterContext
-
selectionCache
ArrayList<Integer> selectionCache
-
updateContext
ParameterUpdateContext updateContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.RadioButtonParameterComponent
class RadioButtonParameterComponent extends ListParameterComponent implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.TextAreaParameterComponent
class TextAreaParameterComponent extends JScrollPane implements Serializable-
Serialized Fields
-
format
Format format
-
handler
TextComponentEditHandler handler
-
parameterName
String parameterName
-
textArea
JTextArea textArea
-
updateContext
ParameterUpdateContext updateContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.TextFieldParameterComponent
class TextFieldParameterComponent extends JTextField implements Serializable-
Serialized Fields
-
format
Format format
-
handler
TextComponentEditHandler handler
-
parameterName
String parameterName
-
updateContext
ParameterUpdateContext updateContext
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPluginMenuComparator
class ActionPluginMenuComparator extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPluginToolbarComparator
class ActionPluginToolbarComparator extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.CenterLayout
class CenterLayout extends Object implements Serializable- serialVersionUID:
- 469319532333015042L
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.DrawablePanel
class 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
class ExceptionDialog extends JDialog implements Serializable-
Serialized Fields
-
backtraceArea
JTextArea backtraceArea
A UI component for displaying the stack trace. -
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. -
filler
JPanel filler
A filler panel. -
messageLabel
JLabel messageLabel
A UI component for displaying the message. -
messages
org.pentaho.reporting.libraries.base.util.Messages messages
Localized message class -
scroller
JScrollPane scroller
A scroll pane.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.JStatusBar
class JStatusBar extends JComponent implements Serializable-
Serialized Fields
-
iconTheme
IconTheme iconTheme
-
otherComponents
JComponent otherComponents
-
statusHolder
JLabel statusHolder
-
statusType
StatusType statusType
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.LengthLimitingDocument
class LengthLimitingDocument extends PlainDocument implements Serializable-
Serialized Fields
-
maxlen
int maxlen
The maximum length.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.NumericDocument
class NumericDocument extends PlainDocument implements Serializable-
Serialized Fields
-
buffer
StringBuffer buffer
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressBar
class 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
class ReportProgressDialog extends JDialog implements Serializable-
Serialized Fields
-
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. -
lastPage
int lastPage
The last page received. -
layoutText
String layoutText
a text which describes the layouting process. -
messageCarrier
JLabel messageCarrier
A label that carries the global message that describes the current task. -
messages
org.pentaho.reporting.libraries.base.util.Messages messages
Localized messages. -
onlyPagination
boolean onlyPagination
-
outputText
String outputText
a text that describes the export phase of the report processing. -
pageCountMessage
JLabel pageCountMessage
A label containing the current page. -
pageMessageFormatter
MessageFormat pageMessageFormatter
The reusable message format for the page label. -
passCountMessage
JLabel passCountMessage
A label containing the report processing pass count. -
passMessageFormatter
MessageFormat passMessageFormatter
The reusable message format for the pass label. -
progressBar
JProgressBar progressBar
The progress bar that is used to visualize the progress. -
rowCountMessage
JLabel rowCountMessage
A label containing the currently processed row. -
rowsMessageFormatter
MessageFormat rowsMessageFormatter
The reusable message format for the rows label. -
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.AbstractFileSelectionAction
class AbstractFileSelectionAction extends AbstractAction implements Serializable-
Serialized Fields
-
fileChooser
JFileChooser fileChooser
The FileChooser that is used to perform the selection. -
parent
Component parent
The (optional) parent component.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.csv
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.csv.CSVDataExportDialog
class CSVDataExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbEncoding
JComboBox cbEncoding
The encoding combo-box. -
cbxColumnNamesAsFirstRow
JCheckBox cbxColumnNamesAsFirstRow
The columnnames-as-first-row layout check-box. -
cbxEnableGroupFooter
JCheckBox cbxEnableGroupFooter
-
cbxEnableGroupHeader
JCheckBox cbxEnableGroupHeader
-
cbxEnableItemband
JCheckBox cbxEnableItemband
-
cbxEnableReportFooter
JCheckBox cbxEnableReportFooter
-
cbxEnableReportHeader
JCheckBox cbxEnableReportHeader
-
cbxWriteStateColumns
JCheckBox cbxWriteStateColumns
-
encodingModel
EncodingComboBoxModel encodingModel
The encoding model. -
fileChooser
JFileChooser fileChooser
A file chooser. -
rbSeparatorColon
JRadioButton rbSeparatorColon
A radio button for colon separators. -
rbSeparatorOther
JRadioButton rbSeparatorOther
A radio button for other separators. -
rbSeparatorSemicolon
JRadioButton rbSeparatorSemicolon
A radio button for semi-colon separators. -
rbSeparatorTab
JRadioButton rbSeparatorTab
A radio button for tab separators. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
Filename text field. -
txSeparatorOther
JTextField txSeparatorOther
A text field for the 'other' separator.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.csv.CSVTableExportDialog
class CSVTableExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbEncoding
JComboBox cbEncoding
The encoding combo-box. -
cbxStrictLayout
JCheckBox cbxStrictLayout
The strict layout check-box. -
encodingModel
EncodingComboBoxModel encodingModel
The encoding model. -
fileChooser
JFileChooser fileChooser
A file chooser. -
rbSeparatorColon
JRadioButton rbSeparatorColon
A radio button for colon separators. -
rbSeparatorOther
JRadioButton rbSeparatorOther
A radio button for other separators. -
rbSeparatorSemicolon
JRadioButton rbSeparatorSemicolon
A radio button for semi-colon separators. -
rbSeparatorTab
JRadioButton rbSeparatorTab
A radio button for tab separators. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
Filename text field. -
txSeparatorOther
JTextField txSeparatorOther
A text field for the 'other' separator.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.html
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlDirExportDialog
class HtmlDirExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbEncoding
JComboBox cbEncoding
A combo-box for selecting the encoding. -
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
A check-box for... -
cbxStrictLayout
JCheckBox cbxStrictLayout
A check-box for selecting 'strict layout'. -
encodingModel
EncodingComboBoxModel encodingModel
The encoding data model. -
fileChooserHtml
JFileChooser fileChooserHtml
A file chooser for directory and stream export. -
statusBar
JStatusBar statusBar
-
txAuthor
JTextField txAuthor
Author text field. -
txDataFilename
JTextField txDataFilename
Data file name field. -
txDescription
JTextField txDescription
-
txFilename
JTextField txFilename
Filename text field. -
txKeywords
JTextField txKeywords
-
txTitle
JTextField txTitle
Title text field.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlStreamExportDialog
class HtmlStreamExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbEncoding
JComboBox cbEncoding
A combo-box for selecting the encoding. -
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
A check-box for... -
cbxStrictLayout
JCheckBox cbxStrictLayout
A check-box for selecting 'strict layout'. -
encodingModel
EncodingComboBoxModel encodingModel
The encoding data model. -
fileChooserHtml
JFileChooser fileChooserHtml
A file chooser for directory and stream export. -
statusBar
JStatusBar statusBar
-
txAuthor
JTextField txAuthor
Author text field. -
txDescription
JTextField txDescription
-
txFilename
JTextField txFilename
Filename text field. -
txKeywords
JTextField txKeywords
-
txTitle
JTextField txTitle
Title text field.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlZipExportDialog
class HtmlZipExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbEncoding
JComboBox cbEncoding
A combo-box for selecting the encoding. -
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
A check-box for... -
cbxStrictLayout
JCheckBox cbxStrictLayout
A check-box for selecting 'strict layout'. -
encodingModel
EncodingComboBoxModel encodingModel
The encoding data model. -
fileChooserZip
JFileChooser fileChooserZip
A file chooser for a ZIP file. -
statusBar
JStatusBar statusBar
-
txAuthor
JTextField txAuthor
Author text field. -
txDataFilename
JTextField txDataFilename
Data file name field. -
txDescription
JTextField txDescription
-
txFilename
JTextField txFilename
Filename text field. -
txKeywords
JTextField txKeywords
-
txTitle
JTextField txTitle
Title text field.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.pdf
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.pdf.PdfExportDialog
class PdfExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbAllowPrinting
JComboBox cbAllowPrinting
Allow printing check box. -
cbEncoding
JComboBox cbEncoding
-
cxAllowAssembly
JCheckBox cxAllowAssembly
Allow assembly check box. -
cxAllowCopy
JCheckBox cxAllowCopy
Allow copy check box. -
cxAllowFillIn
JCheckBox cxAllowFillIn
Allow fill in check box. -
cxAllowModifyAnnotations
JCheckBox cxAllowModifyAnnotations
Allow modify annotations check box. -
cxAllowModifyContents
JCheckBox cxAllowModifyContents
Allow modify contents check box. -
cxAllowScreenReaders
JCheckBox cxAllowScreenReaders
Allow screen readers check box. -
cxEmbedded
JCheckBox cxEmbedded
-
encodingModel
EncodingComboBoxModel encodingModel
A model for the available encodings. -
fileChooser
JFileChooser fileChooser
A file chooser. -
printingModel
DefaultComboBoxModel printingModel
-
rbSecurity128Bit
JRadioButton rbSecurity128Bit
Security (128 bit) radio button. -
rbSecurity40Bit
JRadioButton rbSecurity40Bit
Security (40 bit) radio button. -
rbSecurityNone
JRadioButton rbSecurityNone
Security (none) radio button. -
statusBar
JStatusBar statusBar
-
txAuthor
JTextField txAuthor
Author text field. -
txConfOwnerPassword
JTextField txConfOwnerPassword
Confirm ownder password text field. -
txConfUserPassword
JTextField txConfUserPassword
Confirm user password text field. -
txDescription
JTextField txDescription
-
txFilename
JTextField txFilename
-
txKeywords
JTextField txKeywords
-
txOwnerPassword
JTextField txOwnerPassword
Owner password text field. -
txTitle
JTextField txTitle
Title text field. -
txUserPassword
JTextField txUserPassword
User password text field.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.plaintext
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.plaintext.EncodingSelector
class EncodingSelector extends JPanel implements Serializable-
Serialized Fields
-
encodingComboBox
JComboBox encodingComboBox
-
encodingComboBoxModel
EncodingComboBoxModel encodingComboBoxModel
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.plaintext.PlainTextExportDialog
class PlainTextExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
cbCharsPerInch
JComboBox cbCharsPerInch
A combo-box for selecting characters per inch. -
cbEpson24PrinterType
JComboBox cbEpson24PrinterType
-
cbEpson9PrinterType
JComboBox cbEpson9PrinterType
-
cbLinesPerInch
JComboBox cbLinesPerInch
A combo-box for selecting lines per inch. -
encodingSelector
EncodingSelector encodingSelector
A combo-box for selecting the encoding. -
epson24Printers
org.pentaho.reporting.libraries.designtime.swing.KeyedComboBoxModel epson24Printers
-
epson9Printers
org.pentaho.reporting.libraries.designtime.swing.KeyedComboBoxModel epson9Printers
-
messages
org.pentaho.reporting.libraries.base.util.Messages messages
-
rbEpson24PrinterCommandSet
JRadioButton rbEpson24PrinterCommandSet
A radio button for selecting Epson 24-pin printer commands. -
rbEpson9PrinterCommandSet
JRadioButton rbEpson9PrinterCommandSet
A radio button for selecting Epson 9-pin printer commands. -
rbIBMPrinterCommandSet
JRadioButton rbIBMPrinterCommandSet
A radio button for selecting IBM printer commands. -
rbPlainPrinterCommandSet
JRadioButton rbPlainPrinterCommandSet
A radio button for selecting plain printer commands. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
The filename text field.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.print
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageFormatPreviewPane
class PageFormatPreviewPane extends JPanel implements Serializable-
Serialized Fields
-
drawablePanel
DrawablePanel drawablePanel
-
pageBackgroundDrawable
PageBackgroundDrawable pageBackgroundDrawable
-
pageDefinition
SimplePageDefinition pageDefinition
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog
class PageSetupDialog extends org.pentaho.reporting.libraries.designtime.swing.CommonDialog implements Serializable-
Serialized Fields
-
guiContext
GuiContext guiContext
-
landscapeModeBox
JCheckBox landscapeModeBox
-
marginBottomField
JTextField marginBottomField
-
marginLeftField
JTextField marginLeftField
-
marginRightField
JTextField marginRightField
-
marginTopField
JTextField marginTopField
-
messages
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages
-
pageFormatBox
JComboBox pageFormatBox
-
pageHeightField
JTextField pageHeightField
-
pageWidthField
JTextField pageWidthField
-
portraitModeBox
JCheckBox portraitModeBox
-
preDefinedPageSizeBox
JCheckBox preDefinedPageSizeBox
-
previewPane
PageFormatPreviewPane previewPane
-
spanHorizontalField
JTextField spanHorizontalField
-
spanVerticalField
JTextField spanVerticalField
-
userDefinedPageSizeBox
JCheckBox userDefinedPageSizeBox
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.rtf
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.rtf.RTFExportDialog
class RTFExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
actionSelectFile
Action actionSelectFile
Select file action. -
cbStrictLayout
JCheckBox cbStrictLayout
The strict layout check-box. -
fileChooser
JFileChooser fileChooser
A file chooser. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
Filename text field.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.gui.xls
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.xls.ExcelExportDialog
class ExcelExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
actionSelectFile
Action actionSelectFile
Select file action. -
cbStrictLayout
JCheckBox cbStrictLayout
The strict layout check-box. -
fileChooser
JFileChooser fileChooser
A file chooser. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
Filename text field.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.gui.xls.XSSFExcelExportDialog
class XSSFExcelExportDialog extends AbstractExportDialog implements Serializable-
Serialized Fields
-
actionSelectFile
Action actionSelectFile
Select file action. -
cbStrictLayout
JCheckBox cbStrictLayout
The strict layout check-box. -
fileChooser
JFileChooser fileChooser
A file chooser. -
statusBar
JStatusBar statusBar
-
txFilename
JTextField txFilename
Filename text field.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.beanshell
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.beanshell.BSHExpression
class BSHExpression extends AbstractExpression implements Serializable-
Serialization Methods
-
readObject
Serialisation support. The transient child elements were not saved.- Parameters:
in
- the input stream.- 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
class BSFExpression extends AbstractExpression implements Serializable-
Serialization Methods
-
readObject
Serialisation support. The transient child elements were not saved.- Parameters:
in
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if a serialized class is not defined on this system.
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.bsf.BSFReportPreProcessor
class BSFReportPreProcessor extends AbstractReportPreProcessor implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base
-
Exception org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStoreException
class ConfigStoreException extends Exception implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.connections
-
Exception org.pentaho.reporting.engine.classic.core.modules.misc.connections.DatasourceMgmtServiceException
class DatasourceMgmtServiceException extends RuntimeException implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.misc.connections.DatasourceServiceException
class DatasourceServiceException extends RuntimeException implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.misc.connections.DuplicateDatasourceException
class DuplicateDatasourceException extends DatasourceMgmtServiceException implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.misc.connections.NonExistingDatasourceException
class NonExistingDatasourceException extends DatasourceMgmtServiceException implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.connections.parser
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.connections.parser.DatabaseConnectionCollection
class DatabaseConnectionCollection extends Object implements Serializable-
Serialized Fields
-
connections
byte[] connections
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.AbstractScriptableDataFactory
class AbstractScriptableDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
scriptingSupport
DataFactoryScriptingSupport scriptingSupport
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.DataFactoryScriptingSupport
class DataFactoryScriptingSupport extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.NamedStaticDataFactory
class NamedStaticDataFactory extends StaticDataFactory implements Serializable-
Serialized Fields
-
querymappings
LinkedHashMap<String,
String> querymappings
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.StaticDataFactory
class StaticDataFactory extends AbstractDataFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.StaticDataFactoryCore
class StaticDataFactoryCore extends DefaultDataFactoryCore implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.AbstractSequence
class AbstractSequence extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.ArraySequence
class ArraySequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.BooleanSequence
class BooleanSequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.CrosstabTestSequence
class CrosstabTestSequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.NumberSequence
class NumberSequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.PerformanceTestSequence
class PerformanceTestSequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.PrinterNamesSequence
class PrinterNamesSequence extends AbstractSequence implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.SequenceDataFactory
class SequenceDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
sequences
LinkedHashMap<String,
Sequence> sequences
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DefaultParametrizationProvider
class DefaultParametrizationProvider extends Object implements Serializable-
Serialized Fields
-
parser
SQLParameterLookupParser parser
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DefaultParametrizationProviderFactory
class DefaultParametrizationProviderFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.DriverConnectionProvider
class DriverConnectionProvider extends Object implements Serializable-
Serialized Fields
-
driver
String driver
-
properties
Properties properties
-
url
String url
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.JndiConnectionProvider
class JndiConnectionProvider extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.ScrollableResultSetTableModel
class ScrollableResultSetTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
closeStatement
boolean closeStatement
-
columnNameMapping
boolean columnNameMapping
Defines the column naming mode. -
dbmd
ResultSetMetaData dbmd
The ResultSetMetaData object for this result set. -
metaData
TableMetaData metaData
-
resultset
ResultSet resultset
The scrollable ResultSet source. -
rowCount
int rowCount
The number of rows in the result set. -
types
Class[] types
The column types as read from the result set.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SimpleSQLReportDataFactory
class SimpleSQLReportDataFactory extends AbstractDataFactory implements Serializable-
Serialized Fields
-
columnNameMapping
boolean columnNameMapping
-
connectionProvider
ConnectionProvider connectionProvider
-
passwordField
String passwordField
-
userField
String userField
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLDataFactoryCore
class SQLDataFactoryCore extends DefaultDataFactoryCore implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLParameterLookupParser
class SQLParameterLookupParser extends PropertyLookupParser implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.SQLReportDataFactory
class SQLReportDataFactory extends SimpleSQLReportDataFactory implements Serializable-
Serialized Fields
-
scriptingSupport
DataFactoryScriptingSupport scriptingSupport
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql.StaticConnectionProvider
class 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
class DataSourceReferenceTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
rows
ArrayList rows
Storage for the rows.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.ObjectReferenceTableModel
class ObjectReferenceTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
rows
ArrayList rows
Storage for the rows.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.StyleKeyReferenceTableModel
class StyleKeyReferenceTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
rows
ArrayList 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
class SurveyScale extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
autoConfigure
boolean autoConfigure
-
drawScaleValues
boolean drawScaleValues
Draw the scale values. -
drawTickMarks
boolean drawTickMarks
Draw the tick marks? -
fillShapes
ArrayList<Boolean> fillShapes
A list of flags that control whether or not the shapes are filled. -
highest
int highest
The highest response value on the scale. -
lowerBound
double lowerBound
-
lowerMargin
double lowerMargin
The lower margin. -
lowest
int lowest
The lowest response value on the scale. -
range
int range
-
rangeLowerBound
Number rangeLowerBound
The lower bound of the highlighted range. -
rangeUpperBound
Number rangeUpperBound
The upper bound of the highlighted range. -
scaleValueFont
Font scaleValueFont
The font used to display the scale values. -
upperBound
double upperBound
-
upperMargin
double upperMargin
The upper margin. -
useFontMetricsGetStringBounds
boolean useFontMetricsGetStringBounds
-
values
Number[] values
The values to display.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleExpression
class SurveyScaleExpression extends AbstractExpression implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
autoConfigure
boolean autoConfigure
-
defaultShape
SurveyScaleShapeType defaultShape
-
drawScaleValues
boolean drawScaleValues
-
drawTickMarks
boolean drawTickMarks
-
fieldList
ArrayList<String> fieldList
An ordered list containing the fieldnames used in the expression. -
fillPaint
Color fillPaint
The fill paint. -
fillShapes
ArrayList<Boolean> fillShapes
-
highest
int highest
The highest value on the scale. -
lowerMargin
double lowerMargin
-
lowest
int lowest
The lowest value on the scale. -
overrideShapeFilled
boolean overrideShapeFilled
A flag that controls whether or not the override shape is filled or not filled. -
rangeColor
Color rangeColor
The range paint. -
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. -
scaleValueFont
Font scaleValueFont
The font used to display the scale values. -
scaleValuePaint
Color scaleValuePaint
The paint used to draw the scale values. -
shapes
ArrayList<SurveyScaleShapeType> shapes
-
tickMarkPaint
Color tickMarkPaint
The tick mark paint. -
upperMargin
double upperMargin
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.survey.SurveyScaleType
class 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
class CSVTableModel extends AbstractTableModel implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.DataTableException
class DataTableException extends RuntimeException implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.DefaultTableMetaData
class DefaultTableMetaData extends Object implements Serializable-
Serialized Fields
-
columnAttributes
ArrayList<DefaultDataAttributes> columnAttributes
-
tableAttributes
DefaultDataAttributes tableAttributes
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.GeneratorTableModel
class GeneratorTableModel extends AbstractTableModel implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.ImmutableTableMetaData
class ImmutableTableMetaData extends Object implements Serializable-
Serialized Fields
-
columnAttributes
ImmutableDataAttributes[] columnAttributes
-
tableAttributes
ImmutableDataAttributes tableAttributes
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel
class JoiningTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
changeHandler
org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel.TableChangeHandler changeHandler
-
columnNames
String[] columnNames
-
columnTypes
Class[] columnTypes
-
models
ArrayList<org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel.TablePosition> models
-
rowCount
int rowCount
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.csv
-
Class org.pentaho.reporting.engine.classic.core.modules.output.csv.CSVWriter
class CSVWriter extends AbstractFunction implements Serializable-
Serialized Fields
-
depLevel
int depLevel
Deprecated.the functions dependency level, -1 by default. -
enableGroupFooter
boolean enableGroupFooter
Deprecated. -
enableGroupHeader
boolean enableGroupHeader
Deprecated. -
enableItemband
boolean enableItemband
Deprecated. -
enableReportFooter
boolean enableReportFooter
Deprecated. -
enableReportHeader
boolean enableReportHeader
Deprecated. -
inlineSubreports
ArrayList<InlineSubreportMarker> inlineSubreports
Deprecated. -
quoter
CSVQuoter quoter
Deprecated.the CSVQuoter used to encode the column values. -
w
Writer w
Deprecated.the writer used to output the generated data. -
writeDataRowNames
boolean writeDataRowNames
Deprecated.a flag indicating whether to writer data row names as column header. -
writeStateColumns
boolean writeStateColumns
Deprecated.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.fast
-
Class org.pentaho.reporting.engine.classic.core.modules.output.fast.FastExportOutputFunction
class FastExportOutputFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
template
FastExportTemplate template
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.fast.validator
-
Class org.pentaho.reporting.engine.classic.core.modules.output.fast.validator.ReportDynamicStyleAnalyzerPreProcessor
class ReportDynamicStyleAnalyzerPreProcessor extends AbstractReportPreProcessor implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.table.base
-
Class org.pentaho.reporting.engine.classic.core.modules.output.table.base.TableContentProducer
class TableContentProducer extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
clearedRows
int clearedRows
-
contentBackend
org.pentaho.reporting.libraries.base.util.GenericObjectTable<CellMarker> contentBackend
-
contentOffset
long contentOffset
-
debugReportLayout
boolean debugReportLayout
-
effectiveHeaderSize
long effectiveHeaderSize
-
ellipseAsBackground
boolean ellipseAsBackground
-
failOnCellConflicts
boolean failOnCellConflicts
-
filledRows
int filledRows
-
finishedRows
int finishedRows
-
headerProcessed
boolean headerProcessed
-
lookupRectangle
TableRectangle lookupRectangle
-
maximumHeight
long maximumHeight
-
maximumWidth
long maximumWidth
-
metaData
OutputProcessorMetaData metaData
-
pageEndPosition
long pageEndPosition
-
pageOffset
long pageOffset
-
processWatermark
boolean processWatermark
-
reportCellConflicts
boolean reportCellConflicts
-
sectionDepth
int sectionDepth
-
sectionType
CellMarker.SectionType sectionType
-
shapesAsContent
boolean shapesAsContent
-
sheetLayout
SheetLayout sheetLayout
-
sheetName
String sheetName
-
unalignedPagebands
boolean unalignedPagebands
-
verboseCellMarkers
boolean verboseCellMarkers
-
verboseCellMarkersThreshold
int verboseCellMarkersThreshold
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.output.table.base.TableLayoutProducer
class TableLayoutProducer extends IterateSimpleStructureProcessStep implements Serializable-
Serialized Fields
-
contentOffset
long contentOffset
-
effectiveHeaderSize
long effectiveHeaderSize
-
headerProcessed
boolean headerProcessed
-
layout
SheetLayout layout
-
pageEndPosition
long pageEndPosition
-
pageOffset
long pageOffset
-
processWatermark
boolean processWatermark
-
unalignedPagebands
boolean unalignedPagebands
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.table.html
-
Exception org.pentaho.reporting.engine.classic.core.modules.output.table.html.URLRewriteException
class URLRewriteException extends Exception implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
-
Exception org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.HtmlOutputProcessingException
class HtmlOutputProcessingException extends RuntimeException 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
class HtmlCharacterEntities extends Properties implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
-
Class org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.ExcelTableContentProducer
class ExcelTableContentProducer extends TableContentProducer implements Serializable-
Serialized Fields
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.output.xml
-
Class org.pentaho.reporting.engine.classic.core.modules.output.xml.XMLWriter
class XMLWriter extends AbstractFunction implements Serializable-
Serialized Fields
-
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. -
w
Writer w
Deprecated.the writer used to write the generated document.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.parser.base
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.base.GroupList
class GroupList extends Object implements Serializable- serialVersionUID:
- 2193162824440886046L
-
Serialized Fields
-
backend
ArrayList backend
Deprecated.The backend to store the groups.
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.base.PropertyAttributes
class 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
class 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.ExpressionMapPropertyReadHandler
class ExpressionMapPropertyReadHandler extends PropertyStringReadHandler implements Serializable-
Serialized Fields
-
expression
BeanUtility expression
-
expressionClass
String expressionClass
-
expressionHandlers
List<ExpressionReadHandler> expressionHandlers
-
expressionName
String expressionName
-
originalExpressionClass
String originalExpressionClass
-
propertyName
String propertyName
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.ExpressionPropertyReadHandler
class ExpressionPropertyReadHandler extends PropertyStringReadHandler implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.GroupFieldReadHandler
class GroupFieldReadHandler extends PropertyStringReadHandler implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.LayoutPreprocessorPropertyReadHandler
class 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
class 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
class 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
-
Exception org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.BundleWriterException
class BundleWriterException extends Exception implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.UnrecognizedElementException
class 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
class AbstractObjectDescription extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ArrayClassFactory
class ArrayClassFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ArrayObjectDescription
class ArrayObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BasicStrokeObjectDescription
class BasicStrokeObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BeanObjectDescription
class BeanObjectDescription extends AbstractObjectDescription implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
ignoredParameters
HashSet ignoredParameters
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.BooleanObjectDescription
class BooleanObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ByteObjectDescription
class ByteObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.CharacterObjectDescription
class CharacterObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryCollector
class ClassFactoryCollector extends ClassFactoryImpl implements Serializable-
Serialized Fields
-
factories
ArrayList<ClassFactory> factories
Storage for the class factories.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ClassFactoryImpl
class ClassFactoryImpl extends Object implements Serializable-
Serialized Fields
-
classes
HashMap classes
Storage for the classes. -
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
class ClassLoaderObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.CollectionObjectDescription
class CollectionObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ColorObjectDescription
class ColorObjectDescription extends AbstractObjectDescription implements Serializable-
Serialized Fields
-
valueConverter
ColorValueConverter valueConverter
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DateObjectDescription
class DateObjectDescription extends AbstractObjectDescription implements Serializable-
Serialized Fields
-
dateFormat
SimpleDateFormat dateFormat
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DecimalFormatObjectDescription
class DecimalFormatObjectDescription extends BeanObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Dimension2DObjectDescription
class Dimension2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DimensionObjectDescription
class DimensionObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.DoubleObjectDescription
class DoubleObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Ellipse2DObjectDescription
class Ellipse2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ExtraShapesClassFactory
class ExtraShapesClassFactory extends ClassFactoryImpl implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.FloatObjectDescription
class FloatObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.IntegerObjectDescription
class IntegerObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.JavaBaseClassFactory
class JavaBaseClassFactory extends ClassFactoryImpl implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Line2DObjectDescription
class Line2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.LongObjectDescription
class LongObjectDescription extends AbstractObjectDescription implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ObjectFactoryException
class ObjectFactoryException extends Exception implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Point2DObjectDescription
class Point2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.Rectangle2DObjectDescription
class Rectangle2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.RoundRectangle2DObjectDescription
class RoundRectangle2DObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.ShortObjectDescription
class ShortObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.SimpleDateFormatObjectDescription
class SimpleDateFormatObjectDescription extends BeanObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.StringObjectDescription
class StringObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.TimeZoneObjectDescription
class TimeZoneObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.URLClassFactory
class URLClassFactory extends ClassFactoryImpl implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base.URLObjectDescription
class 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
class AbstractDataSourceFactory extends ClassFactoryImpl implements Serializable-
Serialized Fields
-
dataSources
HashMap dataSources
Storage for the data sources.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.DataSourceCollector
class DataSourceCollector extends Object implements Serializable-
Serialized Fields
-
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. -
factories
ArrayList factories
Storage for the factories.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.DefaultDataSourceFactory
class DefaultDataSourceFactory extends AbstractDataSourceFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource.URLFilterObjectDescription
class 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.DefaultElementFactory
class DefaultElementFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements.ElementFactoryCollector
class ElementFactoryCollector extends Object implements Serializable-
Serialized Fields
-
factories
ArrayList 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
class AlignmentObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BandLayoutClassFactory
class BandLayoutClassFactory extends ClassFactoryImpl implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BorderStyleObjectDescription
class BorderStyleObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.BoxSizingObjectDescription
class BoxSizingObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.DefaultClassFactory
class DefaultClassFactory extends JavaBaseClassFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.FontDefinitionObjectDescription
class FontDefinitionObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.FontSmoothObjectDescription
class FontSmoothObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.GeneralPathObjectDescription
class GeneralPathObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.PathIteratorSegment
class 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. -
x2
float x2
The x coordinate of the second parameter point. -
x3
float x3
The x coordinate of the third parameter point. -
y1
float y1
The y coordinate of the first parameter point. -
y2
float y2
The y coordinate of the second 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
class PathIteratorSegmentObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.TextWrapObjectDescription
class TextWrapObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.VerticalAlignmentObjectDescription
class VerticalAlignmentObjectDescription extends AbstractObjectDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects.WhitespaceCollapseObjectDescription
class 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
class AbstractStyleKeyFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.DefaultStyleKeyFactory
class DefaultStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.PageableLayoutStyleKeyFactory
class PageableLayoutStyleKeyFactory extends AbstractStyleKeyFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey.StyleKeyFactoryCollector
class StyleKeyFactoryCollector extends Object implements Serializable-
Serialized Fields
-
factories
ArrayList 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
class 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
class AnchorFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ComponentFieldTemplateDescription
class ComponentFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DateFieldTemplateDescription
class DateFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DefaultTemplateCollection
class DefaultTemplateCollection extends TemplateCollection implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableFieldTemplateDescription
class DrawableFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableURLElementTemplateDescription
class DrawableURLElementTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.DrawableURLFieldTemplateDescription
class DrawableURLFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.EllipseTemplateDescription
class EllipseTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.HorizontalLineTemplateDescription
class HorizontalLineTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageFieldTemplateDescription
class ImageFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageURLElementTemplateDescription
class ImageURLElementTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ImageURLFieldTemplateDescription
class ImageURLFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.LabelTemplateDescription
class LabelTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.MessageFieldTemplateDescription
class MessageFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.NumberFieldTemplateDescription
class NumberFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.RectangleTemplateDescription
class RectangleTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceFieldTemplateDescription
class ResourceFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceLabelTemplateDescription
class ResourceLabelTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ResourceMessageTemplateDescription
class ResourceMessageTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.RoundRectangleTemplateDescription
class RoundRectangleTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.ShapeFieldTemplateDescription
class ShapeFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.StringFieldTemplateDescription
class StringFieldTemplateDescription extends AbstractTemplateDescription implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateClassFactory
class TemplateClassFactory extends ClassFactoryImpl implements Serializable -
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollection
class TemplateCollection extends Object implements Serializable-
Serialized Fields
-
config
org.pentaho.reporting.libraries.base.config.Configuration config
The parser/report configuration. -
templates
HashMap templates
Storage for the templates.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.TemplateCollector
class TemplateCollector extends TemplateCollection implements Serializable-
Serialized Fields
-
factories
ArrayList factories
Storage for the factories.
-
-
-
Class org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates.VerticalLineTemplateDescription
class 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
class ElementStyleSheetObjectDescription extends Object implements Serializable-
Serialized Fields
-
keyfactory
StyleKeyFactory keyfactory
-
styleSheet
ElementStyleSheet styleSheet
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
-
Exception org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException
class ReportWriterException extends Exception implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.parameters
-
Class org.pentaho.reporting.engine.classic.core.parameters.AbstractParameter
class AbstractParameter extends Object implements Serializable-
Serialized Fields
-
attributeMap
ReportAttributeMap attributeMap
-
defaultValue
Object defaultValue
-
mandatory
boolean mandatory
-
name
String name
-
valueType
Class valueType
-
-
-
Class org.pentaho.reporting.engine.classic.core.parameters.DefaultListParameter
class DefaultListParameter extends AbstractParameter implements Serializable -
Class org.pentaho.reporting.engine.classic.core.parameters.DefaultParameterDefinition
class DefaultParameterDefinition extends Object implements Serializable-
Serialized Fields
-
attributeMap
ReportAttributeMap<String> attributeMap
-
parameters
ArrayList<ParameterDefinitionEntry> parameters
-
validator
ReportParameterValidator validator
-
-
-
Class org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator
class DefaultReportParameterValidator extends Object implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.parameters.InvalidParameterDataException
class InvalidParameterDataException extends Exception implements Serializable -
Exception org.pentaho.reporting.engine.classic.core.parameters.NeedMoreDataException
class NeedMoreDataException extends Exception implements Serializable -
Class org.pentaho.reporting.engine.classic.core.parameters.PlainParameter
class PlainParameter extends AbstractParameter implements Serializable -
Class org.pentaho.reporting.engine.classic.core.parameters.StaticListParameter
class StaticListParameter extends AbstractParameter implements Serializable-
Serialized Fields
-
allowMultiSelection
boolean allowMultiSelection
Deprecated. -
parameterValues
org.pentaho.reporting.engine.classic.core.parameters.StaticListParameter.StaticParameterValues parameterValues
Deprecated. -
strictValueCheck
boolean strictValueCheck
Deprecated.
-
-
-
Class org.pentaho.reporting.engine.classic.core.parameters.ValidationMessage
class ValidationMessage extends Object implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.sorting
-
Class org.pentaho.reporting.engine.classic.core.sorting.SortConstraint
class SortConstraint extends Object implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
field
String field
-
-
-
Class org.pentaho.reporting.engine.classic.core.sorting.SortingDataFactory
class SortingDataFactory extends CompoundDataFactory implements Serializable-
Serialized Fields
-
performanceMonitorContext
PerformanceMonitorContext performanceMonitorContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.sorting.SortingDataFactoryCore
class SortingDataFactoryCore extends CompoundDataFactoryCore implements Serializable -
Class org.pentaho.reporting.engine.classic.core.sorting.SortOrderReportPreProcessor
class SortOrderReportPreProcessor extends AbstractReportPreProcessor implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.states
-
Class org.pentaho.reporting.engine.classic.core.states.CascadingDataFactory
class CascadingDataFactory extends CompoundDataFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.states.DataFactoryManager
class DataFactoryManager extends Object implements Serializable-
Serialized Fields
-
storage
HashMap<Object,
CachingDataFactory> storage
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.DesignTimeDataFactory
class DesignTimeDataFactory extends AbstractDataFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.states.EmptyDataFactory
class EmptyDataFactory extends AbstractDataFactory implements Serializable -
Class org.pentaho.reporting.engine.classic.core.states.FunctionStorage
class FunctionStorage extends Object implements Serializable-
Serialized Fields
-
storage
HashMap storage
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.ReportDefinitionImpl
class ReportDefinitionImpl extends Section implements Serializable-
Serialized Fields
-
pageDefinition
PageDefinition pageDefinition
The page definition defines the output area. -
pageFooter
PageFooter pageFooter
The page footer band (if not null, printed at the end of every page). -
pageHeader
PageHeader pageHeader
The page header band (if not null, printed at the start of every page). -
query
String query
-
queryLimit
int queryLimit
-
queryTimeout
int queryTimeout
-
reportFooter
ReportFooter reportFooter
The report footer band (if not null, printed once at the end of the report). -
reportHeader
ReportHeader reportHeader
The report header band (if not null, printed once at the start of the report). -
rootGroup
Group rootGroup
-
watermark
Watermark watermark
The watermark acts a global page background.
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.StateUtilities.DescendingComparator
class DescendingComparator extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.states.SubReportStorage
class SubReportStorage extends Object implements Serializable-
Serialized Fields
-
storage
HashMap<FunctionStorageKey,
SubReport> storage
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.states.crosstab
-
Class org.pentaho.reporting.engine.classic.core.states.crosstab.CrosstabProcessorFunction
class CrosstabProcessorFunction extends AbstractFunction implements Serializable-
Serialized Fields
-
processingStack
org.pentaho.reporting.libraries.base.util.FastStack<CrosstabSpecification> processingStack
-
result
CrosstabSpecification result
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.crosstab.DummyCrosstabSpecification
class DummyCrosstabSpecification extends Object implements Serializable-
Serialized Fields
-
key
ReportStateKey key
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.crosstab.OrderedMergeCrosstabSpecification
class OrderedMergeCrosstabSpecification extends Object implements Serializable-
Serialized Fields
-
columnSet
String[] columnSet
-
entries
ArrayList<Object[]> entries
-
insertationCursor
int insertationCursor
-
key
ReportStateKey key
-
rowSet
String[] rowSet
-
-
-
Class org.pentaho.reporting.engine.classic.core.states.crosstab.SortedMergeCrosstabSpecification
class SortedMergeCrosstabSpecification extends Object implements Serializable-
Serialized Fields
-
columnSet
String[] columnSet
-
currentRow
ArrayList<DimensionNode> currentRow
-
entries
ArrayList<Object[]> entries
-
existingNodes
HashMap<DimensionNode,
DimensionNode> existingNodes -
key
ReportStateKey key
-
rootNode
DimensionNode rootNode
-
rowCount
int rowCount
-
rowSet
String[] rowSet
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.states.process
-
Class org.pentaho.reporting.engine.classic.core.states.process.ReportProcessStore
class ReportProcessStore extends Object implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.style
-
Class org.pentaho.reporting.engine.classic.core.style.BandDefaultStyleSheet
class BandDefaultStyleSheet extends ElementDefaultStyleSheet implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.BorderStyle
class BorderStyle extends Object implements Serializable-
Serialization Methods
-
readResolve
Replaces the automatically generated instance with one of the enumeration instances.- Throws:
ObjectStreamException
- if the element could not be resolved.
-
-
Serialized Fields
-
strokeType
int strokeType
-
type
String type
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.BoxSizing
class BoxSizing extends Object implements Serializable-
Serialization Methods
-
readResolve
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
class 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
class ElementStyleSheet extends AbstractStyleSheet implements Serializable-
Serialization Methods
-
readObject
Helper method for serialization.- Parameters:
in
- the input stream from where to read the serialized object.- Throws:
IOException
- when reading the stream fails.ClassNotFoundException
- if a class definition for a serialized object could not be found.
-
writeObject
Helper method for serialization.- Parameters:
out
- the output stream where to write the object.- Throws:
IOException
- if errors occur while writing the stream.
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.style.FontDefinition
class FontDefinition extends Object implements Serializable-
Serialized Fields
-
embeddedFont
boolean embeddedFont
Deprecated.whether to embedd the font in the target documents, if supported. -
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. -
isStrikeThrough
boolean isStrikeThrough
Deprecated.this font's strikethrough flag. -
isUnderline
boolean isUnderline
Deprecated.this font's underline flag.
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.FontSmooth
class FontSmooth extends Object implements Serializable-
Serialization Methods
-
readResolve
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.ReportDefaultStyleSheet
class ReportDefaultStyleSheet extends ElementDefaultStyleSheet implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.ReportSectionDefaultStyleSheet
class ReportSectionDefaultStyleSheet extends ElementDefaultStyleSheet implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.ResolverStyleSheet
class ResolverStyleSheet extends ElementStyleSheet implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.RootLevelBandDefaultStyleSheet
class RootLevelBandDefaultStyleSheet extends BandDefaultStyleSheet implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.StyleKey
class StyleKey extends Object implements Serializable-
Serialization Methods
-
readResolve
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
-
identifier
int identifier
A unique int-key for the stylekey. -
inheritable
boolean inheritable
Whether this stylekey is inheritable. -
name
String name
The name of the style key. -
trans
boolean trans
Whether this stylekey is transient. Transient keys will not be written when serializing a report. -
valueType
Class valueType
The class of the value.
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.TextDirection
class TextDirection extends Object implements Serializable-
Serialization Methods
-
readResolve
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.TextRotation
class TextRotation extends Object implements Serializable-
Serialization Methods
-
readResolve
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.TextWrap
class TextWrap extends Object implements Serializable-
Serialization Methods
-
readResolve
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
class VerticalTextAlign extends Object implements Serializable-
Serialization Methods
-
readResolve
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
class WhitespaceCollapse extends Object implements Serializable-
Serialization Methods
-
readResolve
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.style.css
-
Class org.pentaho.reporting.engine.classic.core.style.css.CSSCounterRule
class CSSCounterRule extends ElementStyleSheet implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception org.pentaho.reporting.engine.classic.core.style.css.CSSParseException
class CSSParseException extends Exception implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.CSSStyleResolver
class CSSStyleResolver extends Object implements Serializable-
Serialized Fields
-
documentContext
DocumentContext documentContext
-
namespaces
NamespaceCollection namespaces
-
simpleStyleResolver
SimpleStyleResolver simpleStyleResolver
-
styleRuleMatcher
StyleRuleMatcher styleRuleMatcher
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.ElementStyleDefinition
class ElementStyleDefinition extends Object implements Serializable-
Serialized Fields
-
rules
ArrayList<ElementStyleSheet> rules
-
styles
ArrayList<ElementStyleDefinition> styles
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.ElementStyleRule
class ElementStyleRule extends ElementStyleSheet implements Serializable-
Serialized Fields
-
selectorList
ArrayList<CSSSelector> selectorList
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.style.css.selector
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.AbstractSelector
class AbstractSelector extends Object implements Serializable-
Serialized Fields
-
weight
SelectorWeight weight
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSAnyNodeSelector
class CSSAnyNodeSelector extends AbstractSelector implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSCharacterDataSelector
class CSSCharacterDataSelector extends AbstractSelector implements Serializable-
Serialized Fields
-
data
String data
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSConditionalSelector
class CSSConditionalSelector extends AbstractSelector implements Serializable-
Serialized Fields
-
condition
org.w3c.css.sac.Condition condition
-
simpleSelector
org.w3c.css.sac.SimpleSelector simpleSelector
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSDescendantSelector
class CSSDescendantSelector extends AbstractSelector implements Serializable-
Serialized Fields
-
anchestorSelector
org.w3c.css.sac.Selector anchestorSelector
-
childRelation
boolean childRelation
-
simpleSelector
org.w3c.css.sac.SimpleSelector simpleSelector
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSElementSelector
class CSSElementSelector extends AbstractSelector implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSNegativeSelector
class CSSNegativeSelector extends AbstractSelector implements Serializable-
Serialized Fields
-
cssSelector
CSSSelector cssSelector
-
selector
org.w3c.css.sac.SimpleSelector selector
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSRootNodeSelector
class CSSRootNodeSelector extends AbstractSelector implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSSelectorFactory
class CSSSelectorFactory extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.CSSSilblingSelector
class CSSSilblingSelector extends AbstractSelector implements Serializable-
Serialized Fields
-
nodeType
short nodeType
-
selector
org.w3c.css.sac.Selector selector
-
silblingSelector
org.w3c.css.sac.SimpleSelector silblingSelector
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.SelectorWeight
class SelectorWeight extends Object implements Serializable-
Serialized Fields
-
attributeCount
int attributeCount
-
elementCount
int elementCount
-
idCount
int idCount
-
styleAttribute
int styleAttribute
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.style.css.selector.conditions
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.AndCSSCondition
class AndCSSCondition extends Object implements Serializable-
Serialized Fields
-
firstCondition
CSSCondition firstCondition
-
secondCondition
CSSCondition secondCondition
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.AttributeCSSCondition
class AttributeCSSCondition extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.BeginHyphenAttributeCSSCondition
class BeginHyphenAttributeCSSCondition extends AttributeCSSCondition implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.ClassCSSCondition
class ClassCSSCondition extends AttributeCSSCondition implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.ContentCSSCondition
class ContentCSSCondition extends Object implements Serializable-
Serialized Fields
-
data
String data
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.IdCSSCondition
class IdCSSCondition extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.LangCSSCondition
class LangCSSCondition extends Object implements Serializable-
Serialized Fields
-
lang
String lang
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.NegativeCSSCondition
class NegativeCSSCondition extends Object implements Serializable-
Serialized Fields
-
condition
CSSCondition condition
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.OneOfAttributeCSSCondition
class OneOfAttributeCSSCondition extends AttributeCSSCondition implements Serializable -
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.OrCSSCondition
class OrCSSCondition extends Object implements Serializable-
Serialized Fields
-
firstCondition
CSSCondition firstCondition
-
secondCondition
CSSCondition secondCondition
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.PositionalCSSCondition
class PositionalCSSCondition extends Object implements Serializable-
Serialized Fields
-
matchByName
boolean matchByName
-
matchByType
boolean matchByType
-
position
int position
-
-
-
Class org.pentaho.reporting.engine.classic.core.style.css.selector.conditions.PseudoClassCSSCondition
class PseudoClassCSSCondition extends Object implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.style.resolver
-
Class org.pentaho.reporting.engine.classic.core.style.resolver.SimpleStyleResolver
class SimpleStyleResolver extends Object implements Serializable-
Serialized Fields
-
designTime
boolean designTime
-
extendedCounter
DoubleKeyedCounter<String,
Long> extendedCounter -
usageCounter
SingleKeyedCounter<String> usageCounter
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.util
-
Class org.pentaho.reporting.engine.classic.core.util.ConfigurationPropertyLookupParser
class ConfigurationPropertyLookupParser extends PropertyLookupParser implements Serializable-
Serialized Fields
-
configuration
org.pentaho.reporting.libraries.base.config.Configuration configuration
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.DoubleKeyedCounter
class DoubleKeyedCounter extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.util.InstanceID
class InstanceID extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.util.LibLoaderResourceBundleFactory
class LibLoaderResourceBundleFactory extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.pentaho.reporting.engine.classic.core.util.LongList
class LongList extends Object implements Serializable-
Serialized Fields
-
data
long[] data
The array holding the list data. -
increment
int increment
The number of free slots added on every resize. -
size
int size
The size of the list.
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.LongSequence
class LongSequence extends LongList implements Serializable-
Serialized Fields
-
fillValue
long fillValue
-
-
-
Exception org.pentaho.reporting.engine.classic.core.util.ObjectStreamResolveException
class ObjectStreamResolveException extends ObjectStreamException implements Serializable -
Class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
class PropertyLookupParser extends Object implements Serializable-
Serialized Fields
-
closingBraceChar
char closingBraceChar
The closing brace char. -
escapeChar
char escapeChar
The escape char. -
escapeMode
int escapeMode
-
markerChar
char markerChar
The initial marker char, a $ by default. -
openingBraceChar
char openingBraceChar
The opening brace char.
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.ReportParameterValues
class ReportParameterValues extends Object implements Serializable-
Serialized Fields
-
linkedMap
LinkedHashMap<String,
Object> linkedMap
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.Sequence
-
Class org.pentaho.reporting.engine.classic.core.util.SingleKeyedCounter
class SingleKeyedCounter extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.util.StagingMode
class StagingMode extends Object implements Serializable-
Serialization Methods
-
readResolve
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.TypedMetaTableModel
class TypedMetaTableModel extends TypedTableModel implements Serializable-
Serialized Fields
-
tableMetaData
DefaultTableMetaData tableMetaData
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.TypedTableModel
class TypedTableModel extends AbstractTableModel implements Serializable -
Class org.pentaho.reporting.engine.classic.core.util.WeakReferenceList
class WeakReferenceList extends Object implements Serializable-
Serialization Methods
-
readObject
Serialisation support. The transient child elements were not saved.- Parameters:
in
- the input stream.- Throws:
IOException
- if there is an I/O error.ClassNotFoundException
- if a serialized class is not defined on this system.
-
-
Serialized Fields
-
master
T master
The master element. -
maxChilds
int maxChilds
The maximum number of elements. -
size
int size
The current number of elements.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.util.beans
-
Exception org.pentaho.reporting.engine.classic.core.util.beans.BeanException
class BeanException extends Exception implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.beans.BeanPropertyLookupParser
class BeanPropertyLookupParser extends PropertyLookupParser implements Serializable
-
-
Package org.pentaho.reporting.engine.classic.core.util.geom
-
Class org.pentaho.reporting.engine.classic.core.util.geom.StrictBounds
class StrictBounds extends Object implements Serializable-
Serialized Fields
-
height
long height
The height of this rectangle. -
locked
boolean locked
A flag indicating whether attempts to change this rectangle should trigger Exceptions. -
width
long width
The width of this rectangle. -
x
long x
The x-coordinate of the upper left corner. -
y
long y
The y-coordinate of the upper left corner.
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.geom.StrictDimension
class StrictDimension extends Object implements Serializable-
Serialized Fields
-
height
long height
The height. -
locked
boolean locked
A flag indicating whether this object is mutable. -
width
long width
The width.
-
-
-
Class org.pentaho.reporting.engine.classic.core.util.geom.StrictPoint
class StrictPoint extends Object implements Serializable-
Serialized Fields
-
locked
boolean locked
A flag indicating whether this object is mutable. -
x
long x
The x-Coordinate. -
y
long y
The y-coordinate.
-
-
-
-
Package org.pentaho.reporting.engine.classic.core.wizard
-
Class org.pentaho.reporting.engine.classic.core.wizard.AggregateFieldPreProcessor
class AggregateFieldPreProcessor extends AbstractReportPreProcessor implements Serializable-
Serialized Fields
-
definition
AbstractReportDefinition definition
-
generatedExpressionNames
HashSet<String> generatedExpressionNames
-
groups
Group[] groups
-
schema
DataSchema schema
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ExpressionsDataAttributes
class ExpressionsDataAttributes extends Object implements Serializable-
Serialized Fields
-
beanUtility
BeanUtility beanUtility
-
expressionMetaData
ExpressionMetaData expressionMetaData
-
expressionName
String expressionName
-
expressionProperties
String[] expressionProperties
-
expressionType
Class expressionType
-
resultType
Class resultType
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.GenericDataAttributes
class GenericDataAttributes extends Object implements Serializable-
Serialized Fields
-
globalAttributes
DataAttributes globalAttributes
-
label
String label
-
parameterName
String parameterName
-
parameterType
Class parameterType
-
source
String source
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ParameterDataAttributes
class ParameterDataAttributes extends Object implements Serializable-
Serialized Fields
-
entry
ParameterDefinitionEntry entry
-
globalAttributes
DataAttributes globalAttributes
-
parameterContext
ParameterContext parameterContext
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DefaultConceptQueryMapper
class DefaultConceptQueryMapper extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributeReferences
class DefaultDataAttributeReferences extends Object implements Serializable-
Serialized Fields
-
backend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<DataAttributeReference> backend
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributes
class DefaultDataAttributes extends Object implements Serializable-
Serialized Fields
-
backend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributes.Entry> backend
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataSchema
class DefaultDataSchema extends Object implements Serializable-
Serialized Fields
-
mapping
LinkedHashMap<String,
DataAttributes> mapping -
tableAttributes
DataAttributes tableAttributes
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DefaultDataSchemaDefinition
class DefaultDataSchemaDefinition extends Object implements Serializable-
Serialized Fields
-
backend
ArrayList<DataSchemaRule> backend
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.DirectFieldSelectorRule
class DirectFieldSelectorRule extends Object implements Serializable-
Serialized Fields
-
attributes
DataAttributes attributes
-
field
String field
-
references
DataAttributeReferences references
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.EmptyDataAttributes
class EmptyDataAttributes extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.wizard.GlobalRule
class GlobalRule extends Object implements Serializable-
Serialized Fields
-
attributes
DataAttributes attributes
-
references
DataAttributeReferences references
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.ImmutableDataAttributes
class ImmutableDataAttributes extends Object implements Serializable-
Serialized Fields
-
backend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<org.pentaho.reporting.engine.classic.core.wizard.ImmutableDataAttributes.Entry> backend
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.MetaSelector
class MetaSelector extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.core.wizard.MetaSelectorRule
class MetaSelectorRule extends Object implements Serializable-
Serialized Fields
-
attributes
DataAttributes attributes
-
references
DataAttributeReferences references
-
selectors
MetaSelector[] selectors
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.ProxyDataSchemaDefinition
class ProxyDataSchemaDefinition extends Object implements Serializable-
Serialized Fields
-
overlayDefinition
DataSchemaDefinition overlayDefinition
-
rootDefinition
DataSchemaDefinition rootDefinition
-
-
-
Class org.pentaho.reporting.engine.classic.core.wizard.RelationalAutoGeneratorPreProcessor
class RelationalAutoGeneratorPreProcessor extends AbstractReportPreProcessor implements Serializable
-