JIDE 3.5.15

com.jidesoft.chart
Interface Animatable

All Known Implementing Classes:
Chart

public interface Animatable

An interface implemented by graphical components that can be animated.


Method Summary
 double getAnimationPosition()
          Get the current animation position, 0.0 is the start and 1.0 is the end
 void setAnimationPosition(double position)
          Set the current animation position 0.0 is the start and 1.0 is the end
 

Method Detail

setAnimationPosition

void setAnimationPosition(double position)
Set the current animation position 0.0 is the start and 1.0 is the end


getAnimationPosition

double getAnimationPosition()
Get the current animation position, 0.0 is the start and 1.0 is the end

Returns:
current animation position, between 0.0 and 1.0

JIDE 3.5.15