Uses of Class
org.apache.fop.fo.properties.CondLengthProperty
Packages that use CondLengthProperty
Package
Description
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
-
Uses of CondLengthProperty in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return CondLengthPropertyModifier and TypeMethodDescriptionCondLengthProperty.getCondLength()
Property.getCondLength()
This method expects to be overridden by subclassesCommonBorderPaddingBackground.getPadding()
Returns the paddingCommonBorderPaddingBackground.getPaddingLengthProperty
(int side) Returns the CondLengthProperty for the padding on one side.CommonBorderPaddingBackground.BorderInfo.getRadiusEnd()
CommonBorderPaddingBackground.BorderInfo.getRadiusStart()
CommonBorderPaddingBackground.BorderInfo.getWidth()
Methods in org.apache.fop.fo.properties with parameters of type CondLengthPropertyModifier and TypeMethodDescriptionCommonBorderPaddingBackground.BorderInfo.getInstance
(int style, CondLengthProperty width, Color color, CondLengthProperty radiusStart, CondLengthProperty radiusEnd) Returns a BorderInfo instance corresponding to the given values. -
Uses of CondLengthProperty in org.apache.fop.layoutmgr
Constructors in org.apache.fop.layoutmgr with parameters of type CondLengthPropertyModifierConstructorDescriptionBorderElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorBorderOrPaddingElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructorPaddingElement
(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context) Main constructor