All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.Sprite
java.lang.Object
|
+----java.awt.Image
|
+----dtai.gwt.Sprite
- public class Sprite
- extends Image
-
Sprite(int[], int)
-
-
Sprite(int[], int, int, int, int, int, Color)
-
-
drawImage(GadgetGraphics, int, int)
-
-
drawImage(GadgetGraphics, int, int, Color)
-
-
drawImage(GadgetGraphics, int, int, int, int)
-
-
drawImage(GadgetGraphics, int, int, int, int, Color)
-
-
flush()
-
-
getGraphics()
-
-
getHeight(ImageObserver)
-
-
getPixels()
-
-
getProperty(String, ImageObserver)
-
-
getSource()
-
-
getWidth(ImageObserver)
-
Sprite
public Sprite(int pixels[],
int imageWidth)
Sprite
public Sprite(int pixels[],
int imageWidth,
int width,
int height,
int offsetX,
int offsetY,
Color color)
getPixels
public final int[] getPixels()
drawImage
public final boolean drawImage(GadgetGraphics g,
int x,
int y)
drawImage
public final boolean drawImage(GadgetGraphics g,
int x,
int y,
int width,
int height)
drawImage
public final boolean drawImage(GadgetGraphics g,
int x,
int y,
Color bgcolor)
drawImage
public final boolean drawImage(GadgetGraphics g,
int x,
int y,
int width,
int height,
Color bgcolor)
getWidth
public int getWidth(ImageObserver o)
- Overrides:
- getWidth in class Image
getHeight
public int getHeight(ImageObserver o)
- Overrides:
- getHeight in class Image
getGraphics
public Graphics getGraphics()
- Overrides:
- getGraphics in class Image
getSource
public ImageProducer getSource()
- Overrides:
- getSource in class Image
flush
public void flush()
- Overrides:
- flush in class Image
getProperty
public Object getProperty(String name,
ImageObserver o)
- Overrides:
- getProperty in class Image
All Packages Class Hierarchy This Package Previous Next Index