All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCHiloChartFormat
java.lang.Object
|
+----jclass.chart.JCHiloChartFormat
- public class JCHiloChartFormat
- extends Object
- implements JCSerializable, HTMLHandler
Manages chart properties specific to Hi-Lo charts.
Hi-Lo charts take the Y values of 2 data series
to construct each "logical" bar. The number of data points defines the
number of bars in each row.
-
JCHiloChartFormat()
-
-
JCHiloChartFormat(ChartDataView)
-
-
getHiloStyle(int)
- Gets the JCChartStyle that controls the style of the
Hi-Lo chart.
-
loadParams(String, JCChart)
- Load JCChart parameters from HTML file
-
saveParams(String, JCChart)
- Save JCChart parameters as HTML tags
-
setHiloStyle(int, JCChartStyle)
- Sets the style of the Hi-Lo chart.
JCHiloChartFormat
public JCHiloChartFormat()
JCHiloChartFormat
public JCHiloChartFormat(ChartDataView p)
getHiloStyle
public JCChartStyle getHiloStyle(int index)
- Gets the JCChartStyle that controls the style of the
Hi-Lo chart.
- Parameters:
- index - the logical index of the Hi-Lo series
- Returns:
- the JCChartStyle object
setHiloStyle
public void setHiloStyle(int index,
JCChartStyle value)
- Sets the style of the Hi-Lo chart.
- Parameters:
- index - the logical index of the Hi-Lo series
- value - the JCChartStyle object containing the desired style
saveParams
public void saveParams(String name,
JCChart comp)
- Save JCChart parameters as HTML tags
- Parameters:
- name - the PARAM NAME
- chart - the JCChart component
loadParams
public void loadParams(String name,
JCChart comp)
- Load JCChart parameters from HTML file
- Parameters:
- name - the PARAM NAME
- chart - the JCChart component
All Packages Class Hierarchy This Package Previous Next Index