Uses of Interface
org.extex.core.glue.FixedGlue

Packages that use FixedGlue
org.extex.core.glue This package contains the basic glue data types for ExTeX. 
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.format   
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.impl This package contains an implmentation of a typesetter and its associated classes. 
org.extex.typesetter.listMaker This package contains implementations for list makers of several kind. 
org.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
org.extex.typesetter.tc.font   
org.extex.typesetter.tc.font.impl   
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. 
org.extex.unit.omega.typesetter   
org.extex.unit.tex.typesetter.leaders This package contains primitives for leaders. 
org.extex.unit.tex.typesetter.spacing This package contains primitives which deal with spacing. 
 

Uses of FixedGlue in org.extex.core.glue
 

Classes in org.extex.core.glue that implement FixedGlue
 class Glue
          This class provides the basic data type of a stretchable and shrinkable quantity of length.
 

Fields in org.extex.core.glue declared as FixedGlue
static FixedGlue FixedGlue.S_S
          The constant SS contains the glue for 0pt plus 1fil minus 1fil.
static FixedGlue FixedGlue.ZERO
          The constant ZERO contains the value of width 0pt without any stretchablity or shrinkability.
 

Methods in org.extex.core.glue with parameters of type FixedGlue
 void Glue.add(FixedGlue g)
          Add another glue to this one.
 void WideGlue.add(FixedGlue glue)
          Add some more glue to this one.
 boolean Glue.eq(FixedGlue glue)
          Test that the given Glue is equal to a given one.
 boolean FixedGlue.eq(FixedGlue glue)
          Test that the given Glue is equal to a given one.
 boolean Glue.ne(FixedGlue glue)
          Test that the given Glue is different from a given one.
 boolean FixedGlue.ne(FixedGlue glue)
          Test that the given Glue is different from a given one.
 void Glue.set(FixedGlue theLength)
          Set the glue value.
 void WideGlue.set(FixedGlue glue)
          Setter for the glue value in all three components
 void Glue.subtract(FixedGlue g)
          Subtract another glue to this one.
 void WideGlue.subtract(FixedGlue glue)
          Subtract some more glue to this one.
 

Constructors in org.extex.core.glue with parameters of type FixedGlue
Glue(FixedGlue glue)
          Creates a new object as copy of another glue.
 

Uses of FixedGlue in org.extex.font
 

Methods in org.extex.font that return FixedGlue
 FixedGlue ExtexFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue FontKey.getGlue(java.lang.String key)
          Returns the value for the key or null, if no key exists in the map.
 FixedGlue ExtexFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue ExtexFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue ExtexFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Methods in org.extex.font that return types with arguments of type FixedGlue
protected  java.util.Map<java.lang.String,FixedGlue> FontKey.getGlueMap()
          Returns the glueMap.
 

Methods in org.extex.font with parameters of type FixedGlue
protected  void FontKey.put(java.lang.String key, FixedGlue value)
          Put an key values pair on the map.
 

Uses of FixedGlue in org.extex.font.format
 

Methods in org.extex.font.format that return FixedGlue
 FixedGlue NullExtexFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue NullExtexFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue NullExtexFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue NullExtexFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Uses of FixedGlue in org.extex.font.format.afm
 

Methods in org.extex.font.format.afm that return FixedGlue
 FixedGlue LoadableAfmFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue LoadableAfmFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue LoadableAfmFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue LoadableAfmFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Uses of FixedGlue in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm that return FixedGlue
 FixedGlue LoadableTfmFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue LoadableTfmFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue LoadableTfmFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue LoadableTfmFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Uses of FixedGlue in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return FixedGlue
 FixedGlue LoadableVfFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue LoadableVfFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue LoadableVfFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue LoadableVfFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Uses of FixedGlue in org.extex.font.format.xtf
 

Methods in org.extex.font.format.xtf that return FixedGlue
 FixedGlue LoadableXtfFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue LoadableXtfFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue LoadableXtfFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue LoadableXtfFont.getWidth(UnicodeChar uc)
          Returns the width of the char.
 

Uses of FixedGlue in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return FixedGlue
 FixedGlue ContextImpl.getGlueOption(java.lang.String name)
           
 

Uses of FixedGlue in org.extex.typesetter
 

Methods in org.extex.typesetter that return FixedGlue
 FixedGlue TypesetterOptions.getGlueOption(java.lang.String name)
          Getter for a glue register.
 FixedGlue PageContext.getGlueOption(java.lang.String name)
          Getter for a glue register.
 

Methods in org.extex.typesetter with parameters of type FixedGlue
 void ListMaker.add(FixedGlue g)
          Add a glue node to the list.
 

Uses of FixedGlue in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl with parameters of type FixedGlue
 void TypesetterImpl.add(FixedGlue glue)
          Add a glue node to the list.
 void NullTypesetterImpl.add(FixedGlue g)
          Add a glue node to the list.
 

Uses of FixedGlue in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker with parameters of type FixedGlue
 void HorizontalListMaker.add(FixedGlue g)
          Add a glue node to the list.
 void InnerVerticalListMaker.add(FixedGlue g)
          Add a glue node to the list.
 

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

Methods in org.extex.typesetter.paragraphBuilder.impl that return FixedGlue
 FixedGlue BreakPoint.getPointWidth()
          Getter for pointWidth.
 FixedGlue BreakPoint.getWidth()
          Getter for width.
 

Uses of FixedGlue in org.extex.typesetter.tc.font
 

Methods in org.extex.typesetter.tc.font that return FixedGlue
 FixedGlue Font.getDepth(UnicodeChar uc)
          Returns the depth of the character.
 FixedGlue Font.getHeight(UnicodeChar uc)
          Returns the height of a character.
 FixedGlue Font.getSpace()
          Returns the size of the 'space'.
 FixedGlue Font.getWidth(UnicodeChar uc)
          Returns the width of a character.
 

Uses of FixedGlue in org.extex.typesetter.tc.font.impl
 

Methods in org.extex.typesetter.tc.font.impl that return FixedGlue
 FixedGlue FontImpl.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue NullFont.getDepth(UnicodeChar uc)
          Returns the depth of the char.
 FixedGlue FontImpl.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue NullFont.getHeight(UnicodeChar uc)
          Returns the height of the char.
 FixedGlue FontImpl.getSpace()
          Returns the size of the 'space'.
 FixedGlue NullFont.getSpace()
          Returns the size of the 'space'.
 FixedGlue FontImpl.getWidth(UnicodeChar uc)
          Returns the width of a character.
 FixedGlue NullFont.getWidth(UnicodeChar uc)
          Returns the width of the character.
 

Uses of FixedGlue in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type with parameters of type FixedGlue
 void NodeList.addSkip(FixedGlue glue)
          Add some glue to the node list.
 

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

Methods in org.extex.typesetter.type.node that return FixedGlue
 FixedGlue AbstractExpandableNode.getSize()
          Getter for size.
 

Methods in org.extex.typesetter.type.node with parameters of type FixedGlue
 void HorizontalListNode.addSkip(FixedGlue glue)
          Add some glue to the node list.
 void VirtualCharNode.addSkip(FixedGlue glue)
          Add some glue to the node list.
 void GenericNodeList.addSkip(FixedGlue glue)
          Add some glue to the node list.
 void VerticalListNode.addSkip(FixedGlue glue)
          Add some glue to the node list.
protected  long AbstractNode.computeAdjustment(long size, FixedGlue glue, FixedGlueComponent sum)
          Compute the amount of adjustment needed to achieve a certain size.
 void AbstractExpandableNode.setSize(FixedGlue skip)
          Setter for the size
 

Constructors in org.extex.typesetter.type.node with parameters of type FixedGlue
AbstractExpandableNode(FixedGlue size, boolean horizontal)
          Creates a new object.
AbstractLeadersNode(OrientedNode node, FixedGlue glue)
          Creates a new object.
AlignedLeadersNode(OrientedNode node, FixedGlue glue)
          Creates a new object.
CenteredLeadersNode(OrientedNode node, FixedGlue glue)
          Creates a new object.
ExpandedLeadersNode(OrientedNode node, FixedGlue glue)
          Creates a new object.
GlueNode(FixedGlue size, boolean horizontal)
          Creates a new object.
SpaceNode(FixedGlue theWidth)
          Creates a new object.
 

Uses of FixedGlue in org.extex.unit.omega.typesetter
 

Methods in org.extex.unit.omega.typesetter that return FixedGlue
 FixedGlue Hfi.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires horizontal glue.
 FixedGlue Vfi.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 

Uses of FixedGlue in org.extex.unit.tex.typesetter.leaders
 

Methods in org.extex.unit.tex.typesetter.leaders with parameters of type FixedGlue
protected  void Xleaders.addNode(Typesetter typesetter, OrientedNode node, FixedGlue skip)
          Finally make an appropriate node and add it to the typesetter.
protected  void Cleaders.addNode(Typesetter typesetter, OrientedNode node, FixedGlue skip)
          Finally make an appropriate node and add it to the typesetter.
protected  void Leaders.addNode(Typesetter typesetter, OrientedNode node, FixedGlue skip)
          Finally make an appropriate node and add it to the typesetter.
 

Uses of FixedGlue in org.extex.unit.tex.typesetter.spacing
 

Methods in org.extex.unit.tex.typesetter.spacing that return FixedGlue
 FixedGlue Hfill.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Hss.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Vskip.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Vfilneg.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Hfil.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue HorizontalSkip.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires horizontal glue.
 FixedGlue Hskip.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Hfilneg.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Vfill.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Vss.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue VerticalSkip.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.
 FixedGlue Vfil.getGlue(Context context, TokenSource source, Typesetter typesetter)
          This method acquires a vertical glue.