org.apache.fop.layoutmgr.table

Class CollapsingBorderModelEyeCatching


public class CollapsingBorderModelEyeCatching
extends CollapsingBorderModel

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, VERTICAL_START_END_OF_TABLE

Method Summary

CommonBorderPaddingBackground.BorderInfo
determineWinner(GridUnit currentGridUnit, GridUnit otherGridUnit, int side, int flags)
Determines the winning BorderInfo.

Methods inherited from class org.apache.fop.layoutmgr.table.CollapsingBorderModel

determineWinner, getBorderModelFor, getOtherSide, getPreferenceValue, isVerticalRelation

Method Details

determineWinner

public CommonBorderPaddingBackground.BorderInfo determineWinner(GridUnit currentGridUnit,
                                                                GridUnit otherGridUnit,
                                                                int side,
                                                                int flags)
Determines the winning BorderInfo.
Overrides:
determineWinner in interface CollapsingBorderModel
Parameters:
Returns:
the winning BorderInfo

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