com.cyclops.albumbuilder
Class ThumbnailGenerator

java.lang.Object
  extended bycom.cyclops.albumbuilder.AlbumBuilderComponent
      extended bycom.cyclops.albumbuilder.ThumbnailGenerator
All Implemented Interfaces:
Configurable, Executable, ImageObserver, Initializable

public class ThumbnailGenerator
extends AlbumBuilderComponent
implements Executable, ImageObserver

Add description for this class HERE! 惩前毖后,治病救人

Since:
2003-5-23 17:06:47
Author:
joel guo

Field Summary
 
Fields inherited from class com.cyclops.albumbuilder.AlbumBuilderComponent
logger
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ThumbnailGenerator()
           
 
Method Summary
 void execute()
          Override method execute() in super class
 boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)
          Override method imageUpdate() in super class
 void initialize()
          Override method initialize() of super class
 
Methods inherited from class com.cyclops.albumbuilder.AlbumBuilderComponent
configure, getConfiguration, getSourceRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailGenerator

public ThumbnailGenerator()
Method Detail

execute

public void execute()
             throws Exception
Override method execute() in super class

Specified by:
execute in interface Executable
Throws:
Exception
See Also:
Executable.execute()

imageUpdate

public boolean imageUpdate(Image img,
                           int infoflags,
                           int x,
                           int y,
                           int width,
                           int height)
Override method imageUpdate() in super class

Specified by:
imageUpdate in interface ImageObserver
See Also:
ImageObserver.imageUpdate(java.awt.Image, int, int, int, int, int)

initialize

public void initialize()
Override method initialize() of super class

Specified by:
initialize in interface Initializable
Overrides:
initialize in class AlbumBuilderComponent
See Also:
Initializable.initialize()


Copyright © 2003 Cyclops Group. All Rights Reserved.