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.


Constructor Index

 o JCHiloChartFormat()
 o JCHiloChartFormat(ChartDataView)

Method Index

 o getHiloStyle(int)
Gets the JCChartStyle that controls the style of the Hi-Lo chart.
 o loadParams(String, JCChart)
Load JCChart parameters from HTML file
 o saveParams(String, JCChart)
Save JCChart parameters as HTML tags
 o setHiloStyle(int, JCChartStyle)
Sets the style of the Hi-Lo chart.

Constructors

 o JCHiloChartFormat
 public JCHiloChartFormat()
 o JCHiloChartFormat
 public JCHiloChartFormat(ChartDataView p)

Methods

 o 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
 o 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
 o saveParams
 public void saveParams(String name,
                        JCChart comp)
Save JCChart parameters as HTML tags

Parameters:
name - the PARAM NAME
chart - the JCChart component
 o 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