org.jCharts.types
Class ChartType
java.lang.Object
|
+--org.jCharts.types.IntType
|
+--org.jCharts.types.ChartType
- All Implemented Interfaces:
- java.io.Serializable
- public class ChartType
- extends IntType
Chart IntType constants to be used on data sets to specify how they should be plotted.
- See Also:
- Serialized Form
Fields inherited from class org.jCharts.types.IntType |
|
Constructor Summary |
private |
ChartType(int typeCode,
boolean stackedData)
|
Method Summary |
boolean |
equals(ChartType chartType)
Returns flag indicating whether passed ChartType is equal to this one |
boolean |
isStacked()
Returns flag indicating whether chart type has stacked data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAR
public static final ChartType BAR
BAR_CLUSTERED
public static final ChartType BAR_CLUSTERED
BAR_STACKED
public static final ChartType BAR_STACKED
LINE
public static final ChartType LINE
POINT
public static final ChartType POINT
AREA
public static final ChartType AREA
AREA_STACKED
public static final ChartType AREA_STACKED
STOCK
public static final ChartType STOCK
SCATTER_PLOT
public static final ChartType SCATTER_PLOT
stackedData
private boolean stackedData
ChartType
private ChartType(int typeCode,
boolean stackedData)
isStacked
public boolean isStacked()
- Returns flag indicating whether chart type has stacked data
- Returns:
- boolean
equals
public boolean equals(ChartType chartType)
- Returns flag indicating whether passed ChartType is equal to this one
- Returns:
- boolean