| Package | Description |
|---|---|
| org.apache.batik.anim.timing |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AccesskeyTimingSpecifier |
A class to handle SMIL access key timing specifiers.
|
class |
EventbaseTimingSpecifier |
A class to handle eventbase SMIL timing specifiers.
|
class |
EventLikeTimingSpecifier |
Abstract class from which all event-like timing specifier classes derive.
|
class |
IndefiniteTimingSpecifier |
A class to handle the 'indefinite' SMIL timing specifier.
|
class |
MediaMarkerTimingSpecifier |
A class to handle media marker SMIL timing specifiers.
|
class |
OffsetTimingSpecifier |
A class to handle offset SMIL timing specifiers.
|
class |
RepeatTimingSpecifier |
A class to handle repeat event SMIL timing specifiers.
|
class |
SyncbaseTimingSpecifier |
A class to handle syncbase SMIL timing specifiers.
|
class |
WallclockTimingSpecifier |
A class to handle wallclock SMIL timing specifiers.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected TimingSpecifier[] |
TimedElement.beginTimes |
Timing specifiers for the begin times of this element.
|
protected TimingSpecifier |
InstanceTime.creator |
The
TimingSpecifier that created this InstanceTime. |
protected TimingSpecifier[] |
TimedElement.endTimes |
Timing specifiers for the end times of this element.
|
| Modifier and Type | Method | Description |
|---|---|---|
TimingSpecifier[] |
TimedElement.getBeginTimingSpecifiers() |
Returns an array of the begin timing specifiers on this timed element.
|
TimingSpecifier[] |
TimedElement.getEndTimingSpecifiers() |
Returns an array of the end timing specifiers on this timed element.
|
TimingSpecifier[] |
TimingSpecifierListProducer.getTimingSpecifiers() |
Returns an array of the parsed TimingSpecifiers.
|
static TimingSpecifier[] |
TimingSpecifierListProducer.parseTimingSpecifierList(TimedElement owner,
boolean isBegin,
java.lang.String spec,
boolean useSVG11AccessKeys,
boolean useSVG12AccessKeys) |
Parses a timing specifier list.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TimedElement.addDependent(TimingSpecifier dependent,
boolean forBegin) |
Adds a dependent TimingSpecifier for this element.
|
protected void |
TimedElement.removeDependent(TimingSpecifier dependent,
boolean forBegin) |
Removes a dependent TimingSpecifier for this element.
|
| Constructor | Description |
|---|---|
InstanceTime(TimingSpecifier creator,
float time,
boolean clearOnReset) |
Creates a new InstanceTime.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.