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

Packages that use Glue
de.dante.extex.font This package contains the definitions and implementations for font handling in ExTeX. 
de.dante.extex.interpreter.context This package contains the container for data in the interpreter. 
de.dante.extex.interpreter.context.impl This package contains a reference implementation for the Context
de.dante.extex.interpreter.context.observer.glue This package contains definitions for glue register observers. 
de.dante.extex.interpreter.expression.term   
de.dante.extex.interpreter.primitives.register.skip This package contains primitives for the manipulation of skip registers. 
de.dante.extex.interpreter.type.glue This package contains the basic glue data types for ExTeX. 
de.dante.extex.typesetter.type.noad.util This package contains some utility classes for Noads. 
de.dante.extex.unicodeFont.format.tex.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
de.dante.extex.unicodeFont.type This package contains the types for the unicode font system of ExTeX. 
 

Uses of Glue in de.dante.extex.font
 

Methods in de.dante.extex.font with parameters of type Glue
 void FountKey.setLetterspaced(Glue l)
          Set the letter spaced.
 

Constructors in de.dante.extex.font with parameters of type Glue
FountKey(java.lang.String n, Dimen s, Count sf, Glue ls, boolean lig, boolean kern)
          Create a new object.
 

Uses of Glue in de.dante.extex.interpreter.context
 

Methods in de.dante.extex.interpreter.context that return Glue
 Glue Context.getGlue(java.lang.String name)
          Getter for a glue register.
 

Methods in de.dante.extex.interpreter.context with parameters of type Glue
 void Context.setGlue(java.lang.String name, Glue value, boolean global)
          Setter for a glue register.
 

Uses of Glue in de.dante.extex.interpreter.context.impl
 

Methods in de.dante.extex.interpreter.context.impl that return Glue
 Glue GroupImpl.getSkip(java.lang.String name)
           
 Glue Group.getSkip(java.lang.String name)
          Getter for the named skip register in the current group.
 Glue ContextImpl.getGlue(java.lang.String name)
           
 

Methods in de.dante.extex.interpreter.context.impl with parameters of type Glue
 void GroupImpl.setSkip(java.lang.String name, Glue value, boolean global)
           
 void Group.setSkip(java.lang.String name, Glue value, boolean global)
          Setter for a skip register in all groups.
 void ContextImpl.setGlue(java.lang.String name, Glue value, boolean global)
           
 

Uses of Glue in de.dante.extex.interpreter.context.observer.glue
 

Methods in de.dante.extex.interpreter.context.observer.glue with parameters of type Glue
 void GlueObserver.receiveGlueChange(ContextInternals context, java.lang.String name, Glue value)
          Receive a notification on a glue change.
 

Uses of Glue in de.dante.extex.interpreter.expression.term
 

Constructors in de.dante.extex.interpreter.expression.term with parameters of type Glue
TGlue(Glue val)
          Creates a new object.
 

Uses of Glue in de.dante.extex.interpreter.primitives.register.skip
 

Methods in de.dante.extex.interpreter.primitives.register.skip that return Glue
 Glue SkipPrimitive.convertGlue(Context context, TokenSource source, Typesetter typesetter)
           
 Glue Mutoglue.convertGlue(Context context, TokenSource source, Typesetter typesetter)
           
 

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

Methods in de.dante.extex.interpreter.type.glue that return Glue
 Glue WideGlue.toGlue()
          Get the Glue representation for this instance.
 Glue GlueConvertible.convertGlue(Context context, TokenSource source, Typesetter typesetter)
          This method converts a register into a glue value.
static Glue Glue.parse(TokenSource source, Context context, Typesetter typesetter)
          Creates a new object by parsing a token source.
 Glue Glue.copy()
          Make a copy of this object.
 Glue FixedGlue.copy()
          Make a copy of this object.
 

Uses of Glue in de.dante.extex.typesetter.type.noad.util
 

Methods in de.dante.extex.typesetter.type.noad.util that return Glue
 Glue MathContext.convert(Muskip muglue)
          Convert a muglue into a glue.
 

Uses of Glue in de.dante.extex.unicodeFont.format.tex.tfm
 

Methods in de.dante.extex.unicodeFont.format.tex.tfm that return Glue
 Glue TfmFont.getDepth(UnicodeChar uc)
           
 Glue TfmFont.getHeight(UnicodeChar uc)
           
 Glue TfmFont.getSpace()
           
 Glue TfmFont.getWidth(UnicodeChar uc)
           
 

Uses of Glue in de.dante.extex.unicodeFont.type
 

Methods in de.dante.extex.unicodeFont.type that return Glue
 Glue ExtexFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 Glue ExtexFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 Glue ExtexFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 Glue ExtexFont.getSpace()
          Returns the size of the 'space'.