fop 0.95

Uses of Class
org.apache.fop.traits.SpaceVal

Packages that use SpaceVal
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of SpaceVal in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type SpaceVal
 void SpaceSpecifier.addSpace(SpaceVal moreSpace)
          Add a new space to the sequence.
 

Uses of SpaceVal in org.apache.fop.traits
 

Fields in org.apache.fop.traits declared as SpaceVal
 SpaceVal LayoutProps.spaceAfter
           
 SpaceVal LayoutProps.spaceBefore
           
 SpaceVal InlineProps.spaceEnd
           
 SpaceVal InlineProps.spaceStart
           
 

Methods in org.apache.fop.traits that return SpaceVal
static SpaceVal SpaceVal.makeLetterSpacing(Property letterSpacing)
           
static SpaceVal SpaceVal.makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
           
 

Methods in org.apache.fop.traits with parameters of type SpaceVal
static SpaceVal SpaceVal.makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
           
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.