|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that controls the formatting of report tables. It supplies the attributes for table, tier, and cell elements.
Table formatting may include header rows are bold, tables have a border, and footer cells have font size 12, for example.
TableFormats
,
ReportStyleConstants
,
TableElement
Method Summary | |
javax.swing.text.AttributeSet |
getCellAttributes(CellElement cellElement)
Returns the attributes to use for the specified cell element. |
javax.swing.text.AttributeSet |
getTableAttributes(TableElement tableElement)
Returns the attributes to use for the table element. |
javax.swing.text.AttributeSet |
getTierAttributes(TierElement tierElement)
Returns the attributes to use for the specified tier element. |
Method Detail |
public javax.swing.text.AttributeSet getTierAttributes(TierElement tierElement)
tierElement
- row or column for which the attributes are desired
tierElement
java.lang.NullPointerException
- if tierElement
is null
public javax.swing.text.AttributeSet getCellAttributes(CellElement cellElement)
cellElement
- cell for which the attributes are desired
cellElement
java.lang.NullPointerException
- if cellElement
is null
public javax.swing.text.AttributeSet getTableAttributes(TableElement tableElement)
tableElement
- table for which the attributes are desired
tableElement
java.lang.NullPointerException
- if tableElement
is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |