|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.flow.table.BorderSpecification
public class BorderSpecification
A border's informations, along with the FO element which declared it. Used for border resolution in the collapsing-border model.
Constructor Summary | |
---|---|
BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo,
int holder)
Creates a new border specification. |
Method Summary | |
---|---|
CommonBorderPaddingBackground.BorderInfo |
getBorderInfo()
Returns this border's informations. |
int |
getHolder()
Returns the FO element declaring this border. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo, int holder)
borderInfo
- the border's informationsholder
- the FO element declaring this borderMethod Detail |
---|
public CommonBorderPaddingBackground.BorderInfo getBorderInfo()
public int getHolder()
Constants.FO_TABLE
, Constants.FO_TABLE_COLUMN
,
Constants.FO_TABLE_HEADER
, Constants.FO_TABLE_FOOTER
,
Constants.FO_TABLE_BODY
, Constants.FO_TABLE_ROW
,
Constants.FO_TABLE_CELL
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |