Package org.primefaces.model.charts.data
Class BubblePoint
java.lang.Object
org.primefaces.model.charts.data.BubblePoint
- All Implemented Interfaces:
Serializable
Used to set data to Bubble chart component.
Bubble chart datasets need to contain a data array of points, each points represented by an object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BubblePoint
public BubblePoint() -
BubblePoint
-
-
Method Details
-
getX
Gets the x axis value- Returns:
- x axis value
-
setX
Sets the x axis value- Parameters:
x- the value of x axis
-
getY
Gets the y axis value- Returns:
- y axis value
-
setY
Sets the y axis value- Parameters:
y- the value of y axis
-
getR
Gets the radius- Returns:
- radius value
-
setR
Sets the radius- Parameters:
r- Bubble radius in pixels (not scaled).
-