public class MosaicViewProperties extends ViewProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
MosaicViewProperties.HoverDimensionEnum
Gets or Sets hoverDimension
|
static class |
MosaicViewProperties.ShapeEnum
Gets or Sets shape
|
static class |
MosaicViewProperties.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
MosaicViewProperties() |
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_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_LABEL_COLUMN_SEPARATOR
public static final String SERIALIZED_NAME_Y_LABEL_COLUMNS
public static final String SERIALIZED_NAME_Y_SERIES_COLUMNS
public static final String SERIALIZED_NAME_FILL_COLUMNS
public static final String SERIALIZED_NAME_X_DOMAIN
public static final String SERIALIZED_NAME_Y_DOMAIN
public static final String SERIALIZED_NAME_X_AXIS_LABEL
public static final String SERIALIZED_NAME_Y_AXIS_LABEL
public static final String SERIALIZED_NAME_X_PREFIX
public static final String SERIALIZED_NAME_X_SUFFIX
public static final String SERIALIZED_NAME_Y_PREFIX
public static final String SERIALIZED_NAME_Y_SUFFIX
public static final String SERIALIZED_NAME_HOVER_DIMENSION
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 MosaicViewProperties timeFormat(String timeFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public MosaicViewProperties.TypeEnum getType()
public MosaicViewProperties queries(List<DashboardQuery> queries)
public MosaicViewProperties addQueriesItem(DashboardQuery queriesItem)
public List<DashboardQuery> getQueries()
public void setQueries(List<DashboardQuery> queries)
public MosaicViewProperties colors(List<String> colors)
public MosaicViewProperties addColorsItem(String colorsItem)
public List<String> getColors()
public MosaicViewProperties.ShapeEnum getShape()
public MosaicViewProperties note(String note)
public String getNote()
public void setNote(String note)
public MosaicViewProperties showNoteWhenEmpty(Boolean showNoteWhenEmpty)
public Boolean getShowNoteWhenEmpty()
public void setShowNoteWhenEmpty(Boolean showNoteWhenEmpty)
public MosaicViewProperties xColumn(String xColumn)
public String getXColumn()
public void setXColumn(String xColumn)
public MosaicViewProperties generateXAxisTicks(List<String> generateXAxisTicks)
public MosaicViewProperties addGenerateXAxisTicksItem(String generateXAxisTicksItem)
public List<String> getGenerateXAxisTicks()
public MosaicViewProperties xTotalTicks(Integer xTotalTicks)
public Integer getXTotalTicks()
public void setXTotalTicks(Integer xTotalTicks)
public MosaicViewProperties xTickStart(Float xTickStart)
public Float getXTickStart()
public void setXTickStart(Float xTickStart)
public MosaicViewProperties xTickStep(Float xTickStep)
public Float getXTickStep()
public void setXTickStep(Float xTickStep)
public MosaicViewProperties yLabelColumnSeparator(String yLabelColumnSeparator)
public String getYLabelColumnSeparator()
public void setYLabelColumnSeparator(String yLabelColumnSeparator)
public MosaicViewProperties yLabelColumns(List<String> yLabelColumns)
public MosaicViewProperties addYLabelColumnsItem(String yLabelColumnsItem)
public MosaicViewProperties ySeriesColumns(List<String> ySeriesColumns)
public MosaicViewProperties addYSeriesColumnsItem(String ySeriesColumnsItem)
public List<String> getYSeriesColumns()
public MosaicViewProperties fillColumns(List<String> fillColumns)
public MosaicViewProperties addFillColumnsItem(String fillColumnsItem)
public MosaicViewProperties xDomain(List<BigDecimal> xDomain)
public MosaicViewProperties addXDomainItem(BigDecimal xDomainItem)
public List<BigDecimal> getXDomain()
public void setXDomain(List<BigDecimal> xDomain)
public MosaicViewProperties yDomain(List<BigDecimal> yDomain)
public MosaicViewProperties addYDomainItem(BigDecimal yDomainItem)
public List<BigDecimal> getYDomain()
public void setYDomain(List<BigDecimal> yDomain)
public MosaicViewProperties xAxisLabel(String xAxisLabel)
public String getXAxisLabel()
public void setXAxisLabel(String xAxisLabel)
public MosaicViewProperties yAxisLabel(String yAxisLabel)
public String getYAxisLabel()
public void setYAxisLabel(String yAxisLabel)
public MosaicViewProperties xPrefix(String xPrefix)
public String getXPrefix()
public void setXPrefix(String xPrefix)
public MosaicViewProperties xSuffix(String xSuffix)
public String getXSuffix()
public void setXSuffix(String xSuffix)
public MosaicViewProperties yPrefix(String yPrefix)
public String getYPrefix()
public void setYPrefix(String yPrefix)
public MosaicViewProperties ySuffix(String ySuffix)
public String getYSuffix()
public void setYSuffix(String ySuffix)
public MosaicViewProperties hoverDimension(MosaicViewProperties.HoverDimensionEnum hoverDimension)
public MosaicViewProperties.HoverDimensionEnum getHoverDimension()
public void setHoverDimension(MosaicViewProperties.HoverDimensionEnum hoverDimension)
public MosaicViewProperties legendColorizeRows(Boolean legendColorizeRows)
public Boolean getLegendColorizeRows()
public void setLegendColorizeRows(Boolean legendColorizeRows)
public MosaicViewProperties legendHide(Boolean legendHide)
public Boolean getLegendHide()
public void setLegendHide(Boolean legendHide)
public MosaicViewProperties legendOpacity(Float legendOpacity)
public Float getLegendOpacity()
public void setLegendOpacity(Float legendOpacity)
public MosaicViewProperties 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.