multivalent.node

Class LeafZero

public class LeafZero extends Leaf

Leaf 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.

Version: $Revision: 1.3 $ $Date: 2002/02/02 13:41:40 $

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

Constructor Detail

LeafZero

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

Method Detail

eventNode

public boolean eventNode(AWTEvent e, Point rel)

formatNode

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