Groovy Documentation

griffon.coverflow.ui
[Java] Class ImageFlowItem.LazyImageLoader

java.lang.Object
  griffon.coverflow.ui.ImageFlowItem.LazyImageLoader

private static abstract class ImageFlowItem.LazyImageLoader

Field Summary
private Image image

private Logger log

 
Constructor Summary
ImageFlowItem.LazyImageLoader()

 
Method Summary
Image getImage()

protected Image loadImage()

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

Field Detail

image

private Image image


log

private final Logger log


 
Constructor Detail

ImageFlowItem.LazyImageLoader

ImageFlowItem.LazyImageLoader()


 
Method Detail

getImage

public Image getImage()


loadImage

protected Image loadImage()


 

Groovy Documentation