org.apache.batik.anim.timing
public class MediaMarkerTimingSpecifier extends TimingSpecifier
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. |
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. |