com.kitfox.svg.animation
Class AnimateBase
java.lang.Object
com.kitfox.svg.SVGElement
com.kitfox.svg.animation.AnimationElement
com.kitfox.svg.animation.AnimateBase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Animate, AnimateColor, AnimateXform
public abstract class AnimateBase
- extends AnimationElement
- Author:
- Mark McKay, Mark McKay
- See Also:
- Serialized Form
| Fields inherited from class com.kitfox.svg.animation.AnimationElement |
AC_REPLACE, AC_SUM, AD_REPLACE, AD_SUM, AT_AUTO, AT_CSS, AT_XML, attribName, attribType, beginTime, durTime, endTime, fillType, FT_AUTO, FT_DEFAULT, FT_FREEZE, FT_HOLD, FT_REMOVE, FT_TRANSITION |
| Fields inherited from class com.kitfox.svg.SVGElement |
children, cssClass, diagram, id, ignorePresAttrib, inlineStyles, parent, presAttribs, serialVersionUID, SVG_NS, trackManager, xmlBase |
|
Constructor Summary |
AnimateBase()
Creates a new instance of Animate |
| Methods inherited from class com.kitfox.svg.SVGElement |
addAttribute, build, buildPath, getChild, getChild, getChildren, getId, getInlineAttributes, getNumChildren, getParent, getParentContext, getPath, getPres, getPresAbsolute, getPresentationAttributes, getStyle, getStyle, getStyleAbsolute, getXMLBase, hasAttribute, indexOfChild, loaderAddChild, loaderAddText, loaderEndElement, nextFloat, parsePathList, parseSingleTransform, parseTransform, popParentContext, pushParentContext, removeAttribute, removeChild, setAttribute, setDiagram, swapChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repeatCount
protected double repeatCount
repeatDur
protected TimeBase repeatDur
AnimateBase
public AnimateBase()
- Creates a new instance of Animate
evalParametric
public void evalParametric(AnimationTimeEval state,
double curTime)
- Overrides:
evalParametric in class AnimationElement
loaderStartElement
public void loaderStartElement(SVGLoaderHelper helper,
Attributes attrs,
SVGElement parent)
throws SAXException
- Description copied from class:
SVGElement
- Called during SAX load process to notify that this tag has begun the process
of being loaded
- Overrides:
loaderStartElement in class AnimationElement
- Parameters:
helper - - An object passed to all SVG elements involved in this build
process to aid in sharing information.attrs - - Attributes of this tag
- Throws:
SAXException
rebuild
protected void rebuild(AnimTimeParser animTimeParser)
throws SVGException
- Overrides:
rebuild in class AnimationElement
- Throws:
SVGException
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.