Interface StyleProvider
-
- All Known Implementing Classes:
HeaderToolbarConditionalStyleProvider,PropertyStyleProvider
public interface StyleProvider- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getFields()JRStylegetStyle(byte evaluation)Returns a style.java.lang.String[]getVariables()
-
-
-
Method Detail
-
getStyle
JRStyle getStyle(byte evaluation)
Returns a style.
-
getFields
java.lang.String[] getFields()
-
getVariables
java.lang.String[] getVariables()
-
-