org.apache.batik.anim.timing

Class MediaMarkerTimingSpecifier

public class MediaMarkerTimingSpecifier extends TimingSpecifier

A class to handle media marker SMIL timing specifiers. This class of timing specifier is currently unused.
Field Summary
protected InstanceTimeinstance
The instance time.
protected StringmarkerName
The media marker name.
protected TimedElementmediaElement
The media element.
protected StringsyncbaseID
The ID of the media element.
Constructor Summary
MediaMarkerTimingSpecifier(TimedElement owner, boolean isBegin, String syncbaseID, String markerName)
Creates a new MediaMarkerTimingSpecifier object.
Method Summary
booleanisEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
StringtoString()
Returns a string representation of this timing specifier.

Field Detail

instance

protected InstanceTime instance
The instance time.

markerName

protected String markerName
The media marker name.

mediaElement

protected TimedElement mediaElement
The media element.

syncbaseID

protected String syncbaseID
The ID of the media element.

Constructor Detail

MediaMarkerTimingSpecifier

public MediaMarkerTimingSpecifier(TimedElement owner, boolean isBegin, String syncbaseID, String markerName)
Creates a new MediaMarkerTimingSpecifier object.

Method Detail

isEventCondition

public boolean isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).

toString

public String toString()
Returns a string representation of this timing specifier.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.