org.apache.fop.fo.flow.table
Class BorderSpecification
java.lang.Object
org.apache.fop.fo.flow.table.BorderSpecification
public class BorderSpecification
extends java.lang.Object
A border's informations, along with the FO element which declared it. Used for border
resolution in the collapsing-border model.
BorderSpecification
public BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo,
int holder)
Creates a new border specification.
borderInfo
- the border's informationsholder
- the FO element declaring this border
getHolder
public int getHolder()
Returns the FO element declaring this border.
toString
public String toString()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.