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:
- java.lang.Cloneable
 - public final class Simple extends GSeriesValue The simple series value is a number.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - double- numberThe number.
 - Constructor Summary- Constructors - Constructor - Description - Simple(double number)Constructor for a simple number.
 - 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
 
 
- Method Detail- getType- public SeriesType getType() Gets the fill type.- Specified by:
- getTypein class- GSeriesValue
- Returns:
- SIMPLE.
 
 - equals- public boolean equals(java.lang.Object o) Checks if two fill objects are equal.- Specified by:
- equalsin class- GSeriesValue