Uses of Enum Class
org.knowm.xchart.internal.series.Series.DataType
Packages that use Series.DataType
Package
Description
-
Uses of Series.DataType in org.knowm.xchart
Methods in org.knowm.xchart that return Series.DataTypeModifier and TypeMethodDescriptionprivate Series.DataTypeCategoryChart.getDataType(List<?> data) private static Series.DataTypeHeatMapSeries.getDataType(List<?> data) private Series.DataTypeOHLCChart.getDataType(List<?> data) private Series.DataTypeXYChart.getDataType(List<?> data) Methods in org.knowm.xchart with parameters of type Series.DataTypeModifier and TypeMethodDescriptionprivate OHLCSeriesOHLCChart.addSeries(String seriesName, double[] xData, double[] openData, double[] highData, double[] lowData, double[] closeData, long[] volumeData, Series.DataType dataType) private OHLCSeriesOHLCChart.addSeries(String seriesName, double[] xData, double[] yData, Series.DataType dataType) private XYSeriesXYChart.addSeries(String seriesName, double[] xData, double[] yData, double[] errorBars, Series.DataType dataType) Add a series for a X-Y type chart using Lists with error barsConstructors in org.knowm.xchart with parameters of type Series.DataTypeModifierConstructorDescriptionBoxSeries(String name, List<?> xData, List<? extends Number> yData, List<? extends Number> extraValues, Series.DataType xAxisDataType) CategorySeries(String name, List<?> xData, List<? extends Number> yData, List<? extends Number> errorBars, Series.DataType axisType) ConstructorOHLCSeries(String name, double[] xData, double[] openData, double[] highData, double[] lowData, double[] closeData, long[] volumeData, Series.DataType xAxisDataType) ConstructorOHLCSeries(String name, double[] xData, double[] openData, double[] highData, double[] lowData, double[] closeData, Series.DataType xAxisDataType) ConstructorOHLCSeries(String name, double[] xData, double[] yData, Series.DataType xAxisDataType) ConstructorXYSeries(String name, double[] xData, double[] yData, double[] errorBars, Series.DataType axisType) Constructor -
Uses of Series.DataType in org.knowm.xchart.internal.chartpart
Fields in org.knowm.xchart.internal.chartpart declared as Series.DataTypeMethods in org.knowm.xchart.internal.chartpart that return Series.DataTypeMethods in org.knowm.xchart.internal.chartpart with parameters of type Series.DataTypeModifier and TypeMethodDescriptionprivate voidAxisTickCalculator_Category.calculate(List<?> categories, Series.DataType axisType) voidAxis.setDataType(Series.DataType dataType) Constructors in org.knowm.xchart.internal.chartpart with parameters of type Series.DataTypeModifierConstructorDescriptionAxisTickCalculator_Category(Axis.Direction axisDirection, double workingSpace, List<?> categories, Series.DataType axisType, AxesChartStyler styler) Constructor -
Uses of Series.DataType in org.knowm.xchart.internal.series
Subclasses with type arguments of type Series.DataType in org.knowm.xchart.internal.seriesFields in org.knowm.xchart.internal.series declared as Series.DataTypeModifier and TypeFieldDescription(package private) final Series.DataTypeAxesChartSeries.xAxisDataType(package private) final Series.DataTypeAxesChartSeries.yAxisTypeMethods in org.knowm.xchart.internal.series that return Series.DataTypeModifier and TypeMethodDescriptionAxesChartSeries.getxAxisDataType()AxesChartSeries.getyAxisDataType()static Series.DataTypeReturns the enum constant of this class with the specified name.static Series.DataType[]Series.DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knowm.xchart.internal.series with parameters of type Series.DataTypeModifier and TypeMethodDescription(package private) double[]AxesChartSeriesCategory.findMinMax(Collection<?> data, Series.DataType dataType) Finds the min and max of a datasetConstructors in org.knowm.xchart.internal.series with parameters of type Series.DataTypeModifierConstructorDescriptionprotectedAxesChartSeries(String name, Series.DataType xAxisDataType) ConstructorprotectedAxesChartSeries(String name, Series.DataType xAxisDataType, Series.DataType yAxisDataType) ConstructorAxesChartSeriesCategory(String name, List<?> xData, List<? extends Number> yData, List<? extends Number> extraValues, Series.DataType xAxisDataType) ConstructorAxesChartSeriesNumericalNoErrorBars(String name, double[] xData, double[] yData, double[] extraValues, Series.DataType xAxisDataType) ConstructorprotectedMarkerSeries(String name, Series.DataType xAxisDataType) ConstructorprotectedNoMarkersSeries(String name, double[] xData, double[] yData, double[] extraValues, Series.DataType axisType) Constructor