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> The charts in this figure.@jsinterop.annotations.JsNullable intThe number of columns in the figure layout.@jsinterop.annotations.JsNullable booleanWhether to use the default figure theme.@jsinterop.annotations.JsNullable booleanWhether the figure is resizable.@jsinterop.annotations.JsNullable intThe number of rows in the figure layout.@JsNullable StringThe figure title.@JsNullable StringThe color for the figure title.@JsNullable StringThe font for the figure title.@jsinterop.annotations.JsNullable doubleThe update interval value used when creating the figure. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
The figure title. -
titleFont
The font for the figure title. -
titleColor
The color for the figure title. -
isResizable
public @jsinterop.annotations.JsNullable boolean isResizableWhether the figure is resizable. -
isDefaultTheme
public @jsinterop.annotations.JsNullable boolean isDefaultThemeWhether to use the default figure theme. -
updateInterval
public @jsinterop.annotations.JsNullable double updateIntervalThe update interval value used when creating the figure. -
cols
public @jsinterop.annotations.JsNullable int colsThe number of columns in the figure layout. -
rows
public @jsinterop.annotations.JsNullable int rowsThe number of rows in the figure layout. -
charts
The charts in this figure.
-
-
Constructor Details
-
JsFigureDescriptor
@JsConstructor public JsFigureDescriptor() -
JsFigureDescriptor
-
-
Method Details
-
getTables
-