com.kitfox.svg.animation.parser
Class ASTEventTime

java.lang.Object
  extended by com.kitfox.svg.animation.parser.SimpleNode
      extended by com.kitfox.svg.animation.parser.ASTEventTime
All Implemented Interfaces:
Node

public class ASTEventTime
extends SimpleNode


Field Summary
 
Fields inherited from class com.kitfox.svg.animation.parser.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTEventTime(AnimTimeParser p, int id)
           
ASTEventTime(int id)
           
 
Method Summary
 
Methods inherited from class com.kitfox.svg.animation.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTEventTime

public ASTEventTime(int id)

ASTEventTime

public ASTEventTime(AnimTimeParser p,
                    int id)