com.jrefinery.workbook
Interface StyleModifier

All Known Implementing Classes:
StyleColorModifier, StyleFontModifier, GeneralStyleModifier, StyleBorderModifier

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.