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 SummaryFields
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- booleanChecks 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- numberpublic final double numberThe number. An unspecified value is Double.NaN.
 
- Constructor Details- Simplepublic Simple- (double number) Constructor for a simple number.- Parameters:
- number- The number, or Double.NaN for no value.
 
 
- Method Details- getTypeGets the fill type.- Specified by:
- getTypein class- GSeriesValue
- Returns:
- SIMPLE.
 
- equalsChecks if two fill objects are equal.- Specified by:
- equalsin class- GSeriesValue