| Package | Description |
|---|---|
| org.apache.batik.anim.timing |
| Modifier and Type | Field and Description |
|---|---|
protected InstanceTime |
Interval.beginInstanceTime
The InstanceTime that defined the begin time of the current interval.
|
protected InstanceTime |
Interval.endInstanceTime
The InstanceTime that defined the end time of the current interval.
|
protected InstanceTime |
WallclockTimingSpecifier.instance
The instance time.
|
protected InstanceTime |
MediaMarkerTimingSpecifier.instance
The instance time.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceTime |
Interval.getBeginInstanceTime()
Returns the
InstanceTime that defined the begin time of this
interval. |
InstanceTime |
Interval.getEndInstanceTime()
Returns the
InstanceTime that defined the end time of this
interval. |
| Modifier and Type | Method and Description |
|---|---|
protected float |
TimedElement.addInstanceTime(InstanceTime time,
boolean isBegin)
Called by a TimingSpecifier of this element when a new
InstanceTime is created.
|
protected float |
TimedElement.instanceTimeChanged(InstanceTime time,
boolean isBegin)
Called by a TimingSpecifier of this element when an InstanceTime
has been updated.
|
protected float |
TimedElement.removeInstanceTime(InstanceTime time,
boolean isBegin)
Called by a TimingSpecifier of this element when an InstanceTime
should be removed.
|
| Constructor and Description |
|---|
Interval(float begin,
float end,
InstanceTime beginInstanceTime,
InstanceTime endInstanceTime)
Creates a new Interval.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.