Uses of Interface
com.github.weisj.jsvg.geometry.SVGShape
-
Packages that use SVGShape Package Description com.github.weisj.jsvg.geometry com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.util -
-
Uses of SVGShape in com.github.weisj.jsvg.geometry
Classes in com.github.weisj.jsvg.geometry that implement SVGShape Modifier and Type Class Description class
AWTSVGShape<T extends java.awt.Shape>
class
FillRuleAwareAWTSVGShape
class
SVGCircle
class
SVGEllipse
class
SVGLine
class
SVGRectangle
class
SVGRoundRectangle
-
Uses of SVGShape in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as SVGShape Modifier and Type Field Description private SVGShape
ShapeNode. shape
Methods in com.github.weisj.jsvg.nodes that return SVGShape Modifier and Type Method Description protected @NotNull SVGShape
AbstractPolyShape. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Circle. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Ellipse. buildShape(@NotNull AttributeNode node)
protected @NotNull SVGShape
Line. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Path. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull SVGShape
Rect. buildShape(@NotNull AttributeNode node)
protected abstract @NotNull SVGShape
ShapeNode. buildShape(@NotNull AttributeNode attributeNode)
@NotNull SVGShape
ShapeNode. shape()
-
Uses of SVGShape in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as SVGShape Modifier and Type Field Description private SVGShape
TextPath. pathShape
-
Uses of SVGShape in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that return SVGShape Modifier and Type Method Description static @NotNull SVGShape
PathUtil. parseFromPathData(@NotNull java.lang.String data, FillRule fillRule)
-