|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectreport.Node
report.Layout
report.HeaderLayout
report.FooterLayout
class FooterLayout
テキスト編集レイアウトを構築するための「フッタ・レイアウト」ノード。
ブロックを子ノードに保持する。
親ノードはルート・レイアウト。
ヘッダとフッタのレイアウトは持たない。
フィールドの概要 |
---|
クラス report.Layout から継承されたフィールド |
---|
footerLayout, UNLIMITED_WIDTH, WITHOUT_PAGE_CONTROL |
コンストラクタの概要 | |
---|---|
FooterLayout(Layout ancestor,
int lines)
フッタのコンストラクタ。 |
メソッドの概要 |
---|
クラス report.HeaderLayout から継承されたメソッド |
---|
getLines, setLines, verify |
クラス report.Layout から継承されたメソッド |
---|
add, add, adda, getBuilder, getFooterLayout, getHeaderLayout, getLinesPerPage, getMaxPage, getNewLineCode, getWidth, merge, setBuilder, setFooterLayout, setHeaderLayout, setLinesPerPage, setMaxPage, setNewLineCode, setWidth |
クラス report.Node から継承されたメソッド |
---|
add, add, adda, getAncestor, getChildren, getRootLayout, isEmpty, isOrphanNode, merge, nullSafe, setAncestor, setChildren |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
FooterLayout(Layout ancestor, int lines) throws ReportException
ancestor
- 親ノードであるルート・レイアウトを渡す。lines
- フッタの行数を渡す。
レイアウトに不整合があれば
- ReportException を投げる。
ReportException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |