Class SVGCircle

java.lang.Object
com.github.weisj.jsvg.geometry.SVGCircle
All Implemented Interfaces:
MeasurableLength, MeasurableShape, SVGShape

public final class SVGCircle extends Object implements MeasurableShape
  • Field Details

    • circle

      @NotNull private final Ellipse2D.Float circle
    • cx

      @NotNull private final @NotNull Length cx
    • cy

      @NotNull private final @NotNull Length cy
    • r

      @NotNull private final @NotNull Length r
  • Constructor Details

    • SVGCircle

      public SVGCircle(@NotNull @NotNull Length cx, @NotNull @NotNull Length cy, @NotNull @NotNull Length r)
  • Method Details