Uses of Interface
com.github.weisj.jsvg.geometry.MeasurableShape
-
Packages that use MeasurableShape Package Description com.github.weisj.jsvg.geometry com.github.weisj.jsvg.nodes com.github.weisj.jsvg.util -
-
Uses of MeasurableShape in com.github.weisj.jsvg.geometry
Classes in com.github.weisj.jsvg.geometry that implement MeasurableShape 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 MeasurableShape in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as MeasurableShape Modifier and Type Field Description private MeasurableShape
ShapeNode. shape
Methods in com.github.weisj.jsvg.nodes that return MeasurableShape Modifier and Type Method Description protected @NotNull MeasurableShape
AbstractPolyShape. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull MeasurableShape
Circle. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull MeasurableShape
Ellipse. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull MeasurableShape
Line. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull MeasurableShape
Path. buildShape(@NotNull AttributeNode attributeNode)
protected @NotNull MeasurableShape
Rect. buildShape(@NotNull AttributeNode node)
protected abstract @NotNull MeasurableShape
ShapeNode. buildShape(@NotNull AttributeNode attributeNode)
@NotNull MeasurableShape
ShapeNode. shape()
-
Uses of MeasurableShape in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that return MeasurableShape Modifier and Type Method Description static @NotNull MeasurableShape
PathUtil. parseFromPathData(@NotNull java.lang.String data, @NotNull FillRule fillRule)
-