Uses of Interface
org.apache.fop.datatypes.PercentBase
Packages that use PercentBase
Package
Description
XSL Datatypes.
Classes for XSL expressions and functions.
Classes representing the various property types as well as supporting data structures for the FO tree.
-
Uses of PercentBase in org.apache.fop.datatypes
Classes in org.apache.fop.datatypes that implement PercentBaseModifier and TypeClassDescriptionclass
Models a length which can be used as a factor in a percentage length calculation -
Uses of PercentBase in org.apache.fop.fo.expr
Classes in org.apache.fop.fo.expr that implement PercentBaseModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static final class
private static final class
Methods in org.apache.fop.fo.expr that return PercentBaseModifier and TypeMethodDescriptionprivate PercentBase
PropertyInfo.getFunctionPercentBase()
CIELabColorFunction.getPercentBase()
Function.getPercentBase()
FunctionBase.getPercentBase()
PropertyInfo.getPercentBase()
Return the PercentBase object used to calculate the absolute value from a percent specification.ProportionalColumnWidthFunction.getPercentBase()
RGBColorFunction.getPercentBase()
RGBICCColorFunction.getPercentBase()
RGBNamedColorFunction.getPercentBase()
-
Uses of PercentBase in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement PercentBaseModifier and TypeClassDescriptionprivate static final class
Fields in org.apache.fop.fo.properties declared as PercentBaseModifier and TypeFieldDescriptionprivate PercentBase
PercentLength.lbase
A PercentBase implementation that contains the base length to which thePercentLength.factor
should be applied to compute the actual lengthMethods in org.apache.fop.fo.properties that return PercentBaseModifier and TypeMethodDescriptionPercentLength.getBaseLength()
BackgroundPositionShorthand.Maker.getPercentBase
(PropertyList pl) This is used to handle properties specified as a percentage of some "base length", such as the content width of their containing box.PropertyMaker.getPercentBase
(PropertyList pl) This is used to handle properties specified as a percentage of some "base length", such as the content width of their containing box.Constructors in org.apache.fop.fo.properties with parameters of type PercentBase