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 Summary
FieldsConstructor Summary
ConstructorsConstructorDescriptionBubble
(double x, double y, double size) Constructor for the bubble value point.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
Constructor Details
Method Details
getType
Gets the fill type.- Specified by:
getType
in classGSeriesValue
- Returns:
- BUBBLE.
equals
Checks if two fill objects are equal.- Specified by:
equals
in classGSeriesValue