Class Tabulator.ParentDrop
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Tabulator.ParentDrop
-
- All Implemented Interfaces:
CellVisitor<FrameCell,Cell,java.lang.RuntimeException>
- Enclosing class:
- Tabulator
protected class Tabulator.ParentDrop extends java.lang.Object implements CellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedParentDrop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FrameCelldroppedParent(FrameCell existingParent, FrameCell parent)Cellvisit(ElementCell cell, FrameCell parent)Cellvisit(FrameCell frameCell, FrameCell parent)Cellvisit(LayeredCell layeredCell, FrameCell parent)Cellvisit(NestedTableCell nestedTableCell, FrameCell parent)Cellvisit(SplitCell cell, FrameCell parent)
-
-
-
Method Detail
-
visit
public Cell visit(ElementCell cell, FrameCell parent)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
visit
public Cell visit(SplitCell cell, FrameCell parent)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
visit
public Cell visit(FrameCell frameCell, FrameCell parent)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
visit
public Cell visit(LayeredCell layeredCell, FrameCell parent)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
visit
public Cell visit(NestedTableCell nestedTableCell, FrameCell parent)
- Specified by:
visitin interfaceCellVisitor<FrameCell,Cell,java.lang.RuntimeException>
-
-