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 LayoutBoundsLayoutBounds.grow(float horizontal, float vertical, @NotNull FilterLayoutContext context) @NotNull LayoutBoundsLayoutBounds.transform(@NotNull BiFunction<@NotNull LayoutBounds.Data, LayoutBounds.ComputeFlags, @NotNull LayoutBounds.Data> newTransformer) @NotNull LayoutBoundsLayoutBounds.translate(float dx, float dy, @NotNull FilterLayoutContext context) @NotNull LayoutBoundsLayoutBounds.union(@NotNull LayoutBounds other) @NotNull LayoutBoundsLayoutBounds.withFlags(@NotNull LayoutBounds.ComputeFlags flags) Methods in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBoundsModifier and TypeMethodDescription@NotNull LayoutBoundsLayoutBounds.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.resultChannelsMethods in com.github.weisj.jsvg.nodes.filter that return LayoutBoundsModifier and TypeMethodDescription@NotNull LayoutBoundsFilterPrimitiveBase.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 TypeMethodDescriptionvoidFilterPrimitiveBase.saveLayoutResult(@NotNull LayoutBounds outputBounds, @NotNull FilterLayoutContext filterLayoutContext)