Package com.iizix.prop.ui.chart.series
Class NoValue
java.lang.Object
com.iizix.prop.ui.chart.series.GSeriesValue
com.iizix.prop.ui.chart.series.NoValue
- All Implemented Interfaces:
- Cloneable
The no-value data point used e.g. for a missing data point in a series.
- Author:
- Christopher Mindus
- Field SummaryFields
- 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- NO_VALUEThe singleton of the NoValue.
 
- 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