|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jfree.workbook.ColorStyleModifier
A style modifier that changes the foreground, background or pattern color for a style, but leaves all other settings unchanged.
| Field Summary | |
protected Color |
color
The new color. |
protected int |
which
Foreground, background or pattern color. |
| Constructor Summary | |
ColorStyleModifier(int which,
Color color)
Standard constructor. |
|
| Method Summary | |
Style |
getModifiedStyle(Style style)
Returns a new style with the same settings as the style passed in, except with a different foreground, background or pattern color. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int which
protected Color color
| Constructor Detail |
public ColorStyleModifier(int which,
Color color)
which - indicates which color to change (use constants BACKGROUND_COLOR,
FOREGROUND_COLOR and PATTERN_COLOR in the StyleColor class).color - the new color.| Method Detail |
public Style getModifiedStyle(Style style)
getModifiedStyle in interface StyleModifierstyle - the style to be modified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||