|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pedviz.view.animations.Animation pedviz.view.animations.SizeAnimation
public class SizeAnimation
This animation lets a collection of nodes change their size.
Constructor Summary | |
---|---|
SizeAnimation(GraphView graphView,
java.util.Set<Node> nodes)
Creates a new SizeAnimation for the given GraphView object. |
Method Summary | |
---|---|
void |
pulse(GraphView graphView)
This method will be executed when the timer is expired. |
Methods inherited from class pedviz.view.animations.Animation |
---|
getInterval, run, setInterval, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SizeAnimation(GraphView graphView, java.util.Set<Node> nodes)
graphView
- nodes
- Method Detail |
---|
public void pulse(GraphView graphView)
Animation
pulse
in class Animation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |