com.cyclops.albumbuilder
Class ThumbnailGenerator
java.lang.Object
com.cyclops.albumbuilder.AlbumBuilderComponent
com.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThumbnailGenerator
public ThumbnailGenerator()
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.