Class DwgObjectOffset
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dwg.DwgObjectOffset
-
public class DwgObjectOffset extends Object
The DwgObjectOffset class is useful to store the handle of an object with its offset in the DWG file- Author:
- jmorell
-
-
Constructor Summary
Constructors Constructor Description DwgObjectOffset(int handle, int offset)Create a new DwgObjectOffset object
-