protected class HtmlExporter.TableVisitor extends Object implements CellVisitor<TablePosition,Void,IOException>
Constructor and Description |
---|
TableVisitor(Tabulator tabulator,
PrintElementVisitor<TableCell> elementVisitor) |
Modifier and Type | Method and Description |
---|---|
Void |
visit(ElementCell cell,
TablePosition position) |
Void |
visit(FrameCell frameCell,
TablePosition position) |
Void |
visit(LayeredCell layeredCell,
TablePosition position) |
Void |
visit(SplitCell cell,
TablePosition position) |
public TableVisitor(Tabulator tabulator, PrintElementVisitor<TableCell> elementVisitor)
public Void visit(ElementCell cell, TablePosition position)
visit
in interface CellVisitor<TablePosition,Void,IOException>
public Void visit(SplitCell cell, TablePosition position)
visit
in interface CellVisitor<TablePosition,Void,IOException>
public Void visit(FrameCell frameCell, TablePosition position) throws IOException
visit
in interface CellVisitor<TablePosition,Void,IOException>
IOException
public Void visit(LayeredCell layeredCell, TablePosition position) throws IOException
visit
in interface CellVisitor<TablePosition,Void,IOException>
IOException
Copyright © 2017. All rights reserved.