|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutManager
An interface that represents a a Manager to make elements respect a desired Layout.
Method Summary | |
---|---|
void |
applyLayout(net.sf.jasperreports.engine.design.JasperDesign design,
DynamicReport report)
Entry point for applying a given layout. |
java.util.Map |
getReferencesMap()
Useful as shared object between RegistrationManagers and the LayOutManager. |
Method Detail |
---|
void applyLayout(net.sf.jasperreports.engine.design.JasperDesign design, DynamicReport report) throws LayoutException
design
- The deseign to be usedreport
- The report to show
LayoutException
java.util.Map getReferencesMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |