Package org.gvsig.dwg.lib
Class DwgObjectOffset
java.lang.Object
org.gvsig.dwg.lib.DwgObjectOffset
The DwgObjectOffset class is useful to store the handle of an object with its
offset in the DWG file
- Author:
- jmorell
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DwgObjectOffset
public DwgObjectOffset(int handle, int offset) Create a new DwgObjectOffset object- Parameters:
handle- Handle of the objectoffset- Offset in the DWG file of the object
-
-
Method Details
-
getHandle
public int getHandle()- Returns:
- Returns the handle.
-
getOffset
public int getOffset()- Returns:
- Returns the offset.
-
setSize
public void setSize(int size) -
getSize
public int getSize()
-