public class XYViewProperties extends ViewProperties
Modifier and Type | Class and Description |
---|---|
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_QUERIES |
static String |
SERIALIZED_NAME_SHADE_BELOW |
static String |
SERIALIZED_NAME_SHAPE |
static String |
SERIALIZED_NAME_SHOW_NOTE_WHEN_EMPTY |
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_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_GEOM
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 geom(XYGeom geom)
public XYGeom getGeom()
public void setGeom(XYGeom geom)
public boolean equals(Object o)
equals
in class ViewProperties
public int hashCode()
hashCode
in class ViewProperties
public String toString()
toString
in class ViewProperties
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.