com.partnersoft.v3x.graphics.linetypes
Class SimpleFormatSection

java.lang.Object
  extended by com.partnersoft.v3x.graphics.linetypes.FormatSection
      extended by com.partnersoft.v3x.graphics.linetypes.SimpleFormatSection
All Implemented Interfaces:
java.io.Serializable

public class SimpleFormatSection
extends FormatSection

See Also:
Serialized Form

Constructor Summary
SimpleFormatSection()
          Create a new SimpleFormatSection.
SimpleFormatSection(java.lang.String symbolName)
           
SimpleFormatSection(java.lang.String symbolName, int size)
           
SimpleFormatSection(java.lang.String symbolName, int size, int offset)
           
 
Method Summary
 int getOffset()
          Amount to skip before building symbol.
 int getSize()
          Size of symbol.
 java.lang.String getSymbolName()
          Name of symbol used for section.
 void setOffset(int newOffset)
          Amount to skip before building symbol.
 void setSize(int newSize)
          Size of symbol.
 void setSymbolName(java.lang.String newSymbolName)
          Name of symbol used for section.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormatSection

public SimpleFormatSection()
Create a new SimpleFormatSection.


SimpleFormatSection

public SimpleFormatSection(java.lang.String symbolName,
                           int size,
                           int offset)

SimpleFormatSection

public SimpleFormatSection(java.lang.String symbolName,
                           int size)

SimpleFormatSection

public SimpleFormatSection(java.lang.String symbolName)
Method Detail

getOffset

public int getOffset()
Amount to skip before building symbol.


setOffset

public void setOffset(int newOffset)
Amount to skip before building symbol.


getSize

public int getSize()
Size of symbol.


setSize

public void setSize(int newSize)
Size of symbol.


getSymbolName

public java.lang.String getSymbolName()
Name of symbol used for section.


setSymbolName

public void setSymbolName(java.lang.String newSymbolName)
Name of symbol used for section.