org.extex.unit.tex.typesetter.spacing
Interface HorizontalSkip
- All Known Implementing Classes:
- Hfi, Hfil, Hfill, Hfilneg, Hskip, Hss
public interface HorizontalSkip
This interface describes macros which produces a horizontal glue.
- Version:
- $Revision:4431 $
- Author:
- Gerd Neugebauer
getGlue
FixedGlue getGlue(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
- This method acquires horizontal glue.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter
- Returns:
- the amount of skip
- Throws:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter