Class PlotViewBuilderImpl

java.lang.Object
io.deephaven.multiviewwidget.impl.PlotViewBuilderImpl
All Implemented Interfaces:
PlotViewBuilder, ViewFactory

public class PlotViewBuilderImpl extends Object implements PlotViewBuilder
  • Constructor Details

  • Method Details

    • getBuilder

      @NotNull public @NotNull WidgetBuilder getBuilder()
      Description copied from interface: ViewFactory
      Get the parent builder in its current state. May be used to store intermediary states of the builder in order to separate widget-creation into multiple distinct sections
      Specified by:
      getBuilder in interface ViewFactory
      Returns:
      the parent builder