|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.anim.timing.TimingSpecifier
org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
public class MediaMarkerTimingSpecifier
A class to handle media marker SMIL timing specifiers. This class of timing specifier is currently unused.
| Field Summary | |
|---|---|
protected InstanceTime |
instance
The instance time. |
protected String |
markerName
The media marker name. |
protected TimedElement |
mediaElement
The media element. |
protected String |
syncbaseID
The ID of the media element. |
| Fields inherited from class org.apache.batik.anim.timing.TimingSpecifier |
|---|
isBegin, owner |
| Constructor Summary | |
|---|---|
MediaMarkerTimingSpecifier(TimedElement owner,
boolean isBegin,
String syncbaseID,
String markerName)
Creates a new MediaMarkerTimingSpecifier object. |
|
| Method Summary | |
|---|---|
boolean |
isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier). |
String |
toString()
Returns a string representation of this timing specifier. |
| Methods inherited from class org.apache.batik.anim.timing.TimingSpecifier |
|---|
deinitialize, getOwner, initialize, isBegin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String syncbaseID
protected TimedElement mediaElement
protected String markerName
protected InstanceTime instance
| Constructor Detail |
|---|
public MediaMarkerTimingSpecifier(TimedElement owner,
boolean isBegin,
String syncbaseID,
String markerName)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean isEventCondition()
isEventCondition in class TimingSpecifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||