|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iver.cit.jdwglib.dwg.DwgObjectOffset
The DwgObjectOffset class is useful to store the handle of an object with its offset in the DWG file
Constructor Summary | |
DwgObjectOffset(int handle,
int offset)
Create a new DwgObjectOffset object |
Method Summary | |
int |
getHandle()
|
int |
getOffset()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DwgObjectOffset(int handle, int offset)
handle
- Handle of the objectoffset
- Offset in the DWG file of the objectMethod Detail |
public int getHandle()
public int getOffset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |