|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.noad.AbstractNoad
de.dante.extex.typesetter.type.noad.LeftNoad
This Noad carries a delimiter which is set on the left side of the math material. This delimiter adjusts its height to the height of the material following.
Constructor Summary | |
LeftNoad(Noad noad,
MathDelimiter delimiter)
Creates a new object. |
Method Summary | |
void |
toStringAdd(java.lang.StringBuffer sb,
int depth)
Add some information in the middle of the default toString method. |
void |
typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger,
Dimen height,
Dimen depth)
Translate a Noad into a NodeList. |
Methods inherited from class de.dante.extex.typesetter.type.noad.AbstractNoad |
getLocalizer, getSpacingClass, getSubscript, getSuperscript, makeScripts, rebox, setSpacingClass, setSubscript, setSuperscript, toString, toString, toString, toStringSubsidiaray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LeftNoad(Noad noad, MathDelimiter delimiter)
noad
- the noad following the left delimiterdelimiter
- the glueMethod Detail |
public void toStringAdd(java.lang.StringBuffer sb, int depth)
AbstractNoad
toStringAdd
in class AbstractNoad
sb
- the target string bufferdepth
- the recursion depthAbstractNoad.toStringAdd(
java.lang.StringBuffer,
int)
public void typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger) throws TypesetterException, ConfigurationException
Noad
previousNoad
- the previous noadnoads
- the list of noads currently processedindex
- the index of the current node in the listlist
- the list to add the nodes to. This list contains the Nodes
previously typeset. Thus it can be used to look backmathContext
- the context to considerlogger
- the logger for debugging and tracing information
ConfigurationException
- in case of a configuration problem
TypesetterException
- in case of a problemNoad.typeset(
de.dante.extex.typesetter.type.noad.Noad,
de.dante.extex.typesetter.type.noad.NoadList,
int,
de.dante.extex.typesetter.type.NodeList,
de.dante.extex.typesetter.type.noad.util.MathContext,
java.util.logging.Logger)
public void typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger, Dimen height, Dimen depth) throws TypesetterException, ConfigurationException
previousNoad
- the previous noadnoads
- the list of noads currently processedindex
- the index of the current node in the listlist
- the list to add the nodes to. This list contains the Nodes
previously typeset. Thus it can be used to look backmathContext
- the context to considerlogger
- th logger for debuggingheight
- the target height. If null
then the natural
height is useddepth
- the target depth. If null
then the natural
depth is used
TypesetterException
- in case of a problem
ConfigurationException
- in case of a configuration problem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |