Uses of Class
org.apache.fop.traits.SpaceVal
-
Packages that use SpaceVal Package Description 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 Modifier and Type Method Description voidSpaceSpecifier. 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 Modifier and Type Method Description static SpaceValSpaceVal. makeLetterSpacing(Property letterSpacing)static SpaceValSpaceVal. makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)Methods in org.apache.fop.traits with parameters of type SpaceVal Modifier and Type Method Description static SpaceValSpaceVal. makeWordSpacing(Property wordSpacing, SpaceVal letterSpacing, Font fs)
-