|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.graphics.linetypes.FormatSection
com.partnersoft.v3x.graphics.linetypes.SimpleFormatSection
public class SimpleFormatSection
| 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 |
|---|
public SimpleFormatSection()
public SimpleFormatSection(java.lang.String symbolName,
int size,
int offset)
public SimpleFormatSection(java.lang.String symbolName,
int size)
public SimpleFormatSection(java.lang.String symbolName)
| Method Detail |
|---|
public int getOffset()
public void setOffset(int newOffset)
public int getSize()
public void setSize(int newSize)
public java.lang.String getSymbolName()
public void setSymbolName(java.lang.String newSymbolName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||