Searched defs:TextLineComponent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLineComponent.java42 public interface TextLineComponent { interface
93 * Return a TextLineComponent for the characters in the range
94 * start, limit. The range is relative to this TextLineComponent
98 public TextLineComponent getSubset(int start, int limit, int dir);
125 public TextLineComponent applyJustificationDeltas(float[] deltas, int deltaStart, boolean[] flags);

Completed in 22 milliseconds