|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.print.Headline
public class Headline
Describes the header/footer of a page to print.
| Constructor Summary | |
|---|---|
Headline(java.lang.String leftCaption,
java.lang.String centerCaption,
java.lang.String rightCaption)
Constructs a new Headlines instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCenterCaption()
Returns the center caption string in header/footer. |
java.lang.String |
getLeftCaption()
Returns the left caption string in header/footer. |
java.lang.String |
getRightCaption()
Returns the right caption string in header/footer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Headline(java.lang.String leftCaption,
java.lang.String centerCaption,
java.lang.String rightCaption)
Headlines instance.
leftCaption - left caption in header/footercenterCaption - center caption in header/footerrightCaption - right caption in header/footer| Method Detail |
|---|
public java.lang.String getLeftCaption()
public java.lang.String getCenterCaption()
public java.lang.String getRightCaption()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||