Uses of Interface
com.github.weisj.jsvg.geometry.MeasurableShape
Packages that use MeasurableShape
Package
Description
-
Uses of MeasurableShape in com.github.weisj.jsvg.geometry
Classes in com.github.weisj.jsvg.geometry that implement MeasurableShapeModifier and TypeClassDescriptionclass
AWTSVGShape<T extends Shape>
final class
final class
final class
final class
final class
final class
-
Uses of MeasurableShape in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as MeasurableShapeMethods in com.github.weisj.jsvg.nodes that return MeasurableShapeModifier and TypeMethodDescriptionprotected final @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 MeasurableShapeModifier and TypeMethodDescriptionstatic @NotNull MeasurableShape
PathUtil.parseFromPathData
(@NotNull String data, @NotNull FillRule fillRule)