Uses of Class
com.kitfox.svg.animation.TimeBase
-
Packages that use TimeBase Package Description 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 Modifier and Type Class Description classTimeCompoundThis represents a summation of other time elements.classTimeDiscreteThis is a time that represents a specific number of millisecondsclassTimeIndefiniteThis represents the indefinite (infinite) amount of time.classTimeLookupThis is a time that represents a specific number of millisecondsclassTimeSumThis is a time that represents a specific number of millisecondsFields in com.kitfox.svg.animation declared as TimeBase Modifier and Type Field Description private TimeBaseAnimationElement. beginTimeprivate TimeBaseAnimationElement. durTimeprivate TimeBaseAnimationElement. endTimeprivate TimeBaseAnimateBase. repeatDur(package private) TimeBaseTimeSum. t1(package private) TimeBaseTimeSum. t2Fields in com.kitfox.svg.animation with type parameters of type TimeBase Modifier and Type Field Description (package private) java.util.List<TimeBase>TimeCompound. componentTimesThis is a list of times.Methods in com.kitfox.svg.animation that return TimeBase Modifier and Type Method Description TimeBaseAnimationElement. getBeginTime()TimeBaseAnimationElement. getDurTime()TimeBaseAnimationElement. getEndTime()TimeBaseAnimateBase. getRepeatDur()protected static TimeBaseTimeBase. parseTimeComponent(java.lang.String text)Methods in com.kitfox.svg.animation with parameters of type TimeBase Modifier and Type Method Description voidAnimationElement. setBeginTime(TimeBase beginTime)voidAnimationElement. setDurTime(TimeBase durTime)voidAnimationElement. setEndTime(TimeBase endTime)voidAnimateBase. setRepeatDur(TimeBase repeatDur)Constructors in com.kitfox.svg.animation with parameters of type TimeBase Constructor Description TimeSum(TimeBase t1, TimeBase t2, boolean add)Creates a new instance of TimeDiscreteConstructor parameters in com.kitfox.svg.animation with type arguments of type TimeBase Constructor Description TimeCompound(java.util.List<TimeBase> timeBases)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 Modifier and Type Method Description TimeBaseAnimTimeParser. Expr()Expression structureTimeBaseAnimTimeParser. Sum()TimeBaseAnimTimeParser. Term()
-