Uses of Class
org.extex.typesetter.exception.InvalidSpacefactorException

Packages that use InvalidSpacefactorException
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.impl This package contains an implmentation of a typesetter and its associated classes. 
org.extex.typesetter.listMaker This package contains implementations for list makers of several kind. 
 

Uses of InvalidSpacefactorException in org.extex.typesetter
 

Methods in org.extex.typesetter that throw InvalidSpacefactorException
 void ListMaker.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 void ListManager.setSpacefactor(FixedCount spaceFactor)
          Setter for the space factor
 

Uses of InvalidSpacefactorException in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl that throw InvalidSpacefactorException
 void TypesetterImpl.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 

Uses of InvalidSpacefactorException in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker that throw InvalidSpacefactorException
 void AbstractListMaker.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 void HorizontalListMaker.setSpacefactor(FixedCount f)
          Setter for the space factor.