|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the argument that gets passed to the visit operationpublic interface PrintElementVisitor<T>
Print element visitor interface.
The visit methods can receive one argument of a specified type.
JRPrintElement.accept(PrintElementVisitor, Object)| Method Summary | |
|---|---|
void |
visit(JRGenericPrintElement printElement,
T arg)
Visits a generic print element. |
void |
visit(JRPrintEllipse ellipse,
T arg)
Visits a print ellipse. |
void |
visit(JRPrintFrame frame,
T arg)
Visits a print frame. |
void |
visit(JRPrintImage image,
T arg)
Visits a print image. |
void |
visit(JRPrintLine line,
T arg)
Visits a print line. |
void |
visit(JRPrintRectangle rectangle,
T arg)
Visits a print rectangle. |
void |
visit(JRPrintText textElement,
T arg)
Visits a text print element. |
| Method Detail |
|---|
void visit(JRPrintText textElement,
T arg)
textElement - the element to visitarg - an argument passed for the visit
void visit(JRPrintImage image,
T arg)
image - the image to visitarg - an argument passed for the visit
void visit(JRPrintRectangle rectangle,
T arg)
rectangle - the rectangle to visitarg - an argument passed for the visit
void visit(JRPrintLine line,
T arg)
line - the line to visitarg - an argument passed for the visit
void visit(JRPrintEllipse ellipse,
T arg)
ellipse - the ellipse to visitarg - an argument passed for the visit
void visit(JRPrintFrame frame,
T arg)
frame - the frame to visitarg - an argument passed for the visit
void visit(JRGenericPrintElement printElement,
T arg)
printElement - the element to visitarg - an argument passed for the visit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||