multivalent.node

Class INodeZero

public class INodeZero extends INode

Internal node that has zero effect on layout and display. Use for comments and other tags (such as HTML NOFRAMES) that should be carried in tree in case user asks to write out tree. (Plain INode recurses over children and computes formatted size to enclose them.)

Version: $Revision: 1.2 $ $Date: 2002/01/27 02:53:06 $

Constructor Summary
INodeZero(String name, Map<String,Object> attr, INode parent)
Method Summary
booleanbreakAfter()
booleanbreakBefore()
booleancheckRep()
booleaneventNode(AWTEvent e, Point rel)
booleanformatNode(int width, int height, Context cx)

Constructor Detail

INodeZero

public INodeZero(String name, Map<String,Object> attr, INode parent)

Method Detail

breakAfter

public boolean breakAfter()

breakBefore

public boolean breakBefore()

checkRep

public boolean checkRep()

eventNode

public boolean eventNode(AWTEvent e, Point rel)

formatNode

public boolean formatNode(int width, int height, Context cx)