| Package | Description |
|---|---|
| org.apache.batik.anim.dom |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AnimatedLiveAttributeValue |
An interface for
LiveAttributeValues that have an animated value
component. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSVGAnimatedLength |
This class provides an implementation of the
SVGAnimatedLength interface. |
class |
AbstractSVGAnimatedValue |
An abstract base class for the
SVGAnimated* classes, that
implements an AnimatedAttributeListener list. |
class |
SVGOMAnimatedBoolean |
This class implements the
SVGAnimatedBoolean interface. |
class |
SVGOMAnimatedEnumeration |
This class provides an implementation of the
SVGAnimatedEnumeration interface. |
class |
SVGOMAnimatedInteger |
This class implements the
SVGAnimatedInteger interface. |
class |
SVGOMAnimatedLength |
This class provides an implementation of the
SVGAnimatedLength interface. |
class |
SVGOMAnimatedLengthList |
This class is the implementation of the
SVGAnimatedLengthList
interface. |
class |
SVGOMAnimatedMarkerOrientValue |
A class that handles an
SVGAnimatedAngle and an
SVGAnimatedEnumeration for the 'marker' element's
'orient' attribute. |
class |
SVGOMAnimatedNumber |
This class implements the
SVGAnimatedNumber interface. |
class |
SVGOMAnimatedNumberList |
This class is the implementation of the
SVGAnimatedNumberList
interface. |
class |
SVGOMAnimatedPathData |
This class is the implementation of the
SVGAnimatedPathData
interface. |
class |
SVGOMAnimatedPoints |
This class is the implementation of the SVGAnimatedPoints interface.
|
class |
SVGOMAnimatedPreserveAspectRatio |
This class implements the
SVGAnimatedPreserveAspectRatio interface. |
class |
SVGOMAnimatedRect |
Implementation of
SVGAnimatedRect. |
class |
SVGOMAnimatedString |
This class implements the
SVGAnimatedString interface. |
class |
SVGOMAnimatedTransformList |
This class is the implementation of the SVGAnimatedTransformList interface.
|
class |
SVGStylableElement.PresentationAttributeColorValue |
To manage a presentation attribute SVGColor value.
|
class |
SVGStylableElement.PresentationAttributePaintValue |
To manage a presentation attribute SVGPaint value.
|
class |
SVGStylableElement.PresentationAttributeValue |
To manage a presentation attribute value.
|
class |
SVGStylableElement.StyleDeclaration |
This class represents the 'style' attribute.
|
| Modifier and Type | Method | Description |
|---|---|---|
LiveAttributeValue |
AbstractElement.getLiveAttributeValue(java.lang.String ns,
java.lang.String ln) |
Returns the live attribute value associated with given
attribute, if any.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractElement.putLiveAttributeValue(java.lang.String ns,
java.lang.String ln,
LiveAttributeValue val) |
Associates a live attribute value to this element.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.