Package com.iizix.prop.ui.chart.series
Class Bubble
java.lang.Object
com.iizix.prop.ui.chart.series.GSeriesValue
com.iizix.prop.ui.chart.series.Bubble
- All Implemented Interfaces:
- Cloneable
The bubble series value with X/Y and size values.
- Author:
- Christopher Mindus
- Field SummaryFields
- Constructor SummaryConstructorsConstructorDescription- Bubble- (double x, double y, double size) Constructor for the bubble value point.
- 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- xpublic final double xThe X value. An unspecified value is Double.NaN.
- ypublic final double yThe X value. An unspecified value is Double.NaN.
- sizepublic final double sizeThe size. An unspecified value is Double.NaN.
 
- Constructor Details- Bubblepublic Bubble- (double x, double y, double size) Constructor for the bubble value point.- Parameters:
- x- The X value, Double.NaN for no value.
- y- The Y value, Double.NaN for no value.
- size- The size, Double.NaN for no value.
 
 
- Method Details- getTypeGets the fill type.- Specified by:
- getTypein class- GSeriesValue
- Returns:
- BUBBLE.
 
- equalsChecks if two fill objects are equal.- Specified by:
- equalsin class- GSeriesValue