Class FilterLayoutContext


  • public final class FilterLayoutContext
    extends java.lang.Object
    • Field Detail

      • primitiveUnits

        @NotNull
        private final @NotNull UnitType primitiveUnits
      • elementBounds

        @NotNull
        private final @NotNull java.awt.geom.Rectangle2D elementBounds
      • clipBounds

        @NotNull
        private final @NotNull java.awt.geom.Rectangle2D clipBounds
    • Constructor Detail

      • FilterLayoutContext

        public FilterLayoutContext​(@NotNull
                                   @NotNull UnitType primitiveUnits,
                                   @NotNull
                                   @NotNull java.awt.geom.Rectangle2D elementBounds,
                                   @NotNull
                                   @NotNull java.awt.geom.Rectangle2D clipBounds)
    • Method Detail

      • primitiveUnits

        @NotNull
        public @NotNull UnitType primitiveUnits()
      • elementBounds

        @NotNull
        public @NotNull java.awt.geom.Rectangle2D elementBounds()
      • filterPrimitiveRegion

        @NotNull
        public @NotNull java.awt.geom.Rectangle2D filterPrimitiveRegion​(@NotNull
                                                                        @NotNull MeasureContext context,
                                                                        @NotNull
                                                                        @NotNull FilterPrimitive filterPrimitive)
      • clipBounds

        @NotNull
        public @NotNull java.awt.geom.Rectangle2D clipBounds()