Class FilterPrimitiveBase

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

public final class FilterPrimitiveBase extends Object
  • Field Details

    • x

      @NotNull final @NotNull Length x
    • y

      @NotNull final @NotNull Length y
    • width

      @NotNull final @NotNull Length width
    • height

      @NotNull final @NotNull Length height
    • inputChannel

      @NotNull private final @NotNull FilterChannelKey inputChannel
    • resultChannel

      @NotNull private final @NotNull FilterChannelKey resultChannel
    • colorInterpolation

      private final ColorInterpolation colorInterpolation
  • Constructor Details

    • FilterPrimitiveBase

      public FilterPrimitiveBase(@NotNull @NotNull AttributeNode attributeNode)
  • Method Details