org.apache.batik.anim.timing

Class OffsetTimingSpecifier

public class OffsetTimingSpecifier extends TimingSpecifier

A class to handle offset SMIL timing specifiers.
Field Summary
protected floatoffset
The offset value.
Constructor Summary
OffsetTimingSpecifier(TimedElement owner, boolean isBegin, float offset)
Creates a new OffsetTimingSpecifier object.
Method Summary
voidinitialize()
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
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

offset

protected float offset
The offset value.

Constructor Detail

OffsetTimingSpecifier

public OffsetTimingSpecifier(TimedElement owner, boolean isBegin, float offset)
Creates a new OffsetTimingSpecifier object.

Method Detail

initialize

public void initialize()
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.

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) 2008 Apache Software Foundation. All Rights Reserved.