Uses of Enum Class
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 Rectangle2DShapeNode.untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) @NotNull Rectangle2DUse.untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) @NotNull ShapeShapeNode.untransformedElementShape(@NotNull RenderContext context, HasShape.Box box) @NotNull ShapeUse.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.BoxModifier and TypeMethodDescriptionstatic HasShape.BoxReturns the enum constant of this class with the specified name.static HasShape.Box[]HasShape.Box.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.prototype with parameters of type HasShape.BoxModifier and TypeMethodDescriptiondefault @NotNull Rectangle2DHasShape.elementBounds(@NotNull RenderContext context, HasShape.Box box) default @NotNull ShapeHasShape.elementShape(@NotNull RenderContext context, HasShape.Box box) @NotNull Rectangle2DHasShape.untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) default @NotNull Rectangle2DShapedContainer.untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) @NotNull ShapeHasShape.untransformedElementShape(@NotNull RenderContext context, HasShape.Box box) default @NotNull ShapeShapedContainer.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.BoxModifier and TypeMethodDescription@NotNull Rectangle2DTextContainer.untransformedElementBounds(@NotNull RenderContext context, HasShape.Box box) final @NotNull ShapeTextContainer.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.BoxModifier and TypeMethodDescriptionprivate static @NotNull Rectangle2DElementBounds.elementBounds(@NotNull SVGNode node, @NotNull RenderContext context, HasShape.Box box) static @NotNull ElementBoundsElementBounds.fromUntransformedBounds(@NotNull SVGNode node, @NotNull RenderContext context, @NotNull Rectangle2D bounds, HasShape.Box box)