Class AbstractPolyShape

All Implemented Interfaces:
HasClip, HasFilter, HasFontContext, HasGeometryContext, HasGeometryContext.ByDelegate, HasPaintContext, HasShape, HasVectorEffects, Instantiator, Renderable, Transformable, SVGNode
Direct Known Subclasses:
Polygon, Polyline

public abstract class AbstractPolyShape extends ShapeNode
  • Constructor Details

    • AbstractPolyShape

      public AbstractPolyShape()
  • Method Details

    • buildShape

      @NotNull protected final @NotNull SVGShape buildShape(@NotNull @NotNull AttributeNode attributeNode)
      Specified by:
      buildShape in class ShapeNode
    • doClose

      protected abstract boolean doClose()