Uses of Interface
org.apache.fop.datatypes.PercentBase
-
Packages that use PercentBase Package Description org.apache.fop.datatypes XSL Datatypes.org.apache.fop.fo.expr Classes for XSL expressions and functions.org.apache.fop.fo.properties 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 PercentBase Modifier and Type Class Description class
LengthBase
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 PercentBase Modifier and Type Class Description private static class
CIELabColorFunction.CIELabPercentBase
private static class
ProportionalColumnWidthFunction.ProportionalColumnWidthPercentBase
private static class
RGBColorFunction.RGBPercentBase
private static class
RGBICCColorFunction.ICCPercentBase
private static class
RGBNamedColorFunction.RGBNamedPercentBase
Methods in org.apache.fop.fo.expr that return PercentBase Modifier and Type Method Description private PercentBase
PropertyInfo. getFunctionPercentBase()
PercentBase
CIELabColorFunction. getPercentBase()
PercentBase
Function. getPercentBase()
PercentBase
FunctionBase. getPercentBase()
PercentBase
PropertyInfo. getPercentBase()
Return the PercentBase object used to calculate the absolute value from a percent specification.PercentBase
ProportionalColumnWidthFunction. getPercentBase()
PercentBase
RGBColorFunction. getPercentBase()
PercentBase
RGBICCColorFunction. getPercentBase()
PercentBase
RGBNamedColorFunction. getPercentBase()
-
Uses of PercentBase in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement PercentBase Modifier and Type Class Description private static class
BackgroundPositionShorthand.Maker.Dimension1PercentBase
Fields in org.apache.fop.fo.properties declared as PercentBase Modifier and Type Field Description private 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 PercentBase Modifier and Type Method Description PercentBase
PercentLength. getBaseLength()
PercentBase
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.PercentBase
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 Constructor Description PercentLength(double factor, PercentBase lbase)
Main constructor.
-