|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnimatablePaintValue | |
---|---|
org.apache.batik.anim.values | |
org.apache.batik.bridge | 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 AnimatablePaintValue | |
---|---|
static 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 AnimatablePaintValue | |
---|---|
protected AnimatablePaintValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue(AnimationTarget t,
Color c)
Creates a new AnimatablePaintValue from a Color
object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |