Class DXFCircle

  • All Implemented Interfaces:
    DXFObject

    public class DXFCircle
    extends DXFGraphicalEntity
    Class representing a DXF circle.
    Author:
    jsevy
    • Constructor Detail

      • DXFCircle

        public DXFCircle​(RealPoint center,
                         double radius,
                         DXFGraphics graphics)
        * Create a circular arc from the specified parameters.
        Parameters:
        center - Center of the circle, as a RealPoint
        radius - Radius of the circle
        graphics - The graphics object specifying parameters for the arc (color, thickness)