public final class Bubble extends GSeriesValue
Modifier and Type | Field and Description |
---|---|
double |
size
The size.
|
double |
x
The X value.
|
double |
y
The X value.
|
Constructor and Description |
---|
Bubble(double x,
double y,
double size)
Constructor for the bubble value point.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks if two fill objects are equal.
|
SeriesType |
getType()
Gets the fill type.
|
clone, fromString, getString, parseNumber, toString
public final double x
public final double y
public final double size
public Bubble(double x, double y, double size)
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.public SeriesType getType()
getType
in class GSeriesValue
public boolean equals(Object o)
equals
in class GSeriesValue
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.