Class sprite.SpriteArea
All Packages Class Hierarchy This Package Previous Next Index
Class sprite.SpriteArea
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----sprite.SpriteArea
- public class SpriteArea
- extends Canvas
-
DELAYED_UPDATING
-
-
INSTANT_UPDATING
-
-
NO_UPDATING
-
-
SpriteArea(int, int)
-
-
BackgroundDirty()
-
-
Delay(int)
-
-
FullUpdate()
-
-
GetBackgroundGraphics()
-
-
GetOnscreenGraphics()
-
-
HandleBackgroundEvent(Event)
-
-
Inside(int, int)
-
-
LocateMouse(int, int)
-
-
SetUpdateMode(int)
-
-
Tile(Applet, Graphics, int, int, String)
-
-
WaitForGraphics()
-
-
handleEvent(Event)
-
-
paint(Graphics)
-
-
update(Graphics)
-
NO_UPDATING
public final static int NO_UPDATING
DELAYED_UPDATING
public final static int DELAYED_UPDATING
INSTANT_UPDATING
public final static int INSTANT_UPDATING
SpriteArea
public SpriteArea(int width,
int height)
Tile
public static void Tile(Applet applet,
Graphics g,
int width,
int height,
String url)
WaitForGraphics
public synchronized void WaitForGraphics()
GetBackgroundGraphics
public Graphics GetBackgroundGraphics()
GetOnscreenGraphics
public Graphics GetOnscreenGraphics()
BackgroundDirty
public void BackgroundDirty()
SetUpdateMode
public synchronized void SetUpdateMode(int updateMode)
FullUpdate
public synchronized void FullUpdate()
LocateMouse
public Sprite LocateMouse(int x,
int y)
Delay
public void Delay(int delay)
HandleBackgroundEvent
public void HandleBackgroundEvent(Event e)
Inside
public boolean Inside(int x,
int y)
update
public synchronized void update(Graphics g)
- Overrides:
- update in class Component
paint
public synchronized void paint(Graphics g)
- Overrides:
- paint in class Canvas
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index