Package com.influxdb.client.domain
Class StaticLegend
java.lang.Object
com.influxdb.client.domain.StaticLegend
StaticLegend represents the options specific to the static legend
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncolorizeRows
(Boolean colorizeRows) boolean
Get colorizeRowsGet heightRatioGet opacityGet orientationThresholdgetShow()
Get showGet valueAxisGet widthRatioint
hashCode()
heightRatio
(Float heightRatio) orientationThreshold
(Integer orientationThreshold) void
setColorizeRows
(Boolean colorizeRows) void
setHeightRatio
(Float heightRatio) void
setOpacity
(Float opacity) void
setOrientationThreshold
(Integer orientationThreshold) void
void
setValueAxis
(String valueAxis) void
setWidthRatio
(Float widthRatio) toString()
widthRatio
(Float widthRatio)
-
Field Details
-
SERIALIZED_NAME_COLORIZE_ROWS
- See Also:
-
SERIALIZED_NAME_HEIGHT_RATIO
- See Also:
-
SERIALIZED_NAME_SHOW
- See Also:
-
SERIALIZED_NAME_OPACITY
- See Also:
-
SERIALIZED_NAME_ORIENTATION_THRESHOLD
- See Also:
-
SERIALIZED_NAME_VALUE_AXIS
- See Also:
-
SERIALIZED_NAME_WIDTH_RATIO
- See Also:
-
-
Constructor Details
-
StaticLegend
public StaticLegend()
-
-
Method Details
-
colorizeRows
-
getColorizeRows
Get colorizeRows- Returns:
- colorizeRows
-
setColorizeRows
-
heightRatio
-
getHeightRatio
Get heightRatio- Returns:
- heightRatio
-
setHeightRatio
-
show
-
getShow
Get show- Returns:
- show
-
setShow
-
opacity
-
getOpacity
Get opacity- Returns:
- opacity
-
setOpacity
-
orientationThreshold
-
getOrientationThreshold
Get orientationThreshold- Returns:
- orientationThreshold
-
setOrientationThreshold
-
valueAxis
-
getValueAxis
Get valueAxis- Returns:
- valueAxis
-
setValueAxis
-
widthRatio
-
getWidthRatio
Get widthRatio- Returns:
- widthRatio
-
setWidthRatio
-
equals
-
hashCode
public int hashCode() -
toString
-