Package com.github.weisj.jsvg.nodes
Class Polygon
- java.lang.Object
-
- 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.ByDelegate
-
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
HasShape.Box
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description Polygon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
doClose()
@NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractPolyShape
buildShape, fillRule
-
Methods inherited from class com.github.weisj.jsvg.nodes.ShapeNode
build, canInstantiate, fontSpec, isVisible, paintContext, render, shape, shouldPaintStartEndMarkersInMiddle, untransformedElementBounds, untransformedElementShape, vectorEffects
-
Methods inherited from class com.github.weisj.jsvg.nodes.RenderableSVGNode
geometryContextDelegate
-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasGeometryContext.ByDelegate
clipPath, filter, mask, transform, transformOrigin
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.HasShape
elementBounds, elementShape
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Instantiator
createContextAttributes
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Renderable
parseIsVisible, requiresInstantiation, shouldEstablishChildContext
-
Methods inherited from interface com.github.weisj.jsvg.nodes.prototype.Transformable
applyTransform, shouldTransform, transformShape
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
doClose
protected boolean doClose()
- Specified by:
doClose
in classAbstractPolyShape
-
-