Class HtmlExporter.TableVisitor
java.lang.Object
net.sf.jasperreports.engine.export.HtmlExporter.TableVisitor
- All Implemented Interfaces:
CellVisitor<TablePosition,Void, IOException>
- Enclosing class:
HtmlExporter
protected class HtmlExporter.TableVisitor
extends Object
implements CellVisitor<TablePosition,Void,IOException>
-
Constructor Summary
ConstructorsConstructorDescriptionTableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor) -
Method Summary
Modifier and TypeMethodDescriptionvisit(ElementCell cell, TablePosition position) visit(FrameCell frameCell, TablePosition position) visit(LayeredCell layeredCell, TablePosition position) visit(NestedTableCell nestedTableCell, TablePosition position) visit(SplitCell cell, TablePosition position)
-
Constructor Details
-
TableVisitor
-
-
Method Details
-
visit
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void, IOException>
-
visit
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void, IOException>
-
visit
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void, IOException> - Throws:
IOException
-
visit
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void, IOException> - Throws:
IOException
-
visit
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void, IOException> - Throws:
IOException
-