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 -
-
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)
-
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)
@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)
-
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)
-
Uses of HasShape.Box in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type HasShape.Box Modifier and Type Method Description private static @NotNull java.awt.geom.Rectangle2D
ElementBounds. elementBounds(@NotNull java.lang.Object node, @NotNull RenderContext context, HasShape.Box box)
-