Uses of Class
com.github.weisj.jsvg.nodes.prototype.HasShape.Box
-
Packages that use HasShape.Box Package Description com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.prototype com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer.impl -
-
Uses of HasShape.Box in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type HasShape.Box Modifier and Type Method Description @NotNull java.awt.geom.Rectangle2D
ShapeNode. untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.geom.Rectangle2D
Use. untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.Shape
ShapeNode. untransformedElementShape(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.Shape
Use. untransformedElementShape(@NotNull RenderContext context, HasShape.Box box)
-
Uses of HasShape.Box in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return HasShape.Box Modifier and Type Method Description static HasShape.Box
HasShape.Box. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HasShape.Box[]
HasShape.Box. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type HasShape.Box Modifier and Type Method Description default @NotNull java.awt.geom.Rectangle2D
HasShape. elementBounds(@NotNull RenderContext context, HasShape.Box box)
default @NotNull java.awt.Shape
HasShape. elementShape(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.geom.Rectangle2D
HasShape. untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
default @NotNull java.awt.geom.Rectangle2D
ShapedContainer. untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.Shape
HasShape. untransformedElementShape(@NotNull RenderContext context, HasShape.Box box)
default @NotNull java.awt.Shape
ShapedContainer. untransformedElementShape(@NotNull RenderContext context, HasShape.Box box)
-
Uses of HasShape.Box in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type HasShape.Box Modifier and Type Method Description @NotNull java.awt.geom.Rectangle2D
TextContainer. untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box)
@NotNull java.awt.Shape
TextContainer. untransformedElementShape(@NotNull RenderContext context, HasShape.Box box)
-
Uses of HasShape.Box in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type HasShape.Box Modifier and Type Method Description private static @NotNull java.awt.geom.Rectangle2D
ElementBounds. elementBounds(@NotNull SVGNode node, @NotNull RenderContext context, HasShape.Box box)
static @NotNull ElementBounds
ElementBounds. fromUntransformedBounds(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull java.awt.geom.Rectangle2D bounds, HasShape.Box box)
-