multivalent.node
public class IParaBox extends INode
LATER: maybe introduce (and remove) a nonstructural nodes for each line to balance tree better.
Version: $Revision: 1.4 $ $Date: 2002/02/02 13:41:39 $
Constructor Summary | |
---|---|
IParaBox(String name, Map<String,Object> attr, INode parent) |
Method Summary | |
---|---|
boolean | eventNode(AWTEvent e, Point rel)
Stops at first node where bbox.y > rel.y.
|
boolean | formatNode(int width, int height, Context cx) |
void | paintNode(Rectangle docclip, Context cx)
Paint (nonexistent) spaces between words, as in background for selection and highlights, underline for hyperlinks |
void | reformat(Node dirty) Needs refurbishing. |