Class 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 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.