Serialized Form


Package org.jCharts

Class org.jCharts.Chart implements Serializable

Serialized Fields

graphics2D

java.awt.Graphics2D graphics2D

width

int width

height

int height

legend

Legend legend

chartProperties

ChartProperties chartProperties

generateImageMap

boolean generateImageMap

imageMap

ImageMap imageMap

bufferedImage

java.awt.image.BufferedImage bufferedImage

Class org.jCharts.Legend implements Serializable

Serialized Fields

chart

Chart chart

legendProperties

LegendProperties legendProperties

iconSide

float iconSide

widestLabelAndColumnPadding

float widestLabelAndColumnPadding

numColumns

int numColumns

numRows

int numRows

textProcessor

TextProcessor textProcessor

x

float x

y

float y

width

float width

height

float height

labels

java.util.ArrayList labels

paints

java.util.ArrayList paints

shapes

java.util.ArrayList shapes

fillPointsFlags

java.util.ArrayList fillPointsFlags

pointOutlinePaints

java.util.ArrayList pointOutlinePaints


Package org.jCharts.axisChart

Class org.jCharts.axisChart.AxisChart implements Serializable

Serialized Fields

xAxis

XAxis xAxis

yAxis

YAxis yAxis

axisProperties

AxisProperties axisProperties

iAxisDataSeries

IAxisDataSeries iAxisDataSeries

Class org.jCharts.axisChart.ScatterPlotAxisChart implements Serializable


Package org.jCharts.axisChart.axis

Class org.jCharts.axisChart.axis.Axis implements Serializable

Serialized Fields

axisChart

AxisChart axisChart

scalePixelWidth

float scalePixelWidth

pixelLength

float pixelLength

origin

float origin

titleHeight

float titleHeight

titleWidth

float titleWidth

minimumWidthNeeded

float minimumWidthNeeded

minimumHeightNeeded

float minimumHeightNeeded

axisLabelsGroup

TextTagGroup axisLabelsGroup

numberOfScaleItems

int numberOfScaleItems

tickStart

float tickStart

oneUnitPixelSize

double oneUnitPixelSize

zeroLineCoordinate

float zeroLineCoordinate

scaleCalculator

ScaleCalculator scaleCalculator

Class org.jCharts.axisChart.axis.DataAxis implements Serializable

Serialized Fields

minValue

double minValue
Deprecated. 

maxValue

double maxValue
Deprecated. 

increment

double increment
Deprecated. 

zeroLineCoordinate

float zeroLineCoordinate
Deprecated. 

Class org.jCharts.axisChart.axis.LabelAxis implements Serializable

Class org.jCharts.axisChart.axis.XAxis implements Serializable

Serialized Fields

xLabelFilter

int xLabelFilter

startTicksAtAxis

boolean startTicksAtAxis

Class org.jCharts.axisChart.axis.YAxis implements Serializable

Serialized Fields

lastTickY

float lastTickY


Package org.jCharts.axisChart.customRenderers.axisValue

Class org.jCharts.axisChart.customRenderers.axisValue.AxisValueRenderEvent implements Serializable

Serialized Fields

graphics2D

java.awt.Graphics2D graphics2D

fontRenderContext

java.awt.font.FontRenderContext fontRenderContext

iAxisPlotDataSet

IAxisPlotDataSet iAxisPlotDataSet

totalItemAxisArea

java.awt.geom.Rectangle2D.Float totalItemAxisArea

zeroLineCoordinate

float zeroLineCoordinate

valueX

float valueX

valueY

float valueY

dataSetIndex

int dataSetIndex

valueIndex

int valueIndex


Package org.jCharts.chartData

Class org.jCharts.chartData.AxisChartDataSet implements Serializable

Serialized Fields

chartType

ChartType chartType

Class org.jCharts.chartData.AxisDataSeries implements Serializable

Serialized Fields

chartTitle

java.lang.String chartTitle

xAxisTitle

java.lang.String xAxisTitle

yAxisTitle

java.lang.String yAxisTitle

dataSets

java.util.HashMap dataSets

totalNumberOfDataSets

int totalNumberOfDataSets

sizeOfEachDataSet

int sizeOfEachDataSet

Class org.jCharts.chartData.ChartDataException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

Class org.jCharts.chartData.DataSeries implements Serializable

Serialized Fields

axisLabels

java.lang.String[] axisLabels

Class org.jCharts.chartData.DataSet implements Serializable

Serialized Fields

chartTypeProperties

ChartTypeProperties chartTypeProperties

data

double[][] data

legendLabels

java.lang.String[] legendLabels

paints

java.awt.Paint[] paints

Class org.jCharts.chartData.PieChartDataSet implements Serializable

Serialized Fields

chartTitle

java.lang.String chartTitle

Class org.jCharts.chartData.ScatterPlotDataSeries implements Serializable

Class org.jCharts.chartData.ScatterPlotDataSet implements Serializable

Serialized Fields

data

java.util.ArrayList data

legendLabels

java.util.ArrayList legendLabels

paints

java.util.ArrayList paints

scatterPlotProperties

ScatterPlotProperties scatterPlotProperties

numDataItems

int numDataItems

Class org.jCharts.chartData.StockChartDataSet implements Serializable

Serialized Fields

chartType

ChartType chartType

high

double[] high

low

double[] low

open

double[] open

close

double[] close

numberOfDataSets

int numberOfDataSets

legendLabels

java.lang.String[] legendLabels

paints

java.awt.Paint[] paints

stockChartProperties

StockChartProperties stockChartProperties


Package org.jCharts.chartText

Class org.jCharts.chartText.BarValueGroup.BarValue implements Serializable

Serialized Fields

barRect

java.awt.geom.Rectangle2D.Float barRect

startPosition

int startPosition

isNegative

boolean isNegative

text

java.lang.String text

Class org.jCharts.chartText.NumericTagGroup implements Serializable

Serialized Fields

numberFormat

java.text.NumberFormat numberFormat

Class org.jCharts.chartText.TextTag implements Serializable

Serialized Fields

xPosition

float xPosition

yPosition

float yPosition

textLayout

java.awt.font.TextLayout textLayout

attributes

java.util.Hashtable attributes

isHidden

boolean isHidden

width

float width

height

float height

fontAscent

float fontAscent

fontDescent

float fontDescent

isDerived

boolean isDerived

derivedFont

java.awt.Font derivedFont

text

java.lang.String text

font

java.awt.Font font

Class org.jCharts.chartText.TextTagGroup implements Serializable

Serialized Fields

widestLabel

float widestLabel

tallestLabel

float tallestLabel

totalLabelWidths

float totalLabelWidths

textTags

java.util.ArrayList textTags

chartFont

ChartFont chartFont

fontRenderContext

java.awt.font.FontRenderContext fontRenderContext


Package org.jCharts.imageMap

Class org.jCharts.imageMap.AreaShape implements Serializable

Serialized Fields

value

java.lang.String value

Class org.jCharts.imageMap.CircleMapArea implements Serializable

Serialized Fields

radius

int radius

Class org.jCharts.imageMap.ImageMap implements Serializable

Serialized Fields

areas

java.util.ArrayList areas

Class org.jCharts.imageMap.ImageMapArea implements Serializable

Serialized Fields

x

int[] x

y

int[] y

value

double value

xAxisLabel

java.lang.String xAxisLabel

legendLabel

java.lang.String legendLabel

Class org.jCharts.imageMap.ImageMapNotSupportedException implements Serializable

Class org.jCharts.imageMap.PolyMapArea implements Serializable

Class org.jCharts.imageMap.RectMapArea implements Serializable


Package org.jCharts.nonAxisChart

Class org.jCharts.nonAxisChart.PieChart2D implements Serializable

Serialized Fields

pieX

float pieX

pieY

float pieY

diameter

float diameter

iPieChartDataSet

IPieChartDataSet iPieChartDataSet

pieChartDataProcessor

PieChartDataProcessor pieChartDataProcessor

textTagGroup

TextTagGroup textTagGroup


Package org.jCharts.properties

Class org.jCharts.properties.AreaProperties implements Serializable

Serialized Fields

edgePadding

float edgePadding

borderStroke

ChartStroke borderStroke

Class org.jCharts.properties.AxisProperties implements Serializable

Serialized Fields

xAxisProperties

AxisTypeProperties xAxisProperties

yAxisProperties

AxisTypeProperties yAxisProperties

isPlotHorizontal

boolean isPlotHorizontal

xAxisLabelsAreVertical

boolean xAxisLabelsAreVertical

Class org.jCharts.properties.AxisTypeProperties implements Serializable

Serialized Fields

showTicks

int showTicks

tickChartStroke

ChartStroke tickChartStroke

showGridLines

int showGridLines

gridLineChartStroke

ChartStroke gridLineChartStroke

scaleChartFont

ChartFont scaleChartFont

axisTitleChartFont

ChartFont axisTitleChartFont

axisStroke

ChartStroke axisStroke

paddingBetweenAxisTitleAndLabels

float paddingBetweenAxisTitleAndLabels

axisTickMarkPixelLength

float axisTickMarkPixelLength

paddingBetweenLabelsAndTicks

float paddingBetweenLabelsAndTicks

paddingBetweenAxisAndLabels

float paddingBetweenAxisAndLabels

paddingBetweenAxisLabels

float paddingBetweenAxisLabels

showEndBorder

boolean showEndBorder

showAxisLabels

boolean showAxisLabels

titleChartFont

ChartFont titleChartFont

Class org.jCharts.properties.ChartProperties implements Serializable

Serialized Fields

titleChartFont

ChartFont titleChartFont

titlePadding

float titlePadding

validate

boolean validate

Class org.jCharts.properties.DataAxisProperties implements Serializable

Serialized Fields

roundToNearest

int roundToNearest

showZeroLine

boolean showZeroLine

zeroLineChartStroke

ChartStroke zeroLineChartStroke

userDefinedScale

boolean userDefinedScale

userDefinedMinimumValue

double userDefinedMinimumValue

userDefinedIncrement

double userDefinedIncrement

numItems

int numItems

useDollarSigns

boolean useDollarSigns

useCommas

boolean useCommas

usePercentSigns

boolean usePercentSigns

scaleCalculator

ScaleCalculator scaleCalculator

Class org.jCharts.properties.LabelAxisProperties implements Serializable

Class org.jCharts.properties.LegendAreaProperties implements Serializable

Serialized Fields

numColumns

int numColumns

rowPadding

int rowPadding

columnPadding

int columnPadding

iconPadding

int iconPadding

chartPadding

int chartPadding

placement

int placement

Class org.jCharts.properties.LegendProperties implements Serializable

Serialized Fields

font

java.awt.Font font

fontPaint

java.awt.Paint fontPaint

iconBorderPaint

java.awt.Paint iconBorderPaint

iconBorderStroke

java.awt.Stroke iconBorderStroke

size

java.awt.Dimension size

Class org.jCharts.properties.Properties implements Serializable

Serialized Fields

backgroundPaint

java.awt.Paint backgroundPaint

Class org.jCharts.properties.PropertyException implements Serializable


Package org.jCharts.test

Class org.jCharts.test.SwingTest implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel


Package org.jCharts.types

Class org.jCharts.types.ChartType implements Serializable

Serialized Fields

stackedData

boolean stackedData

Class org.jCharts.types.IntType implements Serializable

Serialized Fields

type

int type

Class org.jCharts.types.PieLabelType implements Serializable

Class org.jCharts.types.StockChartDataType implements Serializable

Class org.jCharts.types.Type implements Serializable

Serialized Fields

typeCode

int typeCode