swingwt.awt
Class Image
java.lang.Object
swingwt.awt.Image
- Direct Known Subclasses:
- BufferedImage
- public class Image
- extends java.lang.Object
Constructor Summary |
Image()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCALE_DEFAULT
public static final int SCALE_DEFAULT
- See Also:
- Constant Field Values
SCALE_FAST
public static final int SCALE_FAST
- See Also:
- Constant Field Values
SCALE_SMOOTH
public static final int SCALE_SMOOTH
- See Also:
- Constant Field Values
SCALE_REPLICATE
public static final int SCALE_REPLICATE
- See Also:
- Constant Field Values
SCALE_AREA_AVERAGING
public static final int SCALE_AREA_AVERAGING
- See Also:
- Constant Field Values
image
public org.eclipse.swt.graphics.Image image
gc
protected Graphics2D gc
Image
public Image()
getHeight
public int getHeight()
getHeight
public int getHeight(ImageObserver img)
getWidth
public int getWidth()
getWidth
public int getWidth(ImageObserver img)
getScaledInstance
public Image getScaledInstance(int width,
int height,
int hints)
getGraphics
public Graphics getGraphics()
createGraphics
public Graphics2D createGraphics()
getSource
public ImageProducer getSource()