org.jfree.workbook
Interface StyleModifier

All Known Implementing Classes:
BorderStyleModifier, ColorStyleModifier, FontStyleModifier, GeneralStyleModifier

public interface StyleModifier

An interface for modifying styles.


Method Summary
 Style getModifiedStyle(Style style)
          Returns a new style based on the supplied style, but modified in some way (depends on the implementation).
 

Method Detail

getModifiedStyle

public Style getModifiedStyle(Style style)
Returns a new style based on the supplied style, but modified in some way (depends on the implementation).

Parameters:
style - the style to be modified.
Returns:
The modified style.