Class CartesianScales
java.lang.Object
org.primefaces.model.charts.axes.AxesScale
org.primefaces.model.charts.axes.cartesian.CartesianScales
- All Implemented Interfaces:
Serializable
Used to provide scales option has Cartesian type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddXAxesData(CartesianAxes newXAxesData) Adds a new xAxes asCartesianAxesdata to scalesvoidaddYAxesData(CartesianAxes newYAxesData) Adds a new yAxes asCartesianAxesdata to scalesgetXAxes()Gets xAxesgetYAxes()Gets yAxesMethods inherited from class org.primefaces.model.charts.axes.AxesScale
getWeight, isDisplay, setDisplay, setWeight
-
Constructor Details
-
CartesianScales
public CartesianScales()
-
-
Method Details
-
getXAxes
Gets xAxes- Returns:
- xAxes List<
CartesianAxes> list of x axes
-
getYAxes
Gets yAxes- Returns:
- yAxes List<
CartesianAxes> list of y axes
-
addXAxesData
Adds a new xAxes asCartesianAxesdata to scales- Parameters:
newXAxesData-
-
addYAxesData
Adds a new yAxes asCartesianAxesdata to scales- Parameters:
newYAxesData-
-