Uses of Class
org.apache.fop.fo.properties.CondLengthProperty
-
Packages that use CondLengthProperty 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. -
-
Uses of CondLengthProperty in org.apache.fop.fo.properties
Subclasses of CondLengthProperty in org.apache.fop.fo.properties Modifier and Type Class Description private static class
CommonBorderPaddingBackground.ConditionalNullLength
A conditional length of value 0.Fields in org.apache.fop.fo.properties declared as CondLengthProperty Modifier and Type Field Description private CondLengthProperty
CommonBorderPaddingBackground.BorderInfo. mWidth
private CondLengthProperty[]
CommonBorderPaddingBackground. padding
private CondLengthProperty
CommonBorderPaddingBackground.BorderInfo. radiusEnd
private CondLengthProperty
CommonBorderPaddingBackground.BorderInfo. radiusStart
Fields in org.apache.fop.fo.properties with type parameters of type CondLengthProperty Modifier and Type Field Description private static PropertyCache<CondLengthProperty>
CondLengthProperty. CACHE
cache holding canonical instances (for absolute conditional lengths)Methods in org.apache.fop.fo.properties that return CondLengthProperty Modifier and Type Method Description CondLengthProperty
CondLengthProperty. getCondLength()
CondLengthProperty
Property. getCondLength()
This method expects to be overridden by subclassesCondLengthProperty[]
CommonBorderPaddingBackground. getPadding()
Returns the paddingCondLengthProperty
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()
Methods in org.apache.fop.fo.properties with parameters of type CondLengthProperty 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.Constructors in org.apache.fop.fo.properties with parameters of type CondLengthProperty Constructor Description BorderInfo(int style, CondLengthProperty width, java.awt.Color color, CondLengthProperty radiusStart, CondLengthProperty radiusEnd)
Hidden constructor -
Uses of CondLengthProperty in org.apache.fop.layoutmgr
Constructors in org.apache.fop.layoutmgr with parameters of type CondLengthProperty Constructor Description BorderElement(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
-