org.extex.interpreter.type.box
Interface RuleConvertible
- All Superinterfaces:
- BoxOrRule
- All Known Implementing Classes:
- Hrule, Vrule
public interface RuleConvertible
- extends BoxOrRule
This interface describes the possibility to provide a rule as result of the
operation. Usually this box is gathered from the input stream and build by
the typesetter.
- Version:
- $Revision:4399 $
- Author:
- Gerd Neugebauer
getRule
RuleNode getRule(Context context,
TokenSource source,
Typesetter typesetter)
throws ConfigurationException,
HelpingException,
TypesetterException
- Getter for the content as Rule.
- Parameters:
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetter to use
- Returns:
- an appropriate Box
- Throws:
ConfigurationException - in case of an configuration error
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter