Uses of Enum Class
com.storedobject.chart.DataType
Packages that use DataType
-
Uses of DataType in com.storedobject.chart
Methods in com.storedobject.chart that return DataTypeModifier and TypeMethodDescriptionfinal DataType
AbstractData.getDataType()
Get the data type.AbstractDataProvider.getDataType()
Get the value type of the data.final DataType
AbstractDataStream.getDataType()
Axis.getDataType()
Get the data type of this axis.BasicDataProvider.getDataType()
BasicInternalDataProvider.getDataType()
default DataType
CategoryDataProvider.getDataType()
default DataType
DataProvider.getDataType()
default DataType
DateDataProvider.getDataType()
final DataType
FunctionData.getDataType()
Get the data type.InternalData.WrappedDataProvider.getDataType()
final DataType
SerialData.getDataType()
final DataType
SerialDate.getDataType()
final DataType
SerialTime.getDataType()
default DataType
TimeDataProvider.getDataType()
static DataType
Guess the data type for a given value.static DataType
Returns the enum constant of this class with the specified name.static DataType[]
DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type DataTypeModifier and TypeMethodDescriptiondefault <D> AbstractDataProvider
<D> AbstractDataProvider.create
(DataType convertedType, BiFunction<T, Integer, D> mappingFunction) Create another data set by applying a mapping function to this data set.default <D> AbstractDataProvider
<D> Create another data set by applying a mapping function to this data set.Constructors in com.storedobject.chart with parameters of type DataTypeModifierConstructorDescriptionAbstractData
(DataType dataType, T... data) Constructor.AbstractDataStream
(DataType dataType, Stream<T> dataStream) Constructor.Constructor.Constructor.RadiusAxis
(DataType dataType) Constructor.Constructor.Constructor.Constructor.