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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolorizeRows(Boolean colorizeRows) booleanGet colorizeRowsGet heightRatioGet opacityGet orientationThresholdgetShow()Get showGet valueAxisGet widthRatiointhashCode()heightRatio(Float heightRatio) orientationThreshold(Integer orientationThreshold) voidsetColorizeRows(Boolean colorizeRows) voidsetHeightRatio(Float heightRatio) voidsetOpacity(Float opacity) voidsetOrientationThreshold(Integer orientationThreshold) voidvoidsetValueAxis(String valueAxis) voidsetWidthRatio(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
-