Interface CategoryDataSeriesInternal
- All Superinterfaces:
CategoryDataSeries
,DataSeries
,DataSeriesInternal
,PlotExceptionCause
,Serializable
,Series
,SeriesInternal
- All Known Subinterfaces:
CategoryErrorBarDataSeriesInternal
,CategorySwappableTableDataSeriesInternal
,CategoryTableDataSeriesInternal
- All Known Implementing Classes:
AbstractCategoryDataSeries
,AbstractMapBasedCategoryDataSeries
,AbstractSwappableTableBasedCategoryDataSeries
,AbstractTableBasedCategoryDataSeries
,CategoryDataSeriesMap
,CategoryDataSeriesPartitionedTable
,CategoryDataSeriesSwappablePartitionedTable
,CategoryErrorBarDataSeriesMap
,CategoryErrorBarDataSeriesPartitionedTable
,CategoryErrorBarDataSeriesSwappablePartitionedTable
,CategoryTreemapDataSeriesTableMap
Dataset with discrete and numeric components. Discrete values must extend
Comparable
and are called
categories.-
Field Summary
Fields inherited from interface io.deephaven.plot.datasets.category.CategoryDataSeries
CAT_SERIES_ORDER_COLUMN
-
Method Summary
Modifier and TypeMethodDescriptionGets the categories of the dataset.Create a copy of the series on a different set of axes.default boolean
long
getCategoryLocation
(Comparable category) Get the row key of the specified series.getColor
(Comparable category) Gets thePaint
for the given data point.default Number
getEndY
(Comparable category) int
getGroup()
Gets the group for this dataset.getLabel()
Gets the default point label for data points.getLabel
(Comparable category) Gets the point label for the given data point.Gets the pie plot percent label format.Gets the default point shape for data points.getPointShape
(Comparable category) Gets the point shape for the given data point.Gets the default point size for data points.getPointSize
(Comparable category) Gets the point size for the given data point.default Number
getStartY
(Comparable category) getValue
(Comparable category) Gets the numeric value corresponding to the givencategory
.Methods inherited from interface io.deephaven.plot.datasets.category.CategoryDataSeries
errorBarColor, errorBarColor, errorBarColor, gradientVisible, group, lineColor, lineColor, lineColor, lineStyle, linesVisible, piePercentLabelFormat, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColor, pointColorInteger, pointColorInteger, pointColorInteger, pointLabel, pointLabel, pointLabel, pointLabel, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointsVisible
Methods inherited from interface io.deephaven.plot.datasets.DataSeries
pointLabel, pointLabelFormat, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, seriesColor, seriesColor, seriesColor, toolTipPattern, xToolTipPattern, yToolTipPattern
Methods inherited from interface io.deephaven.plot.datasets.DataSeriesInternal
axes, chart, getErrorBarColor, getGradientVisible, getLineColor, getLineStyle, getLinesVisible, getPlotInfo, getPointLabelFormat, getPointsVisible, getSeriesColor, getXToolTipPattern, getYToolTipPattern, id, name, size
Methods inherited from interface io.deephaven.plot.SeriesInternal
addPartitionedTableHandle, addSwappableTable, addTableHandle, getPartitionedTableHandles, getSwappableTables, getTableHandles, removeTableHandle
-
Method Details
-
copy
Description copied from interface:SeriesInternal
Create a copy of the series on a different set of axes.- Specified by:
copy
in interfaceDataSeriesInternal
- Specified by:
copy
in interfaceSeriesInternal
- Parameters:
axes
- new axes.- Returns:
- copy of the series on a different set of axes.
-
categories
Collection<Comparable> categories()Gets the categories of the dataset.- Returns:
- all categories in the dataset
-
getValue
Gets the numeric value corresponding to the givencategory
.- Parameters:
category
- category- Returns:
- numeric value corresponding to the given
category
-
getColor
Gets thePaint
for the given data point.- Parameters:
category
- category- Returns:
Paint
for the given data point
-
getPointSize
Double getPointSize()Gets the default point size for data points.- Returns:
- default point size for the given data point
-
getPointSize
Gets the point size for the given data point.- Parameters:
category
- category- Returns:
- point size for the given data point
-
getLabel
String getLabel()Gets the default point label for data points.- Returns:
- default point label for the given data point
-
getLabel
Gets the point label for the given data point.- Parameters:
category
- category- Returns:
- point label for the given data point
-
getPointShape
Shape getPointShape()Gets the default point shape for data points.- Returns:
- default point shape for data points
-
getPointShape
Gets the point shape for the given data point.- Parameters:
category
- category- Returns:
- point shape for the given data point
-
getGroup
int getGroup()Gets the group for this dataset.- Returns:
- group for this dataset
-
getStartY
-
getEndY
-
drawYError
default boolean drawYError() -
getPiePercentLabelFormat
String getPiePercentLabelFormat()Gets the pie plot percent label format.- Returns:
- pie plot percent label format
-
getCategoryLocation
Get the row key of the specified series.- Returns:
-