Uses of Enum
com.github.weisj.jsvg.nodes.prototype.HasShape.Box
Packages that use HasShape.Box
Package
Description
-
Uses of HasShape.Box in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type HasShape.BoxModifier and TypeMethodDescription@NotNull Rectangle2D
ShapeNode.untransformedElementBounds
(@NotNull RenderContext context, HasShape.Box box) @NotNull 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.BoxModifier and TypeMethodDescriptionstatic HasShape.Box
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.BoxModifier and TypeMethodDescriptiondefault @NotNull Rectangle2D
HasShape.elementBounds
(@NotNull RenderContext context, HasShape.Box box) @NotNull Rectangle2D
HasShape.untransformedElementBounds
(@NotNull RenderContext context, HasShape.Box box) default @NotNull 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.BoxModifier and TypeMethodDescription@NotNull 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.BoxModifier and TypeMethodDescriptionprivate static @NotNull Rectangle2D
ElementBounds.elementBounds
(@NotNull Object node, @NotNull RenderContext context, HasShape.Box box)