Uses of Enum Class
com.github.weisj.jsvg.attributes.ColorInterpolation
Packages that use ColorInterpolation
-
Uses of ColorInterpolation in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type ColorInterpolation in com.github.weisj.jsvg.attributesMethods in com.github.weisj.jsvg.attributes that return ColorInterpolationModifier and TypeMethodDescriptionstatic ColorInterpolationReturns the enum constant of this class with the specified name.static ColorInterpolation[]ColorInterpolation.values()Returns an array containing the constants of this enum class, 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 ColorInterpolationModifier and TypeFieldDescriptionprivate ColorInterpolationFilter.colorInterpolationprivate final @Nullable ColorInterpolationFilterContext.colorInterpolationprivate final ColorInterpolationFilterPrimitiveBase.colorInterpolationMethods in com.github.weisj.jsvg.nodes.filter that return ColorInterpolationModifier and TypeMethodDescriptionAbstractFilterPrimitive.colorInterpolation(@NotNull FilterContext filterContext) FeComponentTransfer.colorInterpolation(@NotNull FilterContext filterContext) FeMerge.colorInterpolation(@NotNull FilterContext filterContext) FilterContext.colorInterpolation(ColorInterpolation colorInterpolation) FilterPrimitive.colorInterpolation(@NotNull FilterContext filterContext) FilterPrimitiveBase.colorInterpolation(@NotNull FilterContext filterContext) Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ColorInterpolationModifier and TypeMethodDescriptionFilterContext.colorInterpolation(ColorInterpolation colorInterpolation) Constructors in com.github.weisj.jsvg.nodes.filter with parameters of type ColorInterpolationModifierConstructorDescriptionFilterContext(Filter.FilterInfo info, @NotNull UnitType primitiveUnits, @Nullable ColorInterpolation colorInterpolation, @Nullable RenderingHints renderingHints)