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

Packages that use TypesetterUnsupportedException
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 TypesetterUnsupportedException in org.extex.typesetter
 

Methods in org.extex.typesetter that throw TypesetterUnsupportedException
 FixedDimen ListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 long ListMaker.getSpacefactor()
          Getter for the space factor.
 void ListMaker.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 void ListMaker.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 void ListManager.setSpacefactor(FixedCount spaceFactor)
          Setter for the space factor
 

Uses of TypesetterUnsupportedException in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl that throw TypesetterUnsupportedException
 FixedDimen TypesetterImpl.getPrevDepth()
          Getter for the previous depth parameter.
 FixedDimen NullTypesetterImpl.getPrevDepth()
          Getter for the previous depth parameter.
 long TypesetterImpl.getSpacefactor()
          Getter for the space factor.
 long NullTypesetterImpl.getSpacefactor()
          Getter for the space factor.
 void TypesetterImpl.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 void TypesetterImpl.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 

Uses of TypesetterUnsupportedException in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker that throw TypesetterUnsupportedException
 FixedDimen AbstractListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 FixedDimen InnerVerticalListMaker.getPrevDepth()
          Getter for the previous depth parameter.
 long AbstractListMaker.getSpacefactor()
           
 void AbstractListMaker.setPrevDepth(FixedDimen pd)
          Setter for the previous depth parameter.
 void AbstractListMaker.setSpacefactor(FixedCount sf)
          Setter for the space factor.
 void HorizontalListMaker.setSpacefactor(FixedCount f)
          Setter for the space factor.