| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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,
java.lang.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,
java.lang.String uri) |
Creates a new AnimatablePaintValue for a URI reference with a
'currentColor' fallback.
|
static AnimatablePaintValue |
AnimatablePaintValue.createURINonePaintValue(AnimationTarget target,
java.lang.String uri) |
Creates a new AnimatablePaintValue for a URI reference with a
'none' fallback.
|
static AnimatablePaintValue |
AnimatablePaintValue.createURIPaintValue(AnimationTarget target,
java.lang.String uri) |
Creates a new AnimatablePaintValue for a URI reference.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AnimatablePaintValue |
SVGAnimationEngine.AnimatablePaintValueFactory.createColorPaintValue(AnimationTarget t,
java.awt.Color c) |
Creates a new
AnimatablePaintValue from a Color
object. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.