Class RtfExtraRowSet.PositionedCell

java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExtraRowSet.PositionedCell
All Implemented Interfaces:
Comparable
Enclosing class:
RtfExtraRowSet

private static class RtfExtraRowSet.PositionedCell extends Object implements Comparable
  • Field Details

    • cell

      private final RtfTableCell cell
    • xOffset

      private final int xOffset
    • rowIndex

      private final int rowIndex
  • Constructor Details

    • PositionedCell

      PositionedCell(RtfTableCell c, int index, int offset)
  • Method Details

    • toString

      public String toString()
      debugging dump
      Overrides:
      toString in class Object
    • compareTo

      public int compareTo(Object o)
      cells need to be sorted by row index and then by x offset
      Specified by:
      compareTo in interface Comparable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object