|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiveAttributeValue | |
org.apache.batik.dom.svg |
Uses of LiveAttributeValue in org.apache.batik.dom.svg |
Classes in org.apache.batik.dom.svg that implement LiveAttributeValue | |
class |
AbstractSVGAnimatedLength
This class provides an implementation of the SVGAnimatedLength interface. |
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 |
SVGOMAnimatedNumber
This class implements the SVGAnimatedNumber interface. |
class |
SVGOMAnimatedString
This class implements the SVGAnimatedString 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. |
Methods in org.apache.batik.dom.svg that return LiveAttributeValue | |
LiveAttributeValue |
AbstractElement.getLiveAttributeValue(java.lang.String ns,
java.lang.String ln)
Returns the live attribute value associated with given attribute, if any. |
Methods in org.apache.batik.dom.svg with parameters of type LiveAttributeValue | |
void |
AbstractElement.putLiveAttributeValue(java.lang.String ns,
java.lang.String ln,
LiveAttributeValue val)
Associates a live attribute value to this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |