java.lang.Object
com.github.weisj.jsvg.nodes.filter.FilterContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable ColorInterpolation
private final Filter.FilterInfo
private final @NotNull UnitType
private final @Nullable RenderingHints
private final @NotNull ChannelStorage
<Channel> -
Constructor Summary
ConstructorsConstructorDescriptionFilterContext
(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable RenderingHints renderingHints) -
Method Summary
Modifier and TypeMethodDescriptioncolorInterpolation
(ColorInterpolation colorInterpolation) @NotNull Channel
getChannel
(@NotNull FilterChannelKey key) info()
@NotNull UnitType
@Nullable RenderingHints
@NotNull ChannelStorage
<Channel>
-
Field Details
-
resultChannels
-
info
-
primitiveUnits
-
colorInterpolation
-
renderingHints
-
-
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
-