Package com.github.weisj.jsvg.geometry
Class SVGCircle
java.lang.Object
com.github.weisj.jsvg.geometry.SVGCircle
- All Implemented Interfaces:
SVGShape
-
Constructor Summary
ConstructorsConstructorDescriptionSVGCircle(@NotNull LengthValue cx, @NotNull LengthValue cy, @NotNull LengthValue r) -
Method Summary
Modifier and TypeMethodDescription@NotNull Rectangle2Dbounds(@NotNull RenderContext context, boolean validate) booleanisClosed(@NotNull RenderContext context) doublepathLength(@NotNull RenderContext context) @NotNull Shapeshape(@NotNull RenderContext context, boolean validate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.geometry.SVGShape
canBeFilled, shape, usesOptimizedBoundsCalculation
-
Constructor Details
-
SVGCircle
public SVGCircle(@NotNull @NotNull LengthValue cx, @NotNull @NotNull LengthValue cy, @NotNull @NotNull LengthValue r)
-
-
Method Details
-
shape
-
bounds
@NotNull public @NotNull Rectangle2D bounds(@NotNull @NotNull RenderContext context, boolean validate) -
pathLength
- Specified by:
pathLengthin interfaceSVGShape
-
isClosed
-