Package | Description |
---|---|
com.kitfox.svg.animation | |
com.kitfox.svg.animation.parser |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected TimeBase |
AnimationElement.beginTime |
protected TimeBase |
AnimationElement.durTime |
protected TimeBase |
AnimationElement.endTime |
protected TimeBase |
AnimateBase.repeatDur |
Modifier and Type | Method and Description |
---|---|
protected static TimeBase |
TimeBase.parseTimeComponent(String text) |
Constructor and Description |
---|
TimeSum(TimeBase t1,
TimeBase t2,
boolean add)
Creates a new instance of TimeDiscrete
|
Modifier and Type | Method and Description |
---|---|
TimeBase |
AnimTimeParser.Expr()
Expression structure
|
TimeBase |
AnimTimeParser.Sum() |
TimeBase |
AnimTimeParser.Term() |
Copyright ?? 2011-2015 Kitfox Studios. All Rights Reserved.