| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.js |
| Modifier and Type | Method and Description |
|---|---|
void |
GXyPlot.accept(JsObject options)
Enriches the JsObject with options for these axes
|
void |
GPiePlot.accept(JsObject options)
Enriches the JsObject with options for these axes
|
void |
GChartTextStyle.accept(JsObject object) |
void |
GChartLabel.accept(JsObject label) |
void |
GXyAxis.accept(JsObject axis,
GXyDataset dataset)
Enriches the options of this axis on the JsObject provided.
|
private void |
GXyPlot.applyShape(JsObject object,
ChartShape shape)
Applies a point shape style to the series entry
|
private void |
GXyPlot.axisOptions(JsObject options)
Enriches the options with axis configuration
|
private void |
GXyPlot.seriesOptions(JsObject options)
Enriches the options with series configuration
|
private void |
GXyPlot.trendLineOptions(JsObject options)
Enriches the options with trend line configuration
|
| Modifier and Type | Method and Description |
|---|---|
private JsObject |
JsObject.createArray(Object key,
boolean inline,
Consumer<JsArray> consumer) |
private JsObject |
JsObject.createObject(Object key,
Consumer<JsObject> consumer) |
JsObject |
JsObject.newArray(Object key,
boolean inline,
Consumer<JsArray> consumer)
Adds an array attribute with the key specified
|
JsObject |
JsObject.newArray(Object key,
Consumer<JsArray> consumer)
Adds an array attribute with the key specified
|
JsObject |
JsObject.newAttribute(Object key,
Boolean value)
Adds an attribute value for the key provided
|
JsObject |
JsObject.newAttribute(Object key,
Double value)
Adds an attribute value for the key provided
|
JsObject |
JsObject.newAttribute(Object key,
Float value)
Adds an attribute value for the key provided
|
JsObject |
JsObject.newAttribute(Object key,
Integer value)
Adds an attribute value for the key provided
|
JsObject |
JsObject.newAttribute(Object key,
String value)
Adds an attribute value for the key provided
|
private JsObject |
JsObject.newAttribute(String template,
Object key,
Object value)
Creates a new attribute with the key value provided
|
JsObject |
JsObject.newObject(Object key,
Consumer<JsObject> consumer)
Adds an object attribute with the key specified
|
| Modifier and Type | Method and Description |
|---|---|
JsArray |
JsArray.appendObject(boolean inline,
Consumer<JsObject> consumer) |
JsArray |
JsArray.appendObject(Consumer<JsObject> consumer) |
private JsObject |
JsObject.createObject(Object key,
Consumer<JsObject> consumer) |
JsCode |
JsCode.newObject(boolean inline,
Consumer<JsObject> consumer)
Writes a new object, optionally on one line, based on the consumer
|
JsCode |
JsCode.newObject(Consumer<JsObject> consumer)
Writes a new object to the code buffer based on the consumer
|
JsObject |
JsObject.newObject(Object key,
Consumer<JsObject> consumer)
Adds an object attribute with the key specified
|
Copyright 2014-2017, Xavier Witdouck