Class JsSourceDescriptor
java.lang.Object
io.deephaven.web.client.api.widget.plot.JsSourceDescriptor
@JsType(name="SourceDescriptor",
namespace="dh.plot")
public class JsSourceDescriptor
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionJsSourceDescriptor
(jsinterop.base.JsPropertyMap<Object> source, Map<Object, JsAxisDescriptor> axisMap) -
Method Summary
-
Field Details
-
axis
-
table
-
columnName
-
type
-
-
Constructor Details
-
JsSourceDescriptor
@JsConstructor public JsSourceDescriptor() -
JsSourceDescriptor
@JsIgnore public JsSourceDescriptor(jsinterop.base.JsPropertyMap<Object> source, Map<Object, JsAxisDescriptor> axisMap)
-