Class DwgObjectOffset

java.lang.Object
org.gvsig.dwg.lib.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 Details

    • 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 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()