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 AnimatablePaintValue
AnimatablePaintValue.createColorPaintValue
(AnimationTarget target, float r, float g, float b) Creates a new AnimatablePaintValue for a color value.static AnimatablePaintValue
AnimatablePaintValue.createCurrentColorPaintValue
(AnimationTarget target) Creates a new AnimatablePaintValue for a 'currentColor' value.static AnimatablePaintValue
AnimatablePaintValue.createInheritPaintValue
(AnimationTarget target) Creates a new AnimatablePaintValue for a 'inherit' value.static AnimatablePaintValue
AnimatablePaintValue.createNonePaintValue
(AnimationTarget target) Creates a new AnimatablePaintValue for a 'none' value.static AnimatablePaintValue
AnimatablePaintValue.createURIColorPaintValue
(AnimationTarget target, String uri, float r, float g, float b) Creates a new AnimatablePaintValue for a URI reference with a color fallback.static AnimatablePaintValue
AnimatablePaintValue.createURICurrentColorPaintValue
(AnimationTarget target, String uri) Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback.static AnimatablePaintValue
AnimatablePaintValue.createURINonePaintValue
(AnimationTarget target, String uri) Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback.static AnimatablePaintValue
AnimatablePaintValue.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 AnimatablePaintValue
SVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue
(AnimationTarget t, Color c) Creates a newAnimatablePaintValue
from aColor
object.