Uses of Class
org.apache.batik.anim.values.AnimatablePaintValue
Packages that use AnimatablePaintValue
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of AnimatablePaintValue in org.apache.batik.anim.values
Methods in org.apache.batik.anim.values that return AnimatablePaintValueModifier and TypeMethodDescriptionstatic AnimatablePaintValueAnimatablePaintValue.createColorPaintValue(AnimationTarget target, float r, float g, float b) Creates a new AnimatablePaintValue for a color value.static AnimatablePaintValueAnimatablePaintValue.createCurrentColorPaintValue(AnimationTarget target) Creates a new AnimatablePaintValue for a 'currentColor' value.static AnimatablePaintValueAnimatablePaintValue.createInheritPaintValue(AnimationTarget target) Creates a new AnimatablePaintValue for a 'inherit' value.static AnimatablePaintValueAnimatablePaintValue.createNonePaintValue(AnimationTarget target) Creates a new AnimatablePaintValue for a 'none' value.static AnimatablePaintValueAnimatablePaintValue.createURIColorPaintValue(AnimationTarget target, String uri, float r, float g, float b) Creates a new AnimatablePaintValue for a URI reference with a color fallback.static AnimatablePaintValueAnimatablePaintValue.createURICurrentColorPaintValue(AnimationTarget target, String uri) Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback.static AnimatablePaintValueAnimatablePaintValue.createURINonePaintValue(AnimationTarget target, String uri) Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback.static AnimatablePaintValueAnimatablePaintValue.createURIPaintValue(AnimationTarget target, String uri) Creates a new AnimatablePaintValue for a URI reference. -
Uses of AnimatablePaintValue in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return AnimatablePaintValueModifier and TypeMethodDescriptionprotected AnimatablePaintValueSVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue(AnimationTarget t, Color c) Creates a newAnimatablePaintValuefrom aColorobject.