org.xhtmlrenderer.layout
Class CollapsedBorderSide
java.lang.Object
org.xhtmlrenderer.layout.CollapsedBorderSide
- All Implemented Interfaces:
- java.lang.Comparable
public class CollapsedBorderSide
- extends java.lang.Object
- implements java.lang.Comparable
A class that contains a single border side of a collapsed cell. Collapsed
border sides are painted in order of priority (so for example, wider borders
always paint over narrower borders regardless of the relative tree order of
the cells in question).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollapsedBorderSide
public CollapsedBorderSide(TableCellBox cell,
int side)
getCell
public TableCellBox getCell()
setCell
public void setCell(TableCellBox cell)
getSide
public int getSide()
setSide
public void setSide(int side)
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interface java.lang.Comparable
Flying Saucer Project Home