Class HtmlExporter.CellElementVisitor
java.lang.Object
net.sf.jasperreports.engine.export.HtmlExporter.CellElementVisitor
- All Implemented Interfaces:
PrintElementVisitor<TableCell>
- Enclosing class:
HtmlExporter
protected class HtmlExporter.CellElementVisitor
extends Object
implements PrintElementVisitor<TableCell>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(JRGenericPrintElement printElement, TableCell cell) Visits a generic print element.voidvisit(JRPrintEllipse ellipse, TableCell cell) Visits a print ellipse.voidvisit(JRPrintFrame frame, TableCell cell) Visits a print frame.voidvisit(JRPrintImage image, TableCell cell) Visits a print image.voidvisit(JRPrintLine line, TableCell cell) Visits a print line.voidvisit(JRPrintRectangle rectangle, TableCell cell) Visits a print rectangle.voidvisit(JRPrintText textElement, TableCell cell) Visits a text print element.
-
Constructor Details
-
CellElementVisitor
protected CellElementVisitor()
-
-
Method Details
-
visit
Description copied from interface:PrintElementVisitorVisits a text print element.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
textElement- the element to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a print image.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
image- the image to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a print rectangle.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
rectangle- the rectangle to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a print line.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
line- the line to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a print ellipse.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
ellipse- the ellipse to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a print frame.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
frame- the frame to visitcell- an argument passed for the visit
-
visit
Description copied from interface:PrintElementVisitorVisits a generic print element.- Specified by:
visitin interfacePrintElementVisitor<TableCell>- Parameters:
printElement- the element to visitcell- an argument passed for the visit
-