Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib.instr
Class InstrSavePref  view InstrSavePref download InstrSavePref.java

java.lang.Object
  extended byorg.pqt.autorib.instr.InstrRequest
      extended byorg.pqt.autorib.instr.InstrSavePref

public class InstrSavePref
extends InstrRequest

class to handle instruction to append a parameter to a primitive's set of parameters, for example to add explicit st coordinates or a set of "Pref" values.


Field Summary
 
Fields inherited from class org.pqt.autorib.instr.InstrRequest
requestID, requestName
 
Constructor Summary
InstrSavePref()
           
InstrSavePref(InstrWReader in)
           
 
Method Summary
 void process(InstrWReader rw, org.pqt.autorib.rib.RIBObjectGroup object)
          Apply this instruction to an object group
 void read(InstrWReader in)
          read in the append request in the form Append name [ value ] {type}
 void write(java.io.Writer out)
          write out this instruction and its parameters - used for debugging only
static void writeSavedPrefs(InstrWReader rw)
           
 
Methods inherited from class org.pqt.autorib.instr.InstrRequest
checkShaderType, process, readRequestName, writeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrSavePref

public InstrSavePref()

InstrSavePref

public InstrSavePref(InstrWReader in)
              throws java.io.IOException,
                     org.pqt.autorib.tokenizer.FormatException
Method Detail

read

public void read(InstrWReader in)
          throws java.io.IOException,
                 org.pqt.autorib.tokenizer.FormatException
read in the append request in the form Append name [ value ] {type}

Specified by:
read in class InstrRequest

write

public void write(java.io.Writer out)
           throws java.io.IOException
Description copied from class: InstrRequest
write out this instruction and its parameters - used for debugging only

Specified by:
write in class InstrRequest

process

public void process(InstrWReader rw,
                    org.pqt.autorib.rib.RIBObjectGroup object)
Description copied from class: InstrRequest
Apply this instruction to an object group

Overrides:
process in class InstrRequest

writeSavedPrefs

public static void writeSavedPrefs(InstrWReader rw)
                            throws java.io.IOException