Package org.apache.fop.fo.flow.table
Class BorderSpecification
- java.lang.Object
-
- org.apache.fop.fo.flow.table.BorderSpecification
-
public class BorderSpecification extends java.lang.ObjectA border's informations, along with the FO element which declared it. Used for border resolution in the collapsing-border model.
-
-
Constructor Summary
Constructors Constructor Description BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo, int holder)Creates a new border specification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonBorderPaddingBackground.BorderInfogetBorderInfo()Returns this border's informations.intgetHolder()Returns the FO element declaring this border.java.lang.StringtoString()
-
-
-
Constructor Detail
-
BorderSpecification
public BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo, int holder)
Creates a new border specification.- Parameters:
borderInfo- the border's informationsholder- the FO element declaring this border
-
-
Method Detail
-
getBorderInfo
public CommonBorderPaddingBackground.BorderInfo getBorderInfo()
Returns this border's informations.- Returns:
- this border's informations
-
getHolder
public int getHolder()
Returns the FO element declaring this border.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-