fop 0.95

Uses of Class
org.apache.fop.fo.flow.table.BorderSpecification

Packages that use BorderSpecification
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

Uses of BorderSpecification in org.apache.fop.layoutmgr.table
 

Methods in org.apache.fop.layoutmgr.table that return BorderSpecification
abstract  BorderSpecification CollapsingBorderModel.determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
          Returns the border which wins the border conflict resolution.
abstract  BorderSpecification CollapsingBorderModel.determineWinner(BorderSpecification border1, BorderSpecification border2)
          Returns the border which wins the border conflict resolution.
 BorderSpecification CollapsingBorderModelEyeCatching.determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
          Returns the border which wins the border conflict resolution. In case the two borders are equivalent (identical, or only the color is different), null is returned.
 BorderSpecification CollapsingBorderModelEyeCatching.determineWinner(BorderSpecification border1, BorderSpecification border2)
          Returns the border which wins the border conflict resolution. Same as determineWinner(border1, border2, false).
 

Methods in org.apache.fop.layoutmgr.table with parameters of type BorderSpecification
abstract  BorderSpecification CollapsingBorderModel.determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
          Returns the border which wins the border conflict resolution.
abstract  BorderSpecification CollapsingBorderModel.determineWinner(BorderSpecification border1, BorderSpecification border2)
          Returns the border which wins the border conflict resolution.
 BorderSpecification CollapsingBorderModelEyeCatching.determineWinner(BorderSpecification border1, BorderSpecification border2, boolean discard)
          Returns the border which wins the border conflict resolution. In case the two borders are equivalent (identical, or only the color is different), null is returned.
 BorderSpecification CollapsingBorderModelEyeCatching.determineWinner(BorderSpecification border1, BorderSpecification border2)
          Returns the border which wins the border conflict resolution. Same as determineWinner(border1, border2, false).
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.