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 StockChartDataType
CLOSE
static StockChartDataType
HIGH
static StockChartDataType
LOW
static StockChartDataType
OPEN
-
Constructor Summary
Constructors Modifier Constructor Description private
StockChartDataType(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
-
-