|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.axis.AbstractAxis
com.ijchart.xychart.axis.value.AbstractValueAxis
com.ijchart.xychart.axis.value.NumberValueAxis
com.ijchart.xychart.axis.value.StackedNumberValueAxis
com.ijchart.xychart.axis.value.GroupStackedNumberValueAxis
public class GroupStackedNumberValueAxis
Title: IJChart
Description: a chart library for the Java(tm) platform.
The axis used for stack bar chart.Copyright: Copyright (c) 2013
Company:
| Field Summary |
|---|
| Fields inherited from class com.ijchart.xychart.axis.value.NumberValueAxis |
|---|
DEFAULT_NUMBER_TICK_UNIT, numberTicks, tickLabels, tickUnit, valueTicks |
| Fields inherited from class com.ijchart.xychart.axis.value.AbstractValueAxis |
|---|
DEFAULT_AXIS_TICK_INCLUDE_ZERO, DEFAULT_CROSSHAIR_PAINT, DEFAULT_CROSSHAIR_STROKE, DEFAULT_GRID_BAND_ALTERNATE_PAINT, DEFAULT_GRID_BAND_PAINT, DEFAULT_GRID_BAND_VISIBLE, DEFAULT_INVERTED, DEFAULT_VALUE_LINE_VISIBLE, DEFAULT_VALUE_PAINT, INVALID_COORDINATE_VALUE |
| Constructor Summary | |
|---|---|
GroupStackedNumberValueAxis(IMatrixDataset dataset,
StackedBarRender render)
Constructs an axis using a dataset. |
|
GroupStackedNumberValueAxis(java.lang.String label,
IMatrixDataset dataset,
StackedBarRender render)
Constructs an axis using label and a dataset. |
|
| Method Summary | |
|---|---|
NumberRange |
getDatasetRange()
Returns the value range of a dataset. |
| Methods inherited from class com.ijchart.xychart.axis.value.StackedNumberValueAxis |
|---|
clone, equals, getStackedBarRender, hashCode, setStackedBarRender, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupStackedNumberValueAxis(IMatrixDataset dataset,
StackedBarRender render)
dataset - IMatrixDataset
The two dimension matrix dataset (null not permitted).render - StackedBarRender
The stacked bar render object (null not permitted).
public GroupStackedNumberValueAxis(java.lang.String label,
IMatrixDataset dataset,
StackedBarRender render)
label -
The axis label (null permitted).dataset - IMatrixDataset
The two dimension matrix dataset (null not permitted).render - StackedBarRender
The stacked bar render object (null not permitted).| Method Detail |
|---|
public NumberRange getDatasetRange()
getDatasetRange in class StackedNumberValueAxis
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||