Uses of Class
org.extex.core.count.Count

Packages that use Count
org.extex.backend.documentWriter.postscript.util This package contains utility classes for the a PostScript DocumentWriter. 
org.extex.base.parser This package contains parsers for ExTeX
org.extex.font.format.dvi.command   
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.context.observer.count This package contains definitions for a count change observer. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
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 Count in org.extex.backend.documentWriter.postscript.util
 

Methods in org.extex.backend.documentWriter.postscript.util with parameters of type Count
static int PsUnit.getChar(java.lang.CharSequence seq, Count index)
          Get the next character from a character sequence.
static long PsUnit.getFloat(java.lang.CharSequence seq, Count index)
          Scan a floating point number from a character sequence.
static long PsUnit.getLength(java.lang.CharSequence seq, Count index)
          Parse a character sequence for a length and return it in sp.
 

Uses of Count in org.extex.base.parser
 

Methods in org.extex.base.parser that return Count
 Count ConstantCountParser.parse(Context context, TokenSource source, Typesetter typesetter)
          Parse a value of the given type
 

Uses of Count in org.extex.font.format.dvi.command
 

Methods in org.extex.font.format.dvi.command that return Count
 Count DviFntDef.getScaledAsCount(int mag)
          Returns the scaled from a font as Count.
 

Uses of Count in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return Count
 Count ContextCount.getCount(java.lang.String name)
          Getter for the count register.
 

Methods in org.extex.interpreter.context with parameters of type Count
 void Context.setSfcode(UnicodeChar uc, Count code, boolean global)
          Setter for the space factor code in the specified groups.
 

Uses of Count in org.extex.interpreter.context.observer.count
 

Methods in org.extex.interpreter.context.observer.count with parameters of type Count
 void CountObserver.receiveCountChange(ContextInternals context, java.lang.String name, Count value)
          Receive a notification on a count change.
 

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

Methods in org.extex.interpreter.max.context that return Count
 Count GroupImpl.getCount(java.lang.String name)
          Getter for the named count register in the current group.
 Count Group.getCount(java.lang.String name)
          Getter for the named count register in the current group.
 Count ContextImpl.getCount(java.lang.String name)
          Getter for the count register.
 

Methods in org.extex.interpreter.max.context with parameters of type Count
 void LanguageObserver.receiveCountChange(ContextInternals context, java.lang.String name, Count value)
          Receive a notification on a count change.
 void GroupImpl.setCount(java.lang.String name, Count value, boolean global)
          Setter for a count register in the requested groups.
 void Group.setCount(java.lang.String name, Count value, boolean global)
          Setter for a count register in the requested groups.
 void GroupImpl.setSfcode(UnicodeChar uc, Count code, boolean global)
          Setter for the space factor code of a character.
 void Group.setSfcode(UnicodeChar uc, Count code, boolean global)
          Setter for the space factor code of a character.
 void ContextImpl.setSfcode(UnicodeChar uc, Count code, boolean global)
          Setter for the space factor code in the specified groups.
 

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

Constructors in org.extex.typesetter.type.node with parameters of type Count
PenaltyNode(Count thePenalty)
          Creates a new object.