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.
|
Modifier and Type | Class and Description |
---|---|
class |
LengthBase
Models a length which can be used as a factor in a percentage length
calculation
|
Modifier and Type | Method and Description |
---|---|
PercentBase |
PPColWidthFunction.getPercentBase() |
PercentBase |
Function.getPercentBase() |
PercentBase |
PropertyInfo.getPercentBase()
Return the PercentBase object used to calculate the absolute value from
a percent specification.
|
PercentBase |
FunctionBase.getPercentBase() |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
PercentLength(double factor,
PercentBase lbase)
Main constructor.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.