multivalent.node

Class FixedLeafAscii

public class FixedLeafAscii extends LeafAscii implements Fixed

Leaf subclass for fixed-formatted ASCII.

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

Constructor Summary
FixedLeafAscii(String name, Map<String,Object> attr, INode parent)
FixedLeafAscii(String name, String glyphs, Map<String,Object> attr, INode parent)
Method Summary
voiddump(int level, boolean recurse)
booleanformatNodeContent(Context cx, int start, int end)
RectanglegetIbbox()

Constructor Detail

FixedLeafAscii

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

FixedLeafAscii

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

Method Detail

dump

public void dump(int level, boolean recurse)

formatNodeContent

public boolean formatNodeContent(Context cx, int start, int end)

getIbbox

public Rectangle getIbbox()