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