Uses of Enum Class
cnuphys.splot.pdata.DataSetType
Packages that use DataSetType
- 
Uses of DataSetType in cnuphys.splot.pdataMethods in cnuphys.splot.pdata that return DataSetTypeModifier and TypeMethodDescriptionDataSet.getType()Get the DataSet typestatic DataSetTypeReturns 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.plotMethods in cnuphys.splot.plot that return DataSetType
- 
Uses of DataSetType in cnuphys.splot.styleConstructors in cnuphys.splot.style with parameters of type DataSetType