|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.display.labeler.ColumnAttributes
Class to contain the attributes of a column for labeling purposes.
Field Summary | |
static int |
FORMAT_CURRENCY
|
static int |
FORMAT_NONE
Available Formats. |
static int |
FORMAT_NUMBER
|
Constructor Summary | |
ColumnAttributes(int inColumnNum,
int inColumnFormat,
java.lang.String inColumnPreString,
java.lang.String inColumnPostString)
Creates a new instance of ColumnAttributes |
Method Summary | |
int |
getColumnFormat()
Get the format to apply to the column. |
int |
getColumnNum()
Get the number of the column to label. |
java.lang.String |
getColumnPostString()
Get the string to append after the column. |
java.lang.String |
getColumnPreString()
Get the string to append before the column. |
void |
setColumnFormat(int inColumnFormat)
Set the format to apply to the column. |
void |
setColumnNum(int inNum)
Set the number of the column to label. |
void |
setColumnPostString(java.lang.String inString)
Set the string to append after the column. |
void |
setColumnPreString(java.lang.String inString)
Set the string to append before the column. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FORMAT_NONE
public static final int FORMAT_NUMBER
public static final int FORMAT_CURRENCY
Constructor Detail |
public ColumnAttributes(int inColumnNum, int inColumnFormat, java.lang.String inColumnPreString, java.lang.String inColumnPostString)
Method Detail |
public void setColumnNum(int inNum)
public int getColumnNum()
public void setColumnFormat(int inColumnFormat)
public int getColumnFormat()
public void setColumnPreString(java.lang.String inString)
public java.lang.String getColumnPreString()
public void setColumnPostString(java.lang.String inString)
public java.lang.String getColumnPostString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |