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 int
BARS_CANDLE
static int
BARS_CASCADE
static int
BARS_HORIZONTAL
static int
BARS_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 Layer
draw(Graph graph, boolean doDraw)
static java.lang.String
getName()
void
setBarspacing(int barspacing)
void
setBarwidth(int barwidth)
void
setNumlines(int numlines)
void
setStyle(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
-
-