Uses of Class
de.dante.extex.interpreter.type.glue.WideGlue

Packages that use WideGlue
de.dante.extex.interpreter.expression.term   
de.dante.extex.interpreter.type.glue This package contains the basic glue data types for ExTeX. 
de.dante.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
de.dante.extex.typesetter.paragraphBuilder.texImpl This package contains the definitions of a paragraph builder for ExTeX. 
de.dante.extex.typesetter.type This package contains type definitions for the typesetter. 
de.dante.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 de.dante.extex.interpreter.expression.term
 

Subclasses of WideGlue in de.dante.extex.interpreter.expression.term
 class TGlue
          This class encapsulates a glue value for the use in the expression evaluator.
 

Uses of WideGlue in de.dante.extex.interpreter.type.glue
 

Methods in de.dante.extex.interpreter.type.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 de.dante.extex.typesetter.paragraphBuilder.impl
 

Constructors in de.dante.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 de.dante.extex.typesetter.paragraphBuilder.texImpl
 

Subclasses of WideGlue in de.dante.extex.typesetter.paragraphBuilder.texImpl
 class DeltaNode
          822.
 

Constructors in de.dante.extex.typesetter.paragraphBuilder.texImpl with parameters of type WideGlue
DeltaNode(WideGlue glue)
          Creates a new object.
 

Uses of WideGlue in de.dante.extex.typesetter.type
 

Methods in de.dante.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 de.dante.extex.typesetter.type.node
 

Methods in de.dante.extex.typesetter.type.node with parameters of type WideGlue
 void VirtualCharNode.addWidthTo(WideGlue glue)
           
 void AbstractNode.addDepthTo(WideGlue glue)
           
 void AbstractNode.addHeightTo(WideGlue glue)
           
 void AbstractNode.addWidthTo(WideGlue glue)
           
 void AbstractExpandableNode.addDepthTo(WideGlue glue)
           
 void AbstractExpandableNode.addHeightTo(WideGlue glue)
           
 void AbstractExpandableNode.addWidthTo(WideGlue glue)