Class FilterContext


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

      • primitiveUnits

        @NotNull
        private final @NotNull UnitType primitiveUnits
      • renderingHints

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

      • FilterContext

        public FilterContext​(@NotNull
                             Filter.FilterInfo info,
                             @NotNull
                             @NotNull UnitType primitiveUnits,
                             @NotNull
                             @NotNull java.awt.RenderingHints renderingHints)
    • Method Detail

      • primitiveUnits

        @NotNull
        public @NotNull UnitType primitiveUnits()
      • renderingHints

        @NotNull
        public @NotNull java.awt.RenderingHints renderingHints()