Class OneClickChartModifier<T>

java.lang.Object
io.deephaven.plot.chartmodifiers.OneClickChartModifier<T>
All Implemented Interfaces:
Serializable

public abstract class OneClickChartModifier<T> extends Object implements Serializable
Framework for a class which modifies a chart on a OneClick event
See Also:
  • Constructor Details

    • OneClickChartModifier

      public OneClickChartModifier(SwappableTable t, String valueColumn, OneClickChartModifier.VisibilityLevel visibilityLevel, PlotInfo plotInfo)
      Creates a OneClickChartModifier instance. to the given swappable table t.
      Parameters:
      t - swappable table
      valueColumn - column of swappable table
      visibilityLevel - which series to hide before a OneClick event, e.g. AXIS will hide all series for the given axis
      plotInfo - info for exceptions
  • Method Details

    • getVisibilityLevel

      public OneClickChartModifier.VisibilityLevel getVisibilityLevel()
      Returns:
      the visibility level
    • getValueColumn

      public String getValueColumn()
      Returns:
      the value column
    • getPlotInfo

      public PlotInfo getPlotInfo()
      Returns:
      the plot info