Index

A B C D E F G H I J L M N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCategoryDataSeries - Class in io.deephaven.plot.datasets.category
Common class for CategoryDataSeriesInternal.
AbstractCategoryDataSeries(AxesImpl, int, Comparable) - Constructor for class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
AbstractCategoryDataSeries(AxesImpl, int, Comparable, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Creates an AbstractCategoryDataSeries instance.
AbstractCategoryDataSeries(AbstractCategoryDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Creates a copy of a series using a different Axes.
AbstractDataSeries - Class in io.deephaven.plot.datasets
Base class for DataSeriesInternal.
AbstractDataSeries(AxesImpl, int, Comparable, AbstractDataSeries) - Constructor for class io.deephaven.plot.datasets.AbstractDataSeries
Creates an AbstractDataSeries instance.
AbstractDataSeries(AbstractDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.AbstractDataSeries
Creates a copy of a series using a different Axes.
AbstractMapBasedCategoryDataSeries - Class in io.deephaven.plot.datasets.category
 
AbstractMapBasedCategoryDataSeries(AxesImpl, int, Comparable) - Constructor for class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
AbstractMapBasedCategoryDataSeries(AxesImpl, int, Comparable, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
AbstractMapBasedCategoryDataSeries(AbstractCategoryDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
AbstractMultiSeries<SERIES extends DataSeriesInternal> - Class in io.deephaven.plot.datasets.multiseries
Creates and holds a DataSeriesInternal for every key in a PartitionedTable.
AbstractPartitionedTableHandleMultiSeries<SERIES extends DataSeriesInternal> - Class in io.deephaven.plot.datasets.multiseries
 
AbstractSeriesInternal - Class in io.deephaven.plot
Abstract implementation of the base series that all data series inherit from.
AbstractSeriesInternal(AbstractSeriesInternal, AxesImpl) - Constructor for class io.deephaven.plot.AbstractSeriesInternal
 
AbstractSeriesInternal(AxesImpl, int, Comparable) - Constructor for class io.deephaven.plot.AbstractSeriesInternal
 
AbstractSwappableMultiSeries<SERIES extends DataSeriesInternal> - Class in io.deephaven.plot.datasets.multiseries
 
AbstractSwappableTableBasedCategoryDataSeries - Class in io.deephaven.plot.datasets.category
 
AbstractSwappableTableBasedCategoryDataSeries(AxesImpl, int, Comparable) - Constructor for class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
AbstractSwappableTableBasedCategoryDataSeries(AxesImpl, int, Comparable, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
AbstractSwappableTableBasedCategoryDataSeries(AbstractCategoryDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
AbstractTableBasedCategoryDataSeries - Class in io.deephaven.plot.datasets.category
 
AbstractTableBasedCategoryDataSeries(AxesImpl, int, Comparable) - Constructor for class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
AbstractTableBasedCategoryDataSeries(AxesImpl, int, Comparable, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
AbstractTableBasedCategoryDataSeries(AbstractCategoryDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
AbstractXYDataSeries - Class in io.deephaven.plot.datasets.xy
Base class for the XYDataSeriesInternal.
AbstractXYDataSeries(AxesImpl, int, Comparable, AbstractXYDataSeries) - Constructor for class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
Creates an AbstractXYDataSeries instance.
AbstractXYDataSeries(AbstractXYDataSeries, AxesImpl) - Constructor for class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
Creates a copy of a series using a different Axes.
accept(double, int) - Method in interface io.deephaven.plot.datasets.xy.DoubleIntegerConsumer
 
add(SeriesCollection.SeriesType, boolean, SeriesInternal) - Method in class io.deephaven.plot.SeriesCollection
Add a new Series.
add(Comparable, PlotInfo) - Method in class io.deephaven.plot.datasets.DynamicSeriesNamer
Adds a new series name to the namer.
addColumn(String) - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
addColumn(String) - Method in class io.deephaven.plot.util.tables.SwappableTable
Adds a column to the underlying table structures.
addColumn(String) - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
addColumn(String) - Method in class io.deephaven.plot.util.tables.TableHandle
 
addOneClickChartModifier(OneClickChartModifier) - Method in class io.deephaven.plot.AxisImpl
 
addPartitionedTableHandle(PartitionedTableHandle) - Method in class io.deephaven.plot.AbstractSeriesInternal
 
addPartitionedTableHandle(PartitionedTableHandle) - Method in class io.deephaven.plot.AxisImpl
 
addPartitionedTableHandle(PartitionedTableHandle) - Method in interface io.deephaven.plot.SeriesInternal
Add a partitioned table that drives this series.
addSeries(SERIES, Object) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
addSeries(T, Object) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Add the given series to this MultiSeries
addSwappableTable(SwappableTable) - Method in class io.deephaven.plot.AbstractSeriesInternal
 
addSwappableTable(SwappableTable) - Method in class io.deephaven.plot.AxisImpl
 
addSwappableTable(SwappableTable) - Method in interface io.deephaven.plot.SeriesInternal
Adds a swappable table that drives this series.
addTableHandle(TableHandle) - Method in class io.deephaven.plot.AbstractSeriesInternal
 
addTableHandle(TableHandle) - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
addTableHandle(TableHandle) - Method in interface io.deephaven.plot.SeriesInternal
Add a table that drives this series.
append(LogOutput) - Method in class io.deephaven.plot.errors.PlotInfo
 
apply(FigureImpl) - Method in class io.deephaven.plot.util.functions.FigureImplFunction
 
apply(T) - Method in class io.deephaven.plot.util.functions.ClosureFunction
 
apply(T, U) - Method in class io.deephaven.plot.util.functions.ClosureBiFunction
Applies this function to the given arguments.
applyAsDouble(double) - Method in class io.deephaven.plot.util.functions.ClosureDoubleUnaryOperator
 
applyAsDouble(double, double) - Method in class io.deephaven.plot.util.functions.ClosureDoubleBinaryOperator
 
applyFunction(Function<? super T, ? extends R>, String, String, Class<R>) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
Applies the function to the byColumns of the underlying table to create a new column named columnName.
applyFunction(Function<? super T, ? extends R>, String, String, Class<R>) - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
applyFunction(Function<Table, Table>) - Method in class io.deephaven.plot.util.tables.PartitionedTableBackedPartitionedTableHandle
 
applyFunction(Function<Table, Table>) - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
applyNamingFunction() - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
This is used by super classes so we can call applyNamingFunction during construction without NPEs
applyTransform(String, String, Class[], Map<String, Object>, boolean) - Method in class io.deephaven.plot.datasets.multiseries.AbstractPartitionedTableHandleMultiSeries
 
applyTransform(String, String, Class[], Map<String, Object>, boolean) - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
applyTransform(String, String, Class[], Map<String, Object>, boolean) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Calls a .update() on the underlying table with the given formula: underlyingTable.update(columnName = update)
AREA - Enum constant in enum class io.deephaven.plot.PlotStyle
An area chart.
ArgumentValidations - Class in io.deephaven.plot.util
Utilities for validating that plotting arguments are acceptable.
ArgumentValidations() - Constructor for class io.deephaven.plot.util.ArgumentValidations
 
asLivenessNode() - Method in class io.deephaven.plot.FigureWidget
 
assertColumnsInTable(TableDefinition, PlotInfo, String...) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires all columns in cols be columns in the table.
assertColumnsInTable(Table, PlotInfo, String...) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires all columns in cols be columns in the table.
assertColumnsInTable(SelectableDataSet, PlotInfo, String...) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires all columns in cols be columns in the selectable dataset.
assertColumnsInTable(TableHandle, PlotInfo, String...) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires all columns in cols be columns in the table held by the handle.
assertGreaterThan0(double, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the input object o to be non-null.
assertInstance(TableDefinition, String, Class, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be an instance of Class c.
assertInstance(Table, String, Class, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be an instance of Class c.
assertInstance(SelectableDataSet, String, Class, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be an instance of Class c.
assertInstance(Class, Class, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires Class c1 be an instance of Class c2.
assertIsBoxedNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be an instance of Number as defined in TypeUtils.isBoxedNumeric(Class)
assertIsBoxedNumeric(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be an instance of Number as defined in TypeUtils.isBoxedNumeric(Class)
assertIsNumeric(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric instance as defined in TypeUtils.isNumeric(Class)
assertIsNumeric(TableDefinition, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric instance as defined in TypeUtils.isNumeric(Class)
assertIsNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric instance as defined in TypeUtils.isNumeric(Class)
assertIsNumeric(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric instance as defined in TypeUtils.isNumeric(Class)
assertIsNumeric(SelectableDataSet, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric instance as defined in TypeUtils.isNumeric(Class)
assertIsNumericOrTime(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTime(TableDefinition, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTime(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTime(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTime(SelectableDataSet, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTime(SelectableDataSet, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric or time instance as defined in ArgumentValidations.isNumericOrTime(Class, PlotInfo)
assertIsNumericOrTimeOrCharOrComparableInstance(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be numeric, or an instance of time, char/Character, or Comparable.
assertIsNumericOrTimeOrCharOrComparableInstance(TableDefinition, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be numeric, or an instance of time, char/Character, or Comparable.
assertIsNumericOrTimeOrCharOrComparableInstance(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be numeric, or an instance of time, char/Character, or Comparable.
assertIsNumericOrTimeOrCharOrComparableInstance(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column of be numeric, or an instance of time, char/Character, or Comparable.
assertIsPrimitiveNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric primitive as defined in TypeUtils.isPrimitiveNumeric(Class)
assertIsPrimitiveNumeric(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a numeric primitive as defined in TypeUtils.isPrimitiveNumeric(Class)
assertIsTime(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a time instance as defined in ArgumentValidations.isTime(Class, PlotInfo)
assertIsTime(TableDefinition, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a time instance as defined in ArgumentValidations.isTime(Class, PlotInfo)
assertIsTime(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a time instance as defined in ArgumentValidations.isTime(Class, PlotInfo)
assertIsTime(Table, String, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the column's data type to be a time instance as defined in ArgumentValidations.isTime(Class, PlotInfo)
assertNotNull(Object, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the input object o to be non-null.
assertNotNullAndNotEmpty(T[], String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires the input object o to be non-null.
assertNull(Object, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
 
assertSameSize(IndexableNumericData[], String[], PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Requires data and dataNames 1.
AssociativeData<KEY,VALUE> - Class in io.deephaven.plot.datasets.data
Dataset which has values associated with keys.
AssociativeData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.AssociativeData
 
AssociativeDataHashMap<KEY,VALUE> - Class in io.deephaven.plot.datasets.data
AssociativeData dataset backed by a HashMap.
AssociativeDataHashMap(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.AssociativeDataHashMap
 
AssociativeDataSwappableTable<KEY,VALUE,VALUECOLUMN> - Class in io.deephaven.plot.datasets.data
An AssociativeData dataset backed by a SwappableTable.
AssociativeDataSwappableTable(SwappableTable, String, String, Class<KEY>, Class<VALUECOLUMN>, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.AssociativeDataSwappableTable
Creates an AssociativeDataSwappableTable instance.
AssociativeDataTable<KEY,VALUE,VALUECOLUMN> - Class in io.deephaven.plot.datasets.data
An AssociativeData dataset backed by a Table.
AssociativeDataTable(TableHandle, String, String, Class<KEY>, Class<VALUECOLUMN>, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.AssociativeDataTable
Creates an AssociativeDataSwappableTable instance.
AssociativeDataWithDefault<KEY,VALUE> - Class in io.deephaven.plot.datasets.data
Dataset which has values associated with keys.
AssociativeDataWithDefault(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
 
axes() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
axes() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the axes on which this data will be plotted.
axes() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the axes on which this data will be plotted.
axes() - Method in interface io.deephaven.plot.SeriesInternal
Gets the axes on which this data will be plotted.
axes(int) - Method in interface io.deephaven.plot.Chart
Gets an axes.
axes(int) - Method in class io.deephaven.plot.ChartImpl
 
axes(int) - Method in interface io.deephaven.plot.Figure
 
axes(int) - Method in class io.deephaven.plot.FigureImpl
 
axes(String) - Method in interface io.deephaven.plot.Chart
Gets an axes.
axes(String) - Method in class io.deephaven.plot.ChartImpl
 
axes(String) - Method in interface io.deephaven.plot.Figure
 
axes(String) - Method in class io.deephaven.plot.FigureImpl
 
Axes - Interface in io.deephaven.plot
Chart's axes.
AxesImpl - Class in io.deephaven.plot
Chart's axes.
axesRemoveSeries(String...) - Method in interface io.deephaven.plot.Axes
Removes the series with the specified names from this Axes.
axesRemoveSeries(String...) - Method in class io.deephaven.plot.AxesImpl
Removes the series with the specified names from this Axes.
axesRemoveSeries(String...) - Method in interface io.deephaven.plot.Figure
 
axesRemoveSeries(String...) - Method in class io.deephaven.plot.FigureImpl
 
axis(int) - Method in interface io.deephaven.plot.Axes
Gets the Axis at dimension dim.
axis(int) - Method in class io.deephaven.plot.AxesImpl
 
axis(int) - Method in interface io.deephaven.plot.Figure
 
axis(int) - Method in class io.deephaven.plot.FigureImpl
 
Axis - Interface in io.deephaven.plot
Represents an axis.
AXIS - Enum constant in enum class io.deephaven.plot.chartmodifiers.OneClickChartModifier.VisibilityLevel
 
axisColor(Paint) - Method in interface io.deephaven.plot.Axis
Sets the color for this Axis line and tick marks.
axisColor(Paint) - Method in class io.deephaven.plot.AxisImpl
 
axisColor(Paint) - Method in interface io.deephaven.plot.Figure
 
axisColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
axisColor(String) - Method in interface io.deephaven.plot.Axis
Sets the color for this Axis line and tick marks.
axisColor(String) - Method in class io.deephaven.plot.AxisImpl
 
axisColor(String) - Method in interface io.deephaven.plot.Figure
 
axisColor(String) - Method in class io.deephaven.plot.FigureImpl
 
axisFormat(AxisFormat) - Method in interface io.deephaven.plot.Axis
Sets the AxisFormat for this Axis.
axisFormat(AxisFormat) - Method in class io.deephaven.plot.AxisImpl
 
axisFormat(AxisFormat) - Method in interface io.deephaven.plot.Figure
 
axisFormat(AxisFormat) - Method in class io.deephaven.plot.FigureImpl
 
AxisFormat - Interface in io.deephaven.plot.axisformatters
Format for axis tick labels.
axisFormatPattern(String) - Method in interface io.deephaven.plot.Axis
Sets the format pattern for this Axis's labels.
axisFormatPattern(String) - Method in class io.deephaven.plot.AxisImpl
 
axisFormatPattern(String) - Method in interface io.deephaven.plot.Figure
 
axisFormatPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
AxisImpl - Class in io.deephaven.plot
Represents an axis.
AxisImpl(AxisImpl, ChartImpl) - Constructor for class io.deephaven.plot.AxisImpl
Creates a copy of an Axis using a different chart.
AxisImpl.Type - Enum Class in io.deephaven.plot
 
axisLabel(String) - Method in interface io.deephaven.plot.Axis
Sets the label for this Axis.
axisLabel(String) - Method in class io.deephaven.plot.AxisImpl
 
axisLabel(String) - Method in interface io.deephaven.plot.Figure
 
axisLabel(String) - Method in class io.deephaven.plot.FigureImpl
 
axisLabelFont(Font) - Method in interface io.deephaven.plot.Axis
Sets the font for this Axis's label.
axisLabelFont(Font) - Method in class io.deephaven.plot.AxisImpl
 
axisLabelFont(Font) - Method in interface io.deephaven.plot.Figure
 
axisLabelFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
axisLabelFont(String, String, int) - Method in interface io.deephaven.plot.Axis
Sets the font for this Axis's label.
axisLabelFont(String, String, int) - Method in class io.deephaven.plot.AxisImpl
 
axisLabelFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
axisLabelFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
AxisLocation - Class in io.deephaven.plot
Location of Axis within a figure.
axisTransform(String) - Static method in enum class io.deephaven.plot.axistransformations.AxisTransforms
Returns an axis transform.
axisTransform(String) - Static method in class io.deephaven.plot.PlottingConvenience
AxisTransform - Interface in io.deephaven.plot.axistransformations
Function applied to transform data before plotting.
AxisTransformBusinessCalendar - Class in io.deephaven.plot.axistransformations
AxisTransform into business time.
AxisTransformBusinessCalendar(BusinessCalendar) - Constructor for class io.deephaven.plot.axistransformations.AxisTransformBusinessCalendar
Creates an AxisTransformBusinessCalendar instance with the specified BusinessCalendar.
AxisTransformLambda - Class in io.deephaven.plot.axistransformations
Transformations from dataset space to axis space and back.
AxisTransformLambda() - Constructor for class io.deephaven.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance where all dataset values are visible in the plot and the dataset to axis space transform and its inverse are the identity function.
AxisTransformLambda(DoubleUnaryOperator, DoubleUnaryOperator) - Constructor for class io.deephaven.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance where all dataset values are visible in the plot.
AxisTransformLambda(DoubleUnaryOperator, DoubleUnaryOperator, DoublePredicate) - Constructor for class io.deephaven.plot.axistransformations.AxisTransformLambda
Creates an AxisTransformLambda instance.
axisTransformNames() - Static method in enum class io.deephaven.plot.axistransformations.AxisTransforms
Returns the names of available axis transforms.
axisTransformNames() - Static method in class io.deephaven.plot.PlottingConvenience
AxisTransforms - Enum Class in io.deephaven.plot.axistransformations
Common AxisTransforms.

B

BAR - Enum constant in enum class io.deephaven.plot.PlotStyle
A bar chart.
BaseFigure - Interface in io.deephaven.plot
Container for Charts.
BaseFigureImpl - Class in io.deephaven.plot
Container for Charts.
BaseFigureImpl() - Constructor for class io.deephaven.plot.BaseFigureImpl
Creates a new Figure instance with a 1x1 grid.
BaseFigureImpl(int, int) - Constructor for class io.deephaven.plot.BaseFigureImpl
Creates a new Figure instance with a numRows x numCols grid.
BaseFigureImpl(BaseFigureImpl) - Constructor for class io.deephaven.plot.BaseFigureImpl
Creates a copy of a Figure.
BEVEL - Enum constant in enum class io.deephaven.plot.LineStyle.LineJoinStyle
Line joins are flat.
BIN_MAX - Static variable in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
BIN_MID - Static variable in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
BIN_MIN - Static variable in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
BINARY_FUNCTION - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
binMax(long) - Method in interface io.deephaven.plot.datasets.histogram.DiscretizedRange
Gets the max value of the bin at index.
binMax(long) - Method in class io.deephaven.plot.datasets.histogram.DiscretizedRangeEqual
 
binMin(long) - Method in interface io.deephaven.plot.datasets.histogram.DiscretizedRange
Gets the min value of the bin at index.
binMin(long) - Method in class io.deephaven.plot.datasets.histogram.DiscretizedRangeEqual
 
BOLD - Enum constant in enum class io.deephaven.plot.Font.FontStyle
Bold text
BOLD_ITALIC - Enum constant in enum class io.deephaven.plot.Font.FontStyle
Bold and italic text
businessTime() - Method in interface io.deephaven.plot.Axis
businessTime() - Method in class io.deephaven.plot.AxisImpl
 
businessTime() - Method in interface io.deephaven.plot.Figure
 
businessTime() - Method in class io.deephaven.plot.FigureImpl
 
businessTime(boolean) - Method in interface io.deephaven.plot.Axis
businessTime(boolean) - Method in class io.deephaven.plot.AxisImpl
 
businessTime(boolean) - Method in interface io.deephaven.plot.Figure
 
businessTime(boolean) - Method in class io.deephaven.plot.FigureImpl
 
businessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axis
businessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.AxisImpl
 
businessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
businessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
businessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Axis
businessTime(BusinessCalendar) - Method in class io.deephaven.plot.AxisImpl
 
businessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Figure
 
businessTime(BusinessCalendar) - Method in class io.deephaven.plot.FigureImpl
 
BUTT - Enum constant in enum class io.deephaven.plot.LineStyle.LineEndStyle
Square line ending with edge against the end data points.
byColumns - Variable in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
byColumns - Variable in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 

C

calc(Table, String, double, double, int, PlotInfo, String...) - Static method in class io.deephaven.plot.datasets.histogram.HistogramCalculator
Splits the specified range into nbins equally sized bins.
calc(Table, String, double, double, int, PlotInfo, List<String>) - Static method in class io.deephaven.plot.datasets.histogram.HistogramCalculator
Splits the specified range into nbins equally sized bins.
calc(Table, String, int, PlotInfo, String...) - Static method in class io.deephaven.plot.datasets.histogram.HistogramCalculator
Finds the minimum and maximum of the data in the column of the table and splits this range into nbins equally sized bins.
calc(Table, String, int, PlotInfo, List<String>) - Static method in class io.deephaven.plot.datasets.histogram.HistogramCalculator
Finds the minimum and maximum of the data in the column of the table and splits this range into nbins equally sized bins.
CAT_SERIES_ORDER_COLUMN - Static variable in interface io.deephaven.plot.datasets.category.CategoryDataSeries
 
categories() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the categories of the dataset.
categories() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Get an ordered list of the categories in the data.
categories() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
categories() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
categories() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
categories() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
categories() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
Get an ordered list of the categories in the data.
categories() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
categories() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
categories() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
CATEGORY - Enum constant in enum class io.deephaven.plot.AxisImpl.Type
 
CATEGORY - Enum constant in enum class io.deephaven.plot.ChartType
Has one discrete axis.
CATEGORY - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
CategoryDataSeries - Interface in io.deephaven.plot.datasets.category
Dataset with discrete and numeric components.
CategoryDataSeriesInternal - Interface in io.deephaven.plot.datasets.category
Dataset with discrete and numeric components.
CategoryDataSeriesKernel - Class in io.deephaven.plot.datasets.category
The core of the Category data series update and indexing.
CategoryDataSeriesKernel(String, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Create a standard update kernel for a Category series.
CategoryDataSeriesMap - Class in io.deephaven.plot.datasets.category
A dataset for categorical data which maps a category to it's numerical value.
CategoryDataSeriesMap(AxesImpl, int, Comparable<?>, IndexableData<T>, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
Creates an instance of CategoryDataSeriesMap, which maps a category to it's numerical value.
CategoryDataSeriesMap(AxesImpl, int, Comparable<?>, IndexableData<T>, IndexableNumericData, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
CategoryDataSeriesPartitionedTable - Class in io.deephaven.plot.datasets.category
A dataset for table-based categorical data.
CategoryDataSeriesPartitionedTable(AxesImpl, int, Comparable<?>, TableHandle, String, String) - Constructor for class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
Creates a new CategoryDataSeriesPartitionedTable instance.
CategoryDataSeriesSwappablePartitionedTable - Class in io.deephaven.plot.datasets.category
A dataset for SwappableTable based categorical data.
CategoryDataSeriesSwappablePartitionedTable(AxesImpl, int, Comparable<?>, SwappableTable, String, String) - Constructor for class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
Creates a CategoryDataSeriesSwappablePartitionedTable instance.
CategoryErrorBarDataSeries - Interface in io.deephaven.plot.datasets.categoryerrorbar
An CategoryDataSeries with error bars.
CategoryErrorBarDataSeriesInternal - Interface in io.deephaven.plot.datasets.categoryerrorbar
An CategoryDataSeriesInternal with error bars.
CategoryErrorBarDataSeriesKernel - Class in io.deephaven.plot.datasets.categoryerrorbar
The core of the Error Bar Category date series update and indexing.
CategoryErrorBarDataSeriesKernel(String, String, String, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
 
CategoryErrorBarDataSeriesMap - Class in io.deephaven.plot.datasets.categoryerrorbar
A dataset for categorical data which maps a category to it's numerical value.
CategoryErrorBarDataSeriesMap(AxesImpl, int, Comparable, IndexableData<T>, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
Creates an instance of CategoryDataSeriesMap, which maps a category to it's numerical value.
CategoryErrorBarDataSeriesMap(AxesImpl, int, Comparable, IndexableData<T>, IndexableNumericData, IndexableNumericData, IndexableNumericData, AbstractCategoryDataSeries) - Constructor for class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
CategoryErrorBarDataSeriesPartitionedTable - Class in io.deephaven.plot.datasets.categoryerrorbar
 
CategoryErrorBarDataSeriesPartitionedTable(AxesImpl, int, Comparable, TableHandle, String, String, String, String) - Constructor for class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
Creates a new CategoryErrorBarDataSeriesPartitionedTable instance.
CategoryErrorBarDataSeriesSwappablePartitionedTable - Class in io.deephaven.plot.datasets.categoryerrorbar
A dataset for SwappableTable based categorical data.
CategoryErrorBarDataSeriesSwappablePartitionedTable(AxesImpl, int, Comparable, SwappableTable, String, String, String, String) - Constructor for class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
Creates a CategoryErrorBarDataSeriesSwappablePartitionedTable instance.
CategorySwappableTableDataSeriesInternal - Interface in io.deephaven.plot.datasets.category
 
CategoryTableDataSeriesInternal - Interface in io.deephaven.plot.datasets.category
Category data series backed by a Table.
CategoryTreemapDataSeriesTableMap - Class in io.deephaven.plot.datasets.category
 
CategoryTreemapDataSeriesTableMap(AxesImpl, int, Comparable, TableHandle, String, String, String, String, String, String) - Constructor for class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
CategoryTreemapDataSeriesTableMap(CategoryTreemapDataSeriesTableMap, AxesImpl) - Constructor for class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
catErrorBar(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, Table, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, SelectableDataSet, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, List<T0>, T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates a category error bar plot with whiskers in the y direction.
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBar(Comparable, T0[], T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a catErrorBar plot for each distinct grouping value specified in byColumns.
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBarBy(Comparable, Table, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a catErrorBar plot for each distinct grouping value specified in byColumns.
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
catErrorBarBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, double[]) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, double[]) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, double[]) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, double[]) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, double[]) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, float[]) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, float[]) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, float[]) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, float[]) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, float[]) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, int[]) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, int[]) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, int[]) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, int[]) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, int[]) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, long[]) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, long[]) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, long[]) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, long[]) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, long[]) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, Table, String) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, Table, String) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, Table, String) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, Table, String) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, Table, String) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, SelectableDataSet, String) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, List<T>) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, List<T>) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, List<T>) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, List<T>) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, List<T>) - Static method in class io.deephaven.plot.PlottingConvenience
catHistPlot(Comparable, T[]) - Method in interface io.deephaven.plot.Axes
Creates a histogram with discrete axis.
catHistPlot(Comparable, T[]) - Method in class io.deephaven.plot.AxesImpl
 
catHistPlot(Comparable, T[]) - Method in interface io.deephaven.plot.Figure
 
catHistPlot(Comparable, T[]) - Method in class io.deephaven.plot.FigureImpl
 
catHistPlot(Comparable, T[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, Table, String, String) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, Table, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, IndexableData<T1>, IndexableNumericData) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, SelectableDataSet, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, double[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, float[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, int[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, long[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, short[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, Instant[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, Instant[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, Date[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, Date[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, Date[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, Date[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, List<T0>, T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], Date[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
catPlot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates a plot with discrete axis.
catPlot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
catPlot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Figure
 
catPlot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
catPlot(Comparable, T0[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
catPlotBy(Comparable, Table, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a category plot per distinct grouping value specified in byColumns.
catPlotBy(Comparable, Table, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
catPlotBy(Comparable, Table, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
catPlotBy(Comparable, Table, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
catPlotBy(Comparable, Table, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a category plot per distinct grouping value specified in byColumns.
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
catPlotBy(Comparable, SelectableDataSet, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
chart() - Method in class io.deephaven.plot.AxesImpl
Gets this Axes's Chart.
chart() - Method in class io.deephaven.plot.AxisImpl
Gets this AxisImpl's id.
chart() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
chart() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the chart on which this data will be plotted.
chart() - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
chart() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the chart on which this data will be plotted.
chart(int) - Method in interface io.deephaven.plot.BaseFigure
Returns a chart from this Figure's grid.
chart(int) - Method in class io.deephaven.plot.BaseFigureImpl
 
chart(int) - Method in interface io.deephaven.plot.Figure
 
chart(int) - Method in class io.deephaven.plot.FigureImpl
 
chart(int, int) - Method in interface io.deephaven.plot.BaseFigure
Returns a chart from this Figure's grid.
chart(int, int) - Method in class io.deephaven.plot.BaseFigureImpl
 
chart(int, int) - Method in interface io.deephaven.plot.Figure
 
chart(int, int) - Method in class io.deephaven.plot.FigureImpl
 
Chart - Interface in io.deephaven.plot
Represents a graph.
ChartArray - Class in io.deephaven.plot
A grid of charts.
ChartImpl - Class in io.deephaven.plot
Represents a graph.
ChartImpl.PlotOrientation - Enum Class in io.deephaven.plot
Possible plot orientations.
chartRemoveSeries(String...) - Method in interface io.deephaven.plot.Chart
Removes the series with the specified names from this Chart.
chartRemoveSeries(String...) - Method in class io.deephaven.plot.ChartImpl
 
chartRemoveSeries(String...) - Method in interface io.deephaven.plot.Figure
 
chartRemoveSeries(String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(boolean, Table, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(boolean, Table, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(boolean, Table, String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(boolean, SelectableDataSet, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(boolean, SelectableDataSet, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(boolean, SelectableDataSet, String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(Table, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(Table, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(Table, String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(SelectableDataSet, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(SelectableDataSet, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(SelectableDataSet, String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(String) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(String) - Method in class io.deephaven.plot.ChartImpl
 
chartTitle(String) - Method in interface io.deephaven.plot.Figure
 
chartTitle(String) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(String, Table, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(String, Table, String...) - Method in class io.deephaven.plot.ChartImpl
 
chartTitle(String, Table, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(String, Table, String...) - Method in class io.deephaven.plot.FigureImpl
 
chartTitle(String, SelectableDataSet, String...) - Method in interface io.deephaven.plot.Chart
Sets the title of this Chart.
chartTitle(String, SelectableDataSet, String...) - Method in class io.deephaven.plot.ChartImpl
 
chartTitle(String, SelectableDataSet, String...) - Method in interface io.deephaven.plot.Figure
 
chartTitle(String, SelectableDataSet, String...) - Method in class io.deephaven.plot.FigureImpl
 
ChartTitle - Class in io.deephaven.plot
Static chart title
chartTitleColor(Paint) - Method in interface io.deephaven.plot.Chart
Sets the color of this Chart's title.
chartTitleColor(Paint) - Method in class io.deephaven.plot.ChartImpl
 
chartTitleColor(Paint) - Method in interface io.deephaven.plot.Figure
 
chartTitleColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
chartTitleColor(String) - Method in interface io.deephaven.plot.Chart
Sets the color of this Chart's title.
chartTitleColor(String) - Method in class io.deephaven.plot.ChartImpl
 
chartTitleColor(String) - Method in interface io.deephaven.plot.Figure
 
chartTitleColor(String) - Method in class io.deephaven.plot.FigureImpl
 
chartTitleFont(Font) - Method in interface io.deephaven.plot.Chart
Sets the font of this Chart's title.
chartTitleFont(Font) - Method in class io.deephaven.plot.ChartImpl
 
chartTitleFont(Font) - Method in interface io.deephaven.plot.Figure
 
chartTitleFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
chartTitleFont(String, String, int) - Method in interface io.deephaven.plot.Chart
Sets the font of this Chart's title.
chartTitleFont(String, String, int) - Method in class io.deephaven.plot.ChartImpl
 
chartTitleFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
chartTitleFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
ChartType - Enum Class in io.deephaven.plot
Types of Charts.
CIRCLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
clear() - Method in class io.deephaven.plot.datasets.DynamicSeriesNamer
 
ClosureBiFunction<T,U,R> - Class in io.deephaven.plot.util.functions
Wraps a SerializableBiFunction with the API of a function.
ClosureBiFunction(Closure<R>) - Constructor for class io.deephaven.plot.util.functions.ClosureBiFunction
Creates a SerializableClosure instance with the two-argument closure.
ClosureDoubleBinaryOperator<T extends Number> - Class in io.deephaven.plot.util.functions
A serializable closure which maps pair of doubles to doubles.
ClosureDoubleBinaryOperator(Closure<T>) - Constructor for class io.deephaven.plot.util.functions.ClosureDoubleBinaryOperator
Constructs a ClosureDoubleBinaryOperator instance.
ClosureDoubleUnaryOperator<T extends Number> - Class in io.deephaven.plot.util.functions
A serializable closure which maps doubles to doubles.
ClosureDoubleUnaryOperator(Closure<T>) - Constructor for class io.deephaven.plot.util.functions.ClosureDoubleUnaryOperator
Constructs a ClosureDoubleUnaryOperator instance.
ClosureFunction<T,R> - Class in io.deephaven.plot.util.functions
Wraps a HasClosure with the API of a function.
ClosureFunction(Closure<R>) - Constructor for class io.deephaven.plot.util.functions.ClosureFunction
Creates a ClosureFunction instance with the closure.
closureMap(Map<Closure<Boolean>, COLOR>) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses closure functions to determine which colors is returned for an input value.
closureMap(Map<Closure<Boolean>, COLOR>, Color) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses closure functions to determine which colors is returned for an input value.
closureMap(Map<Closure<Boolean>, COLOR>, Paint, Paint) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses closure functions to determine which colors is returned for an input value.
color(String) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.color
colorHSL(float, float, float) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorHSL(float, float, float)
colorHSL(float, float, float, float) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorHSL(float, float, float)
ColorMaps - Class in io.deephaven.plot.colors
Functions for mapping between values and Colors or Paints.
ColorMaps.SerializablePredicate<T> - Interface in io.deephaven.plot.colors
Serializable Predicate.
colorNames() - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorNames()
colorRGB(float, float, float) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(float, float, float, float) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, boolean) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, int, int) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorRGB(int, int, int, int) - Static method in class io.deephaven.plot.PlottingConvenience
See Color.colorRGB(int, int, int)
colorsSetSpecific(AssociativeData<Comparable, Paint>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
colorsSetSpecific(IndexableData<Paint>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
colSpan() - Method in class io.deephaven.plot.ChartImpl
Gets the width of this Chart inside the BaseFigure
colSpan(int) - Method in interface io.deephaven.plot.Chart
Sets the size of this Chart within the grid of the figure.
colSpan(int) - Method in class io.deephaven.plot.ChartImpl
 
colSpan(int) - Method in interface io.deephaven.plot.Figure
 
colSpan(int) - Method in class io.deephaven.plot.FigureImpl
 
column() - Method in class io.deephaven.plot.ChartImpl
 
ColumnHandlerFactory - Class in io.deephaven.plot.util.tables
Creates ColumnHandlerFactory.ColumnHandler instances with specified data types.
ColumnHandlerFactory.ColumnHandler - Interface in io.deephaven.plot.util.tables
Holds a table column.
ColumnHandlerFactory.TypeClassification - Enum Class in io.deephaven.plot.util.tables
 
ColumnNameConstants - Class in io.deephaven.plot.datasets
 
ColumnNameConstants() - Constructor for class io.deephaven.plot.datasets.ColumnNameConstants
 
COMPARABLE - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
compareTo(Object) - Method in class io.deephaven.plot.util.NullCategory
 
consolidatePartitionedTables() - Method in class io.deephaven.plot.BaseFigureImpl
 
consolidateTables() - Method in class io.deephaven.plot.BaseFigureImpl
 
constructPartitionedTableFromFunction(Function<S, T>, Class, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
constructTableFromFunction(Table, Function<S, T>, Class, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
convert(Object) - Method in class io.deephaven.plot.datasets.data.IndexableDataSwappableTable
Converts between the value in the column and the return value of the provider.
convert(Object) - Method in class io.deephaven.plot.datasets.data.IndexableDataSwappableTableDouble
 
convert(Object) - Method in class io.deephaven.plot.datasets.data.IndexableDataTable
Converts between the value in the column and the return value of the provider.
convert(VALUECOLUMN) - Method in class io.deephaven.plot.datasets.data.LiveAssociativeData
 
copy() - Method in class io.deephaven.plot.BaseFigureImpl
Creates a copy of this Figure.
copy() - Method in class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.interval.IntervalXYDataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.ohlc.OHLCDataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesSwappableTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesSwappableTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
copy(AxesImpl) - Method in interface io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesInternal
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesSwappableTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesTableArray
 
copy(AxesImpl) - Method in class io.deephaven.plot.SeriesCollection
Creates a copy of this series collection on a new set of axes.
copy(AxesImpl) - Method in interface io.deephaven.plot.SeriesInternal
Create a copy of the series on a different set of axes.
copy(ChartImpl) - Method in class io.deephaven.plot.AxisImpl
Creates a copy of this Axis using a different chart.
COUNT - Static variable in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
createCategoryAggs(Aggregation) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryHistogramTable(Table, String...) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryPartitionedTableHandle(Table, String[], String[], String[], PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryPartitionedTableHandle(Table, String, String[], String[], PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryTable(Table, String[]) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryTableHandle(Table, String[], String...) - Static method in class io.deephaven.plot.util.PlotUtils
 
createCategoryTableHandle(Table, String, String...) - Static method in class io.deephaven.plot.util.PlotUtils
 
createEmptyIndexableData(Class<T>, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createEmptyIndexableNumericDataArray(Class, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(Object, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(Object, Class<T>, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(Map<String, Object>, TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(Map<String, Object>, Class<T>, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableData(T[], PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableNumericDataArray(Object, Class, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableNumericDataArray(Map<String, Object>, TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableNumericDataArray(Map<String, Object>, Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createIndexableNumericDataArray(Map<String, Object>, TableHandle, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
createSeries(String, BaseTable) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
createSeries(String, BaseTable) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Creates a new series for this multi-series.
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Creates a new series for this multi-series.
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
createSeries(String, BaseTable, DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 

D

dataSeries() - Method in class io.deephaven.plot.AxesImpl
Gets the collection of data series.
DataSeries - Interface in io.deephaven.plot.datasets
A generic data series.
DataSeriesInternal - Interface in io.deephaven.plot.datasets
A generic data series.
DecimalAxisFormat - Class in io.deephaven.plot.axisformatters
A formatter for converting decimals into formatted strings.
DecimalAxisFormat() - Constructor for class io.deephaven.plot.axisformatters.DecimalAxisFormat
 
DIAMOND - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
dim() - Method in class io.deephaven.plot.AxisImpl
Gets the dimensionality of this AxisImpl.
dimension() - Method in class io.deephaven.plot.ChartImpl
 
DiscretizedRange - Interface in io.deephaven.plot.datasets.histogram
Range which has been split into indexed bins (subranges).
DiscretizedRangeEqual - Class in io.deephaven.plot.datasets.histogram
DiscretizedRange where all bins are equal length.
DiscretizedRangeEqual(double, double, int) - Constructor for class io.deephaven.plot.datasets.histogram.DiscretizedRangeEqual
Creates a DiscretizedRangeEqual instance with specified min and max with nBins equally sized bins.
DoubleIntegerConsumer - Interface in io.deephaven.plot.datasets.xy
 
doubleIterator() - Method in class io.deephaven.plot.datasets.data.IndexableNumericData
Gets the iterator over this dataset.
doubleTable(double[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(float[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(int[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(long[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(short[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(Double[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(Float[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(Integer[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(Long[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(Short[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(List<T>, String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
doubleTable(T[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
DOWN_TRIANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
drawXError() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
drawXError() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
drawYError() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
 
drawYError() - Method in interface io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesInternal
 
drawYError() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
drawYError() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
DynamicChartTitle - Class in io.deephaven.plot
Dynamic chart title created from table columns
DynamicChartTitle.ChartTitleSwappableTable - Class in io.deephaven.plot
A dynamic chart title from oneClick datasets
DynamicChartTitle.ChartTitleTable - Class in io.deephaven.plot
A dynamic chart title from Table
DynamicChartTitle.DynamicChartTitleTable - Class in io.deephaven.plot
An abstract class for dynamic chart title from table and oneClick dataset
DynamicSeriesNamer - Class in io.deephaven.plot.datasets
Provide unique names for series.
DynamicSeriesNamer() - Constructor for class io.deephaven.plot.datasets.DynamicSeriesNamer
 

E

ELLIPSE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
EMPTY_PARTITIONED_TABLE - Static variable in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
equals(Object) - Method in class io.deephaven.plot.AxisLocation
 
equals(Object) - Method in class io.deephaven.plot.Font
 
equals(Object) - Method in class io.deephaven.plot.SeriesLocation
 
equals(Object) - Method in class io.deephaven.plot.util.NullCategory
 
ERROR_BAR - Enum constant in enum class io.deephaven.plot.PlotStyle
An error bar plot.
errorBarColor(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
errorBarColor(int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the error bar Paint for this dataset.
errorBarColor(int) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the error bar Paint for this dataset.
errorBarColor(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
errorBarColor(int) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(int) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColor(int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarColor(int, Object...) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColor(Paint) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
errorBarColor(Paint) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the error bar Paint for this dataset.
errorBarColor(Paint) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the error bar Paint for this dataset.
errorBarColor(Paint) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
errorBarColor(Paint) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColor(Paint, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarColor(Paint, Object...) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(Paint, Object...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColor(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
errorBarColor(String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the error bar Paint for this dataset.
errorBarColor(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the error bar Paint for this dataset.
errorBarColor(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
errorBarColor(String) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColor(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarColor(String, Object...) - Method in interface io.deephaven.plot.Figure
 
errorBarColor(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
errorBarColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
errorBarX(Comparable, double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, double[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, double[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, double[], double[], double[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, double[], double[], double[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, double[], double[], double[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, double[], double[], double[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, double[], double[], double[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, double[], double[], double[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, float[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, float[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, float[], float[], float[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, float[], float[], float[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, float[], float[], float[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, float[], float[], float[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, float[], float[], float[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, int[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, int[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, int[], int[], int[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, int[], int[], int[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, int[], int[], int[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, int[], int[], int[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, int[], int[], int[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, long[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, long[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, long[], long[], long[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, long[], long[], long[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, long[], long[], long[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, long[], long[], long[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, long[], long[], long[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, short[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, short[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, short[], short[], short[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, short[], short[], short[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, short[], short[], short[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, short[], short[], short[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, short[], short[], short[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Table, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, SelectableDataSet, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Instant[], Instant[], Instant[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Instant[], Instant[], Instant[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Instant[], Instant[], Instant[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Instant[], Instant[], Instant[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, Date[], Date[], Date[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, T0[], T1[], T2[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, T0[], T1[], T2[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, T0[], T1[], T2[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, T0[], T1[], T2[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the x direction.
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarX(Comparable, T0[], T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an errorBarX plot per distinct grouping value specified in byColumns.
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXBy(Comparable, Table, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an errorBarX plot per distinct grouping value specified in byColumns.
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, double[], double[], double[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, double[], double[], double[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, double[], double[], double[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, double[], double[], double[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, float[], float[], float[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, float[], float[], float[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, float[], float[], float[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, float[], float[], float[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, int[], int[], int[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, int[], int[], int[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, int[], int[], int[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, int[], int[], int[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, long[], long[], long[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, long[], long[], long[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, long[], long[], long[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, long[], long[], long[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, short[], short[], short[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, short[], short[], short[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, short[], short[], short[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, short[], short[], short[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Table, String, String, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, SelectableDataSet, String, String, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], List<T3>, List<T4>, List<T5>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Instant[], Instant[], Instant[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Instant[], Instant[], Instant[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Instant[], Instant[], Instant[], T3[], T4[], T5[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], List<T3>, List<T4>, List<T5>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, Date[], Date[], Date[], T3[], T4[], T5[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>, List<T4>, List<T5>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, T0[], T1[], T2[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in both the x and y directions.
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in interface io.deephaven.plot.Figure
 
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXY(Comparable, T0[], T1[], T2[], T3[], T4[], T5[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an errorBar plot per distinct grouping value specified in byColumns.
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXYBy(Comparable, Table, String, String, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an errorBar plot per distinct grouping value specified in byColumns.
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarXYBy(Comparable, SelectableDataSet, String, String, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, double[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, double[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, double[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, double[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, double[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, double[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, double[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, double[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, double[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, float[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, float[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, float[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, float[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, float[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, float[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, float[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, float[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, float[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, int[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, int[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, int[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, int[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, int[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, int[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, int[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, int[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, int[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, long[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, long[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, long[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, long[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, long[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, long[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, long[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, long[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, long[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, short[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, short[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, short[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, short[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, short[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, short[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, short[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, short[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, short[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Table, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Table, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Table, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, SelectableDataSet, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Instant[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Instant[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Instant[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Instant[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Instant[], T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, Date[], T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, List<T0>, Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, List<T0>, Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, List<T0>, Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, List<T0>, Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, List<T0>, Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, List<T0>, List<T1>, List<T2>, List<T3>) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, T0[], Instant[], Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, T0[], Instant[], Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, T0[], Date[], Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot with error bars in the y direction.
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.AxesImpl
 
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in interface io.deephaven.plot.Figure
 
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Method in class io.deephaven.plot.FigureImpl
 
errorBarY(Comparable, T0[], T1[], T2[], T3[]) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a errorBarY plot per distinct grouping value specified in byColumns.
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarYBy(Comparable, Table, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates a errorBarY plot per distinct grouping value specified in byColumns.
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
errorBarYBy(Comparable, SelectableDataSet, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience

F

figure() - Method in class io.deephaven.plot.ChartImpl
Gets the BaseFigure this Chart is in.
figure() - Static method in class io.deephaven.plot.FigureFactory
Creates a new figure.
figure() - Static method in class io.deephaven.plot.PlottingConvenience
figure(int, int) - Static method in class io.deephaven.plot.FigureFactory
Creates a new figure.
figure(int, int) - Static method in class io.deephaven.plot.PlottingConvenience
Figure - Interface in io.deephaven.plot
An interface for constructing plots.
FigureFactory - Class in io.deephaven.plot
A factory for creating a new Figure.
FigureImpl - Class in io.deephaven.plot
An interface for constructing plots.
FigureImpl(FigureImpl) - Constructor for class io.deephaven.plot.FigureImpl
 
FigureImplFunction - Class in io.deephaven.plot.util.functions
Applies a series transform to a given FigureImpl.
FigureImplFunction(Function<FigureImpl, FigureImpl>, int, int, int, int) - Constructor for class io.deephaven.plot.util.functions.FigureImplFunction
 
FigureImplFunction(Function<FigureImpl, FigureImpl>, DataSeriesInternal) - Constructor for class io.deephaven.plot.util.functions.FigureImplFunction
 
FigureImplFunction(Function<FigureImpl, FigureImpl>, MultiSeriesInternal) - Constructor for class io.deephaven.plot.util.functions.FigureImplFunction
 
figureRemoveSeries(String...) - Method in interface io.deephaven.plot.BaseFigure
Removes all series with names from this Figure.
figureRemoveSeries(String...) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureRemoveSeries(String...) - Method in interface io.deephaven.plot.Figure
 
figureRemoveSeries(String...) - Method in class io.deephaven.plot.FigureImpl
 
figureTitle(String) - Method in interface io.deephaven.plot.BaseFigure
Sets the title of this Figure
figureTitle(String) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureTitle(String) - Method in interface io.deephaven.plot.Figure
 
figureTitle(String) - Method in class io.deephaven.plot.FigureImpl
 
figureTitleColor(Paint) - Method in interface io.deephaven.plot.BaseFigure
Sets the color of this Figure's title
figureTitleColor(Paint) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureTitleColor(Paint) - Method in interface io.deephaven.plot.Figure
 
figureTitleColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
figureTitleColor(String) - Method in interface io.deephaven.plot.BaseFigure
Sets the color of this Figure's title
figureTitleColor(String) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureTitleColor(String) - Method in interface io.deephaven.plot.Figure
 
figureTitleColor(String) - Method in class io.deephaven.plot.FigureImpl
 
figureTitleFont(Font) - Method in interface io.deephaven.plot.BaseFigure
Sets the font of this Figure's title
figureTitleFont(Font) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureTitleFont(Font) - Method in interface io.deephaven.plot.Figure
 
figureTitleFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
figureTitleFont(String, String, int) - Method in interface io.deephaven.plot.BaseFigure
Sets the font of this Figure's title
figureTitleFont(String, String, int) - Method in class io.deephaven.plot.BaseFigureImpl
 
figureTitleFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
figureTitleFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
FigureWidget - Class in io.deephaven.plot
Displayable version of a Figure.
FigureWidget(FigureImpl) - Constructor for class io.deephaven.plot.FigureWidget
 
FLOATINGPOINT - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
font(String, Font.FontStyle, int) - Static method in class io.deephaven.plot.Font
Returns a font.
font(String, Font.FontStyle, int) - Static method in class io.deephaven.plot.PlottingConvenience
See Font.font
font(String, String, int) - Static method in class io.deephaven.plot.Font
Returns a font.
font(String, String, int) - Static method in class io.deephaven.plot.PlottingConvenience
See Font.font
Font - Class in io.deephaven.plot
A font used to represent text.
Font(String, Font.FontStyle, int) - Constructor for class io.deephaven.plot.Font
Creates a new instance of the Font with the specified family, style, and size.
Font(String, String, int) - Constructor for class io.deephaven.plot.Font
Creates a new instance of the Font with the specified family, style, and size.
Font.FontStyle - Enum Class in io.deephaven.plot
Style of font.
fontFamilyNames() - Static method in class io.deephaven.plot.Font
Returns the names of available Font families.
fontFamilyNames() - Static method in class io.deephaven.plot.PlottingConvenience
fontStyle(String) - Static method in class io.deephaven.plot.Font
Returns a font style.
fontStyle(String) - Static method in class io.deephaven.plot.PlottingConvenience
fontStyleNames() - Static method in class io.deephaven.plot.Font
Returns the names of available font styles.
fontStyleNames() - Static method in class io.deephaven.plot.PlottingConvenience
format(double, StringBuffer, FieldPosition) - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat.NanosFormat
 
format(double, StringBuffer, FieldPosition) - Method in class io.deephaven.plot.axisformatters.ScientificNumberFormatter
 
format(long, StringBuffer, FieldPosition) - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat.NanosFormat
 
format(long, StringBuffer, FieldPosition) - Method in class io.deephaven.plot.axisformatters.ScientificNumberFormatter
 
fromString(String) - Static method in enum class io.deephaven.plot.ChartImpl.PlotOrientation
 
funcNPoints(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunction
Sets the number of data points in this dataset.
funcNPoints(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
Sets the number of data points in this dataset.
funcNPoints(int) - Method in interface io.deephaven.plot.Figure
 
funcNPoints(int) - Method in class io.deephaven.plot.FigureImpl
 
funcNPointsInternal(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
funcNPointsInternal(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunctionInternal
Sets the number of data points in this dataset if the user did not set funcNPoints.
funcRange(double, double) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunction
Sets the data range for this series.
funcRange(double, double) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
Sets the data range for this series.
funcRange(double, double) - Method in interface io.deephaven.plot.Figure
 
funcRange(double, double) - Method in class io.deephaven.plot.FigureImpl
 
funcRange(double, double, int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunction
Sets the data range for this series.
funcRange(double, double, int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
Sets the data range for this series.
funcRange(double, double, int) - Method in interface io.deephaven.plot.Figure
 
funcRange(double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
funcRangeInternal(double, double) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
funcRangeInternal(double, double) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunctionInternal
Sets the data range for this series if the user did not set funcRange.
funcRangeInternal(double, double, int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
funcRangeInternal(double, double, int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesFunctionInternal
Sets the data range and number of points for this series if the user did not set funcRange.

G

get(int) - Method in class io.deephaven.plot.datasets.data.IndexableData
Gets the value at the given index.
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataArray
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataArrayNullCategory
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataByte
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataCharacter
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataDouble
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataInfinite
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataInstant
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataInteger
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataListNullCategory
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataSwappableTable
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataTable
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericData
Gets the value at the specified index as a double.
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDate
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDouble
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayFloat
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInstant
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInt
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayLong
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayNumber
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayShort
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataListNumber
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataSwappableTable
 
get(int) - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataTable
 
get(int) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
get(int) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the specified series from this multi-series.
get(int) - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the object in row i of the column.
get(BaseFigureImpl) - Method in class io.deephaven.plot.SeriesLocation
 
get(Object) - Method in class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 
get(KEY) - Method in class io.deephaven.plot.datasets.data.AssociativeData
Gets the value associated with the key
get(KEY) - Method in class io.deephaven.plot.datasets.data.AssociativeDataHashMap
 
get(KEY) - Method in class io.deephaven.plot.datasets.data.AssociativeDataSwappableTable
 
get(KEY) - Method in class io.deephaven.plot.datasets.data.AssociativeDataTable
 
get(KEY) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
 
getAxes() - Method in class io.deephaven.plot.AxesImpl
 
getAxes() - Method in class io.deephaven.plot.ChartImpl
Gets the AxesImpls in this Chart.
getAxis() - Method in class io.deephaven.plot.ChartImpl
Gets the AxisImpls in this Chart.
getAxisTransform() - Method in class io.deephaven.plot.AxisImpl
Gets the AxisTransform of this AxisImpl.
getBusinessCalendar() - Method in class io.deephaven.plot.axistransformations.AxisTransformBusinessCalendar
 
getByColumns() - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
getByColumns() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the by columns for the multi-series.
getByColumns() - Method in class io.deephaven.plot.filters.SelectableDataSetOneClick
 
getByColumns() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
getByColumns() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickPartitioned
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getCategoryCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
getCategoryColumn() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getCategoryKey(Comparable<?>) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Get the index key of the category within the original dataset.
getCategoryKey(Comparable<?>) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
Get the index key of the category within the original dataset.
getCategoryLocation(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Get the row key of the specified series.
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getCategoryLocation(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getChart(int, int) - Method in class io.deephaven.plot.ChartArray
Gets the Chart at the specified location in this array.
getCharts() - Method in class io.deephaven.plot.BaseFigureImpl
Gets this Figure's Charts.
getCharts() - Method in class io.deephaven.plot.ChartArray
Gets the Charts in this ChartArray.
getChartTitle() - Method in class io.deephaven.plot.ChartImpl
Gets the ChartTitle instance
getChartType() - Method in class io.deephaven.plot.ChartImpl
Gets the ChartType of this Chart.
getClose() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getClose(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getClose(int) - Method in interface io.deephaven.plot.datasets.ohlc.OHLCDataSeriesInternal
Gets the close value at index i.
getCloseCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
getClosure() - Method in class io.deephaven.plot.util.functions.HasClosure
Gets this SerializableClosure's closure.
getColor() - Method in class io.deephaven.plot.AxisImpl
Gets this AxisImpl's color.
getColor(Comparable) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getColor(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the Paint for the given data point.
getColorColumn() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getColumn() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataSwappableTable
 
getColumnConditions(Table, String) - Static method in class io.deephaven.plot.util.PlotUtils
 
getColumnHandler() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataTable
 
getColumnName() - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the column's name.
getColumns() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getColumns() - Method in class io.deephaven.plot.util.tables.TableHandle
 
getColumnType(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Gets the data type of the column.
getColumnType(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Gets the data type of the column.
getColumnType(SelectableDataSet, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Gets the data type of the column.
getDashPattern() - Method in class io.deephaven.plot.LineStyle
Gets the dash pattern of this LineStyle.
getDefault() - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
Gets the default value for this dataset.
getDefault() - Method in class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 
getDefaultValue() - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
Gets the default value for this dataset.
getDouble(int) - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the object in row i of the column as a double.
getDrawXError() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getDrawYError() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getDynamicSeriesNamer() - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
getDynamicSeriesNamer() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets a utility to make certain that all dynamic series have unique names.
getEndStyle() - Method in class io.deephaven.plot.LineStyle
Gets the LineStyle.LineEndStyle of this LineStyle.
getEndX() - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getEndX(int) - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getEndX(int) - Method in interface io.deephaven.plot.datasets.interval.IntervalXYDataSeriesInternal
Gets the right-most point of the bar.
getEndX(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
getEndX(int) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getEndY() - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getEndY(int) - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getEndY(int) - Method in interface io.deephaven.plot.datasets.interval.IntervalXYDataSeriesInternal
Gets the top-most point of the bar.
getEndY(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
getEndY(int) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getEndY(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
 
getEndY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
getEndY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getEndY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getEndY(Comparable<?>) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
 
getErrorBarColor() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getErrorBarColor() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the color of the error bars.
getErrorBarHighColumn() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getErrorBarLowColumn() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getFetchViewColumns() - Method in class io.deephaven.plot.util.tables.PartitionedTableBackedPartitionedTableHandle
 
getFetchViewColumns() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
Get the set of columns to .view() when the table is fetched.
getFigure() - Method in class io.deephaven.plot.FigureImpl
Gets the mutable figure backing this immutable figure.
getFigureFunctionList() - Method in class io.deephaven.plot.BaseFigureImpl
 
getFinalTableDefinition() - Method in class io.deephaven.plot.util.tables.TableHandle
Get the TableDefinition of the table that will be handed off to actual plotting methods.
getFormat() - Method in class io.deephaven.plot.AxisImpl
Gets the AxisFormat of this AxisImpl.
getFormatPattern() - Method in class io.deephaven.plot.AxisImpl
Gets the format pattern for this AxisImpl's tick labels.
getGapBetweenMajorTicks() - Method in class io.deephaven.plot.AxisImpl
Gets the gap between consecutive major ticks.
getGradientVisible() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getGradientVisible() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets whether the bar gradient is visible.
getGroup() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getGroup() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the group for this dataset.
getHeight() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the numRows of this Figure.
getHigh() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getHigh(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getHigh(int) - Method in interface io.deephaven.plot.datasets.ohlc.OHLCDataSeriesInternal
Gets the high value at index i.
getHighCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
getHoverTextColumn() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getIndex(int, int) - Method in class io.deephaven.plot.ChartArray
Gets the index of the Chart at the specified location in this array.
getInvert() - Method in class io.deephaven.plot.AxisImpl
Gets whether to invert this AxisImpl.
getJoinStyle() - Method in class io.deephaven.plot.LineStyle
Gets the LineStyle.LineJoinStyle of this LineStyle.
getKeyColumns() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getKeyColumnsOrdered() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getLabel() - Method in class io.deephaven.plot.AxisImpl
Gets this AxisImpl's label.
getLabel() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getLabel() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the default point label for data points.
getLabel(Comparable) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getLabel(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the point label for the given data point.
getLabelColumn() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getLabelFont() - Method in class io.deephaven.plot.AxisImpl
Gets the Font of this AxisImpl's label.
getLastBy(Collection<String>) - Method in interface io.deephaven.plot.filters.SelectableDataSet
Deprecated.
This method will be removed in a future release, use SelectableDataSet.transform(Object, Function) instead.
getLegendColor() - Method in class io.deephaven.plot.ChartImpl
Gets the Paint of this Chart's legend.
getLegendFont() - Method in class io.deephaven.plot.ChartImpl
Gets the Font of this Chart's legend.
getLineColor() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getLineColor() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the line color.
getLineStyle() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getLineStyle() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the line style.
getLinesVisible() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getLinesVisible() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets whether lines are visible.
getLow() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getLow(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getLow(int) - Method in interface io.deephaven.plot.datasets.ohlc.OHLCDataSeriesInternal
Gets the low value at index i.
getLowCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
getMajorTickLocations() - Method in class io.deephaven.plot.AxisImpl
Gets the locations of the major ticks.
getMapNanToNull() - Method in class io.deephaven.plot.datasets.data.IndexableDataDouble
 
getMax() - Method in class io.deephaven.plot.util.Range
Gets the max value of the range
getMaxRange() - Method in class io.deephaven.plot.AxisImpl
Gets the maximum of this AxisImpl's range.
getMin() - Method in class io.deephaven.plot.util.Range
Gets the min value of the range
getMinorTickCount() - Method in class io.deephaven.plot.AxisImpl
Gets the number of minor ticks between consecutive major ticks.
getMinRange() - Method in class io.deephaven.plot.AxisImpl
Gets the minimum of this AxisImpl's range.
getName() - Method in class io.deephaven.plot.BaseFigureImpl
 
getNames() - Method in class io.deephaven.plot.datasets.DynamicSeriesNamer
Gets all the series names.
getNColors(ColorPalette, int) - Static method in class io.deephaven.plot.util.PlotUtils
Gets the Color array for this palette.
getNumberFormatter() - Method in interface io.deephaven.plot.axisformatters.AxisFormat
Gets the formatter for given pattern.
getNumberFormatter() - Method in class io.deephaven.plot.axisformatters.DecimalAxisFormat
 
getNumberFormatter() - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat
 
getNumberFromNumericOrTimeSource(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.PlotUtils
 
getNumericCol() - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
getNumericCol() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
getNumericCol() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getNumericCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
getOneClickChartModifiers() - Method in class io.deephaven.plot.AxisImpl
 
getOpen() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getOpen(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getOpen(int) - Method in interface io.deephaven.plot.datasets.ohlc.OHLCDataSeriesInternal
Gets the open value at index i.
getOpenCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
getParentColumn() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getPartitionedTable() - Method in class io.deephaven.plot.datasets.multiseries.AbstractPartitionedTableHandleMultiSeries
 
getPartitionedTable() - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
getPartitionedTable() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
getPartitionedTable() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getPartitionedTableFunctionMap() - Method in class io.deephaven.plot.BaseFigureImpl
 
getPartitionedTableHandle() - Method in class io.deephaven.plot.datasets.multiseries.AbstractPartitionedTableHandleMultiSeries
 
getPartitionedTableHandle() - Method in class io.deephaven.plot.DynamicChartTitle.ChartTitleSwappableTable
 
getPartitionedTableHandle() - Method in interface io.deephaven.plot.util.tables.SwappablePartitionedTable
 
getPartitionedTableHandle() - Method in class io.deephaven.plot.util.tables.SwappableTable
Gets the PartitionedTableHandle for this SwappableTable.
getPartitionedTableHandle() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
getPartitionedTableHandles() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
getPartitionedTableHandles() - Method in class io.deephaven.plot.AxesImpl
 
getPartitionedTableHandles() - Method in class io.deephaven.plot.AxisImpl
 
getPartitionedTableHandles() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the partitioned tables associated with this figure.
getPartitionedTableHandles() - Method in interface io.deephaven.plot.SeriesInternal
Gets all of the partitioned tables driving this series.
getPiePercentLabelFormat() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getPiePercentLabelFormat() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the pie plot percent label format.
getPlotInfo() - Method in class io.deephaven.plot.AxesImpl
 
getPlotInfo() - Method in class io.deephaven.plot.AxisImpl
 
getPlotInfo() - Method in class io.deephaven.plot.BaseFigureImpl
 
getPlotInfo() - Method in class io.deephaven.plot.ChartImpl
 
getPlotInfo() - Method in class io.deephaven.plot.chartmodifiers.OneClickChartModifier
 
getPlotInfo() - Method in class io.deephaven.plot.ChartTitle
 
getPlotInfo() - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
 
getPlotInfo() - Method in class io.deephaven.plot.datasets.data.AssociativeData
 
getPlotInfo() - Method in class io.deephaven.plot.datasets.data.IndexableData
 
getPlotInfo() - Method in class io.deephaven.plot.datasets.data.IndexableNumericData
 
getPlotInfo() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
 
getPlotInfo() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
getPlotInfo() - Method in interface io.deephaven.plot.errors.PlotExceptionCause
 
getPlotInfo() - Method in class io.deephaven.plot.SeriesCollection
 
getPlotInfo() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getPlotOrientation() - Method in class io.deephaven.plot.ChartImpl
Gets the ChartImpl.PlotOrientation of this Chart.
getPlotStyle() - Method in class io.deephaven.plot.AxesImpl
Gets this AxesImpl's PlotStyle.
getPointColor() - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointColor() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the default color for data points.
getPointColor(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointColor(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the color of the data point at index i.
getPointLabel() - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointLabel() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the default label for data points.
getPointLabel(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointLabel(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the label of the data point at index i.
getPointLabelFormat() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getPointLabelFormat() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the point label format.
getPointShape() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getPointShape() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the default point shape for data points.
getPointShape() - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointShape() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the default shape for data points.
getPointShape(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointShape(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the shape of the data point at index i.
getPointShape(Comparable) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getPointShape(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the point shape for the given data point.
getPointSize() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getPointSize() - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the default point size for data points.
getPointSize() - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointSize() - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the default size for data points.
getPointSize(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getPointSize(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the size of the data point at index i.
getPointSize(Comparable) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getPointSize(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the point size for the given data point.
getPointsVisible() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getPointsVisible() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets whether points are visible.
getScriptPath() - Method in class io.deephaven.plot.PlottingScript
 
getSeries() - Method in class io.deephaven.plot.SeriesCollection.SeriesDescription
Gets the data series.
getSeriesColor() - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
getSeriesColor() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the series color.
getSeriesColor() - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
getSeriesCount() - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
getSeriesCount() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the number of series in this multi-series.
getSeriesDescriptions() - Method in class io.deephaven.plot.SeriesCollection
Gets the descriptions of the series in the collection.
getSeriesName() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
getSessionId() - Method in class io.deephaven.plot.BaseFigureImpl
 
getShape() - Method in class io.deephaven.gui.shape.JShapes
 
getShape(String) - Static method in enum class io.deephaven.gui.shape.NamedShape
 
getShapesString() - Static method in enum class io.deephaven.gui.shape.NamedShape
 
getSpecific() - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
Gets this dataset's key-value pairs as an AssociativeData dataset.
getStartX() - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getStartX(int) - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getStartX(int) - Method in interface io.deephaven.plot.datasets.interval.IntervalXYDataSeriesInternal
Gets the left-most point of the bar.
getStartX(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
getStartX(int) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getStartY() - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getStartY(int) - Method in class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
getStartY(int) - Method in interface io.deephaven.plot.datasets.interval.IntervalXYDataSeriesInternal
Gets the bottom-most point of the bar.
getStartY(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
 
getStartY(int) - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getStartY(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
 
getStartY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
getStartY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getStartY(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getStartY(Comparable<?>) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
 
getSwappableTable() - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
getSwappableTable() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
getSwappableTable() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getSwappableTable() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataSwappableTable
 
getSwappableTable() - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
getSwappableTable() - Method in class io.deephaven.plot.DynamicChartTitle.ChartTitleSwappableTable
 
getSwappableTable(Comparable, ChartImpl, String...) - Method in interface io.deephaven.plot.filters.SelectableDataSet
Gets the view of the Table with the selected subset.
getSwappableTable(Comparable, ChartImpl, Function<Table, Table>, String...) - Method in interface io.deephaven.plot.filters.SelectableDataSet
Gets the view of the Table with the selected subset.
getSwappableTable(Comparable, ChartImpl, Function<Table, Table>, String...) - Method in class io.deephaven.plot.filters.SelectableDataSetOneClick
 
getSwappableTable(Comparable, ChartImpl, Function<Table, Table>, String...) - Method in class io.deephaven.plot.filters.SelectableDataSetSwappableTable
 
getSwappableTables() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
getSwappableTables() - Method in class io.deephaven.plot.AxesImpl
 
getSwappableTables() - Method in class io.deephaven.plot.AxisImpl
 
getSwappableTables() - Method in class io.deephaven.plot.SeriesCollection
 
getSwappableTables() - Method in interface io.deephaven.plot.SeriesInternal
Gets the swappable tables that drive this series.
getTable() - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
getTable() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getTable() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getTable() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getTable() - Method in class io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
 
getTable() - Method in class io.deephaven.plot.util.tables.TableHandle
 
getTableDefinition() - Method in interface io.deephaven.plot.filters.SelectableDataSet
 
getTableDefinition() - Method in class io.deephaven.plot.filters.SelectableDataSetOneClick
 
getTableDefinition() - Method in class io.deephaven.plot.filters.SelectableDataSetSwappableTable
 
getTableDefinition() - Method in class io.deephaven.plot.util.tables.PartitionedTableBackedPartitionedTableHandle
 
getTableDefinition() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
getTableDefinition() - Method in class io.deephaven.plot.util.tables.SwappableTable
Gets the signature (columns and types) of the table, \even if the data is transformed.
getTableDefinition() - Method in class io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
 
getTableFunctionMap() - Method in class io.deephaven.plot.BaseFigureImpl
 
getTableHandle() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getTableHandle() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getTableHandle() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getTableHandle() - Method in class io.deephaven.plot.DynamicChartTitle.ChartTitleTable
 
getTableHandle() - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the handle for the underlying table.
getTableHandles() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
getTableHandles() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the table handles associated with this figure.
getTableHandles() - Method in interface io.deephaven.plot.SeriesInternal
Gets all of the tables driving this series.
getTickLabelAngle() - Method in class io.deephaven.plot.AxisImpl
Gets the angle in degrees at which the tick label text will be drawn.
getTicksFont() - Method in class io.deephaven.plot.AxisImpl
Gets the Font of this AxisImpl's tick labels.
getTime() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getTimeCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
getTitle() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the title of this Figure.
getTitle() - Method in class io.deephaven.plot.ChartImpl
Gets the title of this Chart.
getTitle() - Method in class io.deephaven.plot.DynamicChartTitle
 
getTitleColor() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the Paint of this Figure's title.
getTitleColor() - Method in class io.deephaven.plot.ChartImpl
Gets the Paint of this Chart's title.
getTitleFont() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the Font of this Figure's title.
getTitleFont() - Method in class io.deephaven.plot.ChartImpl
Gets the Font of this Chart's title.
getTransform() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickPartitioned
 
getType() - Method in class io.deephaven.plot.AxisImpl
Gets the type of axis.
getType() - Method in class io.deephaven.plot.SeriesCollection.SeriesDescription
Gets the type of data series.
getUpdateInterval() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the updateInterval, in milliseconds, for this Figure.
getValidGroups() - Method in class io.deephaven.plot.FigureWidget
 
getValue(Comparable) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeriesInternal
Gets the numeric value corresponding to the given category.
getValue(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getValue(Comparable) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
getValue(Comparable<?>) - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Get the value of the specified category, or null if there was none.
getValue(Comparable<?>) - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
Get the value of the specified category, or null if there was none.
getValueCol() - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
getValueCol() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
getValueCol() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
getValueCol() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getValueColumn() - Method in class io.deephaven.plot.chartmodifiers.OneClickChartModifier
 
getValueColumn() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
getVisibilityLevel() - Method in class io.deephaven.plot.chartmodifiers.OneClickChartModifier
 
getWidth() - Method in class io.deephaven.plot.BaseFigureImpl
Gets the width of this Figure.
getWidth() - Method in class io.deephaven.plot.LineStyle
Gets the width of this LineStyle.
getX() - Method in class io.deephaven.plot.datasets.multiseries.AbstractPartitionedTableHandleMultiSeries
 
getX() - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
getX() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
getX() - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
getX(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getX(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
getX(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
getX(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the x value of the data point at index i.
getXCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
getXHigh() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getXHigh() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getXLow() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getXLow() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getXToolTipPattern() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getXToolTipPattern() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the tooltip format for x-values.
getY() - Method in class io.deephaven.plot.datasets.multiseries.AbstractPartitionedTableHandleMultiSeries
 
getY() - Method in class io.deephaven.plot.datasets.multiseries.AbstractSwappableMultiSeries
 
getY() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
getY() - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
getY(int) - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
getY(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
getY(int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
getY(int) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeriesInternal
Gets the y value of the data point at index i.
getYCol() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
getYHigh() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getYHigh() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getYLow() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
getYLow() - Method in class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
getYToolTipPattern() - Method in class io.deephaven.plot.datasets.AbstractDataSeries
 
getYToolTipPattern() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the tooltip format for y-values.
gradientVisible(boolean) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
gradientVisible(boolean) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the visibility of bar gradients for this dataset.
gradientVisible(boolean) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets whether bar gradients are visible.
gradientVisible(boolean) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
gradientVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
gradientVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
gradientVisible(boolean, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
gradientVisible(boolean, Object...) - Method in interface io.deephaven.plot.Figure
 
gradientVisible(boolean, Object...) - Method in class io.deephaven.plot.FigureImpl
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
gradientVisibleSeriesNameTobooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
gridLinesVisible(boolean) - Method in interface io.deephaven.plot.Chart
Sets whether the Chart has grid lines.
gridLinesVisible(boolean) - Method in class io.deephaven.plot.ChartImpl
 
gridLinesVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
gridLinesVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
group(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
group(int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the group for this dataset.
group(int) - Method in interface io.deephaven.plot.Figure
 
group(int) - Method in class io.deephaven.plot.FigureImpl
 
group(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
group(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
group(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
group(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
group(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
group(int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
group(int, Object...) - Method in interface io.deephaven.plot.Figure
 
group(int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
groupSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
groupSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
groupSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
groupSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 

H

HasClosure<T> - Class in io.deephaven.plot.util.functions
A serializable closure.
HasClosure(Closure<T>) - Constructor for class io.deephaven.plot.util.functions.HasClosure
Creates a SerializableClosure instance with the closure.
hasColumns(String...) - Method in class io.deephaven.plot.util.tables.TableHandle
 
hashCode() - Method in class io.deephaven.plot.AxisLocation
 
hashCode() - Method in class io.deephaven.plot.Font
 
hashCode() - Method in class io.deephaven.plot.SeriesLocation
 
hashCode() - Method in class io.deephaven.plot.util.NullCategory
 
HashMapWithDefault() - Constructor for class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 
heatMap(double, double) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a heat map to map numerical values to colors.
heatMap(double, double, Color, Color) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a heat map to map numerical values to colors.
heatMap(double, double, Color, Color, Color) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a heat map to map numerical values to colors.
HISTOGRAM - Enum constant in enum class io.deephaven.plot.PlotStyle
A histogram chart.
HistogramCalculator - Class in io.deephaven.plot.datasets.histogram
Utility for calculating histogram plot information: bin locations and data frequencies within these bins.
HistogramCalculator() - Constructor for class io.deephaven.plot.datasets.histogram.HistogramCalculator
 
histPlot(Comparable, double[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, double[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, double[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, double[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, double[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, double[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, double[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, double[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, double[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, double[], int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, float[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, float[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, float[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, float[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, float[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, float[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, float[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, float[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, float[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, float[], int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, int[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, int[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, int[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, int[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, int[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, int[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, int[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, int[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, int[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, int[], int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, long[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, long[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, long[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, long[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, long[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, long[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, long[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, long[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, long[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, long[], int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, short[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, short[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, short[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, short[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, short[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, short[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, short[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, short[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, short[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, short[], int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, Table) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, Table) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, Table) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, Table) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, Table) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, Table, String, double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, Table, String, double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, Table, String, double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, Table, String, double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, Table, String, double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, Table, String, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, Table, String, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, Table, String, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, Table, String, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, Table, String, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, SelectableDataSet, String, double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, SelectableDataSet, String, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, SelectableDataSet, String, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, SelectableDataSet, String, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, SelectableDataSet, String, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, SelectableDataSet, String, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, List<T0>, double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, List<T0>, double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, List<T0>, double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, List<T0>, double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, List<T0>, double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, List<T0>, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, List<T0>, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, List<T0>, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, List<T0>, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, List<T0>, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, T0[], double, double, int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, T0[], double, double, int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, T0[], double, double, int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, T0[], double, double, int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, T0[], double, double, int) - Static method in class io.deephaven.plot.PlottingConvenience
histPlot(Comparable, T0[], int) - Method in interface io.deephaven.plot.Axes
Creates a histogram.
histPlot(Comparable, T0[], int) - Method in class io.deephaven.plot.AxesImpl
 
histPlot(Comparable, T0[], int) - Method in interface io.deephaven.plot.Figure
 
histPlot(Comparable, T0[], int) - Method in class io.deephaven.plot.FigureImpl
 
histPlot(Comparable, T0[], int) - Static method in class io.deephaven.plot.PlottingConvenience
HORIZONTAL - Enum constant in enum class io.deephaven.plot.ChartImpl.PlotOrientation
 
HORIZONTAL_RECTANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 

I

id() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
id() - Method in class io.deephaven.plot.AxesImpl
Gets this AxesImpl's id.
id() - Method in class io.deephaven.plot.AxisImpl
Gets this AxisImpl's id.
id() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the id for the data series.
id() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the id for the multi series.
id() - Method in interface io.deephaven.plot.SeriesInternal
Gets the id for the data series.
id() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
index(double) - Method in interface io.deephaven.plot.datasets.histogram.DiscretizedRange
Gets the index of the bin the value lies in.
index(double) - Method in class io.deephaven.plot.datasets.histogram.DiscretizedRangeEqual
 
IndexableData<T> - Class in io.deephaven.plot.datasets.data
Dataset where values can be retrieved via an integer index.
IndexableData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableData
 
IndexableDataArray<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset backed by an array.
IndexableDataArray(T[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataArray
Creates an IndexableDataArray instance.
IndexableDataArrayNullCategory<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset backed by an array.
IndexableDataArrayNullCategory(T[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataArrayNullCategory
Creates an IndexableDataArray instance.
IndexableDataByte - Class in io.deephaven.plot.datasets.data
IndexableData dataset with Byte values.
IndexableDataByte(byte[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataByte
Creates an IndexableDataByte instance.
IndexableDataCharacter - Class in io.deephaven.plot.datasets.data
IndexableData dataset with Integer values.
IndexableDataCharacter(char[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataCharacter
Creates an IndexableDataCharacter instance.
IndexableDataDouble - Class in io.deephaven.plot.datasets.data
IndexableData with Double values.
IndexableDataDouble(double[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(float[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(int[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(long[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(short[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(IndexableNumericData, boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataDouble(T[], boolean, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataDouble
Creates an IndexableDataDouble instance.
IndexableDataInfinite<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset which ensures no IndexOutOfBoundsExceptions are thrown.
IndexableDataInfinite(IndexableData<T>) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataInfinite
Creates an IndexableDataInfinite instance, which wraps data such that out-of-bounds indices return null values.
IndexableDataInstant - Class in io.deephaven.plot.datasets.data
IndexableData dataset with Instant values.
IndexableDataInstant(long[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataInstant
Creates an IndexableDataInstant instance.
IndexableDataInteger - Class in io.deephaven.plot.datasets.data
IndexableData dataset with Integer values.
IndexableDataInteger(int[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataInteger
Creates an IndexableDataInteger instance.
IndexableDataListNullCategory<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset backed by an array.
IndexableDataListNullCategory(List<T>, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataListNullCategory
Creates an IndexableDataArray instance.
IndexableDataSwappableTable<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset whose data is a column in a SwappableTable and whose indices are the row numbers of the column.
IndexableDataSwappableTable(SwappableTable, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataSwappableTable
Creates an IndexableDataSwappableTable instance.
IndexableDataSwappableTableDouble - Class in io.deephaven.plot.datasets.data
IndexableData dataset whose data is a column in a SwappableTable and whose indices are the row numbers of the column.
IndexableDataSwappableTableDouble(SwappableTable, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataSwappableTableDouble
Creates an IndexableDataSwappableTable instance.
IndexableDataTable<T> - Class in io.deephaven.plot.datasets.data
IndexableData dataset whose data is a column in a table and whose indices are the row numbers of the column.
IndexableDataTable(ColumnHandlerFactory.ColumnHandler, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataTable
Creates an IndexableDataTable instance.
IndexableDataWithDefault<T> - Class in io.deephaven.plot.datasets.data
IndexableData with a default value for missing indices and nulls.
IndexableDataWithDefault(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableDataWithDefault
 
IndexableNumericData - Class in io.deephaven.plot.datasets.data
Dataset with indexed numeric values.
IndexableNumericData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericData
 
IndexableNumericDataArrayDate - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset comprised of an array of Dates.
IndexableNumericDataArrayDate(Date[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDate
Creates an IndexableNumericDataArrayDate instance.
IndexableNumericDataArrayDouble - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of doubles.
IndexableNumericDataArrayDouble(double[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDouble
Creates an IndexableNumericDataArrayDouble instance.
IndexableNumericDataArrayFloat - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of floats.
IndexableNumericDataArrayFloat(float[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayFloat
Creates an IndexableNumericDataArrayFloat instance.
IndexableNumericDataArrayInstant - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset comprised of an array of instants.
IndexableNumericDataArrayInstant(Instant[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInstant
Creates an IndexableNumericDataArrayInstant instance.
IndexableNumericDataArrayInt - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of ints.
IndexableNumericDataArrayInt(int[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInt
Creates an IndexableNumericDataArrayInt instance.
IndexableNumericDataArrayLong - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of longs.
IndexableNumericDataArrayLong(long[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayLong
Creates an IndexableNumericDataArrayLong instance.
IndexableNumericDataArrayNumber<T extends Number> - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of Numbers.
IndexableNumericDataArrayNumber(T[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayNumber
Creates an IndexableNumericDataArrayNumber instance.
IndexableNumericDataArrayShort - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by an array of shorts.
IndexableNumericDataArrayShort(short[], PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataArrayShort
Creates an IndexableNumericDataArrayShort instance.
IndexableNumericDataListNumber<T extends Number> - Class in io.deephaven.plot.datasets.data
IndexableNumericData dataset backed by a list of Numbers.
IndexableNumericDataListNumber(List<T>, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataListNumber
Creates an IndexableNumericDataListNumber instance.
IndexableNumericDataSwappableTable - Class in io.deephaven.plot.datasets.data
IndexableData dataset whose data is a column in a SwappableTable and whose indices are the row numbers of the column.
IndexableNumericDataSwappableTable(SwappableTable, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataSwappableTable
Creates an IndexableNumericDataSwappableTable instance.
IndexableNumericDataTable - Class in io.deephaven.plot.datasets.data
IndexableData dataset whose data is a column in a table and whose indices are the row numbers of the column.
IndexableNumericDataTable(ColumnHandlerFactory.ColumnHandler, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataTable
Creates an IndexableNumericDataTable instance.
IndexableNumericDataTable(TableHandle, String, PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.IndexableNumericDataTable
Creates an IndexableNumericDataTable instance.
initialized - Variable in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
initializeSeries(CategoryDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
initializeSeries(CategoryDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
initializeSeries(CategoryErrorBarDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
initializeSeries(CategoryErrorBarDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
initializeSeries(OHLCDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
initializeSeries(OHLCDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
initializeSeries(XYDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
initializeSeries(XYDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
initializeSeries(XYErrorBarDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
initializeSeries(XYErrorBarDataSeriesInternal) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
initializeSeries(SERIES) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
initializeSeries(T) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Assigns series modifiers, e.g.
initMinMax() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Reinitialize the min and max values to Nan in preparation for reinitialization
initMinMax() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
Reinitialize the min and max values to Nan in preparation for reinitialization
inRange(double) - Method in class io.deephaven.plot.util.Range
Determine if a value is in the range.
INSTANCE - Static variable in class io.deephaven.plot.util.NullCategory
 
INTEGER - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
INTERVAL - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
IntervalXYDataSeries - Interface in io.deephaven.plot.datasets.interval
XYDataSeriesInternal suitable for bar charts.
IntervalXYDataSeriesArray - Class in io.deephaven.plot.datasets.interval
An XYDataSeriesArray suitable for bar charts.
IntervalXYDataSeriesArray(AxesImpl, int, Comparable, SwappableTable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
IntervalXYDataSeriesArray(AxesImpl, int, Comparable, TableHandle, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
 
IntervalXYDataSeriesArray(AxesImpl, int, Comparable, TableHandle, SwappableTable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, XYDataSeriesArray) - Constructor for class io.deephaven.plot.datasets.interval.IntervalXYDataSeriesArray
Creates an instance of IntervalXYDataSeriesArray with the specified data points.
IntervalXYDataSeriesInternal - Interface in io.deephaven.plot.datasets.interval
XYDataSeriesInternal suitable for bar charts.
intToColor(ChartImpl, Integer) - Static method in class io.deephaven.plot.util.PlotUtils
Deprecated.
intToColor(Integer) - Static method in class io.deephaven.plot.util.PlotUtils
 
inverseTransform(double) - Method in interface io.deephaven.plot.axistransformations.AxisTransform
Transforms a point in Axis space to dataset space.
inverseTransform(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformBusinessCalendar
 
inverseTransform(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformLambda
 
inverseTransform(double) - Method in enum class io.deephaven.plot.axistransformations.AxisTransforms
 
invert() - Method in interface io.deephaven.plot.Axis
Inverts this Axis so that larger values are closer to the origin.
invert() - Method in class io.deephaven.plot.AxisImpl
 
invert() - Method in interface io.deephaven.plot.Figure
 
invert() - Method in class io.deephaven.plot.FigureImpl
 
invert(boolean) - Method in interface io.deephaven.plot.Axis
Inverts this Axis so that larger values are closer to the origin.
invert(boolean) - Method in class io.deephaven.plot.AxisImpl
 
invert(boolean) - Method in interface io.deephaven.plot.Figure
 
invert(boolean) - Method in class io.deephaven.plot.FigureImpl
 
invokeRecompute(double, double, String, int) - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
Invokes a funcRangeInternal if xmin or xmax has changed.
io.deephaven.gui.shape - package io.deephaven.gui.shape
 
io.deephaven.plot - package io.deephaven.plot
 
io.deephaven.plot.axisformatters - package io.deephaven.plot.axisformatters
 
io.deephaven.plot.axistransformations - package io.deephaven.plot.axistransformations
 
io.deephaven.plot.chartmodifiers - package io.deephaven.plot.chartmodifiers
 
io.deephaven.plot.colors - package io.deephaven.plot.colors
 
io.deephaven.plot.composite - package io.deephaven.plot.composite
 
io.deephaven.plot.datasets - package io.deephaven.plot.datasets
 
io.deephaven.plot.datasets.category - package io.deephaven.plot.datasets.category
 
io.deephaven.plot.datasets.categoryerrorbar - package io.deephaven.plot.datasets.categoryerrorbar
 
io.deephaven.plot.datasets.data - package io.deephaven.plot.datasets.data
 
io.deephaven.plot.datasets.histogram - package io.deephaven.plot.datasets.histogram
 
io.deephaven.plot.datasets.interval - package io.deephaven.plot.datasets.interval
 
io.deephaven.plot.datasets.multiseries - package io.deephaven.plot.datasets.multiseries
 
io.deephaven.plot.datasets.ohlc - package io.deephaven.plot.datasets.ohlc
 
io.deephaven.plot.datasets.xy - package io.deephaven.plot.datasets.xy
 
io.deephaven.plot.datasets.xyerrorbar - package io.deephaven.plot.datasets.xyerrorbar
 
io.deephaven.plot.errors - package io.deephaven.plot.errors
 
io.deephaven.plot.filters - package io.deephaven.plot.filters
 
io.deephaven.plot.util - package io.deephaven.plot.util
 
io.deephaven.plot.util.functions - package io.deephaven.plot.util.functions
 
io.deephaven.plot.util.tables - package io.deephaven.plot.util.tables
 
isBoxedNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type TypeUtils.isBoxedNumeric(Class).
isDisplayXGridLines() - Method in class io.deephaven.plot.ChartImpl
Whether the grid lines in the x direction will be drawn.
isDisplayYGridLines() - Method in class io.deephaven.plot.ChartImpl
Whether the grid lines in the y direction will be drawn.
isEmpty(int) - Static method in class io.deephaven.plot.ChartArray
Whether the index indicates that there is no Chart in that location.
isLog() - Method in class io.deephaven.plot.AxisImpl
Whether this is a logarithmic axis.
isMajorTicksVisible() - Method in class io.deephaven.plot.AxisImpl
Whether the major ticks are drawn.
isMinorTicksVisible() - Method in class io.deephaven.plot.AxisImpl
Whether the minor ticks are drawn.
isModifiable() - Method in class io.deephaven.plot.datasets.data.AssociativeData
Whether the dataset is modifiable.
isModifiable() - Method in class io.deephaven.plot.datasets.data.AssociativeDataHashMap
 
isModifiable() - Method in class io.deephaven.plot.datasets.data.AssociativeDataSwappableTable
 
isModifiable() - Method in class io.deephaven.plot.datasets.data.AssociativeDataTable
 
isModifiable() - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
 
isMultiSeries() - Method in class io.deephaven.plot.SeriesCollection.SeriesDescription
True if the series is a multiseries.
isNumeric() - Method in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
isNumeric(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type TypeUtils.isNumeric(Class).
isNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type TypeUtils.isNumeric(Class).
isNumeric(SelectableDataSet, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type TypeUtils.isNumeric(Class).
isNumericOrTime(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
isNumericOrTime(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
isNumericOrTime(SelectableDataSet, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
isNumericOrTime(Class) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the class is TypeUtils.isNumeric(Class) or ArgumentValidations.isTime(Class, PlotInfo)
isNumericOrTime(Class, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the class is TypeUtils.isNumeric(Class) or ArgumentValidations.isTime(Class, PlotInfo)
isOneClickMap() - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
isPrimitiveNumeric(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type TypeUtils.isPrimitiveNumeric(Class).
isRequireAllFiltersToDisplay() - Method in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
isResizable() - Method in class io.deephaven.plot.BaseFigureImpl
Whether this Figure's height and width are changeable.
isShowLegend() - Method in class io.deephaven.plot.ChartImpl
Whether this Chart's legend will be drawn.
isTime(TableDefinition, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type equals Date.class or Instant.class
isTime(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type equals Date.class or Instant.class
isTime(SelectableDataSet, String, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the column's data type equals Date.class or Instant.class
isTime(Class, PlotInfo) - Static method in class io.deephaven.plot.util.ArgumentValidations
Whether the class is equal to Date.class or Instant.class
isTimeAxis() - Method in class io.deephaven.plot.AxisImpl
Whether this axis is time axis.
isVisible(double) - Method in interface io.deephaven.plot.axistransformations.AxisTransform
Gets whether a data point is visible in the plot.
isVisible(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformBusinessCalendar
 
isVisible(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformLambda
 
isVisible(double) - Method in enum class io.deephaven.plot.axistransformations.AxisTransforms
 
ITALIC - Enum constant in enum class io.deephaven.plot.Font.FontStyle
Italic text

J

javaFont() - Method in class io.deephaven.plot.Font
Returns the Java object representative of this Font.
JShapes - Class in io.deephaven.gui.shape
AWT implementation of Shape
JShapes(Shape) - Constructor for class io.deephaven.gui.shape.JShapes
 

L

LabeledDataSetCollection - Interface in io.deephaven.plot.datasets
Dataset with data point labels.
labelsSetSpecific(AssociativeData<Comparable, String>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
LEFT_TRIANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
legendColor(Paint) - Method in interface io.deephaven.plot.Chart
Sets the color of the text inside the Chart's legend.
legendColor(Paint) - Method in class io.deephaven.plot.ChartImpl
 
legendColor(Paint) - Method in interface io.deephaven.plot.Figure
 
legendColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
legendColor(String) - Method in interface io.deephaven.plot.Chart
Sets the color of the text inside the Chart's legend.
legendColor(String) - Method in class io.deephaven.plot.ChartImpl
 
legendColor(String) - Method in interface io.deephaven.plot.Figure
 
legendColor(String) - Method in class io.deephaven.plot.FigureImpl
 
legendFont(Font) - Method in interface io.deephaven.plot.Chart
Sets the font of this Chart's legend.
legendFont(Font) - Method in class io.deephaven.plot.ChartImpl
 
legendFont(Font) - Method in interface io.deephaven.plot.Figure
 
legendFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
legendFont(String, String, int) - Method in interface io.deephaven.plot.Chart
Sets the font of this Chart's legend.
legendFont(String, String, int) - Method in class io.deephaven.plot.ChartImpl
 
legendFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
legendFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
legendVisible(boolean) - Method in interface io.deephaven.plot.Chart
Sets whether the Chart's legend is shown or hidden.
legendVisible(boolean) - Method in class io.deephaven.plot.ChartImpl
 
legendVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
legendVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
LINE - Enum constant in enum class io.deephaven.plot.PlotStyle
A line chart.
lineColor(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
lineColor(int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(int) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line color.
lineColor(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
lineColor(int) - Method in interface io.deephaven.plot.Figure
 
lineColor(int) - Method in class io.deephaven.plot.FigureImpl
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColor(int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineColor(int, Object...) - Method in interface io.deephaven.plot.Figure
 
lineColor(int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
lineColor(Paint) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
lineColor(Paint) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(Paint) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line color.
lineColor(Paint) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
lineColor(Paint) - Method in interface io.deephaven.plot.Figure
 
lineColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColor(Paint, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineColor(Paint, Object...) - Method in interface io.deephaven.plot.Figure
 
lineColor(Paint, Object...) - Method in class io.deephaven.plot.FigureImpl
 
lineColor(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
lineColor(String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the default line Paint for this dataset.
lineColor(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line color.
lineColor(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
lineColor(String) - Method in interface io.deephaven.plot.Figure
 
lineColor(String) - Method in class io.deephaven.plot.FigureImpl
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColor(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineColor(String, Object...) - Method in interface io.deephaven.plot.Figure
 
lineColor(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineEndStyle(String) - Static method in class io.deephaven.plot.LineStyle
Returns the shape drawn at the end of a line.
lineEndStyle(String) - Static method in class io.deephaven.plot.PlottingConvenience
lineEndStyleNames() - Static method in class io.deephaven.plot.LineStyle
Returns the names of available shapes draw at the end of a line.
lineEndStyleNames() - Static method in class io.deephaven.plot.PlottingConvenience
lineJoinStyle(String) - Static method in class io.deephaven.plot.LineStyle
Returns the style for drawing connections between line segments.
lineJoinStyle(String) - Static method in class io.deephaven.plot.PlottingConvenience
lineJoinStyleNames() - Static method in class io.deephaven.plot.LineStyle
Returns the names of available styles for drawing connections between line segments.
lineJoinStyleNames() - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle() - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle() - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double...) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double...) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, double[]) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, double[]) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, float[]) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, float[]) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, int[]) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, int[]) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, long[]) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, long[]) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, String, String, double...) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, String, String, double...) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, String, String, List<T>) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, String, String, List<T>) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, List<T>) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, List<T>) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(double, T[]) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(double, T[]) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(LineStyle) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
lineStyle(LineStyle) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the LineStyle for this dataset
lineStyle(LineStyle) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the line style.
lineStyle(LineStyle) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
lineStyle(LineStyle) - Method in interface io.deephaven.plot.Figure
 
lineStyle(LineStyle) - Method in class io.deephaven.plot.FigureImpl
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineStyle(LineStyle, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
lineStyle(LineStyle, Object...) - Method in interface io.deephaven.plot.Figure
 
lineStyle(LineStyle, Object...) - Method in class io.deephaven.plot.FigureImpl
 
lineStyle(String, String) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(String, String) - Static method in class io.deephaven.plot.PlottingConvenience
lineStyle(List<T>) - Static method in class io.deephaven.plot.LineStyle
Returns a line style.
lineStyle(List<T>) - Static method in class io.deephaven.plot.PlottingConvenience
LineStyle - Class in io.deephaven.plot
Specifications for the style of a line.
LineStyle() - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle.
LineStyle(double) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness.
LineStyle(double...) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified dash pattern.
LineStyle(double, double[]) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, float[]) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, int[]) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, long[]) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, double...) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle.
LineStyle(double, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, List<T>) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, String, String, double...) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, String, String, List<T>) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness, LineStyle.LineEndStyle, LineStyle.LineJoinStyle, and dash pattern.
LineStyle(double, List<T>) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(double, T[]) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified thickness and dash pattern.
LineStyle(String, String) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified LineStyle.LineEndStyle and LineStyle.LineJoinStyle Defaults line width to 1.0.
LineStyle(List<T>) - Constructor for class io.deephaven.plot.LineStyle
Creates a LineStyle with specified dash pattern.
LineStyle.LineEndStyle - Enum Class in io.deephaven.plot
Style for shapes drawn at the end of a line.
LineStyle.LineJoinStyle - Enum Class in io.deephaven.plot
Style for drawing the connections between line segments.
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
lineStyleSeriesNameToLineStyleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
linesVisible(Boolean) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
linesVisible(Boolean) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the visibility of the lines for this dataset.
linesVisible(Boolean) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets whether lines are visible.
linesVisible(Boolean) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
linesVisible(Boolean) - Method in interface io.deephaven.plot.Figure
 
linesVisible(Boolean) - Method in class io.deephaven.plot.FigureImpl
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
linesVisible(Boolean, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
linesVisible(Boolean, Object...) - Method in interface io.deephaven.plot.Figure
 
linesVisible(Boolean, Object...) - Method in class io.deephaven.plot.FigureImpl
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
linesVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
LiveAssociativeData<KEY,VALUE,VALUECOLUMN> - Class in io.deephaven.plot.datasets.data
An AssociativeData backed by a table.
LiveAssociativeData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.LiveAssociativeData
 
LiveIndexableData<T> - Class in io.deephaven.plot.datasets.data
An IndexableData backed by a table.
LiveIndexableData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.LiveIndexableData
 
LiveIndexableNumericData - Class in io.deephaven.plot.datasets.data
An IndexableNumericData backed by a table.
LiveIndexableNumericData(PlotInfo) - Constructor for class io.deephaven.plot.datasets.data.LiveIndexableNumericData
 
log() - Method in interface io.deephaven.plot.Axis
Sets the AxisTransform as log base 10.
log() - Method in class io.deephaven.plot.AxisImpl
 
log() - Method in interface io.deephaven.plot.Figure
 
log() - Method in class io.deephaven.plot.FigureImpl
 
log(boolean) - Method in interface io.deephaven.plot.Axis
Sets the AxisTransform as log base 10.
log(boolean) - Method in class io.deephaven.plot.AxisImpl
 
log(boolean) - Method in interface io.deephaven.plot.Figure
 
log(boolean) - Method in class io.deephaven.plot.FigureImpl
 
LOG - Enum constant in enum class io.deephaven.plot.axistransformations.AxisTransforms
Natural logarithm.

M

makeUnusedName(String, PlotInfo) - Method in class io.deephaven.plot.datasets.DynamicSeriesNamer
Takes a potential series name and creates a unique name from it.
mask() - Method in enum class io.deephaven.plot.Font.FontStyle
Gets the mask of this Style.
max(double) - Method in interface io.deephaven.plot.Axis
Sets the maximum range of this Axis.
max(double) - Method in class io.deephaven.plot.AxisImpl
 
max(double) - Method in interface io.deephaven.plot.Figure
 
max(double) - Method in class io.deephaven.plot.FigureImpl
 
max(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axis
Sets the maximum range of this Axis.
max(SelectableDataSet, String) - Method in class io.deephaven.plot.AxisImpl
 
max(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
max(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
maxIgnoreNaN(double...) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxIgnoreNaN(double, double) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxIgnoreNaN(float, float) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxIgnoreNull(int, int) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxIgnoreNull(long, long) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxIgnoreNull(short, short) - Static method in class io.deephaven.plot.util.PlotUtils
 
maxRowsInTitle(int) - Method in interface io.deephaven.plot.Chart
Sets the maximum row values that will be shown in title.
maxRowsInTitle(int) - Method in class io.deephaven.plot.ChartImpl
 
maxRowsInTitle(int) - Method in interface io.deephaven.plot.Figure
 
maxRowsInTitle(int) - Method in class io.deephaven.plot.FigureImpl
 
min(double) - Method in interface io.deephaven.plot.Axis
Sets the minimum range of this Axis.
min(double) - Method in class io.deephaven.plot.AxisImpl
 
min(double) - Method in interface io.deephaven.plot.Figure
 
min(double) - Method in class io.deephaven.plot.FigureImpl
 
min(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axis
Sets the minimum range of this Axis.
min(SelectableDataSet, String) - Method in class io.deephaven.plot.AxisImpl
 
min(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
min(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
minIgnoreNaN(double...) - Static method in class io.deephaven.plot.util.PlotUtils
 
minIgnoreNaN(double, double) - Static method in class io.deephaven.plot.util.PlotUtils
 
minIgnoreNaN(float, float) - Static method in class io.deephaven.plot.util.PlotUtils
 
minIgnoreNull(int, int) - Static method in class io.deephaven.plot.util.PlotUtils
 
minIgnoreNull(long, long) - Static method in class io.deephaven.plot.util.PlotUtils
 
minIgnoreNull(short, short) - Static method in class io.deephaven.plot.util.PlotUtils
 
minorTicks(int) - Method in interface io.deephaven.plot.Axis
Sets the number of minor ticks between consecutive major ticks.
minorTicks(int) - Method in class io.deephaven.plot.AxisImpl
 
minorTicks(int) - Method in interface io.deephaven.plot.Figure
 
minorTicks(int) - Method in class io.deephaven.plot.FigureImpl
 
minorTicksVisible(boolean) - Method in interface io.deephaven.plot.Axis
Sets whether minor ticks are drawn on this Axis.
minorTicksVisible(boolean) - Method in class io.deephaven.plot.AxisImpl
 
minorTicksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
minorTicksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
MITER - Enum constant in enum class io.deephaven.plot.LineStyle.LineJoinStyle
Line joins are pointed.
MultiCatErrorBarSeries - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates CategoryErrorBarDataSeriesInternal.
MultiCatErrorBarSeries(AxesImpl, int, Comparable, TableBackedPartitionedTableHandle, String, String, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
/** Creates a MultiCatErrorBarSeries instance.
MultiCatErrorBarSeriesSwappable - Class in io.deephaven.plot.datasets.multiseries
MultiSeries suitable for category error bar plots on a swappable data set.
MultiCatErrorBarSeriesSwappable(AxesImpl, int, Comparable, SwappableTable, String, String, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
/** Creates a MultiCatErrorBarSeries instance.
MultiCatSeries - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates CategoryDataSeriesInternal.
MultiCatSeries(AxesImpl, int, Comparable, TableBackedPartitionedTableHandle, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiCatSeries
/** Creates a MultiCatSeries instance.
MultiCatSeriesSwappable - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates CategoryDataSeriesInternal.
MultiCatSeriesSwappable(AxesImpl, int, Comparable, SwappableTable, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
/** Creates a MultiCatSeriesSwappable instance.
MultiOHLCSeries - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates OHLCDataSeriesInternal.
MultiOHLCSeries(AxesImpl, int, Comparable, TableBackedPartitionedTableHandle, String, String, String, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
/** Creates a MultiOHLCSeries instance.
MultiOHLCSeriesSwappable - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates OHLCDataSeriesInternal.
MultiOHLCSeriesSwappable(AxesImpl, int, Comparable, SwappableTable, String, String, String, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
/** Creates a MultiOHLCSeriesSwappable instance.
MultiSeries - Interface in io.deephaven.plot.datasets.multiseries
A parent data series that spawns a DataSeries for each unique key in the parent series.
MultiSeriesInternal<T extends DataSeriesInternal> - Interface in io.deephaven.plot.datasets.multiseries
A parent data series that spawns a DataSeries for each unique key in the parent series.
MultiXYErrorBarSeries - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates XYErrorBarDataSeriesInternal.
MultiXYErrorBarSeries(AxesImpl, int, Comparable, TableBackedPartitionedTableHandle, String, String, String, String, String, String, String[], boolean, boolean) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
Creates a MultiXYSeries instance.
MultiXYErrorBarSeriesSwappable - Class in io.deephaven.plot.datasets.multiseries
XY MultiSeries suitable for error bar plots.
MultiXYErrorBarSeriesSwappable(AxesImpl, int, Comparable, SwappableTable, String, String, String, String, String, String, String[], boolean, boolean) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
Creates a MultiXYSeries instance.
MultiXYSeries - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates XYDataSeriesInternal.
MultiXYSeries(AxesImpl, int, Comparable, TableBackedPartitionedTableHandle, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiXYSeries
Creates a MultiXYSeries instance.
MultiXYSeriesSwappable - Class in io.deephaven.plot.datasets.multiseries
A AbstractMultiSeries collection that holds and generates XYDataSeriesInternal.
MultiXYSeriesSwappable(AxesImpl, int, Comparable, SwappableTable, String, String, String[]) - Constructor for class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
Creates a MultiXYSeriesSwappable instance.

N

name() - Method in class io.deephaven.plot.AbstractSeriesInternal
 
name() - Method in class io.deephaven.plot.AxesImpl
Gets the name of the Axes.
name() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the name of this data series.
name() - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
Gets the name of this data set.
name() - Method in interface io.deephaven.plot.SeriesInternal
Gets the name of this data series.
NamedShape - Enum Class in io.deephaven.gui.shape
Shape enums
NanosAxisFormat - Class in io.deephaven.plot.axisformatters
A formatter for converting nanoseconds into formatted strings.
NanosAxisFormat() - Constructor for class io.deephaven.plot.axisformatters.NanosAxisFormat
Creates a new NanosAxisFormat with the default timezone.
NanosAxisFormat(ZoneId) - Constructor for class io.deephaven.plot.axisformatters.NanosAxisFormat
Creates a new NanosAxisFormat with the specified timezone.
NanosAxisFormat.NanosFormat - Class in io.deephaven.plot.axisformatters
Formatter for date time values.
nanSafeEquals(double, double) - Static method in class io.deephaven.plot.util.ArgumentValidations
 
newAxes() - Method in interface io.deephaven.plot.Chart
Creates new Axes on this Chart.
newAxes() - Method in class io.deephaven.plot.ChartImpl
 
newAxes() - Method in interface io.deephaven.plot.Figure
 
newAxes() - Method in class io.deephaven.plot.FigureImpl
 
newAxes() - Static method in class io.deephaven.plot.PlottingConvenience
newAxes(int) - Method in interface io.deephaven.plot.Chart
Creates new Axes on this Chart.
newAxes(int) - Method in class io.deephaven.plot.ChartImpl
 
newAxes(int) - Method in interface io.deephaven.plot.Figure
 
newAxes(int) - Method in class io.deephaven.plot.FigureImpl
 
newAxes(int) - Static method in class io.deephaven.plot.PlottingConvenience
newAxes(String) - Method in interface io.deephaven.plot.Chart
Creates new Axes on this Chart.
newAxes(String) - Method in class io.deephaven.plot.ChartImpl
 
newAxes(String) - Method in interface io.deephaven.plot.Figure
 
newAxes(String) - Method in class io.deephaven.plot.FigureImpl
 
newAxes(String) - Static method in class io.deephaven.plot.PlottingConvenience
newAxes(String, int) - Method in interface io.deephaven.plot.Chart
Creates new Axes on this Chart.
newAxes(String, int) - Method in class io.deephaven.plot.ChartImpl
 
newAxes(String, int) - Method in interface io.deephaven.plot.Figure
 
newAxes(String, int) - Method in class io.deephaven.plot.FigureImpl
 
newAxes(String, int) - Static method in class io.deephaven.plot.PlottingConvenience
newChart() - Method in interface io.deephaven.plot.BaseFigure
Adds a new Chart to this figure.
newChart() - Method in class io.deephaven.plot.BaseFigureImpl
 
newChart() - Method in interface io.deephaven.plot.Figure
 
newChart() - Method in class io.deephaven.plot.FigureImpl
 
newChart() - Static method in class io.deephaven.plot.PlottingConvenience
newChart(int) - Method in interface io.deephaven.plot.BaseFigure
Adds a new Chart to this figure.
newChart(int) - Method in class io.deephaven.plot.BaseFigureImpl
 
newChart(int) - Method in interface io.deephaven.plot.Figure
 
newChart(int) - Method in class io.deephaven.plot.FigureImpl
 
newChart(int) - Static method in class io.deephaven.plot.PlottingConvenience
newChart(int, int) - Method in interface io.deephaven.plot.BaseFigure
Adds a new Chart to this figure.
newChart(int, int) - Method in class io.deephaven.plot.BaseFigureImpl
 
newChart(int, int) - Method in interface io.deephaven.plot.Figure
 
newChart(int, int) - Method in class io.deephaven.plot.FigureImpl
 
newChart(int, int) - Static method in class io.deephaven.plot.PlottingConvenience
newComparableHandler(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a comparable ColumnHandlerFactory.TypeClassification.
newComparableHandler(TableHandle, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a comparable ColumnHandlerFactory.TypeClassification.
newNumericHandler(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a numeric ColumnHandlerFactory.TypeClassification.
newNumericHandler(TableHandle, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a numeric ColumnHandlerFactory.TypeClassification.
newObjectHandler(Table, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a object ColumnHandlerFactory.TypeClassification.
newObjectHandler(TableHandle, String, PlotInfo) - Static method in class io.deephaven.plot.util.tables.ColumnHandlerFactory
Creates a new ColumnHandler instance with a object ColumnHandlerFactory.TypeClassification.
NullCategory - Class in io.deephaven.plot.util
Null category implementation.
NUMBER - Enum constant in enum class io.deephaven.plot.AxisImpl.Type
 
numberToDouble(Number) - Static method in class io.deephaven.plot.util.PlotUtils
Gets the double equivalent of the Number.

O

OBJECT - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
OHLC - Enum constant in enum class io.deephaven.plot.ChartType
Deprecated, for removal: This API element is subject to removal in a future version.
OHLC - Enum constant in enum class io.deephaven.plot.PlotStyle
An open-high-low-close chart.
OHLC - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
OHLCDataSeries - Interface in io.deephaven.plot.datasets.ohlc
XYDataSeriesInternal for open-high-low-close charts.
OHLCDataSeriesArray - Class in io.deephaven.plot.datasets.ohlc
An implementation of OHLCDataSeriesInternal.
OHLCDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
Creates an OHLCDataSeriesArray instance.
OHLCDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, AbstractXYDataSeries) - Constructor for class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
OHLCDataSeriesArray(OHLCDataSeriesArray, AxesImpl) - Constructor for class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
Creates a copy of a series using a different Axes.
OHLCDataSeriesInternal - Interface in io.deephaven.plot.datasets.ohlc
XYDataSeriesInternal for open-high-low-close charts.
OHLCDataSeriesSwappableTableArray - Class in io.deephaven.plot.datasets.ohlc
 
OHLCDataSeriesSwappableTableArray(AxesImpl, int, Comparable, SwappableTable, String, String, String, String, String) - Constructor for class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesSwappableTableArray
 
OHLCDataSeriesTableArray - Class in io.deephaven.plot.datasets.ohlc
 
OHLCDataSeriesTableArray(AxesImpl, int, Comparable, TableHandle, String, String, String, String, String) - Constructor for class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesTableArray
 
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Table, String, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Table, String, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, SelectableDataSet, String, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], double[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], float[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], int[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], long[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], short[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], List<T1>, List<T2>, List<T3>, List<T4>) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Instant[], T1[], T2[], T3[], T4[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Instant[], T1[], T2[], T3[], T4[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Instant[], T1[], T2[], T3[], T4[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Instant[], T1[], T2[], T3[], T4[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Instant[], T1[], T2[], T3[], T4[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], double[], double[], double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], float[], float[], float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], int[], int[], int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], long[], long[], long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], short[], short[], short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], List<T1>, List<T2>, List<T3>, List<T4>) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot.
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in interface io.deephaven.plot.Figure
 
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlot(Comparable, Date[], T1[], T2[], T3[], T4[]) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot per distinct grouping value specified in byColumns.
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlotBy(Comparable, Table, String, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an open-high-low-close plot per distinct grouping value specified in byColumns.
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
ohlcPlotBy(Comparable, SelectableDataSet, String, String, String, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
oneClick(PartitionedTable) - Static method in class io.deephaven.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified columns.
oneClick(PartitionedTable) - Static method in class io.deephaven.plot.PlottingConvenience
oneClick(PartitionedTable, boolean) - Static method in class io.deephaven.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified columns.
oneClick(PartitionedTable, boolean) - Static method in class io.deephaven.plot.PlottingConvenience
oneClick(Table, boolean, String...) - Static method in class io.deephaven.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified columns.
oneClick(Table, boolean, String...) - Static method in class io.deephaven.plot.PlottingConvenience
oneClick(Table, String...) - Static method in class io.deephaven.plot.filters.Selectables
Creates a SelectableDataSetOneClick with the specified columns.
oneClick(Table, String...) - Static method in class io.deephaven.plot.PlottingConvenience
OneClickChartModifier<T> - Class in io.deephaven.plot.chartmodifiers
Framework for a class which modifies a chart on a OneClick event
OneClickChartModifier(SwappableTable, String, OneClickChartModifier.VisibilityLevel, PlotInfo) - Constructor for class io.deephaven.plot.chartmodifiers.OneClickChartModifier
Creates a OneClickChartModifier instance.
OneClickChartModifier.VisibilityLevel - Enum Class in io.deephaven.plot.chartmodifiers
At what level in the Figure hierarchy the series of a plot will be restricted, e.g.
oneClickChartModifiers - Variable in class io.deephaven.plot.AxisImpl
 

P

PAINT - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
parse(String, ParsePosition) - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat.NanosFormat
 
parse(String, ParsePosition) - Method in class io.deephaven.plot.axisformatters.ScientificNumberFormatter
 
partitionedTable - Variable in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
PartitionedTableBackedPartitionedTableHandle - Class in io.deephaven.plot.util.tables
PartitionedTableHandle with an underlying PartitionedTable.
PartitionedTableBackedPartitionedTableHandle(PartitionedTable, TableDefinition, String[], PlotInfo, Collection<String>, Collection<String>) - Constructor for class io.deephaven.plot.util.tables.PartitionedTableBackedPartitionedTableHandle
 
PartitionedTableBackedPartitionedTableHandle(PartitionedTable, TableDefinition, String[], PlotInfo, Collection<String>) - Constructor for class io.deephaven.plot.util.tables.PartitionedTableBackedPartitionedTableHandle
 
partitionedTableHandle - Variable in class io.deephaven.plot.util.tables.SwappableTable
 
partitionedTableHandle - Variable in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
PartitionedTableHandle - Class in io.deephaven.plot.util.tables
Holds a PartitionedTable.
PartitionedTableHandle(Collection<String>, String[], PlotInfo) - Constructor for class io.deephaven.plot.util.tables.PartitionedTableHandle
 
partitionedTableLock - Variable in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
PIE - Enum constant in enum class io.deephaven.plot.ChartType
Pie chart.
PIE - Enum constant in enum class io.deephaven.plot.PlotStyle
A pie chart.
piePercentLabelFormat(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
piePercentLabelFormat(String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the format of the percentage point label format in pie plots.
piePercentLabelFormat(String) - Method in interface io.deephaven.plot.Figure
 
piePercentLabelFormat(String) - Method in class io.deephaven.plot.FigureImpl
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
piePercentLabelFormat(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
piePercentLabelFormat(String, Object...) - Method in interface io.deephaven.plot.Figure
 
piePercentLabelFormat(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
piePercentLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
piePercentLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
piePercentLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
piePercentLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
piePlot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, Table, String, String) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, Table, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, IndexableData<T1>, IndexableNumericData) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, SelectableDataSet, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, double[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, float[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, int[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, long[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, short[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, List<T0>, T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
piePlot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates a pie plot.
piePlot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
piePlot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Figure
 
piePlot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
piePlot(Comparable, T0[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
PLAIN - Enum constant in enum class io.deephaven.plot.Font.FontStyle
Plain text.
plot(Comparable, double[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, double[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, double[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, double[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, double[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, double[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, float[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, float[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, float[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, float[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, float[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, int[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, int[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, int[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, int[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, int[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, long[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, long[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, long[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, long[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, long[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, short[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, short[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, short[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, short[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, short[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Closure<T>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Closure<T>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Closure<T>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Closure<T>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Closure<T>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Table, String, String) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Table, String, String) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Table, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, IndexableNumericData, IndexableNumericData, boolean, boolean) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, SelectableDataSet, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Instant[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Instant[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Instant[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Instant[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Instant[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, Date[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, Date[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, Date[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, Date[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, Date[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, DoubleUnaryOperator) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, DoubleUnaryOperator) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, DoubleUnaryOperator) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, DoubleUnaryOperator) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, DoubleUnaryOperator) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, List<T0>, T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, List<T0>, T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, List<T0>, T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], double[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], double[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], float[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], float[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], float[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], int[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], int[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], long[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], long[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], short[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], short[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], short[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], Instant[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], Instant[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], Instant[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], Instant[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], Instant[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], Date[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], Date[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], Date[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], Date[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], Date[]) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], List<T1>) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], List<T1>) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], List<T1>) - Static method in class io.deephaven.plot.PlottingConvenience
plot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Axes
Creates an XY plot.
plot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.AxesImpl
 
plot(Comparable, T0[], T1[]) - Method in interface io.deephaven.plot.Figure
 
plot(Comparable, T0[], T1[]) - Method in class io.deephaven.plot.FigureImpl
 
plot(Comparable, T0[], T1[]) - Static method in class io.deephaven.plot.PlottingConvenience
plotBy(Comparable, Table, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an XY plot per distinct grouping value specified in byColumns.
plotBy(Comparable, Table, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
plotBy(Comparable, Table, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
plotBy(Comparable, Table, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
plotBy(Comparable, Table, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface io.deephaven.plot.Axes
Creates an XY plot per distinct grouping value specified in byColumns.
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in class io.deephaven.plot.AxesImpl
 
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in interface io.deephaven.plot.Figure
 
plotBy(Comparable, SelectableDataSet, String, String, String...) - Method in class io.deephaven.plot.FigureImpl
 
plotBy(Comparable, SelectableDataSet, String, String, String...) - Static method in class io.deephaven.plot.PlottingConvenience
PlotExceptionCause - Interface in io.deephaven.plot.errors
Cause of a plotting exception.
PlotIllegalArgumentException - Exception in io.deephaven.plot.errors
IllegalArgumentException that contains information about the plot.
PlotIllegalArgumentException(String, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotIllegalArgumentException
 
PlotIllegalArgumentException(String, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotIllegalArgumentException
 
PlotIllegalStateException - Exception in io.deephaven.plot.errors
IllegalStateException that contains information about the plot.
PlotIllegalStateException(PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotIllegalStateException
 
PlotIllegalStateException(String, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotIllegalStateException
 
PlotIllegalStateException(String, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotIllegalStateException
 
PlotInfo - Class in io.deephaven.plot.errors
Information about a plot.
PlotInfo(AxesImpl, Comparable) - Constructor for class io.deephaven.plot.errors.PlotInfo
 
PlotInfo(BaseFigureImpl, ChartImpl, SeriesInternal) - Constructor for class io.deephaven.plot.errors.PlotInfo
 
PlotInfo(BaseFigureImpl, ChartImpl, Comparable) - Constructor for class io.deephaven.plot.errors.PlotInfo
 
PlotInfo(BaseFigureImpl, ChartImpl, String) - Constructor for class io.deephaven.plot.errors.PlotInfo
 
PlotInfo(String, String, String) - Constructor for class io.deephaven.plot.errors.PlotInfo
 
plotOrientation(ChartImpl.PlotOrientation) - Method in class io.deephaven.plot.ChartImpl
 
plotOrientation(String) - Method in interface io.deephaven.plot.Chart
Sets the orientation of plots in this Chart.
plotOrientation(String) - Method in class io.deephaven.plot.ChartImpl
 
plotOrientation(String) - Method in interface io.deephaven.plot.Figure
 
plotOrientation(String) - Method in class io.deephaven.plot.FigureImpl
 
PlotRenderingException - Exception in io.deephaven.plot.errors
RuntimeException which occurs when rendering the plot.
PlotRenderingException(PlotRuntimeException) - Constructor for exception io.deephaven.plot.errors.PlotRenderingException
 
PlotRenderingException(Throwable, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotRenderingException
 
PlotRuntimeException - Exception in io.deephaven.plot.errors
RuntimeException which contains information about the plot.
PlotRuntimeException(String, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotRuntimeException
 
PlotRuntimeException(String, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotRuntimeException
 
PlotRuntimeException(String, Throwable, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotRuntimeException
 
PlotRuntimeException(String, Throwable, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotRuntimeException
 
plotStyle(PlotStyle) - Method in interface io.deephaven.plot.Axes
Sets the PlotStyle of this Axes.
plotStyle(PlotStyle) - Method in class io.deephaven.plot.AxesImpl
Sets the PlotStyle of this Axes.
plotStyle(PlotStyle) - Method in interface io.deephaven.plot.Figure
 
plotStyle(PlotStyle) - Method in class io.deephaven.plot.FigureImpl
 
plotStyle(String) - Method in interface io.deephaven.plot.Axes
Sets the PlotStyle of this Axes.
plotStyle(String) - Method in class io.deephaven.plot.AxesImpl
Sets the PlotStyle of this Axes.
plotStyle(String) - Method in interface io.deephaven.plot.Figure
 
plotStyle(String) - Method in class io.deephaven.plot.FigureImpl
 
plotStyle(String) - Static method in enum class io.deephaven.plot.PlotStyle
Returns the requested plot style.
PlotStyle - Enum Class in io.deephaven.plot
The style of a plot (e.g.
plotStyleNames() - Static method in enum class io.deephaven.plot.PlotStyle
Returns the names of available plot styles.
plotStyleNames() - Static method in class io.deephaven.plot.PlottingConvenience
PlottingConvenience - Class in io.deephaven.plot
A library of methods for constructing plots.
PlottingConvenience() - Constructor for class io.deephaven.plot.PlottingConvenience
 
PlottingScript - Class in io.deephaven.plot
 
PlottingScript() - Constructor for class io.deephaven.plot.PlottingScript
 
PlotUnsupportedOperationException - Exception in io.deephaven.plot.errors
UnsupportedOperationExcetion which contains information about the plot.
PlotUnsupportedOperationException(String, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotUnsupportedOperationException
 
PlotUnsupportedOperationException(String, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotUnsupportedOperationException
 
PlotUnsupportedOperationException(String, Throwable, PlotExceptionCause) - Constructor for exception io.deephaven.plot.errors.PlotUnsupportedOperationException
 
PlotUnsupportedOperationException(String, Throwable, PlotInfo) - Constructor for exception io.deephaven.plot.errors.PlotUnsupportedOperationException
 
PlotUtils - Class in io.deephaven.plot.util
Utilities class for plotting.
PlotUtils.HashMapWithDefault<K,V> - Class in io.deephaven.plot.util
 
POINT_COLOR - Static variable in class io.deephaven.plot.datasets.ColumnNameConstants
 
POINT_LABEL - Static variable in class io.deephaven.plot.datasets.ColumnNameConstants
 
POINT_SHAPE - Static variable in class io.deephaven.plot.datasets.ColumnNameConstants
 
POINT_SIZE - Static variable in class io.deephaven.plot.datasets.ColumnNameConstants
 
pointColor(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(int) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point color.
pointColor(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(int) - Method in interface io.deephaven.plot.Figure
 
pointColor(int) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(int...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(int...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(int...) - Method in interface io.deephaven.plot.Figure
 
pointColor(int...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(int[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(int[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(int[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(int, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Closure<COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Closure<COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColor(Closure<COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Closure<COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Closure<COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Table, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(Table, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(Table, String) - Method in interface io.deephaven.plot.Figure
 
pointColor(Table, String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(Table, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(Table, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Table, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Table, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Table, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Table, String, String) - Method in interface io.deephaven.plot.Figure
 
pointColor(Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Table, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Table, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Table, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Paint) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Paint) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Paint) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point color.
pointColor(Paint) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(Paint) - Method in interface io.deephaven.plot.Figure
 
pointColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Paint...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(Paint...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(Paint...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Paint...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(Paint[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(Paint[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Paint[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(Paint, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(Paint, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Paint, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(IndexableData<T>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(IndexableData<T>) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(IndexableData<T>) - Method in interface io.deephaven.plot.Figure
 
pointColor(IndexableData<T>) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(IndexableData<T>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(IndexableData<T>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(IndexableData<T>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(SelectableDataSet, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(SelectableDataSet, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
pointColor(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(SelectableDataSet, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
pointColor(SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Comparable, int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Comparable, int) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, int) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Comparable, int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, int, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, Paint) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Comparable, Paint) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Comparable, Paint) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, Paint) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Comparable, Paint, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, Paint, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, Paint, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Comparable, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Comparable, String) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Comparable, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Comparable, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Comparable, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Integer...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(Integer...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(Integer...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Integer...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(Integer[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(Integer[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Integer[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point color.
pointColor(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(String) - Method in interface io.deephaven.plot.Figure
 
pointColor(String) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(String...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColor(String...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColor(String...) - Method in interface io.deephaven.plot.Figure
 
pointColor(String...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(String[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(String[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(String[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColor(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColor(String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
pointColor(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
pointColor(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
pointColor(Function<Comparable, COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Function<Comparable, COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColor(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Map<CATEGORY, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColor(Map<CATEGORY, COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColor(Map<CATEGORY, COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColor(Map<CATEGORY, COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColor(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Closure<COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColorInteger(Closure<COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Closure<COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorInteger(Closure<COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(Closure<COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Closure<COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(IndexableData<Integer>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointColorInteger(IndexableData<Integer>) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point color.
pointColorInteger(IndexableData<Integer>) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(IndexableData<Integer>) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(IndexableData<Integer>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
pointColorInteger(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
pointColorInteger(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
pointColorInteger(Function<Comparable, COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColorInteger(Function<Comparable, COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Function<Comparable, COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Function<Comparable, COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Map<CATEGORY, COLOR>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointColorInteger(Map<CATEGORY, COLOR>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point color.
pointColorInteger(Map<CATEGORY, COLOR>) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Map<CATEGORY, COLOR>) - Method in class io.deephaven.plot.FigureImpl
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointColorInteger(Map<CATEGORY, COLOR>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorIntegerSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorIntegerSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorIntegerSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorIntegerSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorIntegerSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToComparablePaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToComparablePaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToComparablePaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToComparablePaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToIntegerArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToPaintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointColorSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointColorSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointColorSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointColorSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointColorSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Table, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabel(SelectableDataSet, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabel(Closure<LABEL>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Closure<LABEL>) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Closure<LABEL>) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Closure<LABEL>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Closure<LABEL>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Closure<LABEL>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Table, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Table, String) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Table, String) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabel(Table, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabel(Table, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Table, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Table, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabel(Table, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Table, String, String) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Table, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Table, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Table, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(IndexableData<?>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabel(IndexableData<?>) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(IndexableData<?>) - Method in interface io.deephaven.plot.Figure
 
pointLabel(IndexableData<?>) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabel(IndexableData<?>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabel(IndexableData<?>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(IndexableData<?>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(SelectableDataSet, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
pointLabel(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabel(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabel(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(SelectableDataSet, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabel(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
pointLabel(SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Comparable, Object) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabel(Comparable, Object) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Comparable, Object) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Comparable, Object) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Comparable, Object, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Comparable, Object, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Comparable, Object, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Object) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabel(Object) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Object) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabel(Object) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Object) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Object...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabel(Object...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabel(Object[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabel(Object[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Object[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabel(Object, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabel(Object, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Object, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Function<Comparable, LABEL>) - Method in class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
pointLabel(Function<Comparable, LABEL>) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
pointLabel(Function<Comparable, LABEL>) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
pointLabel(Function<Comparable, LABEL>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Function<Comparable, LABEL>) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Function<Comparable, LABEL>) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Function<Comparable, LABEL>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Map<CATEGORY, LABEL>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabel(Map<CATEGORY, LABEL>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point label for data point i from index i of the input labels.
pointLabel(Map<CATEGORY, LABEL>) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Map<CATEGORY, LABEL>) - Method in class io.deephaven.plot.FigureImpl
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabel(Map<CATEGORY, LABEL>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabelFormat(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointLabelFormat(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point label format.
pointLabelFormat(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointLabelFormat(String) - Method in interface io.deephaven.plot.Figure
 
pointLabelFormat(String) - Method in class io.deephaven.plot.FigureImpl
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelFormat(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelFormat(String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointLabelFormat(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelFormatSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToComparableObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelSeriesNameToComparableObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelSeriesNameToComparableObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelSeriesNameToComparableObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelSeriesNameToObjectArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelSeriesNameToObjectMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointLabelSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointLabelSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointLabelSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointLabelSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointLabelSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Closure<String>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Closure<String>) - Method in interface io.deephaven.plot.Figure
 
pointShape(Closure<String>) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Closure<String>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Closure<String>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Closure<String>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Table, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(Table, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Table, String) - Method in interface io.deephaven.plot.Figure
 
pointShape(Table, String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(Table, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(Table, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Table, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Table, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(Table, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Table, String, String) - Method in interface io.deephaven.plot.Figure
 
pointShape(Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Table, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Table, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Table, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Shape) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(Shape) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Shape) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(Shape) - Method in interface io.deephaven.plot.Figure
 
pointShape(Shape) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Shape...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(Shape...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Shape...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Shape...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(Shape[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(Shape[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Shape[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(Shape, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(Shape, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Shape, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(IndexableData<String>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(IndexableData<String>) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(IndexableData<String>) - Method in interface io.deephaven.plot.Figure
 
pointShape(IndexableData<String>) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(IndexableData<String>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(IndexableData<String>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(IndexableData<String>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(SelectableDataSet, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(SelectableDataSet, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
pointShape(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(SelectableDataSet, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
pointShape(SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Comparable, Shape) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(Comparable, Shape) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Comparable, Shape) - Method in interface io.deephaven.plot.Figure
 
pointShape(Comparable, Shape) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Comparable, Shape, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Comparable, Shape, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Comparable, Shape, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Comparable, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(Comparable, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Comparable, String) - Method in interface io.deephaven.plot.Figure
 
pointShape(Comparable, String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Comparable, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Comparable, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Comparable, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(String) - Method in interface io.deephaven.plot.Figure
 
pointShape(String) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(String...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointShape(String...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(String...) - Method in interface io.deephaven.plot.Figure
 
pointShape(String...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(String[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(String[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(String[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShape(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShape(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShape(String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Function<Comparable, String>) - Method in class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
pointShape(Function<Comparable, String>) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
pointShape(Function<Comparable, String>) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
pointShape(Function<Comparable, String>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Function<Comparable, String>) - Method in interface io.deephaven.plot.Figure
 
pointShape(Function<Comparable, String>) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Function<Comparable, String>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Function<Comparable, String>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Function<Comparable, String>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Map<CATEGORY, String>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointShape(Map<CATEGORY, String>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point shapes for data point i from index i of the input labels.
pointShape(Map<CATEGORY, String>) - Method in interface io.deephaven.plot.Figure
 
pointShape(Map<CATEGORY, String>) - Method in class io.deephaven.plot.FigureImpl
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShape(Map<CATEGORY, String>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointShape(Map<CATEGORY, String>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointShape(Map<CATEGORY, String>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointShapeSeriesNameToComparableShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToComparableShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToComparableShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToComparableShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToComparableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToShapeArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToShapeMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToStringArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointShapeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointShapeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointShapeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointShapeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointShapeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(double) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(double) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(double) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point size.
pointSize(double) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(double) - Method in interface io.deephaven.plot.Figure
 
pointSize(double) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(double...) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(double...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(double...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(double...) - Method in interface io.deephaven.plot.Figure
 
pointSize(double...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(double[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(double[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(double[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(int) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(int) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point size.
pointSize(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(int) - Method in interface io.deephaven.plot.Figure
 
pointSize(int) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(int...) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(int...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(int...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(int...) - Method in interface io.deephaven.plot.Figure
 
pointSize(int...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(int[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(int[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(int[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(int, double) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, double) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, int) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, long) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, int, Number) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, long) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(int, Number) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of the plot at index plotIndex.
pointSize(long) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(long) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(long) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point size.
pointSize(long) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(long) - Method in interface io.deephaven.plot.Figure
 
pointSize(long) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(long...) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(long...) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(long...) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(long...) - Method in interface io.deephaven.plot.Figure
 
pointSize(long...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(long[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(long[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(long[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], double[]) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(CATEGORY[], double[]) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(CATEGORY[], double[]) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], double[]) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(CATEGORY[], double[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], double[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], double[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], int[]) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(CATEGORY[], int[]) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(CATEGORY[], int[]) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], int[]) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(CATEGORY[], int[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], int[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], int[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], long[]) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(CATEGORY[], long[]) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(CATEGORY[], long[]) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], long[]) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(CATEGORY[], long[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], long[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], long[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], NUMBER[]) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(CATEGORY[], NUMBER[]) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(CATEGORY[], NUMBER[]) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], NUMBER[]) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(CATEGORY[], NUMBER[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Closure<NUMBER>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Closure<NUMBER>) - Method in interface io.deephaven.plot.Figure
 
pointSize(Closure<NUMBER>) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Closure<NUMBER>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Closure<NUMBER>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Closure<NUMBER>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Table, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(Table, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(Table, String) - Method in interface io.deephaven.plot.Figure
 
pointSize(Table, String) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(Table, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(Table, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Table, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Table, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Table, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Table, String, String) - Method in interface io.deephaven.plot.Figure
 
pointSize(Table, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Table, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Table, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Table, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(IndexableData<Double>) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(IndexableData<Double>) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(IndexableData<Double>) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(IndexableData<Double>) - Method in interface io.deephaven.plot.Figure
 
pointSize(IndexableData<Double>) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(IndexableData<Double>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(IndexableData<Double>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(IndexableData<Double>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(SelectableDataSet, String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(SelectableDataSet, String) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
pointSize(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(SelectableDataSet, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(SelectableDataSet, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(SelectableDataSet, String, String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(SelectableDataSet, String, String) - Method in interface io.deephaven.plot.Figure
 
pointSize(SelectableDataSet, String, String) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(SelectableDataSet, String, String, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(SelectableDataSet, String, String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, double) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Comparable, double) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Comparable, double) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, double) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Comparable, double, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, double, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, double, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Comparable, int) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Comparable, int) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, int) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Comparable, int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, int, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, long) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Comparable, long) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Comparable, long) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, long) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Comparable, long, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, long, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, long, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, Number) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Comparable, Number) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Comparable, Number) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, Number) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Comparable, Number, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Comparable, Number, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Comparable, Number, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Number) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the default point size of all plots in this ScatterPlotMatrix.
pointSize(Number) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Number) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the point size.
pointSize(Number) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(Number) - Method in interface io.deephaven.plot.Figure
 
pointSize(Number) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(Number, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(Number, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Number, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Function<Comparable, NUMBER>) - Method in class io.deephaven.plot.datasets.category.AbstractMapBasedCategoryDataSeries
 
pointSize(Function<Comparable, NUMBER>) - Method in class io.deephaven.plot.datasets.category.AbstractSwappableTableBasedCategoryDataSeries
 
pointSize(Function<Comparable, NUMBER>) - Method in class io.deephaven.plot.datasets.category.AbstractTableBasedCategoryDataSeries
 
pointSize(Function<Comparable, NUMBER>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Function<Comparable, NUMBER>) - Method in interface io.deephaven.plot.Figure
 
pointSize(Function<Comparable, NUMBER>) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Function<Comparable, NUMBER>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Map<CATEGORY, NUMBER>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointSize(Map<CATEGORY, NUMBER>) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the point size.
pointSize(Map<CATEGORY, NUMBER>) - Method in interface io.deephaven.plot.Figure
 
pointSize(Map<CATEGORY, NUMBER>) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(Map<CATEGORY, NUMBER>, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(T[]) - Method in class io.deephaven.plot.composite.ScatterPlotMatrix
Sets the point size of plot i as the factor in factors at index i.
pointSize(T[]) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointSize(T[]) - Method in interface io.deephaven.plot.datasets.xy.XYDataSeries
Sets the point size.
pointSize(T[]) - Method in interface io.deephaven.plot.Figure
 
pointSize(T[]) - Method in class io.deephaven.plot.FigureImpl
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSize(T[], Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSize(T[], Object...) - Method in interface io.deephaven.plot.Figure
 
pointSize(T[], Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToCATEGORYArraydoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArrayintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToCATEGORYArrayintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArrayintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToCATEGORYArrayintArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArraylongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToCATEGORYArraylongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArraylongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToCATEGORYArraylongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToCATEGORYArrayNUMBERArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToComparabledoubleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToComparabledoubleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToComparabledoubleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToComparabledoubleMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToComparableintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToComparablelongMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToComparablelongMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToComparablelongMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToComparablelongMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToComparableNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToComparableNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToComparableNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToComparableNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameTodoubleArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameToIndexableDataMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameTointArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameTolongArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToMapMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameToNumberMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameToSelectableDataSetStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToSelectableDataSetStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameToTableStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointSizeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointSizeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointSizeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointSizeSeriesNameToTableStringStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointSizeSeriesNameToTArrayMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointsVisible(Boolean) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
pointsVisible(Boolean) - Method in interface io.deephaven.plot.datasets.category.CategoryDataSeries
Sets the visibility of the point shapes for this dataset.
pointsVisible(Boolean) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets whether points are visible.
pointsVisible(Boolean) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
pointsVisible(Boolean) - Method in interface io.deephaven.plot.Figure
 
pointsVisible(Boolean) - Method in class io.deephaven.plot.FigureImpl
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointsVisible(Boolean, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
pointsVisible(Boolean, Object...) - Method in interface io.deephaven.plot.Figure
 
pointsVisible(Boolean, Object...) - Method in class io.deephaven.plot.FigureImpl
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
pointsVisibleSeriesNameToBooleanMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, COLOR>) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses predicate functions to determine which colors is returned for an input value.
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, COLOR>, Color) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses predicate functions to determine which colors is returned for an input value.
predicateMap(Map<ColorMaps.SerializablePredicate<Double>, COLOR>, Paint, Paint) - Static method in class io.deephaven.plot.colors.ColorMaps
Returns a function which uses predicate functions to determine which colors is returned for an input value.
priority() - Method in class io.deephaven.plot.PlottingScript
 
put(KEY, VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeData
Adds the key-value pair to the dataset.
put(KEY, VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeDataHashMap
 
put(KEY, VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeDataSwappableTable
 
put(KEY, VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeDataTable
 
put(KEY, VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
 
putAll(Map<K, V>) - Method in class io.deephaven.plot.datasets.data.AssociativeData
Adds all key-value pairs in the map to the dataset.
putAll(Map<K, V>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataHashMap
 
putAll(Map<K, V>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataSwappableTable
 
putAll(Map<K, V>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataTable
 
putAll(Map<K, V>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
 

R

range(double, double) - Method in interface io.deephaven.plot.Axis
Sets the range of this Axis to [min, max] inclusive.
range(double, double) - Method in class io.deephaven.plot.AxisImpl
 
range(double, double) - Method in interface io.deephaven.plot.Figure
 
range(double, double) - Method in class io.deephaven.plot.FigureImpl
 
Range - Class in io.deephaven.plot.util
Continuous range.
Range(double, double) - Constructor for class io.deephaven.plot.util.Range
Create a new range with a closed minimum interval and an open maximum interval.
Range(double, double, boolean, boolean) - Constructor for class io.deephaven.plot.util.Range
Create a new range.
rangeMap(Map<Range, COLOR>) - Static method in class io.deephaven.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
rangeMap(Map<Range, COLOR>, Color) - Static method in class io.deephaven.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
rangeMap(Map<Range, COLOR>, Paint, Paint) - Static method in class io.deephaven.plot.colors.ColorMaps
Maps Ranges of values to specific colors.
refamily(String) - Method in class io.deephaven.plot.Font
Returns an instance of this Font with the family changed to the specified family
registerFigureFunction(FigureImplFunction) - Method in class io.deephaven.plot.BaseFigureImpl
 
registerPartitionedTableFunction(PartitionedTableHandle, Function<Table, Table>) - Method in class io.deephaven.plot.BaseFigureImpl
 
registerTableFunction(Table, Function<Table, Table>) - Method in class io.deephaven.plot.BaseFigureImpl
 
remove(Comparable...) - Method in class io.deephaven.plot.SeriesCollection
Removes the series with the specified names.
removeAll(Collection<? extends Comparable>) - Method in class io.deephaven.plot.datasets.DynamicSeriesNamer
Remove all the specified series names.
removeChart(int) - Method in interface io.deephaven.plot.BaseFigure
Removes a chart from the Figure's grid.
removeChart(int) - Method in class io.deephaven.plot.BaseFigureImpl
 
removeChart(int) - Method in interface io.deephaven.plot.Figure
 
removeChart(int) - Method in class io.deephaven.plot.FigureImpl
 
removeChart(int, int) - Method in interface io.deephaven.plot.BaseFigure
Removes a chart from the Figure's grid.
removeChart(int, int) - Method in class io.deephaven.plot.BaseFigureImpl
 
removeChart(int, int) - Method in interface io.deephaven.plot.Figure
 
removeChart(int, int) - Method in class io.deephaven.plot.FigureImpl
 
removeTableHandle(TableHandle) - Method in class io.deephaven.plot.AbstractSeriesInternal
 
removeTableHandle(TableHandle) - Method in interface io.deephaven.plot.SeriesInternal
Removes a table that drives this series.
requireAllFiltersToDisplay - Variable in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
resize(int) - Method in class io.deephaven.plot.Font
Returns an instance of this Font with the size changed to the specified size
resize(Shape, double) - Static method in class io.deephaven.plot.util.ShapeUtils
Scales a shape by multiplying x and y coordinates by factor.
restyle(Font.FontStyle) - Method in class io.deephaven.plot.Font
Gets an instance of this Font with the style changed to the specified style
restyle(String) - Method in class io.deephaven.plot.Font
Returns an instance of this Font with the style changed to the specified style
RIGHT_TRIANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
rotate(Shape, double) - Static method in class io.deephaven.plot.util.ShapeUtils
Rotates a shape by multiplying x and y coordinates by angle radians.
ROUND - Enum constant in enum class io.deephaven.plot.LineStyle.LineEndStyle
Round end shape.
ROUND - Enum constant in enum class io.deephaven.plot.LineStyle.LineJoinStyle
Line joins are rounded.
row() - Method in class io.deephaven.plot.ChartImpl
 
rowSpan() - Method in class io.deephaven.plot.ChartImpl
Gets the height of this Chart inside the BaseFigure
rowSpan(int) - Method in interface io.deephaven.plot.Chart
Sets the size of this Chart within the grid of the figure.
rowSpan(int) - Method in class io.deephaven.plot.ChartImpl
 
rowSpan(int) - Method in interface io.deephaven.plot.Figure
 
rowSpan(int) - Method in class io.deephaven.plot.FigureImpl
 
runIfKeyExistsCast(Consumer<T>, K) - Method in class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 

S

save(String) - Method in interface io.deephaven.plot.BaseFigure
Saves the Figure as an image.
save(String) - Method in interface io.deephaven.plot.Figure
 
save(String) - Method in class io.deephaven.plot.FigureImpl
 
save(String, boolean, long) - Method in interface io.deephaven.plot.BaseFigure
Saves the Figure as an image.
save(String, boolean, long) - Method in interface io.deephaven.plot.Figure
 
save(String, boolean, long) - Method in class io.deephaven.plot.FigureImpl
 
save(String, int, int) - Method in interface io.deephaven.plot.BaseFigure
Saves the Figure as an image.
save(String, int, int) - Method in interface io.deephaven.plot.Figure
 
save(String, int, int) - Method in class io.deephaven.plot.FigureImpl
 
save(String, int, int, boolean, long) - Method in interface io.deephaven.plot.BaseFigure
Saves the Figure as an image.
save(String, int, int, boolean, long) - Method in interface io.deephaven.plot.Figure
 
save(String, int, int, boolean, long) - Method in class io.deephaven.plot.FigureImpl
 
SCATTER - Enum constant in enum class io.deephaven.plot.PlotStyle
A scatter plot.
scatterPlotMatrix(double[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(double[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(float[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(float[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(int[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(int[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(long[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(long[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(Table, String...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(Table, String...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(SelectableDataSet, String...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(SelectableDataSet, String...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(String[], double[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(String[], double[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(String[], float[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(String[], float[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(String[], int[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(String[], int[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(String[], long[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(String[], long[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(String[], T[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(String[], T[]...) - Static method in class io.deephaven.plot.PlottingConvenience
scatterPlotMatrix(T[]...) - Static method in class io.deephaven.plot.composite.ScatterPlotMatrix
Creates a scatter plot matrix by graphing each variable against every other variable.
scatterPlotMatrix(T[]...) - Static method in class io.deephaven.plot.PlottingConvenience
ScatterPlotMatrix - Class in io.deephaven.plot.composite
Creates a scatter plot matrix by graphing each variable against every other variable.
ScientificNumberFormatter - Class in io.deephaven.plot.axisformatters
NumberFormat which formats numbers in scientific notation if they are outside the given range.
ScientificNumberFormatter() - Constructor for class io.deephaven.plot.axisformatters.ScientificNumberFormatter
Creates a ScientificNumberFormatter instance with the default number of decimals, lower limit, and upper limit.
ScientificNumberFormatter(int, double, double) - Constructor for class io.deephaven.plot.axisformatters.ScientificNumberFormatter
Creates a ScientificNumberFormatter instance.
SelectableDataSet<KEY_TYPE,VALUE_TYPE> - Interface in io.deephaven.plot.filters
A Table with a view on a selectable subset.
SelectableDataSetOneClick - Class in io.deephaven.plot.filters
A OneClick filtered table.
SelectableDataSetOneClick(PartitionedTable) - Constructor for class io.deephaven.plot.filters.SelectableDataSetOneClick
Creates a SelectableDataSetOneClick instance.
SelectableDataSetOneClick(PartitionedTable, boolean) - Constructor for class io.deephaven.plot.filters.SelectableDataSetOneClick
Creates a SelectableDataSetOneClick instance.
SelectableDataSetSwappableTable<KEY_TYPE,VALUE_TYPE> - Class in io.deephaven.plot.filters
 
SelectableDataSetSwappableTable(SwappableTable) - Constructor for class io.deephaven.plot.filters.SelectableDataSetSwappableTable
 
Selectables - Class in io.deephaven.plot.filters
Method for creating SelectableDataSets.
SerializableBiFunction<T,U,R> - Interface in io.deephaven.plot.util.functions
A serializable binary function.
SerializableFunction<T,R> - Interface in io.deephaven.plot.util.functions
A serializable function.
series(int) - Method in interface io.deephaven.plot.Axes
Gets a data series.
series(int) - Method in class io.deephaven.plot.AxesImpl
 
series(int) - Method in interface io.deephaven.plot.Figure
 
series(int) - Method in class io.deephaven.plot.FigureImpl
 
series(int) - Method in class io.deephaven.plot.SeriesCollection
Gets the series with the given series ID.
series(Comparable) - Method in interface io.deephaven.plot.Axes
Gets a data series.
series(Comparable) - Method in class io.deephaven.plot.AxesImpl
 
series(Comparable) - Method in interface io.deephaven.plot.Figure
 
series(Comparable) - Method in class io.deephaven.plot.FigureImpl
 
series(Comparable) - Method in class io.deephaven.plot.SeriesCollection
Gets the series with the given series name.
Series - Interface in io.deephaven.plot
Base series that all data series inherit from.
SERIES_NAME - Static variable in class io.deephaven.plot.datasets.ColumnNameConstants
 
SeriesCollection - Class in io.deephaven.plot
A collection of data series.
SeriesCollection(PlotInfo) - Constructor for class io.deephaven.plot.SeriesCollection
 
SeriesCollection.SeriesDescription - Class in io.deephaven.plot
Description of a data series.
SeriesCollection.SeriesType - Enum Class in io.deephaven.plot
Type of data series.
seriesColor(int) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Sets the default Paint for this dataset.
seriesColor(int) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(int) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
seriesColor(int) - Method in interface io.deephaven.plot.Figure
 
seriesColor(int) - Method in class io.deephaven.plot.FigureImpl
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColor(int, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
seriesColor(int, Object...) - Method in interface io.deephaven.plot.Figure
 
seriesColor(int, Object...) - Method in class io.deephaven.plot.FigureImpl
 
seriesColor(Paint) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Sets the default Paint for this dataset.
seriesColor(Paint) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(Paint) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
seriesColor(Paint) - Method in interface io.deephaven.plot.Figure
 
seriesColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColor(Paint, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
seriesColor(Paint, Object...) - Method in interface io.deephaven.plot.Figure
 
seriesColor(Paint, Object...) - Method in class io.deephaven.plot.FigureImpl
 
seriesColor(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Sets the default Paint for this dataset.
seriesColor(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Defines the default line and point color.
seriesColor(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
seriesColor(String) - Method in interface io.deephaven.plot.Figure
 
seriesColor(String) - Method in class io.deephaven.plot.FigureImpl
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColor(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
seriesColor(String, Object...) - Method in interface io.deephaven.plot.Figure
 
seriesColor(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColorSeriesNameTointMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColorSeriesNameToPaintMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
seriesColorSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
SeriesInternal - Interface in io.deephaven.plot
Base series that all data series inherit from.
SeriesLocation - Class in io.deephaven.plot
Location of Series within a figure.
SeriesLocation(SeriesInternal) - Constructor for class io.deephaven.plot.SeriesLocation
 
seriesNamingFunction(Closure<String>) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
seriesNamingFunction(Closure<String>) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
Defines the procedure to name a generated series.
seriesNamingFunction(Closure<String>) - Method in interface io.deephaven.plot.Figure
 
seriesNamingFunction(Closure<String>) - Method in class io.deephaven.plot.FigureImpl
 
seriesNamingFunction(Function<Object, String>) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
seriesNamingFunction(Function<Object, String>) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
Defines the procedure to name a generated series.
seriesNamingFunction(Function<Object, String>) - Method in interface io.deephaven.plot.Figure
 
seriesNamingFunction(Function<Object, String>) - Method in class io.deephaven.plot.FigureImpl
 
set(AssociativeDataWithDefault<KEY, VALUE>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
Sets this dataset's values equal to the values in another dataset.
set(IndexableDataWithDefault<T>) - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
Sets this datasets values equal to the values in another dataset.
setDefault(T) - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
Defines the default value for this dataset.
setDefault(V) - Method in class io.deephaven.plot.util.PlotUtils.HashMapWithDefault
 
setDefault(VALUE) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
Defines the default value for this dataset.
setDynamicSeriesNamer(DynamicSeriesNamer) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
setDynamicSeriesNamer(DynamicSeriesNamer) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeriesInternal
 
setErrorBarColor(int) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the error bar color for this dataset.
setErrorBarColor(Paint) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the error bar color for this dataset.
setErrorBarColor(String) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the error bar color for this dataset.
setGradientVisible(boolean) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the bar-gradient visibility for this dataset.
setKeyColumnsOrdered(String[]) - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
setLineColor(int) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the line color for this dataset.
setLineColor(Paint) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the line color for this dataset.
setLineColor(String) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the line color for this dataset.
setLineStyle(LineStyle) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the line style for this dataset.
setLinesVisible(Boolean) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the line visibility for this dataset.
setName(String) - Method in class io.deephaven.plot.BaseFigureImpl
 
setOneClickMap(boolean) - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
setPartitionedTable(PartitionedTable) - Method in class io.deephaven.plot.util.tables.PartitionedTableHandle
 
setPattern(String) - Method in interface io.deephaven.plot.axisformatters.AxisFormat
Set the pattern used for formatting values.
setPattern(String) - Method in class io.deephaven.plot.axisformatters.DecimalAxisFormat
 
setPattern(String) - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat
 
setPiePercentLabelFormat(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
Sets the pie percent label format for this dataset.
setPointLabelFormat(String) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the point label format for this dataset.
setPointsVisible(Boolean) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the points visibility for this dataset.
setSessionId(int) - Method in class io.deephaven.plot.BaseFigureImpl
 
setSpecific(AssociativeData<KEY, VALUE>) - Method in class io.deephaven.plot.datasets.data.AssociativeDataWithDefault
Sets this dataset's key-value pairs.
setSpecific(IndexableData<TT>, boolean) - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
Sets this datasets indexed values.
setTable(Table) - Method in class io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
 
setTable(Table) - Method in class io.deephaven.plot.util.tables.TableHandle
 
setTimeAxis(boolean) - Method in class io.deephaven.plot.AxisImpl
Sets the boolean representing whether this axis is time axis
setValidGroups(String...) - Method in class io.deephaven.plot.FigureWidget
 
setValidGroups(Collection<String>) - Method in class io.deephaven.plot.FigureWidget
 
setXToolTipPattern(String) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the x-value tooltip format for this dataset.
setYToolTipPattern(String) - Method in class io.deephaven.plot.datasets.AbstractDataSeries
Sets the y-value tooltip format for this dataset.
shape(JShapes) - Static method in class io.deephaven.gui.shape.JShapes
 
shape(NamedShape) - Static method in class io.deephaven.gui.shape.JShapes
 
Shape - Interface in io.deephaven.gui.shape
Shape objects
shapesSetSpecific(AssociativeData<Comparable, Shape>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
ShapeUtils - Class in io.deephaven.plot.util
Utilities for Shape.
show() - Method in interface io.deephaven.plot.Figure
Creates a displayable figure that can be sent to the client.
show() - Method in class io.deephaven.plot.FigureImpl
Creates a displayable figure that can be sent to the client.
size() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesKernel
Get the size of the dataset (the number of categories)
size() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesMap
 
size() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesPartitionedTable
 
size() - Method in class io.deephaven.plot.datasets.category.CategoryDataSeriesSwappablePartitionedTable
 
size() - Method in class io.deephaven.plot.datasets.category.CategoryTreemapDataSeriesTableMap
 
size() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesKernel
Get the size of the dataset (the number of categories)
size() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesMap
 
size() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesPartitionedTable
 
size() - Method in class io.deephaven.plot.datasets.categoryerrorbar.CategoryErrorBarDataSeriesSwappablePartitionedTable
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableData
Gets the size of this dataset.
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataArray
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataArrayNullCategory
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataByte
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataCharacter
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataDouble
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataInfinite
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataInstant
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataInteger
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataListNullCategory
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataSwappableTable
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataTable
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableDataWithDefault
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericData
Gets the size of this dataset.
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDate
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayDouble
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayFloat
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInstant
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayInt
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayLong
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayNumber
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataArrayShort
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataListNumber
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataSwappableTable
 
size() - Method in class io.deephaven.plot.datasets.data.IndexableNumericDataTable
 
size() - Method in interface io.deephaven.plot.datasets.DataSeriesInternal
Gets the size of this data set.
size() - Method in class io.deephaven.plot.datasets.ohlc.OHLCDataSeriesArray
 
size() - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
size() - Method in class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
 
size() - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the number of rows in the column.
sizesSetSpecific(AssociativeData<Comparable, Double>) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
span(int, int) - Method in interface io.deephaven.plot.Chart
Sets the size of this Chart within the grid of the figure.
span(int, int) - Method in class io.deephaven.plot.ChartImpl
 
span(int, int) - Method in interface io.deephaven.plot.Figure
 
span(int, int) - Method in class io.deephaven.plot.FigureImpl
 
SQRT - Enum constant in enum class io.deephaven.plot.axistransformations.AxisTransforms
Square root.
SQUARE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
SQUARE - Enum constant in enum class io.deephaven.plot.LineStyle.LineEndStyle
Square line ending.
STACKED_AREA - Enum constant in enum class io.deephaven.plot.PlotStyle
A stacked area chart.
STACKED_BAR - Enum constant in enum class io.deephaven.plot.PlotStyle
A stacked bar chart.
STEP - Enum constant in enum class io.deephaven.plot.PlotStyle
A step plot.
stream() - Method in class io.deephaven.plot.datasets.data.IndexableNumericData
Gets the values of this dataset as a stream of doubles.
SwappablePartitionedTable - Interface in io.deephaven.plot.util.tables
SwappableTable - Class in io.deephaven.plot.util.tables
Holds a handle on a table that may get swapped out for another table.
SwappableTable(PartitionedTableHandle) - Constructor for class io.deephaven.plot.util.tables.SwappableTable
Creates a SwappableTable instance with the tableHandle.
SwappableTableOneClickAbstract - Class in io.deephaven.plot.util.tables
Holds a handle on a one click table that may get swapped out for another table.
SwappableTableOneClickAbstract(Comparable, long, PartitionedTableHandle, boolean, String[]) - Constructor for class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
SwappableTableOneClickPartitioned - Class in io.deephaven.plot.util.tables
Holds a handle on a one click table that may get swapped out for another table.
SwappableTableOneClickPartitioned(Comparable, long, PartitionedTableHandle, Function<Table, Table>, boolean, String...) - Constructor for class io.deephaven.plot.util.tables.SwappableTableOneClickPartitioned
 
SwappableTableOneClickPartitioned(Comparable, long, PartitionedTableHandle, Function<Table, Table>, String...) - Constructor for class io.deephaven.plot.util.tables.SwappableTableOneClickPartitioned
 

T

table(double[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of doubles holding the specified data.
table(float[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of floats holding the specified data.
table(int[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of ints holding the specified data.
table(long[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of longs holding the specified data.
table(short[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column of shorts holding the specified data.
table(List<T>, String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column holding the specified data.
table(T[], String) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new table with a column holding the specified data.
TableBackedPartitionedTableHandle - Class in io.deephaven.plot.util.tables
PartitionedTableHandle with an underlying table.
TableBackedPartitionedTableHandle(Table, Collection<String>, String[], PlotInfo) - Constructor for class io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
 
TableBackedPartitionedTableHandle(TableHandle, String[], PlotInfo) - Constructor for class io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
 
TableHandle - Class in io.deephaven.plot.util.tables
A handle describing a table as well as the columns of the table that are needed.
TableHandle(Table, String...) - Constructor for class io.deephaven.plot.util.tables.TableHandle
 
TableSnapshotSeries - Interface in io.deephaven.plot
Data series that are backed by table snapshots
tickLabelAngle(double) - Method in interface io.deephaven.plot.Axis
Sets the angle the tick labels of this Axis are drawn at.
tickLabelAngle(double) - Method in class io.deephaven.plot.AxisImpl
 
tickLabelAngle(double) - Method in interface io.deephaven.plot.Figure
 
tickLabelAngle(double) - Method in class io.deephaven.plot.FigureImpl
 
ticks(double) - Method in interface io.deephaven.plot.Axis
Sets the tick locations.
ticks(double) - Method in class io.deephaven.plot.AxisImpl
 
ticks(double) - Method in interface io.deephaven.plot.Figure
 
ticks(double) - Method in class io.deephaven.plot.FigureImpl
 
ticks(double[]) - Method in interface io.deephaven.plot.Axis
Sets the tick locations.
ticks(double[]) - Method in class io.deephaven.plot.AxisImpl
 
ticks(double[]) - Method in interface io.deephaven.plot.Figure
 
ticks(double[]) - Method in class io.deephaven.plot.FigureImpl
 
ticksFont(Font) - Method in interface io.deephaven.plot.Axis
Sets the font for this Axis's ticks.
ticksFont(Font) - Method in class io.deephaven.plot.AxisImpl
 
ticksFont(Font) - Method in interface io.deephaven.plot.Figure
 
ticksFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
ticksFont(String, String, int) - Method in interface io.deephaven.plot.Axis
Sets the font for this Axis's ticks.
ticksFont(String, String, int) - Method in class io.deephaven.plot.AxisImpl
 
ticksFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
ticksFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
ticksVisible(boolean) - Method in interface io.deephaven.plot.Axis
Sets whether ticks are drawn on this Axis.
ticksVisible(boolean) - Method in class io.deephaven.plot.AxisImpl
 
ticksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
ticksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
TIME - Enum constant in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
 
toDouble(float[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of doubles holding the specified data.
toDouble(int[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of doubles holding the specified data.
toDouble(long[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of doubles holding the specified data.
toDouble(T[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of doubles holding the specified data.
toFloat(double[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of floats holding the specified data.
toFloat(int[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of floats holding the specified data.
toFloat(long[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of floats holding the specified data.
toFloat(T[]) - Static method in class io.deephaven.plot.util.PlotUtils
Creates a new array of floats holding the specified data.
toolTipPattern(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
toolTipPattern(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the tooltip format.
toolTipPattern(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
toolTipPattern(String) - Method in interface io.deephaven.plot.Figure
 
toolTipPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
toolTipPattern(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
toolTipPattern(String, Object...) - Method in interface io.deephaven.plot.Figure
 
toolTipPattern(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
toolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
toString() - Method in class io.deephaven.plot.errors.PlotInfo
 
toString() - Method in class io.deephaven.plot.Font
 
toString() - Method in class io.deephaven.plot.LineStyle
 
toString() - Method in class io.deephaven.plot.util.NullCategory
 
transform(double) - Method in interface io.deephaven.plot.axistransformations.AxisTransform
Transforms a data point to Axis space.
transform(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformBusinessCalendar
 
transform(double) - Method in class io.deephaven.plot.axistransformations.AxisTransformLambda
 
transform(double) - Method in enum class io.deephaven.plot.axistransformations.AxisTransforms
 
transform(Object, Function<Table, Table>) - Method in interface io.deephaven.plot.filters.SelectableDataSet
Produces a derivative SelectableDataSet with the specified transformation applied to all internal tables.
transform(Object, Function<Table, Table>) - Method in class io.deephaven.plot.filters.SelectableDataSetOneClick
 
transform(Object, Function<Table, Table>) - Method in class io.deephaven.plot.filters.SelectableDataSetSwappableTable
 
transform(AxisTransform) - Method in interface io.deephaven.plot.Axis
Sets the AxisTransform for this Axis.
transform(AxisTransform) - Method in class io.deephaven.plot.AxisImpl
 
transform(AxisTransform) - Method in interface io.deephaven.plot.Figure
 
transform(AxisTransform) - Method in class io.deephaven.plot.FigureImpl
 
TREEMAP - Enum constant in enum class io.deephaven.plot.ChartType
A category axis for hierarchy, and a numeric axis for values.
TREEMAP - Enum constant in enum class io.deephaven.plot.PlotStyle
A treemap plot.
treemapPlot(Comparable, Table, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Axes
Creates a treemap plot.
treemapPlot(Comparable, Table, String, String, String, String, String, String) - Method in class io.deephaven.plot.AxesImpl
 
treemapPlot(Comparable, Table, String, String, String, String, String, String) - Method in interface io.deephaven.plot.Figure
 
treemapPlot(Comparable, Table, String, String, String, String, String, String) - Method in class io.deephaven.plot.FigureImpl
 
treemapPlot(Comparable, Table, String, String, String, String, String, String) - Static method in class io.deephaven.plot.PlottingConvenience
twin() - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin() - Method in class io.deephaven.plot.AxesImpl
 
twin() - Method in interface io.deephaven.plot.Figure
 
twin() - Method in class io.deephaven.plot.FigureImpl
 
twin(int) - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin(int) - Method in class io.deephaven.plot.AxesImpl
 
twin(int) - Method in interface io.deephaven.plot.Figure
 
twin(int) - Method in class io.deephaven.plot.FigureImpl
 
twin(String) - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin(String) - Method in class io.deephaven.plot.AxesImpl
 
twin(String) - Method in interface io.deephaven.plot.Figure
 
twin(String) - Method in class io.deephaven.plot.FigureImpl
 
twin(String, int) - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same Axis objects as this Axes.
twin(String, int) - Method in class io.deephaven.plot.AxesImpl
 
twin(String, int) - Method in interface io.deephaven.plot.Figure
 
twin(String, int) - Method in class io.deephaven.plot.FigureImpl
 
twinX() - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same x-Axis as this Axes.
twinX() - Method in class io.deephaven.plot.AxesImpl
 
twinX() - Method in interface io.deephaven.plot.Figure
 
twinX() - Method in class io.deephaven.plot.FigureImpl
 
twinX(String) - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same x-Axis as this Axes.
twinX(String) - Method in class io.deephaven.plot.AxesImpl
 
twinX(String) - Method in interface io.deephaven.plot.Figure
 
twinX(String) - Method in class io.deephaven.plot.FigureImpl
 
twinY() - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same y-Axis as this Axes.
twinY() - Method in class io.deephaven.plot.AxesImpl
 
twinY() - Method in interface io.deephaven.plot.Figure
 
twinY() - Method in class io.deephaven.plot.FigureImpl
 
twinY(String) - Method in interface io.deephaven.plot.Axes
Creates a new Axes instance which shares the same y-Axis as this Axes.
twinY(String) - Method in class io.deephaven.plot.AxesImpl
 
twinY(String) - Method in interface io.deephaven.plot.Figure
 
twinY(String) - Method in class io.deephaven.plot.FigureImpl
 
type() - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler
Gets the data type of the column.
typeClassification() - Method in interface io.deephaven.plot.util.tables.ColumnHandlerFactory.ColumnHandler

U

UNARY_FUNCTION - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
uniqueVarName(String) - Static method in class io.deephaven.plot.util.PlotUtils
Gets a variable name not already in the QueryScope by appending random integers to the end of root until a unique name is found.
UP_TRIANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 
updateInterval - Variable in class io.deephaven.plot.util.tables.SwappableTableOneClickAbstract
 
updateInterval(long) - Method in interface io.deephaven.plot.BaseFigure
Sets the update interval of this Figure.
updateInterval(long) - Method in class io.deephaven.plot.BaseFigureImpl
 
updateInterval(long) - Method in interface io.deephaven.plot.Figure
 
updateInterval(long) - Method in class io.deephaven.plot.FigureImpl
 
updateTimeZone(ZoneId) - Method in class io.deephaven.plot.axisformatters.NanosAxisFormat.NanosFormat
 

V

validateInitialization() - Method in class io.deephaven.plot.BaseFigureImpl
Checks if the figure can be instantiated.
valueOf(String) - Static method in enum class io.deephaven.gui.shape.NamedShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.AxisImpl.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.axistransformations.AxisTransforms
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.ChartImpl.PlotOrientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.chartmodifiers.OneClickChartModifier.VisibilityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.ChartType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.Font.FontStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.LineStyle.LineEndStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.LineStyle.LineJoinStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.PlotStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.SeriesCollection.SeriesType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.deephaven.gui.shape.NamedShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.AxisImpl.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.axistransformations.AxisTransforms
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.ChartImpl.PlotOrientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.chartmodifiers.OneClickChartModifier.VisibilityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.ChartType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.Font.FontStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.LineStyle.LineEndStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.LineStyle.LineJoinStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.PlotStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.SeriesCollection.SeriesType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.deephaven.plot.util.tables.ColumnHandlerFactory.TypeClassification
Returns an array containing the constants of this enum class, in the order they are declared.
VERTICAL - Enum constant in enum class io.deephaven.plot.ChartImpl.PlotOrientation
 
VERTICAL_RECTANGLE - Enum constant in enum class io.deephaven.gui.shape.NamedShape
 

X

xAxis() - Method in interface io.deephaven.plot.Axes
Gets the Axis representing the x-axis
xAxis() - Method in class io.deephaven.plot.AxesImpl
 
xAxis() - Method in interface io.deephaven.plot.Figure
 
xAxis() - Method in class io.deephaven.plot.FigureImpl
 
xBusinessTime() - Method in interface io.deephaven.plot.Axes
xBusinessTime() - Method in class io.deephaven.plot.AxesImpl
 
xBusinessTime() - Method in interface io.deephaven.plot.Figure
 
xBusinessTime() - Method in class io.deephaven.plot.FigureImpl
 
xBusinessTime(boolean) - Method in interface io.deephaven.plot.Axes
xBusinessTime(boolean) - Method in class io.deephaven.plot.AxesImpl
 
xBusinessTime(boolean) - Method in interface io.deephaven.plot.Figure
 
xBusinessTime(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xBusinessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
xBusinessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
xBusinessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
xBusinessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
xBusinessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Axes
xBusinessTime(BusinessCalendar) - Method in class io.deephaven.plot.AxesImpl
 
xBusinessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Figure
 
xBusinessTime(BusinessCalendar) - Method in class io.deephaven.plot.FigureImpl
 
xColor(Paint) - Method in interface io.deephaven.plot.Axes
Sets the color of the x-Axis
xColor(Paint) - Method in class io.deephaven.plot.AxesImpl
 
xColor(Paint) - Method in interface io.deephaven.plot.Figure
 
xColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
xColor(String) - Method in interface io.deephaven.plot.Axes
Sets the color of the x-Axis
xColor(String) - Method in class io.deephaven.plot.AxesImpl
 
xColor(String) - Method in interface io.deephaven.plot.Figure
 
xColor(String) - Method in class io.deephaven.plot.FigureImpl
 
xFormat(AxisFormat) - Method in interface io.deephaven.plot.Axes
Sets the AxisFormat of the x-Axis
xFormat(AxisFormat) - Method in class io.deephaven.plot.AxesImpl
 
xFormat(AxisFormat) - Method in interface io.deephaven.plot.Figure
 
xFormat(AxisFormat) - Method in class io.deephaven.plot.FigureImpl
 
xFormatPattern(String) - Method in interface io.deephaven.plot.Axes
Sets the format pattern of the x-Axis
xFormatPattern(String) - Method in class io.deephaven.plot.AxesImpl
 
xFormatPattern(String) - Method in interface io.deephaven.plot.Figure
 
xFormatPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
xGridLinesVisible(boolean) - Method in interface io.deephaven.plot.Chart
Sets whether the Chart has grid lines in the x direction.
xGridLinesVisible(boolean) - Method in class io.deephaven.plot.ChartImpl
 
xGridLinesVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
xGridLinesVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xInvert() - Method in interface io.deephaven.plot.Axes
Inverts the x-Axis so that larger values are closer to the origin.
xInvert() - Method in class io.deephaven.plot.AxesImpl
 
xInvert() - Method in interface io.deephaven.plot.Figure
 
xInvert() - Method in class io.deephaven.plot.FigureImpl
 
xInvert(boolean) - Method in interface io.deephaven.plot.Axes
Inverts the x-Axis so that larger values are closer to the origin.
xInvert(boolean) - Method in class io.deephaven.plot.AxesImpl
 
xInvert(boolean) - Method in interface io.deephaven.plot.Figure
 
xInvert(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xLabel(String) - Method in interface io.deephaven.plot.Axes
Sets the label of the x-Axis
xLabel(String) - Method in class io.deephaven.plot.AxesImpl
 
xLabel(String) - Method in interface io.deephaven.plot.Figure
 
xLabel(String) - Method in class io.deephaven.plot.FigureImpl
 
xLabelFont(Font) - Method in interface io.deephaven.plot.Axes
Sets the font for the x-Axis label.
xLabelFont(Font) - Method in class io.deephaven.plot.AxesImpl
 
xLabelFont(Font) - Method in interface io.deephaven.plot.Figure
 
xLabelFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
xLabelFont(String, String, int) - Method in interface io.deephaven.plot.Axes
Sets the font for the x-Axis label.
xLabelFont(String, String, int) - Method in class io.deephaven.plot.AxesImpl
 
xLabelFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
xLabelFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
xLog() - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the x-Axis to log base 10
xLog() - Method in class io.deephaven.plot.AxesImpl
 
xLog() - Method in interface io.deephaven.plot.Figure
 
xLog() - Method in class io.deephaven.plot.FigureImpl
 
xLog(boolean) - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the x-Axis to log base 10
xLog(boolean) - Method in class io.deephaven.plot.AxesImpl
 
xLog(boolean) - Method in interface io.deephaven.plot.Figure
 
xLog(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xMax(double) - Method in interface io.deephaven.plot.Axes
Sets the maximum of the x-Axis.
xMax(double) - Method in class io.deephaven.plot.AxesImpl
 
xMax(double) - Method in interface io.deephaven.plot.Figure
 
xMax(double) - Method in class io.deephaven.plot.FigureImpl
 
xMax(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
Sets the maximum of the x-Axis.
xMax(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
xMax(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
xMax(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
xMin(double) - Method in interface io.deephaven.plot.Axes
Sets the minimum of the x-Axis.
xMin(double) - Method in class io.deephaven.plot.AxesImpl
 
xMin(double) - Method in interface io.deephaven.plot.Figure
 
xMin(double) - Method in class io.deephaven.plot.FigureImpl
 
xMin(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
Sets the minimum of the x-Axis.
xMin(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
xMin(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
xMin(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
xMinorTicks(int) - Method in interface io.deephaven.plot.Axes
Sets the number of minor ticks between consecutive major ticks in the x-Axis.
xMinorTicks(int) - Method in class io.deephaven.plot.AxesImpl
 
xMinorTicks(int) - Method in interface io.deephaven.plot.Figure
 
xMinorTicks(int) - Method in class io.deephaven.plot.FigureImpl
 
xMinorTicksVisible(boolean) - Method in interface io.deephaven.plot.Axes
Sets whether the x-Axis minor ticks are visible.
xMinorTicksVisible(boolean) - Method in class io.deephaven.plot.AxesImpl
 
xMinorTicksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
xMinorTicksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xRange(double, double) - Method in interface io.deephaven.plot.Axes
Sets the range of the x-Axis
xRange(double, double) - Method in class io.deephaven.plot.AxesImpl
 
xRange(double, double) - Method in interface io.deephaven.plot.Figure
 
xRange(double, double) - Method in class io.deephaven.plot.FigureImpl
 
xTickLabelAngle(double) - Method in interface io.deephaven.plot.Axes
Sets the angle the tick labels the x-Axis are drawn at.
xTickLabelAngle(double) - Method in class io.deephaven.plot.AxesImpl
 
xTickLabelAngle(double) - Method in interface io.deephaven.plot.Figure
 
xTickLabelAngle(double) - Method in class io.deephaven.plot.FigureImpl
 
xTicks(double) - Method in interface io.deephaven.plot.Axes
Sets the x-Axis ticks.
xTicks(double) - Method in class io.deephaven.plot.AxesImpl
 
xTicks(double) - Method in interface io.deephaven.plot.Figure
 
xTicks(double) - Method in class io.deephaven.plot.FigureImpl
 
xTicks(double[]) - Method in interface io.deephaven.plot.Axes
Sets the x-Axis ticks.
xTicks(double[]) - Method in class io.deephaven.plot.AxesImpl
 
xTicks(double[]) - Method in interface io.deephaven.plot.Figure
 
xTicks(double[]) - Method in class io.deephaven.plot.FigureImpl
 
xTicksFont(Font) - Method in interface io.deephaven.plot.Axes
Sets the font for the x-Axis ticks.
xTicksFont(Font) - Method in class io.deephaven.plot.AxesImpl
 
xTicksFont(Font) - Method in interface io.deephaven.plot.Figure
 
xTicksFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
xTicksFont(String, String, int) - Method in interface io.deephaven.plot.Axes
Sets the font for the x-Axis ticks.
xTicksFont(String, String, int) - Method in class io.deephaven.plot.AxesImpl
 
xTicksFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
xTicksFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
xTicksVisible(boolean) - Method in interface io.deephaven.plot.Axes
Sets whether the x-Axis ticks are visible.
xTicksVisible(boolean) - Method in class io.deephaven.plot.AxesImpl
 
xTicksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
xTicksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
xToolTipPattern(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
xToolTipPattern(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the x-value tooltip format.
xToolTipPattern(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
xToolTipPattern(String) - Method in interface io.deephaven.plot.Figure
 
xToolTipPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
xToolTipPattern(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
xToolTipPattern(String, Object...) - Method in interface io.deephaven.plot.Figure
 
xToolTipPattern(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
xToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
xTransform(AxisTransform) - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the x-Axis
xTransform(AxisTransform) - Method in class io.deephaven.plot.AxesImpl
 
xTransform(AxisTransform) - Method in interface io.deephaven.plot.Figure
 
xTransform(AxisTransform) - Method in class io.deephaven.plot.FigureImpl
 
XY - Enum constant in enum class io.deephaven.plot.ChartType
Has continuous axes.
XY - Enum constant in enum class io.deephaven.plot.SeriesCollection.SeriesType
 
XYDataSeries - Interface in io.deephaven.plot.datasets.xy
DataSeries with two numerical components, x and y.
XYDataSeriesArray - Class in io.deephaven.plot.datasets.xy
XYDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesArray
Creates a XYDataSeriesArray instance.
XYDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData, AbstractXYDataSeries) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesArray
 
XYDataSeriesArray(XYDataSeriesArray, AxesImpl) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesArray
Creates a copy of a series using a different Axes.
XYDataSeriesFunction - Interface in io.deephaven.plot.datasets.xy
XYDataSeries based on a function.
XYDataSeriesFunctionImpl - Class in io.deephaven.plot.datasets.xy
XYDataSeriesInternal based on a function.
XYDataSeriesFunctionImpl(AxesImpl, int, Comparable, DoubleUnaryOperator) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesFunctionImpl
Creates a XYDataSeriesFunction instance.
XYDataSeriesFunctionInternal - Interface in io.deephaven.plot.datasets.xy
XYDataSeries based on a function.
XYDataSeriesInternal - Interface in io.deephaven.plot.datasets.xy
DataSeriesInternal with two numerical components, x and y.
XYDataSeriesSwappableTableArray - Class in io.deephaven.plot.datasets.xy
 
XYDataSeriesSwappableTableArray(AxesImpl, int, Comparable, SwappableTable, String, String) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesSwappableTableArray
 
XYDataSeriesTableArray - Class in io.deephaven.plot.datasets.xy
 
XYDataSeriesTableArray(AxesImpl, int, Comparable, TableHandle, String, String) - Constructor for class io.deephaven.plot.datasets.xy.XYDataSeriesTableArray
 
XYErrorBarDataSeries - Interface in io.deephaven.plot.datasets.xyerrorbar
An XYDataSeries with error bars.
XYErrorBarDataSeriesArray - Class in io.deephaven.plot.datasets.xyerrorbar
Dataset appropriate for an XYErrorBarDataSeriesInternal composed of indexable data.
XYErrorBarDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, boolean, boolean) - Constructor for class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
XYErrorBarDataSeriesArray(AxesImpl, int, Comparable, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, IndexableNumericData, boolean, boolean, AbstractXYDataSeries) - Constructor for class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
 
XYErrorBarDataSeriesArray(XYErrorBarDataSeriesArray, AxesImpl) - Constructor for class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesArray
Creates a copy of a series using a different Axes.
XYErrorBarDataSeriesInternal - Interface in io.deephaven.plot.datasets.xyerrorbar
An XYDataSeriesInternal with error bars.
XYErrorBarDataSeriesSwappableTableArray - Class in io.deephaven.plot.datasets.xyerrorbar
 
XYErrorBarDataSeriesSwappableTableArray(AxesImpl, int, Comparable, SwappableTable, String, String, String, String, String, String, boolean, boolean) - Constructor for class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesSwappableTableArray
 
XYErrorBarDataSeriesTableArray - Class in io.deephaven.plot.datasets.xyerrorbar
 
XYErrorBarDataSeriesTableArray(AxesImpl, int, Comparable, TableHandle, String, String, String, String, String, String, boolean, boolean) - Constructor for class io.deephaven.plot.datasets.xyerrorbar.XYErrorBarDataSeriesTableArray
 

Y

yAxis() - Method in interface io.deephaven.plot.Axes
Gets the Axis representing the y-axis
yAxis() - Method in class io.deephaven.plot.AxesImpl
 
yAxis() - Method in interface io.deephaven.plot.Figure
 
yAxis() - Method in class io.deephaven.plot.FigureImpl
 
yBusinessTime() - Method in interface io.deephaven.plot.Axes
yBusinessTime() - Method in class io.deephaven.plot.AxesImpl
 
yBusinessTime() - Method in interface io.deephaven.plot.Figure
 
yBusinessTime() - Method in class io.deephaven.plot.FigureImpl
 
yBusinessTime(boolean) - Method in interface io.deephaven.plot.Axes
yBusinessTime(boolean) - Method in class io.deephaven.plot.AxesImpl
 
yBusinessTime(boolean) - Method in interface io.deephaven.plot.Figure
 
yBusinessTime(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yBusinessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
yBusinessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
yBusinessTime(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
yBusinessTime(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
yBusinessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Axes
yBusinessTime(BusinessCalendar) - Method in class io.deephaven.plot.AxesImpl
 
yBusinessTime(BusinessCalendar) - Method in interface io.deephaven.plot.Figure
 
yBusinessTime(BusinessCalendar) - Method in class io.deephaven.plot.FigureImpl
 
yColor(Paint) - Method in interface io.deephaven.plot.Axes
Sets the color of the y-Axis
yColor(Paint) - Method in class io.deephaven.plot.AxesImpl
 
yColor(Paint) - Method in interface io.deephaven.plot.Figure
 
yColor(Paint) - Method in class io.deephaven.plot.FigureImpl
 
yColor(String) - Method in interface io.deephaven.plot.Axes
Sets the color of the y-Axis
yColor(String) - Method in class io.deephaven.plot.AxesImpl
 
yColor(String) - Method in interface io.deephaven.plot.Figure
 
yColor(String) - Method in class io.deephaven.plot.FigureImpl
 
yFormat(AxisFormat) - Method in interface io.deephaven.plot.Axes
Sets the AxisFormat of the y-Axis
yFormat(AxisFormat) - Method in class io.deephaven.plot.AxesImpl
 
yFormat(AxisFormat) - Method in interface io.deephaven.plot.Figure
 
yFormat(AxisFormat) - Method in class io.deephaven.plot.FigureImpl
 
yFormatPattern(String) - Method in interface io.deephaven.plot.Axes
Sets the format pattern of the y-Axis
yFormatPattern(String) - Method in class io.deephaven.plot.AxesImpl
 
yFormatPattern(String) - Method in interface io.deephaven.plot.Figure
 
yFormatPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
yGridLinesVisible(boolean) - Method in interface io.deephaven.plot.Chart
Sets whether the Chart has grid lines in the y direction
yGridLinesVisible(boolean) - Method in class io.deephaven.plot.ChartImpl
 
yGridLinesVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
yGridLinesVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yInvert() - Method in interface io.deephaven.plot.Axes
Inverts the y-Axis so that larger values are closer to the origin.
yInvert() - Method in class io.deephaven.plot.AxesImpl
 
yInvert() - Method in interface io.deephaven.plot.Figure
 
yInvert() - Method in class io.deephaven.plot.FigureImpl
 
yInvert(boolean) - Method in interface io.deephaven.plot.Axes
Inverts the y-Axis so that larger values are closer to the origin.
yInvert(boolean) - Method in class io.deephaven.plot.AxesImpl
 
yInvert(boolean) - Method in interface io.deephaven.plot.Figure
 
yInvert(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yLabel(String) - Method in interface io.deephaven.plot.Axes
Sets the label of the y-Axis
yLabel(String) - Method in class io.deephaven.plot.AxesImpl
 
yLabel(String) - Method in interface io.deephaven.plot.Figure
 
yLabel(String) - Method in class io.deephaven.plot.FigureImpl
 
yLabelFont(Font) - Method in interface io.deephaven.plot.Axes
Sets the font for the y-Axis label.
yLabelFont(Font) - Method in class io.deephaven.plot.AxesImpl
 
yLabelFont(Font) - Method in interface io.deephaven.plot.Figure
 
yLabelFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
yLabelFont(String, String, int) - Method in interface io.deephaven.plot.Axes
Sets the font for the y-Axis label.
yLabelFont(String, String, int) - Method in class io.deephaven.plot.AxesImpl
 
yLabelFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
yLabelFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
yLog() - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the y-Axis to log base 10
yLog() - Method in class io.deephaven.plot.AxesImpl
 
yLog() - Method in interface io.deephaven.plot.Figure
 
yLog() - Method in class io.deephaven.plot.FigureImpl
 
yLog(boolean) - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the y-Axis to log base 10
yLog(boolean) - Method in class io.deephaven.plot.AxesImpl
 
yLog(boolean) - Method in interface io.deephaven.plot.Figure
 
yLog(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yMax(double) - Method in interface io.deephaven.plot.Axes
Sets the maximum of the y-Axis.
yMax(double) - Method in class io.deephaven.plot.AxesImpl
 
yMax(double) - Method in interface io.deephaven.plot.Figure
 
yMax(double) - Method in class io.deephaven.plot.FigureImpl
 
yMax(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
Sets the maximum of the y-Axis.
yMax(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
yMax(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
yMax(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
yMin(double) - Method in interface io.deephaven.plot.Axes
Sets the minimum of the y-Axis.
yMin(double) - Method in class io.deephaven.plot.AxesImpl
 
yMin(double) - Method in interface io.deephaven.plot.Figure
 
yMin(double) - Method in class io.deephaven.plot.FigureImpl
 
yMin(SelectableDataSet, String) - Method in interface io.deephaven.plot.Axes
Sets the minimum of the y-Axis.
yMin(SelectableDataSet, String) - Method in class io.deephaven.plot.AxesImpl
 
yMin(SelectableDataSet, String) - Method in interface io.deephaven.plot.Figure
 
yMin(SelectableDataSet, String) - Method in class io.deephaven.plot.FigureImpl
 
yMinorTicks(int) - Method in interface io.deephaven.plot.Axes
Sets the number of minor ticks between consecutive major ticks in the y-Axis.
yMinorTicks(int) - Method in class io.deephaven.plot.AxesImpl
 
yMinorTicks(int) - Method in interface io.deephaven.plot.Figure
 
yMinorTicks(int) - Method in class io.deephaven.plot.FigureImpl
 
yMinorTicksVisible(boolean) - Method in interface io.deephaven.plot.Axes
Sets whether the y-Axis minor ticks are visible.
yMinorTicksVisible(boolean) - Method in class io.deephaven.plot.AxesImpl
 
yMinorTicksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
yMinorTicksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yRange(double, double) - Method in interface io.deephaven.plot.Axes
Sets the range of the y-Axis
yRange(double, double) - Method in class io.deephaven.plot.AxesImpl
 
yRange(double, double) - Method in interface io.deephaven.plot.Figure
 
yRange(double, double) - Method in class io.deephaven.plot.FigureImpl
 
yTickLabelAngle(double) - Method in interface io.deephaven.plot.Axes
Sets the angle the tick labels the y-Axis are drawn at.
yTickLabelAngle(double) - Method in class io.deephaven.plot.AxesImpl
 
yTickLabelAngle(double) - Method in interface io.deephaven.plot.Figure
 
yTickLabelAngle(double) - Method in class io.deephaven.plot.FigureImpl
 
yTicks(double) - Method in interface io.deephaven.plot.Axes
Sets the y-Axis ticks.
yTicks(double) - Method in class io.deephaven.plot.AxesImpl
 
yTicks(double) - Method in interface io.deephaven.plot.Figure
 
yTicks(double) - Method in class io.deephaven.plot.FigureImpl
 
yTicks(double[]) - Method in interface io.deephaven.plot.Axes
Sets the y-Axis ticks.
yTicks(double[]) - Method in class io.deephaven.plot.AxesImpl
 
yTicks(double[]) - Method in interface io.deephaven.plot.Figure
 
yTicks(double[]) - Method in class io.deephaven.plot.FigureImpl
 
yTicksFont(Font) - Method in interface io.deephaven.plot.Axes
Sets the font for the y-Axis ticks.
yTicksFont(Font) - Method in class io.deephaven.plot.AxesImpl
 
yTicksFont(Font) - Method in interface io.deephaven.plot.Figure
 
yTicksFont(Font) - Method in class io.deephaven.plot.FigureImpl
 
yTicksFont(String, String, int) - Method in interface io.deephaven.plot.Axes
Sets the font for the y-Axis ticks.
yTicksFont(String, String, int) - Method in class io.deephaven.plot.AxesImpl
 
yTicksFont(String, String, int) - Method in interface io.deephaven.plot.Figure
 
yTicksFont(String, String, int) - Method in class io.deephaven.plot.FigureImpl
 
yTicksVisible(boolean) - Method in interface io.deephaven.plot.Axes
Sets whether the y-Axis ticks are visible.
yTicksVisible(boolean) - Method in class io.deephaven.plot.AxesImpl
 
yTicksVisible(boolean) - Method in interface io.deephaven.plot.Figure
 
yTicksVisible(boolean) - Method in class io.deephaven.plot.FigureImpl
 
yToolTipPattern(String) - Method in class io.deephaven.plot.datasets.category.AbstractCategoryDataSeries
 
yToolTipPattern(String) - Method in interface io.deephaven.plot.datasets.DataSeries
Sets the y-value tooltip format.
yToolTipPattern(String) - Method in class io.deephaven.plot.datasets.xy.AbstractXYDataSeries
 
yToolTipPattern(String) - Method in interface io.deephaven.plot.Figure
 
yToolTipPattern(String) - Method in class io.deephaven.plot.FigureImpl
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.AbstractMultiSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
yToolTipPattern(String, Object...) - Method in interface io.deephaven.plot.datasets.multiseries.MultiSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
yToolTipPattern(String, Object...) - Method in interface io.deephaven.plot.Figure
 
yToolTipPattern(String, Object...) - Method in class io.deephaven.plot.FigureImpl
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeries
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatErrorBarSeriesSwappable
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeries
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiCatSeriesSwappable
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeries
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiOHLCSeriesSwappable
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeries
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYErrorBarSeriesSwappable
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeries
 
yToolTipPatternSeriesNameToStringMap() - Method in class io.deephaven.plot.datasets.multiseries.MultiXYSeriesSwappable
 
yTransform(AxisTransform) - Method in interface io.deephaven.plot.Axes
Sets the AxisTransform of the y-Axis
yTransform(AxisTransform) - Method in class io.deephaven.plot.AxesImpl
 
yTransform(AxisTransform) - Method in interface io.deephaven.plot.Figure
 
yTransform(AxisTransform) - Method in class io.deephaven.plot.FigureImpl
 
A B C D E F G H I J L M N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form