Class FilterContext


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

      • primitiveUnits

        @NotNull
        private final @NotNull UnitType primitiveUnits
      • colorInterpolation

        @Nullable
        private final @Nullable ColorInterpolation colorInterpolation
      • renderingHints

        @Nullable
        private final @Nullable java.awt.RenderingHints renderingHints
    • Constructor Detail

      • FilterContext

        public FilterContext​(@NotNull
                             Filter.FilterInfo info,
                             @NotNull
                             @NotNull UnitType primitiveUnits,
                             @Nullable
                             @Nullable ColorInterpolation colorInterpolation,
                             @Nullable
                             @Nullable java.awt.RenderingHints renderingHints)