edu.ucla.stat.SOCR.chart
Class ChartType
java.lang.Object
edu.ucla.stat.SOCR.chart.ChartType
public class ChartType
- extends java.lang.Object
Method Summary |
static java.lang.String |
lookup(short type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAR_CAT_CHART
public static final short BAR_CAT_CHART
- See Also:
- Constant Field Values
BAR_XY_CHART
public static final short BAR_XY_CHART
- See Also:
- Constant Field Values
PIE_CHART
public static final short PIE_CHART
- See Also:
- Constant Field Values
LINE_CHART
public static final short LINE_CHART
- See Also:
- Constant Field Values
XY_CHART
public static final short XY_CHART
- See Also:
- Constant Field Values
SCATTERPLOT_CHART
public static final short SCATTERPLOT_CHART
- See Also:
- Constant Field Values
ChartType
public ChartType()
lookup
public static java.lang.String lookup(short type)