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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java38 * GlyphLayout is used to process a run of text into a run of run of
64 * GlyphLayout, call layout on it, then call done(GlyphLayout) when
66 * but it assists in reuse of the GlyphLayout.
83 public final class GlyphLayout { class
88 private static volatile GlyphLayout cache; // reusable
180 * Return a new instance of GlyphLayout, using the provided layout engine factory.
183 public static GlyphLayout get(LayoutEngineFactory lef) {
187 GlyphLayout result = null;
188 synchronized(GlyphLayout
502 private GlyphLayout() { method in class:GlyphLayout
[all...]

Completed in 23 milliseconds