Class Filter.FilterBounds

java.lang.Object
com.github.weisj.jsvg.nodes.filter.Filter.FilterBounds
Enclosing class:
Filter

public static final class Filter.FilterBounds extends Object
  • Field Details

    • elementBounds

      @NotNull private final @NotNull Rectangle2D elementBounds
    • filterRegion

      @NotNull private final @NotNull Rectangle2D filterRegion
    • effectiveFilterArea

      @NotNull private final @NotNull Rectangle2D effectiveFilterArea
  • Constructor Details

    • FilterBounds

      private FilterBounds(@NotNull @NotNull Rectangle2D elementBounds, @NotNull @NotNull Rectangle2D filterRegion, @NotNull @NotNull Rectangle2D effectiveFilterArea)
  • Method Details

    • elementBounds

      @NotNull public @NotNull Rectangle2D elementBounds()
    • filterRegion

      @NotNull public @NotNull Rectangle2D filterRegion()
    • effectiveFilterArea

      @NotNull public @NotNull Rectangle2D effectiveFilterArea()