com.slurm.gf
Class PaintCommand

java.lang.Object
  |
  +--com.slurm.gf.Command
        |
        +--com.slurm.gf.PaintCommand

public class PaintCommand
extends Command

Encapsulates a paint command and its parameters.


Constructor Summary
PaintCommand(int l, int o, int d)
           
 
Method Summary
 int getNumPixels()
           
 
Methods inherited from class com.slurm.gf.Command
getLocation, getOpCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaintCommand

public PaintCommand(int l,
                    int o,
                    int d)
Method Detail

getNumPixels

public int getNumPixels()