|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.print.layout.HeaderFooter
public class HeaderFooter
Header Footer
| Constructor Summary | |
|---|---|
HeaderFooter(Ctx ctx)
Standard Constructor |
|
| Method Summary | |
|---|---|
void |
addElement(PrintElement element)
Add Print Element to Page |
Query |
getDrillDown(Point relativePoint)
Get DrillDown value |
PrintElement[] |
getElements()
Get Elements |
void |
paint(Graphics2D g2D,
Rectangle bounds,
boolean isView)
Paint Page Header/Footer on Graphics in Bounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderFooter(Ctx ctx)
ctx - context| Method Detail |
|---|
public void addElement(PrintElement element)
element - print elementpublic PrintElement[] getElements()
public void paint(Graphics2D g2D,
Rectangle bounds,
boolean isView)
g2D - graphicsbounds - page boundsisView - true if online view (IDs are links)public Query getDrillDown(Point relativePoint)
relativePoint - relative Point
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||