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.


Constructor Index

 o CTool()

Method Index

 o PicBlt(Graphics, int, int, int, int, Image, int, int, Object)
 o PicBlt(Image, int, int, int, int, Image, int, int, Object)

Constructors

 o CTool
 public CTool()

Methods

 o PicBlt
 public static void PicBlt(Graphics g,
                           int xDest,
                           int yDest,
                           int Width,
                           int Height,
                           Image SrcImg,
                           int xSrc,
                           int ySrc,
                           Object observer)
 o 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