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 | Method and Description |
---|---|
TimeBase |
AnimationElement.getBeginTime() |
TimeBase |
AnimationElement.getDurTime() |
TimeBase |
AnimationElement.getEndTime() |
TimeBase |
AnimateBase.getRepeatDur() |
protected static TimeBase |
TimeBase.parseTimeComponent(String text) |
Modifier and Type | Method and Description |
---|---|
void |
AnimationElement.setBeginTime(TimeBase beginTime) |
void |
AnimationElement.setDurTime(TimeBase durTime) |
void |
AnimationElement.setEndTime(TimeBase endTime) |
void |
AnimateBase.setRepeatDur(TimeBase repeatDur) |
Constructor and Description |
---|
TimeSum(TimeBase t1,
TimeBase t2,
boolean add)
Creates a new instance of TimeDiscrete
|
Constructor and Description |
---|
TimeCompound(List<TimeBase> timeBases)
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-2019 Kitfox Studios. All Rights Reserved.