|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.SVGElement
com.kitfox.svg.animation.AnimationElement
com.kitfox.svg.animation.SetSmil
public class SetSmil
Set is used to set a textual value; most likely for a style element.
Field Summary |
---|
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, SVG_NS, trackManager, xmlBase |
Constructor Summary | |
---|---|
SetSmil()
Creates a new instance of Set |
Method Summary | |
---|---|
void |
loaderStartElement(SVGLoaderHelper helper,
org.xml.sax.Attributes attrs,
SVGElement parent)
Called during SAX load process to notify that this tag has begun the process of being loaded |
Methods inherited from class com.kitfox.svg.animation.AnimationElement |
---|
animationElementToString, evalParametric, evalParametric, getAccumulateType, getAdditiveType, getAttribName, getAttribType, updateTime |
Methods inherited from class com.kitfox.svg.SVGElement |
---|
addAttribute, build, buildPath, getChild, getChildren, getId, getParent, getPath, getPres, getPresAbsolute, getStyle, getStyle, getStyleAbsolute, getXMLBase, hasAttribute, loaderAddChild, loaderAddText, loaderEndElement, nextFloat, parsePathList, parseSingleTransform, parseTransform, removeChild, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetSmil()
Method Detail |
---|
public void loaderStartElement(SVGLoaderHelper helper, org.xml.sax.Attributes attrs, SVGElement parent) throws org.xml.sax.SAXException
SVGElement
loaderStartElement
in class AnimationElement
helper
- - An object passed to all SVG elements involved in this build
process to aid in sharing information.attrs
- - Attributes of this tag
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |