com.sun.jimi.core.decoder.pict
Class PICTRectangle

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.pict.PICTRectangle

public class PICTRectangle
extends java.lang.Object

Rectangle data structure used through out PICT image file structure


Field Summary
 short brX
           
 short brY
           
 short tlX
           
 short tlY
           
 
Constructor Summary
PICTRectangle()
          Construct zero filled PICT rectangle
PICTRectangle(java.io.DataInputStream dIn)
          Construct a PICT rectangle by reading in four 2 byte quantities
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tlY

public short tlY

tlX

public short tlX

brY

public short brY

brX

public short brX
Constructor Detail

PICTRectangle

public PICTRectangle()
Construct zero filled PICT rectangle

PICTRectangle

public PICTRectangle(java.io.DataInputStream dIn)
              throws java.io.IOException
Construct a PICT rectangle by reading in four 2 byte quantities
Parameters:
dIn - data input stream to retrieve the pixmap structure from
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object