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
    • titleFont

      public @JsNullable String titleFont
    • titleColor

      public @JsNullable String titleColor
    • isResizable

      public @jsinterop.annotations.JsNullable boolean isResizable
    • isDefaultTheme

      public @jsinterop.annotations.JsNullable boolean isDefaultTheme
    • updateInterval

      public @jsinterop.annotations.JsNullable double updateInterval
    • cols

      public @jsinterop.annotations.JsNullable int cols
    • rows

      public @jsinterop.annotations.JsNullable int rows
    • charts

      public elemental2.core.JsArray<JsChartDescriptor> charts
  • 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()