com.kitfox.svg
Class Title
java.lang.Object
com.kitfox.svg.SVGElement
com.kitfox.svg.Title
- All Implemented Interfaces:
- Serializable
public class Title
- extends SVGElement
Holds title textual information within tree
- Author:
- Mark McKay, Mark McKay
- See Also:
- Serialized Form
| Fields inherited from class com.kitfox.svg.SVGElement |
children, cssClass, diagram, id, ignorePresAttrib, inlineStyles, parent, presAttribs, serialVersionUID, SVG_NS, trackManager, xmlBase |
|
Constructor Summary |
Title()
Creates a new instance of Stop |
| 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, loaderEndElement, loaderStartElement, 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 |
Title
public Title()
- Creates a new instance of Stop
loaderAddText
public void loaderAddText(SVGLoaderHelper helper,
String text)
- Called during load process to add text scanned within a tag
- Overrides:
loaderAddText in class SVGElement
getText
public String getText()
updateTime
public boolean updateTime(double curTime)
throws SVGException
- Updates all attributes in this diagram associated with a time event.
Ie, all attributes with track information.
- Specified by:
updateTime in class SVGElement
- Returns:
- - true if this node has changed state as a result of the time
update
- Throws:
SVGException
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.