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 Voidvisit(ElementCell cell, TablePosition position)Voidvisit(FrameCell frameCell, TablePosition position)Voidvisit(LayeredCell layeredCell, TablePosition position)Voidvisit(NestedTableCell nestedTableCell, TablePosition position)Voidvisit(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:
visitin interfaceCellVisitor<TablePosition,Void,IOException>
-
visit
public Void visit(SplitCell cell, TablePosition position)
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void,IOException>
-
visit
public Void visit(FrameCell frameCell, TablePosition position) throws IOException
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void,IOException>- Throws:
IOException
-
visit
public Void visit(LayeredCell layeredCell, TablePosition position) throws IOException
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void,IOException>- Throws:
IOException
-
visit
public Void visit(NestedTableCell nestedTableCell, TablePosition position) throws IOException
- Specified by:
visitin interfaceCellVisitor<TablePosition,Void,IOException>- Throws:
IOException
-
-