public class BandViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
BandViewProperties.HoverDimensionEnum
Gets or Sets hoverDimension
|
static class |
BandViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
BandViewProperties.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
BandViewProperties() |
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_STATIC_LEGEND
public static final String SERIALIZED_NAME_X_COLUMN
public static final String SERIALIZED_NAME_GENERATE_X_AXIS_TICKS
public static final String SERIALIZED_NAME_X_TOTAL_TICKS
public static final String SERIALIZED_NAME_X_TICK_START
public static final String SERIALIZED_NAME_X_TICK_STEP
public static final String SERIALIZED_NAME_Y_COLUMN
public static final String SERIALIZED_NAME_GENERATE_Y_AXIS_TICKS
public static final String SERIALIZED_NAME_Y_TOTAL_TICKS
public static final String SERIALIZED_NAME_Y_TICK_START
public static final String SERIALIZED_NAME_Y_TICK_STEP
public static final String SERIALIZED_NAME_UPPER_COLUMN
public static final String SERIALIZED_NAME_MAIN_COLUMN
public static final String SERIALIZED_NAME_LOWER_COLUMN
public static final String SERIALIZED_NAME_HOVER_DIMENSION
public static final String SERIALIZED_NAME_GEOM
public static final String SERIALIZED_NAME_LEGEND_COLORIZE_ROWS
public static final String SERIALIZED_NAME_LEGEND_HIDE
public static final String SERIALIZED_NAME_LEGEND_OPACITY
public static final String SERIALIZED_NAME_LEGEND_ORIENTATION_THRESHOLD
public BandViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public BandViewProperties.TypeEnum getType()
public BandViewProperties queries(List<DashboardQuery> queries)
public BandViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public BandViewProperties colors(List<DashboardColor> colors)
public BandViewProperties addColorsItem(DashboardColor colorsItem)
public List<DashboardColor> getColors()
public void setColors(List<DashboardColor> colors)
public BandViewProperties.ShapeEnum getShape()
public BandViewProperties note(String note)
public String getNote()
public void setNote(String note)
public BandViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public BandViewProperties axes(Axes axes)
public Axes getAxes()
public void setAxes(Axes axes)
public BandViewProperties staticLegend(StaticLegend staticLegend)
public StaticLegend getStaticLegend()
public void setStaticLegend(StaticLegend staticLegend)
public BandViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public BandViewProperties generateXAxisTicks(List<String> generateXAxisTicks)
public BandViewProperties addGenerateXAxisTicksItem(String generateXAxisTicksItem)
public List<String> getGenerateXAxisTicks()
public BandViewProperties xTotalTicks(Integer xTotalTicks)
public Integer getXTotalTicks()
public void setXTotalTicks(Integer xTotalTicks)
public BandViewProperties xTickStart(Float xTickStart)
public Float getXTickStart()
public void setXTickStart(Float xTickStart)
public BandViewProperties xTickStep(Float xTickStep)
public Float getXTickStep()
public void setXTickStep(Float xTickStep)
public BandViewProperties yColumn(String yColumn)
public String getYColumn()
public void setYColumn(String yColumn)
public BandViewProperties generateYAxisTicks(List<String> generateYAxisTicks)
public BandViewProperties addGenerateYAxisTicksItem(String generateYAxisTicksItem)
public List<String> getGenerateYAxisTicks()
public BandViewProperties yTotalTicks(Integer yTotalTicks)
public Integer getYTotalTicks()
public void setYTotalTicks(Integer yTotalTicks)
public BandViewProperties yTickStart(Float yTickStart)
public Float getYTickStart()
public void setYTickStart(Float yTickStart)
public BandViewProperties yTickStep(Float yTickStep)
public Float getYTickStep()
public void setYTickStep(Float yTickStep)
public BandViewProperties upperColumn(String upperColumn)
public String getUpperColumn()
public void setUpperColumn(String upperColumn)
public BandViewProperties mainColumn(String mainColumn)
public String getMainColumn()
public void setMainColumn(String mainColumn)
public BandViewProperties lowerColumn(String lowerColumn)
public String getLowerColumn()
public void setLowerColumn(String lowerColumn)
public BandViewProperties hoverDimension(BandViewProperties.HoverDimensionEnum hoverDimension)
public BandViewProperties.HoverDimensionEnum getHoverDimension()
public void setHoverDimension(BandViewProperties.HoverDimensionEnum hoverDimension)
public BandViewProperties geom(XYGeom geom)
public XYGeom getGeom()
public void setGeom(XYGeom geom)
public BandViewProperties legendColorizeRows(Boolean legendColorizeRows)
public Boolean getLegendColorizeRows()
public void setLegendColorizeRows(Boolean legendColorizeRows)
public BandViewProperties legendHide(Boolean legendHide)
public Boolean getLegendHide()
public void setLegendHide(Boolean legendHide)
public BandViewProperties legendOpacity(Float legendOpacity)
public Float getLegendOpacity()
public void setLegendOpacity(Float legendOpacity)
public BandViewProperties legendOrientationThreshold(Integer legendOrientationThreshold)
public Integer getLegendOrientationThreshold()
public void setLegendOrientationThreshold(Integer legendOrientationThreshold)
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.