Uses of Class
net.sf.jasperreports.engine.design.JRDesignStyle
-
Packages that use JRDesignStyle Package Description net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRDesignStyle in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRDesignStyle Modifier and Type Method Description protected abstract voidJRAbstractStyleFactory. setParentStyle(JRDesignStyle currentStyle, String parentStyleName)protected voidJRConditionalStyleFillerFactory. setParentStyle(JRDesignStyle currentStyle, String parentStyleName)protected voidJRPrintStyleFactory. setParentStyle(JRDesignStyle currentStyle, String parentStyleName)protected voidJRStyleFactory. setParentStyle(JRDesignStyle currentStyle, String parentStyleName)protected voidJRTemplateStyleFactory. setParentStyle(JRDesignStyle currentStyle, String parentStyleName)
-