visual.dynamic.sampled
Interface Superimposition

All Superinterfaces:
FrameOp
All Known Implementing Classes:
AbstractSuperimposition, TransformableContentSuperimposition

public interface Superimposition
extends FrameOp

A superimposition on a frame This interface could extend Transition but... a Transition is not a Superimposition

See Also:
"The Design and Implementation of Multimedia Software © 2011"

Method Summary
 int getPosition()
          Get the position Possible values: javax.SwingConstants.NORTH, NORTH_EAST, EAST, SOUTH_EAST, SOUTH, SOUTH_WEST, WEST, NORTH_WEST, or CENTER)
 
Methods inherited from interface visual.dynamic.sampled.FrameOp
getFirstFrame, getLastFrame, postRendering, preRendering
 

Method Detail

getPosition

int getPosition()
Get the position Possible values: javax.SwingConstants.NORTH, NORTH_EAST, EAST, SOUTH_EAST, SOUTH, SOUTH_WEST, WEST, NORTH_WEST, or CENTER)

Returns:
The position


Design and Implementation of Multimedia Software, Jones and Bartlett Publishers