com.ds.fw.graph.img
Class FwImage

java.lang.Object
  |
  +--java.awt.Image
        |
        +--com.ds.fw.graph.img.FwImage

public abstract class FwImage
extends java.awt.Image


Field Summary
 
Fields inherited from class java.awt.Image
SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty
 
Constructor Summary
FwImage()
           
 
Methods inherited from class java.awt.Image
flush, getGraphics, getHeight, getProperty, getScaledInstance, getSource, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FwImage

public FwImage()