Uses of Enum Class
cnuphys.splot.pdata.DataColumnType
Packages that use DataColumnType
- 
Uses of DataColumnType in cnuphys.splot.pdataFields in cnuphys.splot.pdata declared as DataColumnTypeMethods in cnuphys.splot.pdata that return DataColumnTypeModifier and TypeMethodDescriptionDataColumn.getType()Get the type of this data columnstatic DataColumnTypeReturns the enum constant of this class with the specified name.static DataColumnType[]DataColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.splot.pdata with parameters of type DataColumnTypeModifier and TypeMethodDescriptionDataSet.getAllColumnsByType(DataColumnType type) Get all the columns of a given type.doubleDataSet.getDataMax(DataColumnType type) Get the overall max for all columns of the given typedoubleDataSet.getDataMin(DataColumnType type) Get the overall min for all columns of the given typeConstructors in cnuphys.splot.pdata with parameters of type DataColumnTypeModifierConstructorDescriptionDataColumn(DataColumnType type, String name) Creates a DataColumn with initial capacity 100 and increment 100.DataColumn(DataColumnType type, String name, int initCap, int increment) Create a DataColumn