Class FilterLayoutContext

java.lang.Object
com.github.weisj.jsvg.nodes.filter.FilterLayoutContext

public final class FilterLayoutContext extends Object
  • Field Details

    • resultChannels

      @NotNull private final @NotNull ChannelStorage<LayoutBounds> resultChannels
    • primitiveUnits

      @NotNull private final @NotNull UnitType primitiveUnits
    • elementBounds

      @NotNull private final @NotNull Rectangle2D elementBounds
    • clipBounds

      @NotNull private final @NotNull Rectangle2D clipBounds
  • Constructor Details

    • FilterLayoutContext

      public FilterLayoutContext(@NotNull @NotNull UnitType primitiveUnits, @NotNull @NotNull Rectangle2D elementBounds, @NotNull @NotNull Rectangle2D clipBounds)
  • Method Details