Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo,
int holder)
Creates a new border specification.
|
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground.BorderInfo |
PropertyCache.fetch(CommonBorderPaddingBackground.BorderInfo bi)
Checks if the given
CommonBorderPaddingBackground.BorderInfo is present
in the cache - if so, returns a reference to the cached instance. |
CommonBorderPaddingBackground.BorderInfo[] |
CommonBorderPaddingBackground.getBorderInfo()
Returns the border info
|
CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.getBorderInfo(int side) |
static CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.getDefaultBorderInfo()
Returns a default BorderInfo of style none.
|
static CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.BorderInfo.getInstance(int style,
CondLengthProperty width,
java.awt.Color color)
Returns a BorderInfo instance corresponding to the given values
|
Modifier and Type | Method and Description |
---|---|
CommonBorderPaddingBackground.BorderInfo |
PropertyCache.fetch(CommonBorderPaddingBackground.BorderInfo bi)
Checks if the given
CommonBorderPaddingBackground.BorderInfo is present
in the cache - if so, returns a reference to the cached instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.