fop 1.0

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 space)
          Add a new space to the sequence.
 

Uses of SpaceVal in org.apache.fop.traits
 

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 1.0

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