multivalent.node

Class IHBox

public class IHBox extends IParaBox

Place children in horizontal line, no line breaking.

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

See Also: for line breaking

Constructor Summary
IHBox(String name, Map<String,Object> attr, INode parent)
Method Summary
booleanformatNode(int width, int height, Context cx)
Format children in horizontal row, ignoring ALIGN setting

Constructor Detail

IHBox

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

Method Detail

formatNode

public boolean formatNode(int width, int height, Context cx)
Format children in horizontal row, ignoring ALIGN setting.