Uses of Interface
org.extex.typesetter.type.OrientedNode

Packages that use OrientedNode
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.tex.typesetter.leaders This package contains primitives for leaders. 
 

Uses of OrientedNode in org.extex.typesetter.type
 

Subinterfaces of OrientedNode in org.extex.typesetter.type
 interface OrientedNodeList
          This interface unites the features of a node list and an oriented node.
 

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

Classes in org.extex.typesetter.type.node that implement OrientedNode
 class AbstractExpandableNode
          This node represents a TeX "glue" node.
 class AbstractLeadersNode
          This node represents a leaders node as used by the primitives \leaders, \cleaders, and \xleaders.
 class AlignedLeadersNode
          This node represents an aligned leaders node as used by the primitive \leaders.
 class CenteredLeadersNode
          This node represents an centered leaders node as used by the primitive \cleaders.
 class ExpandedLeadersNode
          This node represents an expandable leaders node as used by the primitive \xleaders.
 class GlueNode
          This node represents a TeX "glue" node.
 class HorizontalListNode
          This class provides a container for nodes which is interpreted as horizontal list.
 class RuleNode
          The rule node represents a rectangular area on the page filled with some color.
 class SpaceNode
          A space node represents a simple space character.
 class VerticalListNode
          This class provides an implementation for a vertical list.
 

Constructors in org.extex.typesetter.type.node with parameters of type OrientedNode
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.
 

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

Methods in org.extex.unit.tex.typesetter.leaders with parameters of type OrientedNode
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.