Class Scales


  • public class Scales
    extends Object
    The axes of the chart.
    • Constructor Detail

      • Scales

        public Scales()
    • Method Detail

      • getxAxes

        public List<Axis> getxAxes()
        Get the x axes.
        Returns:
        The Axis list.
      • setxAxes

        public void setxAxes​(List<Axis> xAxes)
        Set the x axes.
        Parameters:
        xAxes - The Axis list.
      • getyAxes

        public List<Axis> getyAxes()
        Get the y axes.
        Returns:
        The Axis list.
      • setyAxes

        public void setyAxes​(List<Axis> yAxes)
        Set the x axes.
        Parameters:
        yAxes - The Axis list.