Package io.deephaven.plot.chartmodifiers
Class OneClickChartModifier<T>
java.lang.Object
io.deephaven.plot.chartmodifiers.OneClickChartModifier<T>
- All Implemented Interfaces:
Serializable
Framework for a class which modifies a chart on a OneClick event
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
At what level in the Figure hierarchy the series of a plot will be restricted, e.g. -
Constructor Summary
ConstructorDescriptionOneClickChartModifier
(SwappableTable t, String valueColumn, OneClickChartModifier.VisibilityLevel visibilityLevel, PlotInfo plotInfo) Creates a OneClickChartModifier instance. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OneClickChartModifier
public OneClickChartModifier(SwappableTable t, String valueColumn, OneClickChartModifier.VisibilityLevel visibilityLevel, PlotInfo plotInfo) Creates a OneClickChartModifier instance. to the given swappable tablet
.- Parameters:
t
- swappable tablevalueColumn
- column of swappable tablevisibilityLevel
- which series to hide before a OneClick event, e.g. AXIS will hide all series for the given axisplotInfo
- info for exceptions
-
-
Method Details
-
getVisibilityLevel
- Returns:
- the visibility level
-
getValueColumn
- Returns:
- the value column
-
getPlotInfo
- Returns:
- the plot info
-