Package com.iizix.prop.ui.chart.series
Class Simple
java.lang.Object
com.iizix.prop.ui.chart.series.GSeriesValue
com.iizix.prop.ui.chart.series.Simple
- All Implemented Interfaces:
Cloneable
The simple series value is a number.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if two fill objects are equal.getType()
Gets the fill type.Methods inherited from class com.iizix.prop.ui.chart.series.GSeriesValue
clone, fromString, getString, parseNumber, toString
Field Details
number
public final double numberThe number. An unspecified value is Double.NaN.
Constructor Details
Simple
public Simple(double number) Constructor for a simple number.- Parameters:
number
- The number, or Double.NaN for no value.
Method Details
getType
Gets the fill type.- Specified by:
getType
in classGSeriesValue
- Returns:
- SIMPLE.
equals
Checks if two fill objects are equal.- Specified by:
equals
in classGSeriesValue