|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.StyleBorderModifier
A style modifier that changes the border for a style, but leaves all other settings unchanged.
| Field Summary | |
protected StyleBorder |
border
The new border. |
| Constructor Summary | |
StyleBorderModifier(StyleBorder border)
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 border. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected StyleBorder border
| Constructor Detail |
public StyleBorderModifier(StyleBorder border)
border - The new border.| Method Detail |
public Style getModifiedStyle(Style style)
getModifiedStyle in interface StyleModifierstyle - The style to be modified.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||