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 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
NO_VALUE
The singleton of the NoValue.
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