Package com.influxdb.client.domain
Class Axis
java.lang.Object
com.influxdb.client.domain.Axis
Axis used in a visualization.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddBoundsItem
(String boundsItem) base
(Axis.BaseEnum base) boolean
getBase()
Radix for formatting axis values.The extents of the axis in the form [lower, upper].getLabel()
Description of the axis.Label prefix for formatting axis values.getScale()
Get scaleLabel suffix for formatting axis values.int
hashCode()
void
setBase
(Axis.BaseEnum base) void
void
void
void
void
toString()
-
Field Details
-
SERIALIZED_NAME_BOUNDS
- See Also:
-
SERIALIZED_NAME_LABEL
- See Also:
-
SERIALIZED_NAME_PREFIX
- See Also:
-
SERIALIZED_NAME_SUFFIX
- See Also:
-
SERIALIZED_NAME_BASE
- See Also:
-
SERIALIZED_NAME_SCALE
- See Also:
-
-
Constructor Details
-
Axis
public Axis()
-
-
Method Details
-
bounds
-
addBoundsItem
-
getBounds
The extents of the axis in the form [lower, upper]. Clients determine whether bounds are inclusive or exclusive of their limits.- Returns:
- bounds
-
setBounds
-
label
-
getLabel
Description of the axis.- Returns:
- label
-
setLabel
-
prefix
-
getPrefix
Label prefix for formatting axis values.- Returns:
- prefix
-
setPrefix
-
suffix
-
getSuffix
Label suffix for formatting axis values.- Returns:
- suffix
-
setSuffix
-
base
-
getBase
Radix for formatting axis values.- Returns:
- base
-
setBase
-
scale
-
getScale
Get scale- Returns:
- scale
-
setScale
-
equals
-
hashCode
public int hashCode() -
toString
-