Uses of Class
org.extex.core.glue.WideGlue

Packages that use WideGlue
org.extex.core.glue This package contains the basic glue data types for ExTeX. 
org.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
org.extex.typesetter.tex.paragraph This package contains the definitions of a paragraph builder for ExTeX. 
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
 

Uses of WideGlue in org.extex.core.glue
 

Methods in org.extex.core.glue with parameters of type WideGlue
 void WideGlue.add(WideGlue glue)
          Add some more glue to this one.
 void WideGlue.set(WideGlue wg)
          Setter for the glue value in all three components
 void WideGlue.subtract(WideGlue glue)
          Subtract some glue from this one.
 

Uses of WideGlue in org.extex.typesetter.paragraphBuilder.impl
 

Constructors in org.extex.typesetter.paragraphBuilder.impl with parameters of type WideGlue
BreakPoint(int pos, WideGlue wd, WideGlue pwd, int pen)
          Creates a new object.
 

Uses of WideGlue in org.extex.typesetter.tex.paragraph
 

Subclasses of WideGlue in org.extex.typesetter.tex.paragraph
 class DeltaNode
          822.
 

Constructors in org.extex.typesetter.tex.paragraph with parameters of type WideGlue
DeltaNode(WideGlue glue)
          Creates a new object.
 

Uses of WideGlue in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type with parameters of type WideGlue
 void Node.addDepthTo(WideGlue glue)
          Add the flexible depth of the current node to the given glue.
 void Node.addHeightTo(WideGlue glue)
          Add the flexible height of the current node to the given glue.
 void Node.addWidthTo(WideGlue glue)
          Add the flexible width of the current node to the given glue.
 

Uses of WideGlue in org.extex.typesetter.type.node
 

Methods in org.extex.typesetter.type.node with parameters of type WideGlue
 void AbstractNode.addDepthTo(WideGlue glue)
          Add the flexible depth of the current node to the given glue.
 void AbstractExpandableNode.addDepthTo(WideGlue glue)
          Add the flexible depth of the current node to the given glue.
 void AbstractNode.addHeightTo(WideGlue glue)
          Add the flexible height of the current node to the given glue.
 void AbstractExpandableNode.addHeightTo(WideGlue glue)
          Add the flexible height of the current node to the given glue.
 void AbstractNode.addWidthTo(WideGlue glue)
          Add the flexible width of the current node to the given glue.
 void AbstractExpandableNode.addWidthTo(WideGlue glue)
          Add the flexible width of the current node to the given glue.
 void VirtualCharNode.addWidthTo(WideGlue glue)
          Add the flexible width of the current node to the given glue.