Package com.github.weisj.jsvg.nodes
Class Polygon
- All Implemented Interfaces:
HasClip,HasFillRule,HasFilter,HasFontContext,HasGeometryContext,HasGeometryContext.ByDelegate,HasPaintContext,HasShape,HasVectorEffects,Instantiator,Renderable,Transformable,SVGNode
@ElementCategories({BasicShape,Graphic,Shape})
@PermittedContent(categories={Animation,Descriptive})
public final class Polygon
extends AbstractPolyShape
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasGeometryContext
HasGeometryContext.ByDelegateNested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
HasShape.Box -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractPolyShape
buildShape, fillRuleMethods inherited from class com.github.weisj.jsvg.nodes.ShapeNode
build, canInstantiate, fontSpec, isVisible, paintContext, render, shape, shouldPaintStartEndMarkersInMiddle, untransformedElementBounds, untransformedElementShape, vectorEffectsMethods inherited from class com.github.weisj.jsvg.nodes.RenderableSVGNode
geometryContextDelegateMethods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasGeometryContext.ByDelegate
clipPath, filter, mask, transform, transformOriginMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
elementBounds, elementShapeMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Instantiator
createContextAttributesMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContextMethods inherited from interface com.github.weisj.jsvg.nodes.prototype.Transformable
applyTransform, shouldTransform, transformShape
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
Polygon
public Polygon()
-
-
Method Details
-
tagName
-
doClose
protected boolean doClose()- Specified by:
doClosein classAbstractPolyShape
-