protected class HtmlExporter.CellElementVisitor extends Object implements PrintElementVisitor<TableCell>
| Modifier | Constructor and Description |
|---|---|
protected |
CellElementVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(JRGenericPrintElement printElement,
TableCell cell)
Visits a generic print element.
|
void |
visit(JRPrintEllipse ellipse,
TableCell cell)
Visits a print ellipse.
|
void |
visit(JRPrintFrame frame,
TableCell cell)
Visits a print frame.
|
void |
visit(JRPrintImage image,
TableCell cell)
Visits a print image.
|
void |
visit(JRPrintLine line,
TableCell cell)
Visits a print line.
|
void |
visit(JRPrintRectangle rectangle,
TableCell cell)
Visits a print rectangle.
|
void |
visit(JRPrintText textElement,
TableCell cell)
Visits a text print element.
|
public void visit(JRPrintText textElement, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>textElement - the element to visitcell - an argument passed for the visitpublic void visit(JRPrintImage image, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>image - the image to visitcell - an argument passed for the visitpublic void visit(JRPrintRectangle rectangle, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>rectangle - the rectangle to visitcell - an argument passed for the visitpublic void visit(JRPrintLine line, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>line - the line to visitcell - an argument passed for the visitpublic void visit(JRPrintEllipse ellipse, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>ellipse - the ellipse to visitcell - an argument passed for the visitpublic void visit(JRPrintFrame frame, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>frame - the frame to visitcell - an argument passed for the visitpublic void visit(JRGenericPrintElement printElement, TableCell cell)
PrintElementVisitorvisit in interface PrintElementVisitor<TableCell>printElement - the element to visitcell - an argument passed for the visitCopyright © 2017. All rights reserved.