|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.style.ElementStyleSheet
org.jfree.report.style.BandStyleSheet
A band style sheet. Defines some base StyleKeys for all Bands.
Field Summary | |
static StyleKey |
DISPLAY_ON_FIRSTPAGE
A key for the band's 'display on first page' flag. |
static StyleKey |
DISPLAY_ON_LASTPAGE
A key for the band's 'display on last page' flag. |
static StyleKey |
FIXED_POSITION
A key for the band's 'print on bottom' flag. |
static StyleKey |
PAGEBREAK_AFTER
A key for the band's 'page break after' flag. |
static StyleKey |
PAGEBREAK_BEFORE
A key for the band's 'page break before' flag. |
static StyleKey |
REPEAT_HEADER
A key for the band's 'repeat header' flag. |
Fields inherited from class org.jfree.report.style.ElementStyleSheet |
ALIGNMENT, BOLD, BOUNDS, DYNAMIC_HEIGHT, ELEMENT_LAYOUT_CACHEABLE, EMBEDDED_FONT, FONT, FONTENCODING, FONTSIZE, ITALIC, KEEP_ASPECT_RATIO, LINEHEIGHT, MAXIMUMSIZE, MINIMUMSIZE, PAINT, PREFERREDSIZE, RESERVED_LITERAL, SCALE, STRIKETHROUGH, STROKE, TRIM_TEXT_CONTENT, UNDERLINED, VALIGNMENT, VISIBLE |
Constructor Summary | |
BandStyleSheet(java.lang.String name)
Creates a new band style-sheet. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final StyleKey PAGEBREAK_BEFORE
public static final StyleKey PAGEBREAK_AFTER
public static final StyleKey DISPLAY_ON_FIRSTPAGE
public static final StyleKey DISPLAY_ON_LASTPAGE
public static final StyleKey REPEAT_HEADER
public static final StyleKey FIXED_POSITION
Constructor Detail |
public BandStyleSheet(java.lang.String name)
name
- the name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |