org.extex.typesetter.type.node
Class ImplicitKernNode

java.lang.Object
  extended by org.extex.typesetter.type.node.AbstractNode
      extended by org.extex.typesetter.type.node.AbstractKernNode
          extended by org.extex.typesetter.type.node.ImplicitKernNode
All Implemented Interfaces:
java.io.Serializable, Node, KernNode

public class ImplicitKernNode
extends AbstractKernNode

This class provides the same functionality as KernNode but is distinguishable for the sake of some fine differentiations in TeX.

Version:
$Revision: 4739 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
          The constant serialVersionUID contains the id for serialization.
 
Fields inherited from class org.extex.typesetter.type.node.AbstractNode
NO_CHARS
 
Constructor Summary
ImplicitKernNode(FixedDimen kern, boolean horizontal)
          Creates a new object.
 
Method Summary
 
Methods inherited from class org.extex.typesetter.type.node.AbstractKernNode
toString, toText, visit
 
Methods inherited from class org.extex.typesetter.type.node.AbstractNode
addDepthTo, addHeightTo, addWidthTo, advanceNaturalDepth, advanceNaturalHeight, advanceNaturalWidth, atShipping, clone, computeAdjustment, countChars, getChars, getDepth, getHeight, getLocalizer, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, getWidth, maxDepth, maxHeight, maxWidth, setDepth, setHeight, setWidth, spreadHeight, spreadWidth, toString, toText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.extex.typesetter.type.Node
addDepthTo, addHeightTo, addWidthTo, atShipping, countChars, getChars, getDepth, getHeight, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, getWidth, setDepth, setHeight, setWidth, spreadHeight, spreadWidth
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The constant serialVersionUID contains the id for serialization.

See Also:
Constant Field Values
Constructor Detail

ImplicitKernNode

public ImplicitKernNode(FixedDimen kern,
                        boolean horizontal)
Creates a new object.

Parameters:
kern - the natural size
horizontal - the indicator that the kern works horizontally