Uses of Class
com.github.weisj.jsvg.attributes.ColorInterpolation
-
Packages that use ColorInterpolation Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes.filter -
-
Uses of ColorInterpolation in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return ColorInterpolation Modifier and Type Method Description static ColorInterpolation
ColorInterpolation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorInterpolation[]
ColorInterpolation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorInterpolation in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as ColorInterpolation Modifier and Type Field Description private ColorInterpolation
Filter. colorInterpolation
private @Nullable ColorInterpolation
FilterContext. colorInterpolation
private ColorInterpolation
FilterPrimitiveBase. colorInterpolation
Methods in com.github.weisj.jsvg.nodes.filter that return ColorInterpolation Modifier and Type Method Description ColorInterpolation
AbstractFilterPrimitive. colorInterpolation(@NotNull FilterContext filterContext)
ColorInterpolation
FeComponentTransfer. colorInterpolation(@NotNull FilterContext filterContext)
ColorInterpolation
FeMerge. colorInterpolation(@NotNull FilterContext filterContext)
ColorInterpolation
FilterContext. colorInterpolation(ColorInterpolation colorInterpolation)
ColorInterpolation
FilterPrimitive. colorInterpolation(@NotNull FilterContext filterContext)
ColorInterpolation
FilterPrimitiveBase. colorInterpolation(@NotNull FilterContext filterContext)
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ColorInterpolation Modifier and Type Method Description ColorInterpolation
FilterContext. colorInterpolation(ColorInterpolation colorInterpolation)
Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type ColorInterpolation Constructor Description FilterContext(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable java.awt.RenderingHints renderingHints)
-