org.apache.fop.datatypes |
org.apache.fop.datatypes Package
XSL Datatypes.
|
Java Source File Name | Type | Comment |
CompoundDatatype.java | Interface | This interface is used as a base for compound datatypes. |
FODimension.java | Class | This datatype hold a pair of resolved lengths,
specifiying the dimensions in
both inline and block-progression-directions. |
KeepValue.java | Class | Keep Value
Stores the different types of keeps in a single convenient format. |
Length.java | Interface | |
LengthBase.java | Class | |
Numeric.java | Interface | An interface for classes that can participate in numeric operations.
All the numeric operation (+, -, *, ...) are expressed in terms of
this Numeric interface.
Numerics has a value (getNumericValue) and a dimension (getDimension).
Numerics can be either absolute or relative. |
PercentBase.java | Interface | |
PercentBaseContext.java | Interface | This interface is used by the layout managers to provide relevant information
back to the property percentage resolution logic, that is
the percentages based property getValue() functions expect an object implementing
this interface as an argument. |
SimplePercentBaseContext.java | Class | Class to implement a simple lookup context for a single percent base value. |
URISpecification.java | Class | This class contains method to deal with the datatype from XSL-FO. |
ValidationPercentBaseContext.java | Class | This base context is used during validation when the actual base values are still unknown
but should still already be checked. |