Package org.gvsig.dwg.lib
Class DwgSectionOffset
java.lang.Object
org.gvsig.dwg.lib.DwgSectionOffset
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 Summary
ConstructorsConstructorDescriptionDwgSectionOffset(String key, int seek, int size) Creates a new DwgSectionOffset object -
Method Summary
-
Constructor Details
-
DwgSectionOffset
Creates a new DwgSectionOffset object- Parameters:
key- Section keyseek- Seeker or offset in the DWG file for this sectionsize- Size of this section
-
-
Method Details
-
getKey
- Returns:
- Returns the key.
-
setKey
- 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.
-