Class Circle
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.RenderableSVGNode
com.github.weisj.jsvg.nodes.ShapeNode
com.github.weisj.jsvg.nodes.Circle
- All Implemented Interfaces:
HasClip, HasFilter, HasFontContext, HasGeometryContext, HasGeometryContext.ByDelegate, HasPaintContext, HasShape, HasVectorEffects, Instantiator, Renderable, Transformable, SVGNode
@ElementCategories({BasicShape,Graphic,Shape})
@PermittedContent(categories={Animation,Descriptive})
public final class Circle
extends ShapeNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface HasGeometryContext
HasGeometryContext.ByDelegateNested classes/interfaces inherited from interface HasShape
HasShape.Box -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull SVGShapebuildShape(@NotNull AttributeNode attributeNode) @NotNull StringtagName()Methods inherited from class ShapeNode
build, canInstantiate, fontSpec, paintContext, render, shape, shouldPaintStartEndMarkersInMiddle, untransformedElementBounds, untransformedElementShape, vectorEffectsMethods inherited from class RenderableSVGNode
geometryContextDelegate, isVisibleMethods inherited from class AbstractSVGNode
addContent, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface HasGeometryContext.ByDelegate
clipPath, filter, mask, transform, transformBox, transformOriginMethods inherited from interface HasShape
elementBounds, elementShapeMethods inherited from interface Instantiator
createContextAttributesMethods inherited from interface Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContextMethods inherited from interface SVGNode
addContent, idMethods inherited from interface Transformable
applyTransform, effectiveTransform, shouldTransform, transformShape
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
Circle
public Circle()
-
-
Method Details
-
tagName
-
buildShape
- Specified by:
buildShapein classShapeNode
-