|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.decoder.pict.PICTRectangle
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 |
public short tlY
public short tlX
public short brY
public short brX
Constructor Detail |
public PICTRectangle()
public PICTRectangle(java.io.DataInputStream dIn) throws java.io.IOException
dIn
- data input stream to retrieve the pixmap structure fromMethod Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |