Class DwgSectionOffset

java.lang.Object
org.gvsig.dwg.lib.DwgSectionOffset

public class DwgSectionOffset extends Object
The DwgSectionOffset class is useful to store the key of a DWG section with its seek (or offset) and with its size
Author:
jmorell
  • Constructor Details

    • DwgSectionOffset

      public DwgSectionOffset(String key, int seek, int size)
      Creates a new DwgSectionOffset object
      Parameters:
      key - Section key
      seek - Seeker or offset in the DWG file for this section
      size - Size of this section
  • Method Details

    • getKey

      public String getKey()
      Returns:
      Returns the key.
    • setKey

      public void setKey(String key)
      Parameters:
      key - The key to set.
    • getSeek

      public int getSeek()
      Returns:
      Returns the seek.
    • setSeek

      public void setSeek(int seek)
      Parameters:
      seek - The seek to set.