multivalent.std.adaptor.pdf

Class FixedLeafType3

public class FixedLeafType3 extends LeafText implements Fixed

LeafText in that draws text. But since Type 3 not known to Java as are TrueType and Type 1, doesn't respond to font changes; similar to FixedLeafOCR that way.

Version: $Revision: 1.7 $ $Date: 2003/08/29 04:01:24 $

Constructor Summary
FixedLeafType3(String name, Map<String,Object> attr, INode parent, NFontType3 font)
Method Summary
booleanformatNodeContent(Context cx, int start, int end)
RectanglegetIbbox()
booleanpaintNodeContent(Context cx, int start, int end)
voidsubelementCalc(Context cx)

Constructor Detail

FixedLeafType3

public FixedLeafType3(String name, Map<String,Object> attr, INode parent, NFontType3 font)

Method Detail

formatNodeContent

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

getIbbox

public Rectangle getIbbox()

paintNodeContent

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

subelementCalc

public void subelementCalc(Context cx)