|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--voji.report.ReportComponent | +--voji.report.ReportList
This report component draws its sub components vertically one under another.
Field Summary |
Fields inherited from class voji.report.ReportComponent |
position |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
ReportList()
Constructs a new empty ReportList instance |
Method Summary | |
protected void |
draw(PageGraphics g)
Draws this component. |
int |
getHeight(PageGraphics g)
Returns the total height of this component. |
Methods inherited from class voji.report.ReportComponent |
add, add, draw, getOwnHeight, iterator, remove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportList()
ReportList
instance
Method Detail |
public int getHeight(PageGraphics g)
getHeight
in class ReportComponent
g
- the graphical context where the height has to refer toReportComponent.getOwnHeight(PageGraphics)
,
ReportComponent.draw(PageGraphics)
protected void draw(PageGraphics g)
draw
in class ReportComponent
g
- the graphical context where to draw togetHeight(PageGraphics)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |