Uses of Class
com.github.weisj.jsvg.attributes.filter.LayoutBounds
-
Packages that use LayoutBounds Package Description com.github.weisj.jsvg.attributes.filter com.github.weisj.jsvg.nodes.filter -
-
Uses of LayoutBounds in com.github.weisj.jsvg.attributes.filter
Methods in com.github.weisj.jsvg.attributes.filter that return LayoutBounds Modifier and Type Method Description @NotNull LayoutBounds
LayoutBounds. grow(float horizontal, float vertical, @NotNull FilterLayoutContext context)
@NotNull LayoutBounds
LayoutBounds. transform(@NotNull java.util.function.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 LayoutBounds Modifier and Type Method Description @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 LayoutBounds Modifier and Type Field Description private @NotNull ChannelStorage<LayoutBounds>
FilterLayoutContext. resultChannels
Methods in com.github.weisj.jsvg.nodes.filter that return LayoutBounds Modifier and Type Method Description @NotNull LayoutBounds
FilterPrimitiveBase. layoutInput(@NotNull FilterLayoutContext context)
Methods in com.github.weisj.jsvg.nodes.filter that return types with arguments of type LayoutBounds Modifier and Type Method Description @NotNull ChannelStorage<LayoutBounds>
FilterLayoutContext. resultChannels()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type LayoutBounds Modifier and Type Method Description void
FilterPrimitiveBase. saveLayoutResult(@NotNull LayoutBounds outputBounds, @NotNull FilterLayoutContext filterLayoutContext)
-