Package com.day.cq.graphics.chart
Class BarChart
- java.lang.Object
-
- com.day.cq.graphics.chart.Chart
-
- com.day.cq.graphics.chart.BarChart
-
public class BarChart extends Chart
-
-
Field Summary
Fields Modifier and Type Field Description static intBARS_CANDLEstatic intBARS_CASCADEstatic intBARS_HORIZONTALstatic intBARS_TILE-
Fields inherited from class com.day.cq.graphics.chart.Chart
chartTypes
-
-
Constructor Summary
Constructors Constructor Description BarChart()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Layerdraw(Graph graph, boolean doDraw)static StringgetName()voidsetBarspacing(int barspacing)voidsetBarwidth(int barwidth)voidsetNumlines(int numlines)voidsetStyle(int style)-
Methods inherited from class com.day.cq.graphics.chart.Chart
getInstance
-
-
-
-
Field Detail
-
BARS_TILE
public static final int BARS_TILE
- See Also:
- Constant Field Values
-
BARS_CASCADE
public static final int BARS_CASCADE
- See Also:
- Constant Field Values
-
BARS_HORIZONTAL
public static final int BARS_HORIZONTAL
- See Also:
- Constant Field Values
-
BARS_CANDLE
public static final int BARS_CANDLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public static String getName()
-
setStyle
public void setStyle(int style)
-
setBarwidth
public void setBarwidth(int barwidth)
-
setBarspacing
public void setBarspacing(int barspacing)
-
setNumlines
public void setNumlines(int numlines)
-
-