Package org.extex.typesetter.type

This package contains type definitions for the typesetter.

See:
          Description

Interface Summary
InspectableNodeVisitor This is an interface of a debuggable NodeVisitor for inspecting NodeVisitors.
Node A node is the basic data structure for the typesetter.
NodeList This interface describes the features of a linear collection of nodes.
NodeVisitor<R,A> This interface implements part of the visitor pattern for nodes.
OrientedNode This interface describes a node which is oriented in horizontal or vertical direction.
OrientedNodeList This interface unites the features of a node list and an oriented node.
 

Class Summary
AbstractNodeVisitor This abstract class can be used as base for node visitors for which only a few methods carry any functionality.
Transformation This class carries a two-dimensional transformation.
 

Package org.extex.typesetter.type Description

This package contains type definitions for the typesetter.