Package org.jCharts.types
Class StockChartDataType
- java.lang.Object
-
- org.jCharts.types.IntType
-
- org.jCharts.types.StockChartDataType
-
- All Implemented Interfaces:
java.io.Serializable
public class StockChartDataType extends IntType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StockChartDataTypeCLOSEstatic StockChartDataTypeHIGHstatic StockChartDataTypeLOWstatic StockChartDataTypeOPEN
-
Constructor Summary
Constructors Modifier Constructor Description privateStockChartDataType(int typeCode)
-
-
-
Field Detail
-
OPEN
public static final StockChartDataType OPEN
-
CLOSE
public static final StockChartDataType CLOSE
-
HIGH
public static final StockChartDataType HIGH
-
LOW
public static final StockChartDataType LOW
-
-