Record Class GaugeRenderer.Band
java.lang.Object
java.lang.Record
com.arbergashi.charts.render.circular.GaugeRenderer.Band
- Record Components:
from- start value (inclusive)to- end value (inclusive)color- band color
- Enclosing class:
GaugeRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor()Returns the value of thecolorrecord component.final booleanIndicates whether some other object is "equal to" this one.doublefrom()Returns the value of thefromrecord component.final inthashCode()Returns a hash code value for this object.doubleto()Returns the value of thetorecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Band
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
from
-
to
-
color
-