Package | Description |
---|---|
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 | Description |
---|---|---|
CondLengthProperty |
CondLengthProperty.getCondLength() |
|
CondLengthProperty |
Property.getCondLength() |
This method expects to be overridden by subclasses
|
CondLengthProperty[] |
CommonBorderPaddingBackground.getPadding() |
Returns the padding
|
CondLengthProperty |
CommonBorderPaddingBackground.getPaddingLengthProperty(int side) |
Returns the CondLengthProperty for the padding on one side.
|
CondLengthProperty |
CommonBorderPaddingBackground.BorderInfo.getRadiusEnd() |
|
CondLengthProperty |
CommonBorderPaddingBackground.BorderInfo.getRadiusStart() |
|
CondLengthProperty |
CommonBorderPaddingBackground.BorderInfo.getWidth() |
Modifier and Type | Method | Description |
---|---|---|
static CommonBorderPaddingBackground.BorderInfo |
CommonBorderPaddingBackground.BorderInfo.getInstance(int style,
CondLengthProperty width,
java.awt.Color color,
CondLengthProperty radiusStart,
CondLengthProperty radiusEnd) |
Returns a BorderInfo instance corresponding to the given values.
|
Constructor | Description |
---|---|
BorderElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
BorderOrPaddingElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
PaddingElement(Position position,
CondLengthProperty condLength,
RelSide side,
boolean isFirst,
boolean isLast,
PercentBaseContext context) |
Main constructor
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.