de.dante.extex.interpreter.type.muskip
Interface MuskipConvertible

All Known Implementing Classes:
Glueexpr, Gluetomu, Muexpr, MuskipParameter

public interface MuskipConvertible

This is an interface which describes the feature to be convertible into a muskip.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Method Summary
 Muskip convertMuskip(Context context, TokenSource source, Typesetter typesetter)
          This method converts a register into a muskip.
 

Method Detail

convertMuskip

public Muskip convertMuskip(Context context,
                            TokenSource source,
                            Typesetter typesetter)
                     throws InterpreterException
This method converts a register into a muskip. It might be necessary to read further tokens to determine which value to use. For instance an additional register number might be required. In this case the additional arguments Context and TokenSource can be used. The return value is the length in scaled points.

Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter to use for conversion
Returns:
the converted value in mu
Throws:
InterpreterException - in case of an error