All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface linguist.quickshow.ActorDraw

public interface ActorDraw
An interface to override the drawing of an Actor.


Method Index

 o drawActor(Actor, Graphics)
Draw the actor by custom means.

Methods

 o drawActor
 public abstract void drawActor(Actor a,
                                Graphics g)
Draw the actor by custom means.


All Packages  Class Hierarchy  This Package  Previous  Next  Index