Class Summary |
BounceAction |
This class provides the capability of moving and bouncing a Transformable
object around within the space provided by the QTDrawable space that is
the space within which the transformable object is displayed, by the amount specified
by the deltaMatrix object. |
DragAction |
The DragAction is a drag adapter that delegates the role of responding to a
mouse drag event to the TransformMatrix transformer. |
Dragger |
Deprecated. since QTJava 4.0 |
GenericResponder |
Deprecated. since QTJava 4.0 |
Invalidator |
The Invalidator class is used as a helper class when Compositing objects
that have a changing image source. |
MatrixAction |
This class provides the means for a basic Matrix actions. |
MouseController |
Deprecated. since QTJava 4.0 |
MouseResponder |
Deprecated. since QTJava 4.0 |
NextImageAction |
This class will display the next image of its sequence of images
whenever the doAction method is called from the super class
tickle method. |
PeriodicAction |
This class is the base class for all periodically recurring time based actions. |
QTMouseMotionAdapter |
The QTMouseMotionAdapter adapter which receives mouse events. |
SequencerAction |
This class is an abstract class for actions that interact with some kind of Sequencer. |
SimpleActionList |
The SimpleActionList class extends the TickleList to
provide a list of Targetable objects. |
TickleList |
An TickleList is a list that contains Ticklish members. |
TickleNode |
The TickleNode is used by the TicklList to contain its
Ticklish members. |
TransformMatrix |
This class provides a standard mechanism for applying matrix manipulations to
a Transformable target and supporting constraint bounding of the target's location
after its matrix is altered. |
TranslateMatrix |
This class applies a matrix translation on the Transformable target. |