|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Image
sun.awt.image.ToolkitImage
com.creamtec.ajaxswing.gui.AjaxSwingImage
public class AjaxSwingImage
Used as a wrapper around sun.awt.image.Image to capture the creation and loading of all images. The created images are stored in a map in AjaxSwingToolkit to maintain association between the image object and the file that was used to load it.
| Field Summary |
|---|
| Fields inherited from class java.awt.Image |
|---|
SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty |
| Constructor Summary | |
|---|---|
AjaxSwingImage(java.awt.image.ImageProducer imageproducer)
|
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getBufferedImage()
Override this method to store the newly created image in a hash that will allow us later to link it to this image |
| Methods inherited from class sun.awt.image.ToolkitImage |
|---|
check, flush, getColorModel, getGraphics, getHeight, getHeight, getImageRep, getProperty, getSource, getWidth, getWidth, hasError, preload |
| Methods inherited from class java.awt.Image |
|---|
getAccelerationPriority, getCapabilities, getScaledInstance, setAccelerationPriority |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxSwingImage(java.awt.image.ImageProducer imageproducer)
| Method Detail |
|---|
public java.awt.image.BufferedImage getBufferedImage()
getBufferedImage in class sun.awt.image.ToolkitImage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||