kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Uses of Class
com.kitfox.svg.animation.TimeBase

Packages that use TimeBase
com.kitfox.svg.animation   
com.kitfox.svg.animation.parser   
 

Uses of TimeBase in com.kitfox.svg.animation
 

Subclasses of TimeBase in com.kitfox.svg.animation
 class TimeCompound
          This represents a summation of other time elements.
 class TimeDiscrete
          This is a time that represents a specific number of milliseconds
 class TimeIndefinite
          This represents the indefinite (infinite) amount of time.
 class TimeLookup
          This is a time that represents a specific number of milliseconds
 class TimeSum
          This is a time that represents a specific number of milliseconds
 

Fields in com.kitfox.svg.animation declared as TimeBase
protected  TimeBase AnimationElement.beginTime
           
protected  TimeBase AnimationElement.durTime
           
protected  TimeBase AnimationElement.endTime
           
protected  TimeBase AnimateBase.repeatDur
           
 

Methods in com.kitfox.svg.animation that return TimeBase
protected static TimeBase TimeBase.parseTimeComponent(String text)
           
 

Constructors in com.kitfox.svg.animation with parameters of type TimeBase
TimeSum(TimeBase t1, TimeBase t2, boolean add)
          Creates a new instance of TimeDiscrete
 

Uses of TimeBase in com.kitfox.svg.animation.parser
 

Methods in com.kitfox.svg.animation.parser that return TimeBase
 TimeBase AnimTimeParser.Expr()
          Expression structure
 TimeBase AnimTimeParser.Sum()
           
 TimeBase AnimTimeParser.Term()
           
 


kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.