Uses of Interface
org.extex.interpreter.type.Showable

Packages that use Showable
org.extex.unit.base.register This package contains register primitives for the ExTeX engine. 
org.extex.unit.color This package contains primitives for colors. 
org.extex.unit.omega.math.util   
org.extex.unit.omega.ocp This package contains primitives defined in Omega. 
org.extex.unit.omega.ocp.util This package contains utilities for OCPs. 
org.extex.unit.tex.macro.util This package contains utilities for the management of macros. 
org.extex.unit.tex.math.util This package contains math utility classes. 
 

Uses of Showable in org.extex.unit.base.register
 

Classes in org.extex.unit.base.register that implement Showable
 class CharCode
          This class provides an implementation for a Code which represents a single character.
 

Uses of Showable in org.extex.unit.color
 

Classes in org.extex.unit.color that implement Showable
 class AbstractColor
          This class is a abstract base class for color primitives.
 class ColorPrimitive
          This class provides an implementation for the primitive \color.
 

Uses of Showable in org.extex.unit.omega.math.util
 

Classes in org.extex.unit.omega.math.util that implement Showable
 class OmegaMathcharCode
          This class is used to dynamically define mathematical characters having the Omega encoding into a count value.
 

Uses of Showable in org.extex.unit.omega.ocp
 

Classes in org.extex.unit.omega.ocp that implement Showable
 class Nullocplist
          This class provides an implementation for the primitive \nullocplist.
 

Uses of Showable in org.extex.unit.omega.ocp.util
 

Classes in org.extex.unit.omega.ocp.util that implement Showable
 class Ocp
          This class represents a loaded OCP instance.
 class OcpList
          This class provides a primitive which acts as container for a pipe of ΩCP programs.
 

Uses of Showable in org.extex.unit.tex.macro.util
 

Classes in org.extex.unit.tex.macro.util that implement Showable
 class MacroCode
          This class provides an implementation for any macro code bound to a control sequence or active character.
 class ProtectedMacroCode
          This class is identical to the super class MacroCode but in addition it implements the marker interface ProtectedCode.
 

Uses of Showable in org.extex.unit.tex.math.util
 

Classes in org.extex.unit.tex.math.util that implement Showable
 class TeXMathcharCode
          This class is used to dynamically define mathematical characters having the TeX encoding into a count value.