Uses of Class
com.github.weisj.jsvg.attributes.filter.LayoutBounds
Packages that use LayoutBounds
-
Uses of LayoutBounds in com.github.weisj.jsvg.attributes.filter
Methods in com.github.weisj.jsvg.attributes.filter that return LayoutBoundsModifier and TypeMethodDescription@NotNull LayoutBounds
LayoutBounds.grow
(float horizontal, float vertical, @NotNull FilterLayoutContext context) @NotNull LayoutBounds
LayoutBounds.transform
(@NotNull BiFunction<@NotNull LayoutBounds.Data, LayoutBounds.ComputeFlags, @NotNull LayoutBounds.Data> newTransformer) @NotNull LayoutBounds
LayoutBounds.translate
(float dx, float dy, @NotNull FilterLayoutContext context) @NotNull LayoutBounds
LayoutBounds.union
(@NotNull LayoutBounds other) @NotNull LayoutBounds
LayoutBounds.withFlags
(@NotNull LayoutBounds.ComputeFlags flags) Methods in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBoundsModifier and TypeMethodDescription@NotNull LayoutBounds
LayoutBounds.union
(@NotNull LayoutBounds other) -
Uses of LayoutBounds in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter with type parameters of type LayoutBoundsModifier and TypeFieldDescriptionprivate final @NotNull ChannelStorage
<LayoutBounds> FilterLayoutContext.resultChannels
Methods in com.github.weisj.jsvg.nodes.filter that return LayoutBoundsModifier and TypeMethodDescription@NotNull LayoutBounds
FilterPrimitiveBase.layoutInput
(@NotNull FilterLayoutContext context) Methods in com.github.weisj.jsvg.nodes.filter that return types with arguments of type LayoutBoundsModifier and TypeMethodDescription@NotNull ChannelStorage
<LayoutBounds> FilterLayoutContext.resultChannels()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type LayoutBoundsModifier and TypeMethodDescriptionvoid
FilterPrimitiveBase.saveLayoutResult
(@NotNull LayoutBounds outputBounds, @NotNull FilterLayoutContext filterLayoutContext)