Package overit.geocall.basic.ui.control
Record Class ChartSerieConfigurationBuilder.SerieConfiguration
java.lang.Object
java.lang.Record
overit.geocall.basic.ui.control.ChartSerieConfigurationBuilder.SerieConfiguration
- Enclosing class:
ChartSerieConfigurationBuilder
protected static record ChartSerieConfigurationBuilder.SerieConfiguration(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape)
extends Record
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSerieConfiguration(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape) Creates an instance of aSerieConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolor()Returns the value of thecolorrecord component.Returns the value of thedataLabelFormatrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.overit.geocall.charts.Serieserie()Returns the value of theserierecord component.shape()Returns the value of theshaperecord component.booleanstroke()Returns the value of thestrokerecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
SerieConfiguration
protected SerieConfiguration(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape) Creates an instance of aSerieConfigurationrecord class.- Parameters:
serie- the value for theserierecord componenttype- the value for thetyperecord componentdataLabelFormat- the value for thedataLabelFormatrecord componentcolor- the value for thecolorrecord componentstroke- the value for thestrokerecord componentshape- the value for theshaperecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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 '=='. -
serie
public overit.geocall.charts.Serie serie()Returns the value of theserierecord component.- Returns:
- the value of the
serierecord component
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
dataLabelFormat
Returns the value of thedataLabelFormatrecord component.- Returns:
- the value of the
dataLabelFormatrecord component
-
color
Returns the value of thecolorrecord component.- Returns:
- the value of the
colorrecord component
-
stroke
public boolean stroke()Returns the value of thestrokerecord component.- Returns:
- the value of the
strokerecord component
-
shape
Returns the value of theshaperecord component.- Returns:
- the value of the
shaperecord component
-