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 ColorInterpolationColorInterpolation. 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 ColorInterpolationFilter. colorInterpolationprivate @Nullable ColorInterpolationFilterContext. colorInterpolationprivate ColorInterpolationFilterPrimitiveBase. colorInterpolationMethods in com.github.weisj.jsvg.nodes.filter that return ColorInterpolation Modifier and Type Method Description ColorInterpolationAbstractFilterPrimitive. colorInterpolation(@NotNull FilterContext filterContext)ColorInterpolationFeComponentTransfer. colorInterpolation(@NotNull FilterContext filterContext)ColorInterpolationFeMerge. colorInterpolation(@NotNull FilterContext filterContext)ColorInterpolationFilterContext. colorInterpolation(ColorInterpolation colorInterpolation)ColorInterpolationFilterPrimitive. colorInterpolation(@NotNull FilterContext filterContext)ColorInterpolationFilterPrimitiveBase. colorInterpolation(@NotNull FilterContext filterContext)Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ColorInterpolation Modifier and Type Method Description ColorInterpolationFilterContext. 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)
-