org.apache.batik.anim

Class AnimationEngine.AnimationInfo

protected static class AnimationEngine.AnimationInfo extends Object

Class to hold target information of an animation.
Field Summary
StringattributeLocalName
The local name of the attribute or the name of the CSS property to animate.
StringattributeNamespaceURI
The namespace URI of the attribute to animate, if this is an XML attribute animation.
AnimationTargettarget
The target of the animation.
shorttype
The type of animation.

Field Detail

attributeLocalName

public String attributeLocalName
The local name of the attribute or the name of the CSS property to animate.

attributeNamespaceURI

public String attributeNamespaceURI
The namespace URI of the attribute to animate, if this is an XML attribute animation.

target

public AnimationTarget target
The target of the animation.

type

public short type
The type of animation. Must be one of the ANIM_TYPE_* constants defined in {@link AnimationEngine}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.