Class JsFigureDescriptor

java.lang.Object
io.deephaven.web.client.api.widget.plot.JsFigureDescriptor

@JsType(name="FigureDescriptor", namespace="dh.plot") public class JsFigureDescriptor extends Object
A descriptor used with JsFigureFactory.create to create a figure from JS.
  • Field Details

    • title

      public @JsNullable String title
      The figure title.
    • titleFont

      public @JsNullable String titleFont
      The font for the figure title.
    • titleColor

      public @JsNullable String titleColor
      The color for the figure title.
    • isResizable

      public @jsinterop.annotations.JsNullable boolean isResizable
      Whether the figure is resizable.
    • isDefaultTheme

      public @jsinterop.annotations.JsNullable boolean isDefaultTheme
      Whether to use the default figure theme.
    • updateInterval

      public @jsinterop.annotations.JsNullable double updateInterval
      The update interval value used when creating the figure.
    • cols

      public @jsinterop.annotations.JsNullable int cols
      The number of columns in the figure layout.
    • rows

      public @jsinterop.annotations.JsNullable int rows
      The number of rows in the figure layout.
    • charts

      public elemental2.core.JsArray<JsChartDescriptor> charts
      The charts in this figure.
  • Constructor Details

    • JsFigureDescriptor

      @JsConstructor public JsFigureDescriptor()
    • JsFigureDescriptor

      @JsIgnore public JsFigureDescriptor(jsinterop.base.JsPropertyMap<Object> source)
  • Method Details

    • getTables

      @JsIgnore public elemental2.core.JsArray<JsTable> getTables()