Searched defs:StandardGlyphVector (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | StandardGlyphVector.java | 136 public class StandardGlyphVector extends GlyphVector { class in inherits:GlyphVector 162 public StandardGlyphVector(Font font, String str, FontRenderContext frc) { method in class:StandardGlyphVector 166 public StandardGlyphVector(Font font, char[] text, FontRenderContext frc) { method in class:StandardGlyphVector 170 public StandardGlyphVector(Font font, char[] text, int start, int count, method in class:StandardGlyphVector 184 public StandardGlyphVector(Font font, FontRenderContext frc, int[] glyphs, float[] positions, method in class:StandardGlyphVector 233 public StandardGlyphVector(Font font, CharacterIterator iter, FontRenderContext frc) { method in class:StandardGlyphVector 244 public StandardGlyphVector(Font font, int[] glyphs, FontRenderContext frc) { method in class:StandardGlyphVector 266 public static StandardGlyphVector getStandardGV(GlyphVector gv, 277 return new StandardGlyphVector(gv, frc); 280 if (gv instanceof StandardGlyphVector) { 1036 private StandardGlyphVector(GlyphVector gv, FontRenderContext frc) { method in class:StandardGlyphVector [all...] |
Completed in 44 milliseconds