|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies column attributes for Bar Charts.
Supported API: false
Extendable: false
Method Summary | |
Color |
getColor(int a_columnIndex)
Return the column's color. |
int |
getFixedPadding(int a_columnIndex)
Return the column's fixed padding. |
String |
getHeading(TableModel a_dataModel,
int a_rowIndex,
Locale a_locale)
Returns a heading for the column. |
int |
getHeadingSpan(TableModel a_dataModel,
int a_rowIndex)
Returnsthe number of rows/columns that this heading spans. |
int |
getLeftMargin(int a_columnIndex)
Return the column's left margin. |
int |
getRightMargin(int a_columnIndex)
Return the column's right margin. |
Method Detail |
public int getFixedPadding(int a_columnIndex) throws WTException
a_columnIndex
- Column index to use to retrive the information.
WTException
public int getLeftMargin(int a_columnIndex) throws WTException
a_columnIndex
- Column index to use to retrive the information.
WTException
public int getRightMargin(int a_columnIndex) throws WTException
a_columnIndex
- Column index to use to retrive the information.
WTException
public Color getColor(int a_columnIndex) throws WTException
a_columnIndex
- Column index to use to retrive the information.
WTException
public String getHeading(TableModel a_dataModel, int a_rowIndex, Locale a_locale) throws WTException
a_dataModel
- Data model to use in generating the heading.a_rowIndex
- Row index to use for generating the heading.a_locale
- Locale to use in generating the heading.
WTException
public int getHeadingSpan(TableModel a_dataModel, int a_rowIndex) throws WTException
a_dataModel
- Data model to use in generating the heading span.a_rowIndex
- Row index to use for generating the heading span.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |