Uses of Class
org.foray.fotree.LengthRange

Packages that use LengthRange
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
org.foray.fotree.fo.prop Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard). 
 

Uses of LengthRange in org.foray.fotree
 

Methods in org.foray.fotree that return LengthRange
static LengthRange LengthRange.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LengthRange[] LengthRange.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.foray.fotree with parameters of type LengthRange
 int PropertyList.getLineHeight(FObj fobj, org.axsl.fo.FoContext context, LengthRange rangeID)
          Returns the line-height.
 int PropertyList.traitSpaceAfterLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
          Returns the space-after.length property.
 int PropertyList.traitSpaceBeforeLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
          Returns the space-before.length property.
 int PropertyList.traitSpaceEndLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
          Returns the space-end.length property.
 int PropertyList.traitSpaceStartLength(FObj fobj, org.axsl.fo.FoContext context, LengthRange subProperty)
          Returns the space-start.length property.
 

Uses of LengthRange in org.foray.fotree.fo.prop
 

Methods in org.foray.fotree.fo.prop with parameters of type LengthRange
 int PdWordSpacing.getValue(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the value of the numeric component of this property.
 int PdLineHeight.getValue(org.axsl.fo.FoContext context, LengthRange rangeID, FObj fobj)
          Returns the value for this property.
 int PdLetterSpacing.getValue(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the value of this property.
 int PdLeaderLength.getValue(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the value of this property.
 int AbstractRelativeSpace.getValue(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the value of this property.
 int AbstractRelativeDimension.getValue(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the value of this property.
static int PdWordSpacing.getValueNoInstance(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the default (initial) value for the numeric component of this property.
static int PdLetterSpacing.getValueNoInstance(org.axsl.fo.FoContext context, LengthRange subProperty, FObj fobj)
          Returns the default (initial) value for the numeric component of this property.
static int PdLeaderLength.getValueNoInstance(LengthRange subProperty, FObj fobj, org.axsl.fo.FoContext foContext)
          Returns the default (initial) value for this property.
 



Copyright © 2017. All rights reserved.