Class StyleLoader
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.print.StyleLoader
-
public class StyleLoader extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
Constructor Summary
Constructors Constructor Description StyleLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StyleLoader
instance()
void
loadStyle(XmlLoader xmlLoader, JasperPrint jasperPrint)
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
public static final String EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
instance
public static StyleLoader instance()
-
loadStyle
public void loadStyle(XmlLoader xmlLoader, JasperPrint jasperPrint)
-
-