|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.anim.timing.Interval
public class Interval
A class that represents an interval for a timed element.
Field Summary | |
---|---|
protected float |
begin
The begin time for the interval. |
protected LinkedList |
beginDependents
The list of InstanceTime objects that are dependent
on the begin time of this Interval. |
protected InstanceTime |
beginInstanceTime
The InstanceTime that defined the begin time of the current interval. |
protected float |
end
The end time for the interval. |
protected LinkedList |
endDependents
The list of InstanceTime objects that are dependent
on the end time of this Interval. |
protected InstanceTime |
endInstanceTime
The InstanceTime that defined the end time of the current interval. |
Constructor Summary | |
---|---|
Interval(float begin,
float end,
InstanceTime beginInstanceTime,
InstanceTime endInstanceTime)
Creates a new Interval. |
Method Summary | |
---|---|
float |
getBegin()
Returns the begin time of this interval. |
InstanceTime |
getBeginInstanceTime()
Returns the InstanceTime that defined the begin time of this
interval. |
float |
getEnd()
Returns the end time of this interval. |
InstanceTime |
getEndInstanceTime()
Returns the InstanceTime that defined the end time of this
interval. |
String |
toString()
Returns a string representation of this Interval. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected float begin
protected float end
protected InstanceTime beginInstanceTime
protected InstanceTime endInstanceTime
protected LinkedList beginDependents
InstanceTime
objects that are dependent
on the begin time of this Interval.
protected LinkedList endDependents
InstanceTime
objects that are dependent
on the end time of this Interval.
Constructor Detail |
---|
public Interval(float begin, float end, InstanceTime beginInstanceTime, InstanceTime endInstanceTime)
begin
- the begin time of the Intervalend
- the end time of the IntervalbeginInstanceTime
- the InstanceTime
object that defined
the begin time of the IntervalendInstanceTime
- the InstanceTime
object that defined
the end time of the IntervalMethod Detail |
---|
public String toString()
toString
in class Object
public float getBegin()
public float getEnd()
public InstanceTime getBeginInstanceTime()
InstanceTime
that defined the begin time of this
interval.
public InstanceTime getEndInstanceTime()
InstanceTime
that defined the end time of this
interval.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |