Uses of Class
de.dante.extex.typesetter.exception.InvalidSpacefactorException

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

Uses of InvalidSpacefactorException in de.dante.extex.typesetter
 

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

Uses of InvalidSpacefactorException in de.dante.extex.typesetter.impl
 

Methods in de.dante.extex.typesetter.impl that throw InvalidSpacefactorException
 void TypesetterImpl.setSpacefactor(FixedCount sf)
           
 void NullTypesetterImpl.setSpacefactor(FixedCount f)
           
 

Uses of InvalidSpacefactorException in de.dante.extex.typesetter.listMaker
 

Methods in de.dante.extex.typesetter.listMaker that throw InvalidSpacefactorException
 void ListManager.setSpacefactor(FixedCount spaceFactor)
          Setter for the space factor
 void HorizontalListMaker.setSpacefactor(FixedCount f)
           
 void AbstractListMaker.setSpacefactor(FixedCount f)