Class Grid.RowCellComparator

java.lang.Object
com.itextpdf.layout.renderer.Grid.RowCellComparator
All Implemented Interfaces:
Comparator<GridCell>
Enclosing class:
Grid

private static final class Grid.RowCellComparator extends Object implements Comparator<GridCell>
This comparator sorts cells so ones with both fixed row and column positions would go first, then cells with fixed row and then all other cells.
  • Constructor Details

    • RowCellComparator

      private RowCellComparator()
  • Method Details