|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonBorderPaddingBackground.BorderInfo | |
---|---|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.properties | Classes representing the various property types as well as supporting data structures for the FO tree. |
org.apache.fop.layoutmgr | FOP's layout engine. |
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.fo.flow.table |
---|
Methods in org.apache.fop.fo.flow.table that return CommonBorderPaddingBackground.BorderInfo | |
---|---|
CommonBorderPaddingBackground.BorderInfo |
GridUnit.getBorderAfter(int which)
Returns the resolved border-after of this grid unit, in the collapsing-border model. |
CommonBorderPaddingBackground.BorderInfo |
GridUnit.getBorderBefore(int which)
Returns the resolved border-before of this grid unit, in the collapsing-border model. |
CommonBorderPaddingBackground.BorderInfo |
GridUnit.getBorderEnd()
Returns the resolved border-end of this grid unit, in the collapsing-border model. |
CommonBorderPaddingBackground.BorderInfo |
BorderSpecification.getBorderInfo()
Returns this border's informations. |
CommonBorderPaddingBackground.BorderInfo |
GridUnit.getBorderStart()
Returns the resolved border-start of this grid unit, in the collapsing-border model. |
Constructors in org.apache.fop.fo.flow.table with parameters of type CommonBorderPaddingBackground.BorderInfo | |
---|---|
BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo,
int holder)
Creates a new border specification. |
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.fo.properties |
---|
Methods in org.apache.fop.fo.properties that return CommonBorderPaddingBackground.BorderInfo | |
---|---|
CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.getBorderInfo(int side)
|
static CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.getDefaultBorderInfo()
Returns a default BorderInfo of style none. |
Methods in org.apache.fop.fo.properties with parameters of type CommonBorderPaddingBackground.BorderInfo | |
---|---|
void |
CommonBorderPaddingBackground.setBorderInfo(CommonBorderPaddingBackground.BorderInfo info,
int side)
Sets a border. |
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr with parameters of type CommonBorderPaddingBackground.BorderInfo | |
---|---|
static void |
TraitSetter.addCollapsingBorders(Area area,
CommonBorderPaddingBackground.BorderInfo borderBefore,
CommonBorderPaddingBackground.BorderInfo borderAfter,
CommonBorderPaddingBackground.BorderInfo borderStart,
CommonBorderPaddingBackground.BorderInfo borderEnd,
boolean[] outer)
Add borders to an area for the collapsing border model in tables. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |