Searched refs:GlyphPainter2 (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGlyphPainter2.java51 class GlyphPainter2 extends GlyphView.GlyphPainter { class in inherits:GlyphView.GlyphPainter
53 public GlyphPainter2(TextLayout layout) { method in class:GlyphPainter2
H A DTextLayoutStrategy.java218 ((GlyphView)frag).setGlyphPainter(new GlyphPainter2(tl));
325 ((GlyphView)child).setGlyphPainter(new GlyphPainter2(layout));

Completed in 38 milliseconds