com.slurm.gf
Class NewRowCommand

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

public class NewRowCommand
extends Command

Encapsulates a newrow command and its parameters.


Constructor Summary
NewRowCommand(int l, int o, int offset)
           
 
Method Summary
 int getOffset()
           
 
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

NewRowCommand

public NewRowCommand(int l,
                     int o,
                     int offset)
Method Detail

getOffset

public int getOffset()