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
Constructors Constructor Description TableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
visit(ElementCell cell, TablePosition position)
Void
visit(FrameCell frameCell, TablePosition position)
Void
visit(LayeredCell layeredCell, TablePosition position)
Void
visit(NestedTableCell nestedTableCell, TablePosition position)
Void
visit(SplitCell cell, TablePosition position)
-
-
-
Constructor Detail
-
TableVisitor
public TableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor)
-
-
Method Detail
-
visit
public Void visit(ElementCell cell, TablePosition position)
- Specified by:
visit
in interfaceCellVisitor<TablePosition,Void,IOException>
-
visit
public Void visit(SplitCell cell, TablePosition position)
- Specified by:
visit
in interfaceCellVisitor<TablePosition,Void,IOException>
-
visit
public Void visit(FrameCell frameCell, TablePosition position) throws IOException
- Specified by:
visit
in interfaceCellVisitor<TablePosition,Void,IOException>
- Throws:
IOException
-
visit
public Void visit(LayeredCell layeredCell, TablePosition position) throws IOException
- Specified by:
visit
in interfaceCellVisitor<TablePosition,Void,IOException>
- Throws:
IOException
-
visit
public Void visit(NestedTableCell nestedTableCell, TablePosition position) throws IOException
- Specified by:
visit
in interfaceCellVisitor<TablePosition,Void,IOException>
- Throws:
IOException
-
-