All Packages Class Hierarchy This Package Previous Next Index
Class MadScape.GUI.CTool
java.lang.Object
|
+----MadScape.GUI.CTool
- public class CTool
- extends Object
Tool für die Animationen. Die Frames der Animation werden in einer
Datei im "Schachbrettmuster" abgelegt (damit nur eine Datei
geladen werden muß). C(rop)Tool extrahiert einen angegebenen
Frame und zeichnen ihn in ein Bild oder ein Graphics-Objekt.
-
CTool()
-
-
PicBlt(Graphics, int, int, int, int, Image, int, int, Object)
-
-
PicBlt(Image, int, int, int, int, Image, int, int, Object)
-
CTool
public CTool()
PicBlt
public static void PicBlt(Graphics g,
int xDest,
int yDest,
int Width,
int Height,
Image SrcImg,
int xSrc,
int ySrc,
Object observer)
PicBlt
public static void PicBlt(Image DestImg,
int xDest,
int yDest,
int Width,
int Height,
Image SrcImg,
int xSrc,
int ySrc,
Object observer)
All Packages Class Hierarchy This Package Previous Next Index