java.lang.Object
org.pqt.autorib.rib.RIBRequest
org.pqt.autorib.rib.RIBProjection
- All Implemented Interfaces:
- java.lang.Cloneable
- public class RIBProjection
- extends RIBRequest
Class for storing RIB Projection requests
- Version:
- $Header: /home/CVSRepository/autoribnew/org/pqt/autorib/rib/RIBProjection.java,v 1.3 2003/11/02 00:58:39 remote Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public java.lang.String type
fov
public float fov
RIBProjection
public RIBProjection()
RIBProjection
public RIBProjection(org.pqt.autorib.tokenizer.Tokenizer in)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
read
public void read(org.pqt.autorib.tokenizer.Tokenizer in)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
- Description copied from class:
RIBRequest
- read an RIB call and store it
- Specified by:
read in class RIBRequest
writeOther
public void writeOther(java.io.Writer out)
throws java.io.IOException
- Description copied from class:
RIBRequest
- This method is overridden by subclasses to allow them
to actually do the writing out of the Request
and associated parameters etc. It is called whenever
any of the Write methods above are called.
- Specified by:
writeOther in class RIBRequest