|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.table.CollapsingBorderModel
org.apache.fop.layoutmgr.table.CollapsingBorderModelEyeCatching
public class CollapsingBorderModelEyeCatching
Implements the normal "collapse" border model defined in 6.7.10 in XSL 1.0. TODO Column groups are not yet checked in this algorithm!
Field Summary |
---|
Fields inherited from class org.apache.fop.layoutmgr.table.CollapsingBorderModel |
---|
AFTER, BEFORE, END, START |
Constructor Summary | |
---|---|
CollapsingBorderModelEyeCatching()
|
Method Summary | |
---|---|
BorderSpecification |
determineWinner(BorderSpecification border1,
BorderSpecification border2)
Returns the border which wins the border conflict resolution. |
BorderSpecification |
determineWinner(BorderSpecification border1,
BorderSpecification border2,
boolean discard)
Returns the border which wins the border conflict resolution. |
Methods inherited from class org.apache.fop.layoutmgr.table.CollapsingBorderModel |
---|
getBorderModelFor, getOtherSide, isVerticalRelation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollapsingBorderModelEyeCatching()
Method Detail |
---|
public BorderSpecification determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
determineWinner
in class CollapsingBorderModel
border1
- a border specificationborder2
- another border specificationdiscard
- true if the .conditionality component of the border width must be
taken into account
public BorderSpecification determineWinner(BorderSpecification border1, BorderSpecification border2)
determineWinner(border1, border2, false)
.
determineWinner
in class CollapsingBorderModel
border1
- a border specificationborder2
- another border specification
CollapsingBorderModel.determineWinner(BorderSpecification,BorderSpecification,boolean)
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |