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 Summary
FieldsModifier and TypeFieldDescriptionelemental2.core.JsArray<JsChartDescriptor>
@jsinterop.annotations.JsNullable int
@jsinterop.annotations.JsNullable boolean
@jsinterop.annotations.JsNullable boolean
@jsinterop.annotations.JsNullable int
@JsNullable String
@JsNullable String
@JsNullable String
@jsinterop.annotations.JsNullable double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
-
titleFont
-
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
-
-
Constructor Details
-
JsFigureDescriptor
@JsConstructor public JsFigureDescriptor() -
JsFigureDescriptor
-
-
Method Details
-
getTables
-