org.extex.typesetter.type
Interface OrientedNode

All Superinterfaces:
Node, java.io.Serializable
All Known Subinterfaces:
OrientedNodeList
All Known Implementing Classes:
AbstractExpandableNode, AbstractLeadersNode, AlignedLeadersNode, CenteredLeadersNode, ExpandedLeadersNode, GlueNode, HorizontalListNode, RuleNode, SpaceNode, VerticalListNode

public interface OrientedNode
extends Node

This interface describes a node which is oriented in horizontal or vertical direction.

Version:
$Revision: 5578 $
Author:
Gerd Neugebauer

Method Summary
 boolean isHorizontal()
          Check whether this node is in horizontal mode.
 
Methods inherited from interface org.extex.typesetter.type.Node
addDepthTo, addHeightTo, addWidthTo, atShipping, countChars, getChars, getDepth, getHeight, getNaturalDepth, getNaturalHeight, getNaturalWidth, getVerticalSize, getWidth, setDepth, setHeight, setWidth, spreadHeight, spreadWidth, toString, toText, visit
 

Method Detail

isHorizontal

boolean isHorizontal()
Check whether this node is in horizontal mode. Otherwise it is in vertical mode.

Returns:
the horizontal indicator