All Implemented Interfaces:
Serializable

public class AngleAxis extends AbstractPolarAxis<AngleAxis>
The angle axis in Polar Coordinate. More detailed information is provided in the documentation.
See Also:
  • Field Details

    • startAngle

      protected Integer startAngle
    • clockwise

      protected Boolean clockwise
  • Constructor Details

    • AngleAxis

      public AngleAxis()
  • Method Details

    • getStartAngle

      public Integer getStartAngle()
    • setStartAngle

      public void setStartAngle(Integer startAngle)
    • getClockwise

      public Boolean getClockwise()
    • setClockwise

      public void setClockwise(Boolean clockwise)
    • withStartAngle

      public AngleAxis withStartAngle(Integer startAngle)
    • withClockwise

      public AngleAxis withClockwise(Boolean clockwise)