StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class Image

java.lang.Object
  |
  +--java.awt.Image
Direct Known Subclasses:
com.sun.star.comp.jawt.image.ImageImpl

public abstract synchronized class Image
extends java.lang.Object


Field Summary
static int SCALE_AREA_AVERAGING
           
static int SCALE_DEFAULT
           
static int SCALE_FAST
           
static int SCALE_REPLICATE
           
static int SCALE_SMOOTH
           
static java.lang.Object UndefinedProperty
           
 
Constructor Summary
Image()
           
 
Method Summary
abstract  void flush()
           
abstract  java.awt.Graphics getGraphics()
           
abstract  int getHeight(java.awt.image.ImageObserver io)
           
abstract  java.lang.Object getProperty(java.lang.String s, java.awt.image.ImageObserver io)
           
 java.awt.Image getScaledInstance(int i1, int i2, int i3)
           
abstract  java.awt.image.ImageProducer getSource()
           
abstract  int getWidth(java.awt.image.ImageObserver io)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALE_AREA_AVERAGING

public static final int SCALE_AREA_AVERAGING

SCALE_DEFAULT

public static final int SCALE_DEFAULT

SCALE_FAST

public static final int SCALE_FAST

SCALE_REPLICATE

public static final int SCALE_REPLICATE

SCALE_SMOOTH

public static final int SCALE_SMOOTH

UndefinedProperty

public static final java.lang.Object UndefinedProperty
Constructor Detail

Image

public Image()
Method Detail

flush

public abstract void flush()

getGraphics

public abstract java.awt.Graphics getGraphics()

getHeight

public abstract int getHeight(java.awt.image.ImageObserver io)

getProperty

public abstract java.lang.Object getProperty(java.lang.String s,
                                             java.awt.image.ImageObserver io)

getScaledInstance

public java.awt.Image getScaledInstance(int i1,
                                        int i2,
                                        int i3)

getSource

public abstract java.awt.image.ImageProducer getSource()

getWidth

public abstract int getWidth(java.awt.image.ImageObserver io)

StarOffice 5.2 API
reverse engineered by classdoc