com.iver.cit.jdwglib.dwg
Class DwgObjectOffset

java.lang.Object
  extended bycom.iver.cit.jdwglib.dwg.DwgObjectOffset

public class DwgObjectOffset
extends java.lang.Object

The DwgObjectOffset class is useful to store the handle of an object with its offset in the DWG file

Author:
jmorell

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

DwgObjectOffset

public DwgObjectOffset(int handle,
                       int offset)
Create a new DwgObjectOffset object

Parameters:
handle - Handle of the object
offset - Offset in the DWG file of the object
Method Detail

getHandle

public int getHandle()
Returns:
Returns the handle.

getOffset

public int getOffset()
Returns:
Returns the offset.