multivalent.node
public class FixedLeafAsciiKern extends FixedLeafAscii implements Fixed
Version: $Revision: 1.4 $ $Date: 2004/02/05 02:45:05 $
Constructor Summary | |
---|---|
FixedLeafAsciiKern(String name, Map<String,Object> attr, INode parent, float[] kern) | |
FixedLeafAsciiKern(String name, String estr, Map<String,Object> attr, INode parent, float[] kern) | |
FixedLeafAsciiKern(String name, Map<String,Object> attr, INode parent, double kern) Constant kerning. | |
FixedLeafAsciiKern(String name, String estr, Map<String,Object> attr, INode parent, double kern) |
Method Summary | |
---|---|
void | append(Leaf l) |
void | append(String text, String estr) |
void | append(String text, String estr, float kern) Append text with constant kerning between new characters. |
void | append(String text, String estr, float[] kern) |
boolean | formatNodeContent(Context cx, int start, int end) Measurements adjusted by kerns. |
double | getKernAt(int index) |
boolean | paintNodeContent(Context cx, int start, int end) Chunk by kerns as well as spans. |
void | setKernAt(int index, double kern) |
void | subelementCalc(Context cx) Widths adjusted by kerns. |
Parameters: kern null
for none / 0 kern.