Uses of Class
org.foray.fotree.FObjScaled

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

Uses of FObjScaled in org.foray.fotree
 

Methods in org.foray.fotree with parameters of type FObjScaled
 float PropertyList.getContentHeight(FObj fobj, org.axsl.fo.FoContext context, FObjScaled fobjScaled)
          Returns the scaling factor for the height.
 float FObj.getContentHeight(org.axsl.fo.FoContext context, FObjScaled fobjScaled)
          Return the scaling factor that should be applied to the intrinsic height to compute the actual content height.
 float PropertyList.getContentWidth(FObj fobj, org.axsl.fo.FoContext context, FObjScaled fobjScaled)
          Returns the scaling factor for the width.
 float FObj.getContentWidth(org.axsl.fo.FoContext context, FObjScaled fobjScaled)
          Return the scaling factor that should be applied to the intrinsic width to compute the actual content width.
 

Uses of FObjScaled in org.foray.fotree.fo.obj
 

Subclasses of FObjScaled in org.foray.fotree.fo.obj
 class ExternalGraphic
          An "external-graphic" object in XSL-FO.
 class InstreamForeignObject
          An "instream-foreign-object" object in XSL-FO.
 

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

Methods in org.foray.fotree.fo.prop with parameters of type FObjScaled
protected  float PdContentWidth.getInheritedValue(org.axsl.fo.FoContext context, FObjScaled fobjScaled, FObj parent)
           
protected  float PdContentHeight.getInheritedValue(org.axsl.fo.FoContext context, FObjScaled fobjScaled, FObj parent)
           
protected abstract  float AbstractContentDimension.getInheritedValue(org.axsl.fo.FoContext context, FObjScaled fobjScaled, FObj parent)
          Returns the inherited value for this property.
 float AbstractContentDimension.getValue(org.axsl.fo.FoContext context, FObj fobj, FObjScaled fobjScaled)
          Returns the implied or stated scaling factor.
protected  int PdContentWidth.intrinsicContentDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
           
protected  int PdContentHeight.intrinsicContentDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
           
protected abstract  int AbstractContentDimension.intrinsicContentDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
          Returns either the intrinsic height or intrinsic width of the graphic, depending on the subclass.
protected  int PdContentWidth.viewportDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
           
protected  int PdContentHeight.viewportDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
           
protected abstract  int AbstractContentDimension.viewportDimension(FObjScaled fobjScaled, org.axsl.fo.FoContext context)
          Returns either the viewport height or viewport width of the graphic, depending on the subclass.
 



Copyright © 2017. All rights reserved.