Package com.evopdf

Class CircleElement


public class CircleElement extends EllipseElement
This class represents a circle element that can be added to a PDF document
  • Constructor Details

    • CircleElement

      public CircleElement(float x, float y, float radius)
      Circle element constructor
      Parameters:
      x - the X coordinate where the ellipse will be rendered
      y - the Y coordinate where the ellipse will be rendered
      radius - the circle radius
  • Method Details

    • radius

      public float radius()
      Gets the circle radius
      Returns:
      the circle radius
    • setRadius

      public void setRadius(float radius)
      Sets the circle radius
      Parameters:
      radius - the circle radius to set