Package | Description |
---|---|
ilog.views.animation |
This package contains utilities to show animated transitions
between two states of a Rogue Wave JViews manager.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphicAnimator
An
IlvGraphicAnimator allows you to animate changes in the
position and size of an IlvGraphic (a node) in an
IlvManager . |
class |
IlvLinkImageAnimator
An
IlvLinkImageAnimator allows you to animate changes in the
shape of an IlvLinkImage in an IlvManager . |
Modifier and Type | Method and Description |
---|---|
protected IlvObjectAnimator |
IlvManagerAnimator.createGraphicAnimator(IlvGraphic node)
This method is called when a new animator property for an
IlvGraphic that is a node in the graph is needed. |
protected IlvObjectAnimator |
IlvManagerAnimator.createLinkImageAnimator(IlvLinkImage link)
This method is called when a new animator property for an
IlvLinkImage that is a link in the graph is needed. |
protected IlvObjectAnimator |
IlvManagerAnimator.createObjectAnimator(IlvGraphic graphic)
This method is called when a new animator property for a graphic is
needed.
|
IlvObjectAnimator |
IlvManagerAnimator.getObjectAnimator(IlvGraphic graphic,
boolean create)
Returns the object animator of a graphic.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.