Uses of Enum Class
cnuphys.splot.pdata.DataSetType
Packages that use DataSetType
-
Uses of DataSetType in cnuphys.splot.pdata
Subclasses with type arguments of type DataSetType in cnuphys.splot.pdataMethods in cnuphys.splot.pdata that return DataSetTypeModifier and TypeMethodDescriptionDataSet.getType()
Get the DataSet typestatic DataSetType
Returns the enum constant of this class with the specified name.static DataSetType[]
DataSetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cnuphys.splot.pdata with parameters of type DataSetTypeModifierConstructorDescriptionDataSet
(DataSetType type, String... colNames) Create a dataset of a specific type -
Uses of DataSetType in cnuphys.splot.plot
Methods in cnuphys.splot.plot that return DataSetType -
Uses of DataSetType in cnuphys.splot.style
Constructors in cnuphys.splot.style with parameters of type DataSetType