See: Description
Interface | Description |
---|---|
IlvObjectAnimator |
The interface
IlvObjectAnimator must be implemented by
a class whose purpose is to animate one object of an
IlvManager with an IlvManagerAnimator . |
IlvOptimizedAnimatedGraphic |
The interface
IlvOptimizedAnimatedGraphic must be
implemented by subclasses of IlvGraphic that want to
provide two ways to draw an object: one for regular drawing,
the other for drawing during animation. |
Class | Description |
---|---|
IlvGraphicAnimator |
An
IlvGraphicAnimator allows you to animate changes in the
position and size of an IlvGraphic (a node) in an
IlvManager . |
IlvLinkImageAnimator |
An
IlvLinkImageAnimator allows you to animate changes in the
shape of an IlvLinkImage in an IlvManager . |
IlvManagerAnimator |
An
IlvManagerAnimator allows you to animate the content changes
in an IlvManager . |
IlvManagerAnimator
allows you to do the following: record an old state with old positions for graphics (nodes and links);
create a new state without displaying it; animate
the movement from the old state to the new state.
Both single-threaded and multithreaded animation are supported.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.