com.slurm.gf
Class UndefinedCommand

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

public class UndefinedCommand
extends Command

Convenience class to encapsulate commands found in a generic font file whose opcode does not correspond to that of any of the commands defined in the generic font language.


Constructor Summary
UndefinedCommand(int l, int o)
           
 
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

UndefinedCommand

public UndefinedCommand(int l,
                        int o)