|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DtLength | |
---|---|
org.foray.fotree.value | Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). |
Uses of DtLength in org.foray.fotree.value |
---|
Fields in org.foray.fotree.value declared as DtLength | |
---|---|
static DtLength |
DtLength.ZERO_LENGTH
A property value that evaluates to a length of zero, suitable for use as a default. |
Methods in org.foray.fotree.value that return DtLength | |
---|---|
DtLength |
FnLabelEnd.eval(FObj fobj,
org.axsl.fo.FoContext context)
The computation for the value of label-end() is found in XSL-FO Standard, 1.0, Section 7.28.3. |
DtLength |
FnBodyStart.eval(FObj fobj,
org.axsl.fo.FoContext context)
The computation for the value of body-start() is found in XSL-FO Standard, 1.0, Section 7.28.4. |
DtLength |
DtLengthConditional.getLength()
Returns the length component. |
static DtLength |
DtLength.makeLengthDT(String input)
Factory method for creating a LengthDT instance from a String. |
Methods in org.foray.fotree.value with parameters of type DtLength | |
---|---|
boolean |
DtLengthRange.setComponent(String subPropertyName,
DtLength length)
Sets the value of an arbitrary component. |
Constructors in org.foray.fotree.value with parameters of type DtLength | |
---|---|
DtLengthConditional(DtLength length,
FoValue conditionality)
Constructor. |
|
DtShadowEffect(DtLength horizontalDistance,
DtLength verticalDistance,
DtLength blurRadius,
DtColor color)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |