Class RtfExtraRowSet.PositionedCell
- java.lang.Object
-
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExtraRowSet.PositionedCell
-
- All Implemented Interfaces:
java.lang.Comparable
- Enclosing class:
- RtfExtraRowSet
private static class RtfExtraRowSet.PositionedCell extends java.lang.Object implements java.lang.Comparable
-
-
Field Summary
Fields Modifier and Type Field Description private RtfTableCell
cell
private int
rowIndex
private int
xOffset
-
Constructor Summary
Constructors Constructor Description PositionedCell(RtfTableCell c, int index, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(java.lang.Object o)
cells need to be sorted by row index and then by x offsetboolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
debugging dump
-
-
-
Field Detail
-
cell
private final RtfTableCell cell
-
xOffset
private final int xOffset
-
rowIndex
private final int rowIndex
-
-
Constructor Detail
-
PositionedCell
PositionedCell(RtfTableCell c, int index, int offset)
-
-
Method Detail
-
toString
public java.lang.String toString()
debugging dump- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(java.lang.Object o)
cells need to be sorted by row index and then by x offset- Specified by:
compareTo
in interfacejava.lang.Comparable
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-