public class XYViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
XYViewProperties.PositionEnum
Gets or Sets position
|
static class |
XYViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
XYViewProperties.TypeEnum
Gets or Sets type
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AXES |
static String |
SERIALIZED_NAME_COLORS |
static String |
SERIALIZED_NAME_GEOM |
static String |
SERIALIZED_NAME_LEGEND |
static String |
SERIALIZED_NAME_NOTE |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_QUERIES |
static String |
SERIALIZED_NAME_SHADE_BELOW |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
static String |
SERIALIZED_NAME_TIME_FORMAT |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_X_COLUMN |
static String |
SERIALIZED_NAME_Y_COLUMN |
| Constructor and Description |
|---|
XYViewProperties() |
public static final String SERIALIZED_NAME_TIME_FORMAT
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_QUERIES
public static final String SERIALIZED_NAME_COLORS
public static final String SERIALIZED_NAME_SHAPE
public static final String SERIALIZED_NAME_NOTE
public static final String SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY
public static final String SERIALIZED_NAME_AXES
public static final String SERIALIZED_NAME_LEGEND
public static final String SERIALIZED_NAME_X_COLUMN
public static final String SERIALIZED_NAME_Y_COLUMN
public static final String SERIALIZED_NAME_SHADE_BELOW
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_GEOM
public XYViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public XYViewProperties.TypeEnum getType()
public XYViewProperties queries(List<DashboardQuery> queries)
public XYViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public XYViewProperties colors(List<DashboardColor> colors)
public XYViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public XYViewProperties.ShapeEnum getShape()
public XYViewProperties note(String note)
public String getNote()
public void setNote(String note)
public XYViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public XYViewProperties axes(Axes axes)
public Axes getAxes()
public void setAxes(Axes axes)
public XYViewProperties legend(Legend legend)
public Legend getLegend()
public void setLegend(Legend legend)
public XYViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public XYViewProperties yColumn(String yColumn)
public String getYColumn()
public void setYColumn(String yColumn)
public XYViewProperties shadeBelow(Boolean shadeBelow)
public Boolean getShadeBelow()
public void setShadeBelow(Boolean shadeBelow)
public XYViewProperties position(XYViewProperties.PositionEnum position)
public XYViewProperties.PositionEnum getPosition()
public void setPosition(XYViewProperties.PositionEnum position)
public XYViewProperties geom(XYGeom geom)
public XYGeom getGeom()
public void setGeom(XYGeom geom)
public boolean equals(Object o)
equals in class ViewPropertiespublic int hashCode()
hashCode in class ViewPropertiespublic String toString()
toString in class ViewPropertiesCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.