T - Type of imagepublic class FadeShotBoundary<T extends Image<?,T>> extends ShotBoundary<T>
keyframe, timecode| Constructor and Description |
|---|
FadeShotBoundary(ShotBoundary<T> b)
Create a new fade shot boundary giving the start
of the fade as a starting point.
|
| Modifier and Type | Method and Description |
|---|---|
VideoTimecode |
getEndTimecode()
Get the timecode at the end of the fade.
|
VideoTimecode |
getStartTimecode()
Get the timecode at the start of the fade.
|
VideoTimecode |
getTimecode()
Get the timecode of this shot boundary.
|
void |
setEndTimecode(VideoTimecode v)
Set the timecode at the end of the fade.
|
String |
toString() |
getKeyframe, setKeyframepublic FadeShotBoundary(ShotBoundary<T> b)
b - The boundary at the start of the fade.public VideoTimecode getEndTimecode()
public VideoTimecode getStartTimecode()
public void setEndTimecode(VideoTimecode v)
v - The timecode of end of the fadepublic VideoTimecode getTimecode()
getTimecode in class ShotBoundary<T extends Image<?,T>>ShotBoundary.getTimecode()public String toString()
toString in class ShotBoundary<T extends Image<?,T>>ShotBoundary.toString()