public static abstract class

CellTree.NodeAnimation

extends Animation
java.lang.Object
   ↳ com.google.gwt.animation.client.Animation
     ↳ com.google.gwt.user.cellview.client.CellTree.NodeAnimation
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A node animation.

Summary

Public Methods
int getDuration()
Return the duration of the animation in milliseconds.
void setDuration(int duration)
Set the duration of the animation in milliseconds.
[Expand]
Inherited Methods
From class com.google.gwt.animation.client.Animation
From class java.lang.Object

Public Methods

public int getDuration ()

Return the duration of the animation in milliseconds.

See Also

public void setDuration (int duration)

Set the duration of the animation in milliseconds.

Parameters
duration the duration in milliseconds
See Also