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.text -
-
Uses of SVGShape in com.github.weisj.jsvg.geometry
Subinterfaces of SVGShape in com.github.weisj.jsvg.geometry Modifier and Type Interface Description interface
MeasurableShape
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.text
Fields in com.github.weisj.jsvg.nodes.text declared as SVGShape Modifier and Type Field Description private SVGShape
TextPath. pathShape
-