| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static XYGeom |
XYGeom.fromValue(String text) |
XYGeom |
XYViewProperties.getGeom()
Get geom
|
XYGeom |
BandViewProperties.getGeom()
Get geom
|
XYGeom |
XYGeom.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static XYGeom |
XYGeom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYGeom[] |
XYGeom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XYViewProperties |
XYViewProperties.geom(XYGeom geom) |
BandViewProperties |
BandViewProperties.geom(XYGeom geom) |
void |
XYViewProperties.setGeom(XYGeom geom) |
void |
BandViewProperties.setGeom(XYGeom geom) |
void |
XYGeom.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
XYGeom enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.