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 DataTypeAbstractData.getDataType()Get the data type.AbstractDataProvider.getDataType()Get the value type of the data.final DataTypeAbstractDataStream.getDataType()Axis.getDataType()Get the data type of this axis.BasicDataProvider.getDataType()BasicInternalDataProvider.getDataType()default DataTypeCategoryDataProvider.getDataType()default DataTypeDataProvider.getDataType()default DataTypeDateDataProvider.getDataType()final DataTypeFunctionData.getDataType()Get the data type.InternalData.WrappedDataProvider.getDataType()final DataTypeSerialData.getDataType()final DataTypeSerialDate.getDataType()final DataTypeSerialTime.getDataType()default DataTypeTimeDataProvider.getDataType()static DataTypeGuess the data type for a given value.static DataTypeReturns 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.