Uses of Interface
com.github.weisj.jsvg.geometry.SVGShape
Packages that use SVGShape
Package
Description
-
Uses of SVGShape in com.github.weisj.jsvg.geometry
Classes in com.github.weisj.jsvg.geometry that implement SVGShapeModifier and TypeClassDescriptionclassAWTSVGShape<T extends Shape>final classfinal classfinal classfinal classfinal classfinal class -
Uses of SVGShape in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as SVGShapeMethods in com.github.weisj.jsvg.nodes that return SVGShapeModifier and TypeMethodDescriptionprotected final @NotNull SVGShapeAbstractPolyShape.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeCircle.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeEllipse.buildShape(@NotNull AttributeNode node) protected @NotNull SVGShapeLine.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapePath.buildShape(@NotNull AttributeNode attributeNode) protected @NotNull SVGShapeRect.buildShape(@NotNull AttributeNode node) protected abstract @NotNull SVGShapeShapeNode.buildShape(@NotNull AttributeNode attributeNode) @NotNull SVGShapeShapeNode.shape() -
Uses of SVGShape in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as SVGShape -
Uses of SVGShape in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that return SVGShapeModifier and TypeMethodDescriptionstatic @NotNull SVGShapePathUtil.parseFromPathData(@NotNull String data, FillRule fillRule)