Class FilterContext
java.lang.Object
com.github.weisj.jsvg.nodes.filter.FilterContext
-
Constructor Summary
ConstructorsConstructorDescriptionFilterContext(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable RenderingHints renderingHints) -
Method Summary
Modifier and TypeMethodDescriptioncolorInterpolation(ColorInterpolation colorInterpolation) @NotNull ChannelgetChannel(@NotNull FilterChannelKey key) info()@NotNull UnitType@Nullable RenderingHints@NotNull ChannelStorage<Channel>
-
Constructor Details
-
FilterContext
public FilterContext(@NotNull Filter.FilterInfo info, @NotNull @NotNull UnitType primitiveUnits, @Nullable @Nullable ColorInterpolation colorInterpolation, @Nullable @Nullable RenderingHints renderingHints)
-
-
Method Details
-
info
-
primitiveUnits
-
renderingHints
-
resultChannels
-
getChannel
-
colorInterpolation
-