Class JDPChartParms

java.lang.Object
   |
   +----JDPChartParms

public class JDPChartParms
extends Object
Class JDPChartParms represents an extended set of parameters that are passed to the JDPChart class to tell it how to plot a chart.


Variable Index

 o autoscale
Automatically perform scaling
 o autozoom
Dont automatically set y min to zero
 o chartData
The actual data points to be plotted
 o chartFrameColor
Chart Frame Color
 o chartSubType
Chart Sub Type (presently not in use)
 o chartTitle
Main Chart Title
 o chartTitleColor
Chart Title Color
 o chartTitleFont
Chart Title Font Name
 o chartType
Column,Bar,Area,Line,Pie (see chart types in JDPChart class)
 o elementBorderColor
 o elementColor
 o elementLegend
Tags for the element legend.
 o elementLegendFont
 o gridColor
Grid Color
 o gridLineSetting
Grid Line setting (0xxx=backgroundVertical, x0xx=backgroundHorizontal, xx0x=foregroundVertical, xxx0=foregroundHorizontal)
 o maxPlotValue
Maximum plot value for manual scale
 o minPlotValue
Minimum plot value for manual scale
 o piechartData
The actual data points to be plotted
 o pieLabel
Pie Chart Labels for the pie segments
 o pieLabelColor
Pie Chart Label Color
 o pieLabelType
Pie Chart Label Type (presently not in use)
 o pieSplitSegment
Pie Chart Split segment away from chart flag
 o xaxisLabel
X axis Labels
 o xaxisLabelColor
X Axis Label Color
 o xaxisLabelFont
X Axis Label Font Name
 o xaxisTitle
X axis Title
 o xaxisTitleColor
X Axis Title Color
 o xaxisTitleFont
X Axis Title Font Name
 o yaxisLabel
Y axis Labels
 o yaxisLabelColor
Y Axis Label Color
 o yaxisLabelFont
Y Axis Label Font Name
 o yaxisTitle
Y axis Title
 o yaxisTitleColor
Y Axis Title Color

Constructor Index

 o JDPChartParms()

Variables

 o chartType
 public int chartType
Column,Bar,Area,Line,Pie (see chart types in JDPChart class)

 o chartTitle
 public String chartTitle
Main Chart Title

 o elementLegend
 public String elementLegend[]
Tags for the element legend. an element may be a column, bar, area, line or pie chart (one entry for each data element when drawing pie charts)

 o elementBorderColor
 public Color elementBorderColor[]
 o elementColor
 public Color elementColor[]
 o elementLegendFont
 public String elementLegendFont
 o xaxisTitle
 public String xaxisTitle
X axis Title

 o yaxisTitle
 public String yaxisTitle
Y axis Title

 o xaxisLabel
 public String xaxisLabel[]
X axis Labels

 o yaxisLabel
 public String yaxisLabel[]
Y axis Labels

 o chartTitleFont
 public String chartTitleFont
Chart Title Font Name

 o xaxisTitleFont
 public String xaxisTitleFont
X Axis Title Font Name

 o xaxisLabelFont
 public String xaxisLabelFont
X Axis Label Font Name

 o yaxisLabelFont
 public String yaxisLabelFont
Y Axis Label Font Name

 o chartTitleColor
 public Color chartTitleColor
Chart Title Color

 o xaxisTitleColor
 public Color xaxisTitleColor
X Axis Title Color

 o yaxisTitleColor
 public Color yaxisTitleColor
Y Axis Title Color

 o xaxisLabelColor
 public Color xaxisLabelColor
X Axis Label Color

 o yaxisLabelColor
 public Color yaxisLabelColor
Y Axis Label Color

 o chartFrameColor
 public Color chartFrameColor
Chart Frame Color

 o gridLineSetting
 public int gridLineSetting
Grid Line setting (0xxx=backgroundVertical, x0xx=backgroundHorizontal, xx0x=foregroundVertical, xxx0=foregroundHorizontal)

 o gridColor
 public Color gridColor
Grid Color

 o chartSubType
 public int chartSubType
Chart Sub Type (presently not in use)

 o autoscale
 public boolean autoscale
Automatically perform scaling

 o autozoom
 public boolean autozoom
Dont automatically set y min to zero

 o maxPlotValue
 public float maxPlotValue
Maximum plot value for manual scale

 o minPlotValue
 public float minPlotValue
Minimum plot value for manual scale

 o chartData
 public float chartData[][]
The actual data points to be plotted

 o pieLabelType
 public int pieLabelType
Pie Chart Label Type (presently not in use)

 o pieLabel
 public String pieLabel[]
Pie Chart Labels for the pie segments

 o pieLabelColor
 public Color pieLabelColor
Pie Chart Label Color

 o pieSplitSegment
 public boolean pieSplitSegment[]
Pie Chart Split segment away from chart flag

 o piechartData
 public float piechartData[]
The actual data points to be plotted

Constructors

 o JDPChartParms
 public JDPChartParms()