Serialized Form


Package org.pentaho.plugin.jfreereport.reportcharts

Class org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression extends org.pentaho.reporting.engine.classic.core.function.AbstractExpression implements Serializable

Serialized Fields

dataSource

String dataSource

titleText

String titleText

titleField

String titleField

noDataMessage

String noDataMessage

antiAlias

boolean antiAlias

legendLocation

String legendLocation

titleFont

String titleFont

labelFont

String labelFont

legendFont

String legendFont

itemLabelFont

Font itemLabelFont

showBorder

boolean showBorder

borderColor

String borderColor

backgroundColor

String backgroundColor

plotBackgroundColor

Color plotBackgroundColor

legendBackgroundColor

Color legendBackgroundColor

plotForegroundAlpha

float plotForegroundAlpha

plotBackgroundAlpha

float plotBackgroundAlpha

drawLegendBorder

boolean drawLegendBorder

itemsLabelVisible

Boolean itemsLabelVisible

showLegend

boolean showLegend

threeD

boolean threeD

chartSectionOutline

boolean chartSectionOutline

backgroundImage

String backgroundImage

chartCache

HashMap<K,V> chartCache

seriesColors

ArrayList<E> seriesColors

legendTextColor

Color legendTextColor

postProcessingLanguage

String postProcessingLanguage

postProcessingScript

String postProcessingScript

tooltipFormula

String tooltipFormula

urlFormula

String urlFormula

Class org.pentaho.plugin.jfreereport.reportcharts.AreaChartExpression extends StackedCategoricalChartExpression implements Serializable

serialVersionUID: -2663954070786799503L

Serialized Fields

renderAsPercentages

boolean renderAsPercentages

Class org.pentaho.plugin.jfreereport.reportcharts.BarChartExpression extends StackedCategoricalChartExpression implements Serializable

serialVersionUID: 7082583397390897215L

Serialized Fields

maxBarWidth

Double maxBarWidth

stackedBarRenderPercentages

boolean stackedBarRenderPercentages

itemMargin

Double itemMargin

Class org.pentaho.plugin.jfreereport.reportcharts.BarLineChartExpression extends BarChartExpression implements Serializable

serialVersionUID: 7082583397390897215L

Serialized Fields

linesDataSource

String linesDataSource

secondValueAxisLabel

String secondValueAxisLabel

lineSeriesColor

ArrayList<E> lineSeriesColor

linesLabelFont

String linesLabelFont

linesTickLabelFont

String linesTickLabelFont

lineTicksLabelFormat

String lineTicksLabelFormat

lineStyle

String lineStyle

lineWidth

float lineWidth

markersVisible

boolean markersVisible

sharedRangeAxis

boolean sharedRangeAxis

linePeriodCount

double linePeriodCount

lineTimePeriod

Class<T> lineTimePeriod

lineTitleFont

Font lineTitleFont

lineTickFont

Font lineTickFont

lineRangeMinimum

double lineRangeMinimum

lineRangeMaximum

double lineRangeMaximum

lineAxisAutoRange

boolean lineAxisAutoRange

lineAxisIncludesZero

boolean lineAxisIncludesZero

lineAxisStickyZero

boolean lineAxisStickyZero

Class org.pentaho.plugin.jfreereport.reportcharts.BaseCollectorFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractFunction implements Serializable

Serialized Fields

dataset

org.jfree.data.general.Dataset dataset

group

String group

resetGroup

String resetGroup

results

ArrayList<E> results

seriesNames

ArrayList<E> seriesNames

currentIndex

int currentIndex

summaryOnly

boolean summaryOnly

seriesColumn

boolean seriesColumn

processKey

org.pentaho.reporting.engine.classic.core.states.ReportStateKey processKey

Class org.pentaho.plugin.jfreereport.reportcharts.BubbleChartExpression extends XYChartExpression implements Serializable

serialVersionUID: 7934486966108227105L

Serialized Fields

maxBubbleSize

double maxBubbleSize

bubbleLabelContent

String bubbleLabelContent

xFormat

String xFormat

yFormat

String yFormat

zFormat

String zFormat

Class org.pentaho.plugin.jfreereport.reportcharts.BubbleRenderer extends org.jfree.chart.renderer.xy.XYBubbleRenderer implements Serializable

serialVersionUID: -216587271628618807L

Serialized Fields

maxSize

double maxSize

maxZ

double maxZ

Class org.pentaho.plugin.jfreereport.reportcharts.CategoricalChartExpression extends AbstractChartExpression implements Serializable

serialVersionUID: -402500824047401239L

Serialized Fields

valueAxisLabel

String valueAxisLabel

categoryAxisLabel

String categoryAxisLabel

horizontal

boolean horizontal

showGridlines

boolean showGridlines

labelRotation

Double labelRotation

maxCategoryLabelWidthRatio

Float maxCategoryLabelWidthRatio

categoryTitleFont

Font categoryTitleFont

categoryTickFont

Font categoryTickFont

categoricalLabelFormat

String categoricalLabelFormat

categoricalLabelDecimalFormat

String categoricalLabelDecimalFormat

categoricalLabelDateFormat

String categoricalLabelDateFormat

categoricalItemLabelRotation

Double categoricalItemLabelRotation

humanReadableLogarithmicFormat

boolean humanReadableLogarithmicFormat

logarithmicAxis

boolean logarithmicAxis

categoricalAxisMessageFormat

String categoricalAxisMessageFormat

rangeTitleFont

Font rangeTitleFont

rangeTickFont

Font rangeTickFont

rangeMinimum

double rangeMinimum

rangeMaximum

double rangeMaximum

rangeIncludesZero

boolean rangeIncludesZero

rangeStickyZero

boolean rangeStickyZero

rangeTickFormat

NumberFormat rangeTickFormat

rangeTickFormatString

String rangeTickFormatString

rangeTimePeriod

Class<T> rangeTimePeriod

rangePeriodCount

double rangePeriodCount

autoRange

boolean autoRange

lowerMargin

Double lowerMargin

upperMargin

Double upperMargin

categoryMargin

Double categoryMargin

Class org.pentaho.plugin.jfreereport.reportcharts.CategorySetCollectorFunction extends BaseCollectorFunction implements Serializable

serialVersionUID: -8138304452870844825L

Serialized Fields

valueColumns

ArrayList<E> valueColumns
Deprecated. 

ignoreColumns

ArrayList<E> ignoreColumns
Deprecated. 

categoryColumn

String categoryColumn
Deprecated. 

categoryStartColumn

int categoryStartColumn
Deprecated. 

generatedReport

boolean generatedReport
Deprecated. 

Class org.pentaho.plugin.jfreereport.reportcharts.ExtendedXYLineChartExpression extends XYLineChartExpression implements Serializable

serialVersionUID: -167639029520233427L

Serialized Fields

chartType

String chartType

Class org.pentaho.plugin.jfreereport.reportcharts.ExtendedXYZDataset extends org.jfree.data.xy.DefaultXYZDataset implements Serializable

serialVersionUID: -6629387979880168707L

Serialized Fields

maxZValue

double maxZValue

Class org.pentaho.plugin.jfreereport.reportcharts.LineChartExpression extends CategoricalChartExpression implements Serializable

serialVersionUID: 816438776025760907L

Serialized Fields

lineStyle

String lineStyle

lineWidth

float lineWidth

markersVisible

boolean markersVisible

Class org.pentaho.plugin.jfreereport.reportcharts.LogCategoryItemLabelGenerator extends org.jfree.chart.labels.StandardCategoryItemLabelGenerator implements Serializable

serialVersionUID: 1L

Class org.pentaho.plugin.jfreereport.reportcharts.LogXYItemLabelGenerator extends org.jfree.chart.labels.StandardXYItemLabelGenerator implements Serializable

serialVersionUID: 1L

Class org.pentaho.plugin.jfreereport.reportcharts.MultiPieChartExpression extends AbstractChartExpression implements Serializable

serialVersionUID: -7796999107015376070L

Serialized Fields

multipieByRow

boolean multipieByRow

multipieLabelFormat

String multipieLabelFormat

shadowPaint

Color shadowPaint

shadowXOffset

Double shadowXOffset

shadowYOffset

Double shadowYOffset

pieTitleFont

Font pieTitleFont

pieNoDataMessage

String pieNoDataMessage

Class org.pentaho.plugin.jfreereport.reportcharts.PieChartExpression extends AbstractChartExpression implements Serializable

serialVersionUID: 5755617219149952355L

Serialized Fields

rotationClockwise

boolean rotationClockwise

explodeSegment

String explodeSegment

explodePct

Double explodePct

ignoreNulls

boolean ignoreNulls

ignoreZeros

boolean ignoreZeros

pieLabelFormat

String pieLabelFormat

circular

boolean circular

pieLegendLabelFormat

String pieLegendLabelFormat

shadowPaint

Color shadowPaint

shadowXOffset

Double shadowXOffset

shadowYOffset

Double shadowYOffset

Class org.pentaho.plugin.jfreereport.reportcharts.PieSetCollectorFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractFunction implements Serializable

serialVersionUID: -5778788510651234706L

Serialized Fields

currentIndex

int currentIndex
Deprecated. 

pieDataset

org.jfree.data.general.DefaultPieDataset pieDataset
Deprecated. 

results

List<E> results
Deprecated. 

seriesColumn

String seriesColumn
Deprecated. 

valueColumn

String valueColumn
Deprecated. 

group

String group
Deprecated. 

resetGroup

String resetGroup
Deprecated. 

summaryOnly

boolean summaryOnly
Deprecated. 

Class org.pentaho.plugin.jfreereport.reportcharts.PivotCategorySetCollectorFunction extends CategorySetCollectorFunction implements Serializable

serialVersionUID: -1661805548096343053L

Serialized Fields

categoryNames

ArrayList<E> categoryNames
Deprecated. 

seriesColumnHeader

String seriesColumnHeader
Deprecated. 

Class org.pentaho.plugin.jfreereport.reportcharts.RadarChartExpression extends AbstractChartExpression implements Serializable

serialVersionUID: 7082583397390897215L

Serialized Fields

gridintervall

float gridintervall

drawgrid

boolean drawgrid

radarwebfilled

boolean radarwebfilled

headsize

double headsize

thicknessprimaryseries

float thicknessprimaryseries

Class org.pentaho.plugin.jfreereport.reportcharts.RingChartExpression extends PieChartExpression implements Serializable

serialVersionUID: 8157232155813173422L

Serialized Fields

sectionDepth

double sectionDepth

Class org.pentaho.plugin.jfreereport.reportcharts.ScalingLogarithmicAxis extends org.jfree.chart.axis.LogarithmicAxis implements Serializable

serialVersionUID: 1L

Serialized Fields

ticksVertical

int ticksVertical

Class org.pentaho.plugin.jfreereport.reportcharts.ScatterPlotChartExpression extends XYChartExpression implements Serializable

serialVersionUID: 7822813481960064738L

Serialized Fields

dotWidth

int dotWidth

dotHeight

int dotHeight

Class org.pentaho.plugin.jfreereport.reportcharts.StackedCategoricalChartExpression extends CategoricalChartExpression implements Serializable

Serialized Fields

stacked

boolean stacked

Class org.pentaho.plugin.jfreereport.reportcharts.TimeSeriesCollectorFunction extends BaseCollectorFunction implements Serializable

serialVersionUID: -8138304452870844825L

Serialized Fields

valueColumns

ArrayList<E> valueColumns
Deprecated. 

timeValueColumns

ArrayList<E> timeValueColumns
Deprecated. 

domainPeriodType

String domainPeriodType
Deprecated. 

Class org.pentaho.plugin.jfreereport.reportcharts.WaterfallChartExpressions extends CategoricalChartExpression implements Serializable

serialVersionUID: 8342198616002055989L

Class org.pentaho.plugin.jfreereport.reportcharts.XYAreaChartExpression extends XYLineChartExpression implements Serializable

serialVersionUID: -8475649582680588912L

Class org.pentaho.plugin.jfreereport.reportcharts.XYAreaLineChartExpression extends XYAreaChartExpression implements Serializable

serialVersionUID: 7082583397390897215L

Serialized Fields

secondValueAxisLabel

String secondValueAxisLabel

lineSeriesColor

ArrayList<E> lineSeriesColor

linesLabelFont

Font linesLabelFont

linesTickLabelFont

Font linesTickLabelFont

lineTicksLabelFormat

String lineTicksLabelFormat

sharedRangeAxis

boolean sharedRangeAxis

linePeriodCount

double linePeriodCount

lineTimePeriod

Class<T> lineTimePeriod

lineTitleFont

Font lineTitleFont

lineTickFont

Font lineTickFont

lineRangeMinimum

Double lineRangeMinimum

lineRangeMaximum

Double lineRangeMaximum

lineAxisAutoRange

boolean lineAxisAutoRange

secondaryDataSet

String secondaryDataSet

lineAxisIncludesZero

boolean lineAxisIncludesZero

lineAxisStickyZero

boolean lineAxisStickyZero

Class org.pentaho.plugin.jfreereport.reportcharts.XYBarChartExpression extends XYChartExpression implements Serializable

serialVersionUID: -1190325024526412335L

Serialized Fields

margin

Double margin

renderPercentages

boolean renderPercentages

Class org.pentaho.plugin.jfreereport.reportcharts.XYChartExpression extends AbstractChartExpression implements Serializable

Serialized Fields

titlePositionText

String titlePositionText

borderPaint

Paint borderPaint

horizontal

boolean horizontal

stacked

boolean stacked

domainVerticalTickLabels

boolean domainVerticalTickLabels

domainIncludesZero

boolean domainIncludesZero

domainStickyZero

boolean domainStickyZero

domainTickFormat

NumberFormat domainTickFormat

domainTickFormatString

String domainTickFormatString

domainTitle

String domainTitle

domainTitleFont

Font domainTitleFont

domainTickFont

Font domainTickFont

domainMinimum

double domainMinimum

domainMaximum

double domainMaximum

domainAxisAutoRange

boolean domainAxisAutoRange

domainTimePeriod

Class<T> domainTimePeriod

domainPeriodCount

double domainPeriodCount

rangeTitle

String rangeTitle

rangeTitleFont

Font rangeTitleFont

rangeTickFont

Font rangeTickFont

rangeMinimum

double rangeMinimum

rangeMaximum

double rangeMaximum

rangeIncludesZero

boolean rangeIncludesZero

rangeStickyZero

boolean rangeStickyZero

rangeAxisAutoRange

boolean rangeAxisAutoRange

rangeTickFormat

NumberFormat rangeTickFormat

rangeTickFormatString

String rangeTickFormatString

humanReadableLogarithmicFormat

boolean humanReadableLogarithmicFormat

logarithmicAxis

boolean logarithmicAxis

rangeTimePeriod

Class<T> rangeTimePeriod

rangePeriodCount

double rangePeriodCount

Class org.pentaho.plugin.jfreereport.reportcharts.XYLineChartExpression extends XYChartExpression implements Serializable

serialVersionUID: 588996014868712814L

Serialized Fields

lineStyle

String lineStyle

lineWidth

float lineWidth

markersVisible

boolean markersVisible

Class org.pentaho.plugin.jfreereport.reportcharts.XYSeriesCollectorFunction extends BaseCollectorFunction implements Serializable

serialVersionUID: -8138304452870844825L

Serialized Fields

xValueColumns

ArrayList<E> xValueColumns

yValueColumns

ArrayList<E> yValueColumns

Class org.pentaho.plugin.jfreereport.reportcharts.XYZSeriesCollectorFunction extends XYSeriesCollectorFunction implements Serializable

serialVersionUID: -3612902208762624893L

Serialized Fields

zValueColumns

ArrayList<E> zValueColumns

maxZValue

double maxZValue

Package org.pentaho.plugin.jfreereport.reportcharts.backport

Class org.pentaho.plugin.jfreereport.reportcharts.backport.ExtCategoryTableXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements Serializable

Serialized Fields

values

org.jfree.data.DefaultKeyedValues2D values
The backing data structure.


intervalDelegate

org.jfree.data.xy.IntervalXYDelegate intervalDelegate
A delegate for controlling the interval width.

Class org.pentaho.plugin.jfreereport.reportcharts.backport.ExtTimeTableXYDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements Serializable

Serialized Fields

values

org.jfree.data.DefaultKeyedValues2D values
The data structure to store the values. Each column represents a series (elsewhere in JFreeChart rows are typically used for series, but it doesn't matter that much since this data structure is private and symmetrical anyway), each row contains values for the same RegularTimePeriod (the rows are sorted into ascending order).


domainIsPointsInTime

boolean domainIsPointsInTime
A flag that indicates that the domain is 'points in time'. If this flag is true, only the x-value (and not the x-interval) is used to determine the range of values in the domain.


xPosition

org.jfree.data.time.TimePeriodAnchor xPosition
The point within each time period that is used for the X value when this collection is used as an XYDataset. This can be the start, middle or end of the time period.


workingCalendar

Calendar workingCalendar
A working calendar (to recycle)

Class org.pentaho.plugin.jfreereport.reportcharts.backport.FastNumberTickUnit extends org.jfree.chart.axis.NumberTickUnit implements Serializable

serialVersionUID: 3849459506627654442L

Serialized Fields

formatter

org.pentaho.reporting.libraries.formatting.FastDecimalFormat formatter
A formatter for the tick unit.

Class org.pentaho.plugin.jfreereport.reportcharts.backport.FormattedCategoryAxis extends org.jfree.chart.axis.CategoryAxis implements Serializable

Serialized Fields

format

org.pentaho.reporting.libraries.formatting.FastMessageFormat format

Class org.pentaho.plugin.jfreereport.reportcharts.backport.FormattedCategoryAxis3D extends org.jfree.chart.axis.CategoryAxis3D implements Serializable

Serialized Fields

format

org.pentaho.reporting.libraries.formatting.FastMessageFormat format

Class org.pentaho.plugin.jfreereport.reportcharts.backport.StackedAreaRenderer extends org.jfree.chart.renderer.category.AreaRenderer implements Serializable

serialVersionUID: -3595635038460823663L

Serialized Fields

renderAsPercentages

boolean renderAsPercentages
A flag that controls whether the areas display values or percentages.

Class org.pentaho.plugin.jfreereport.reportcharts.backport.XYDotRenderer extends org.jfree.chart.renderer.xy.AbstractXYItemRenderer implements Serializable

serialVersionUID: -2764344339073566425L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Provides serialization support.

Throws:
IOException - if there is an I/O error.
ClassNotFoundException - if there is a classpath problem.

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Provides serialization support.

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

dotWidth

int dotWidth
The dot width.


dotHeight

int dotHeight
The dot height.


Package org.pentaho.plugin.jfreereport.reportcharts.collectors

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.AbstractCollectorFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractFunction implements Serializable

Serialized Fields

dataSet

org.jfree.data.general.Dataset dataSet

seriesNames

ArrayList<E> seriesNames

seriesColumns

ArrayList<E> seriesColumns

results

ArrayList<E> results

currentIndex

int currentIndex

summaryGroup

String summaryGroup

resetGroup

String resetGroup

processKey

org.pentaho.reporting.engine.classic.core.states.ReportStateKey processKey

autoGenerateMissingSeriesNames

Boolean autoGenerateMissingSeriesNames

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.CategorySetDataCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

valueColumns

ArrayList<E> valueColumns

categoryColumn

String categoryColumn

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.IntervalXYSeriesCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

xMinValueColumns

ArrayList<E> xMinValueColumns

yMinValueColumns

ArrayList<E> yMinValueColumns

xMaxValueColumns

ArrayList<E> xMaxValueColumns

yMaxValueColumns

ArrayList<E> yMaxValueColumns

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.PieDataSetCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

valueColumn

String valueColumn

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.PivotCategorySetCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

valueColumns

ArrayList<E> valueColumns

categoryColumn

String categoryColumn

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.TimeSeriesCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

timePeriod

Class<T> timePeriod

valueColumns

ArrayList<E> valueColumns

timeValueColumns

ArrayList<E> timeValueColumns

seriesMap

HashMap<K,V> seriesMap

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.XYSeriesCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

xValueColumns

ArrayList<E> xValueColumns

yValueColumns

ArrayList<E> yValueColumns

Class org.pentaho.plugin.jfreereport.reportcharts.collectors.XYZSeriesCollector extends AbstractCollectorFunction implements Serializable

Serialized Fields

xValueColumns

ArrayList<E> xValueColumns

yValueColumns

ArrayList<E> yValueColumns

zValueColumns

ArrayList<E> zValueColumns

Package org.pentaho.reporting.engine.classic.extensions.legacy.charts

Class org.pentaho.reporting.engine.classic.extensions.legacy.charts.LegacyChartPreProcessor extends Object implements Serializable

Class org.pentaho.reporting.engine.classic.extensions.legacy.charts.LegacyChartType extends org.pentaho.reporting.engine.classic.core.filter.types.ContentFieldType implements Serializable