Groovy Documentation

griffon.coverflow.ui
[Java] Class ImageFlow.AutoScroller

java.lang.Object
  griffon.coverflow.ui.ImageFlow.AutoScroller
All Implemented Interfaces:
ActionListener

private class ImageFlow.AutoScroller

Field Summary
private int index

private double position

private long start

 
Constructor Summary
private ImageFlow.AutoScroller(DrawableItem item)

 
Method Summary
void actionPerformed(ActionEvent e)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

index

private int index


position

private double position


start

private long start


 
Constructor Detail

ImageFlow.AutoScroller

private ImageFlow.AutoScroller(DrawableItem item)


 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


 

Groovy Documentation