public class BubblePoint extends Object implements Serializable
| Constructor and Description | 
|---|
| BubblePoint() | 
| BubblePoint(Number x,
           Number y,
           Number r) | 
| Modifier and Type | Method and Description | 
|---|---|
| Number | getR()Gets the radius | 
| Number | getX()Gets the x axis value | 
| Number | getY()Gets the y axis value | 
| void | setR(Number r)Sets the radius | 
| void | setX(Number x)Sets the x axis value | 
| void | setY(Number y)Sets the y axis value | 
public Number getX()
public void setX(Number x)
x - the value of x axispublic Number getY()
public void setY(Number y)
y - the value of y axispublic Number getR()
public void setR(Number r)
r - Bubble radius in pixels (not scaled).Copyright © 2020. All rights reserved.