Uses of Enum Class
cnuphys.splot.pdata.DataColumnType
Packages that use DataColumnType
-
Uses of DataColumnType in cnuphys.splot.pdata
Fields in cnuphys.splot.pdata declared as DataColumnTypeMethods in cnuphys.splot.pdata that return DataColumnTypeModifier and TypeMethodDescriptionDataColumn.getType()
Get the type of this data columnstatic DataColumnType
Returns 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.double
DataSet.getDataMax
(DataColumnType type) Get the overall max for all columns of the given typedouble
DataSet.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