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:
java.lang.Cloneable
public final class NoValue extends GSeriesValue
The no-value data point used e.g. for a missing data point in a series.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Checks if two fill objects are equal.SeriesType
getType()
Gets the fill type.Methods inherited from class com.iizix.prop.ui.chart.series.GSeriesValue
clone, fromString, getString, parseNumber, toString
Field Detail
NO_VALUE
public static final NoValue NO_VALUE
The singleton of the NoValue.
Method Detail
getType
public SeriesType getType()
Gets the fill type.- Specified by:
getType
in classGSeriesValue
- Returns:
- SIMPLE.
equals
public boolean equals(java.lang.Object o)
Checks if two fill objects are equal.- Specified by:
equals
in classGSeriesValue