public class StaticLegend extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLORIZE_ROWS |
static String |
SERIALIZED_NAME_HEIGHT_RATIO |
static String |
SERIALIZED_NAME_OPACITY |
static String |
SERIALIZED_NAME_ORIENTATION_THRESHOLD |
static String |
SERIALIZED_NAME_SHOW |
static String |
SERIALIZED_NAME_VALUE_AXIS |
static String |
SERIALIZED_NAME_WIDTH_RATIO |
| Constructor and Description |
|---|
StaticLegend() |
| Modifier and Type | Method and Description |
|---|---|
StaticLegend |
colorizeRows(Boolean colorizeRows) |
boolean |
equals(Object o) |
Boolean |
getColorizeRows()
Get colorizeRows
|
Float |
getHeightRatio()
Get heightRatio
|
Float |
getOpacity()
Get opacity
|
Integer |
getOrientationThreshold()
Get orientationThreshold
|
Boolean |
getShow()
Get show
|
String |
getValueAxis()
Get valueAxis
|
Float |
getWidthRatio()
Get widthRatio
|
int |
hashCode() |
StaticLegend |
heightRatio(Float heightRatio) |
StaticLegend |
opacity(Float opacity) |
StaticLegend |
orientationThreshold(Integer orientationThreshold) |
void |
setColorizeRows(Boolean colorizeRows) |
void |
setHeightRatio(Float heightRatio) |
void |
setOpacity(Float opacity) |
void |
setOrientationThreshold(Integer orientationThreshold) |
void |
setShow(Boolean show) |
void |
setValueAxis(String valueAxis) |
void |
setWidthRatio(Float widthRatio) |
StaticLegend |
show(Boolean show) |
String |
toString() |
StaticLegend |
valueAxis(String valueAxis) |
StaticLegend |
widthRatio(Float widthRatio) |
public static final String SERIALIZED_NAME_COLORIZE_ROWS
public static final String SERIALIZED_NAME_HEIGHT_RATIO
public static final String SERIALIZED_NAME_SHOW
public static final String SERIALIZED_NAME_OPACITY
public static final String SERIALIZED_NAME_ORIENTATION_THRESHOLD
public static final String SERIALIZED_NAME_VALUE_AXIS
public static final String SERIALIZED_NAME_WIDTH_RATIO
public StaticLegend colorizeRows(Boolean colorizeRows)
public Boolean getColorizeRows()
public void setColorizeRows(Boolean colorizeRows)
public StaticLegend heightRatio(Float heightRatio)
public Float getHeightRatio()
public void setHeightRatio(Float heightRatio)
public StaticLegend show(Boolean show)
public Boolean getShow()
public void setShow(Boolean show)
public StaticLegend opacity(Float opacity)
public Float getOpacity()
public void setOpacity(Float opacity)
public StaticLegend orientationThreshold(Integer orientationThreshold)
public Integer getOrientationThreshold()
public void setOrientationThreshold(Integer orientationThreshold)
public StaticLegend valueAxis(String valueAxis)
public String getValueAxis()
public void setValueAxis(String valueAxis)
public StaticLegend widthRatio(Float widthRatio)
public Float getWidthRatio()
public void setWidthRatio(Float widthRatio)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.