org.extex.typesetter.listMaker.math
Interface EqConsumer
- All Known Implementing Classes:
- DisplaymathListMaker
public interface EqConsumer
This interface describes the functionality to activate the typesetting of an
equation number.
- Version:
- $Revision: 5586 $
- Author:
- Gerd Neugebauer
|
Method Summary |
void |
switchToNumber(boolean left)
This method switches the collection of material to the target "equation
number". |
switchToNumber
void switchToNumber(boolean left)
throws CantUseInException
- This method switches the collection of material to the target "equation
number".
- Parameters:
left - the indicator on which side to produce the equation number.
A value true indicates that the left side should be used.
- Throws:
CantUseInException - in case that the EqConsumer is in a mode
where a switching to the number is not possible