edu.ucla.stat.SOCR.chart
Class ChartType

java.lang.Object
  extended by edu.ucla.stat.SOCR.chart.ChartType

public class ChartType
extends java.lang.Object


Field Summary
static short BAR_CAT_CHART
           
static short BAR_XY_CHART
           
static short LINE_CHART
           
static short PIE_CHART
           
static short SCATTERPLOT_CHART
           
static short XY_CHART
           
 
Constructor Summary
ChartType()
           
 
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
 

Field Detail

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
Constructor Detail

ChartType

public ChartType()
Method Detail

lookup

public static java.lang.String lookup(short type)