Class Circle

  • All Implemented Interfaces:
    INamedObject

    public class Circle
    extends Curve
    A Circle curve consists of a set of points in the edge of the circle shape.
    • Constructor Detail

      • Circle

        public Circle()
        Constructor of Circle
      • Circle

        public Circle​(double radius)
        Constructor of Circle
        Parameters:
        radius - The radius of the circle curve.
    • Method Detail

      • getRadius

        public double getRadius()
        The radius of the circle curve, default value is 10
      • setRadius

        public void setRadius​(double value)
        The radius of the circle curve, default value is 10
        Parameters:
        value - New value