src/share/classes/sun/java2d/pipe/AATextRenderer.java

Print this page

        

*** 32,43 **** /** * A delegate pipe of SG2D for drawing anti-aliased text with * a solid source colour to an opaque destination. */ ! public class AATextRenderer extends GlyphListLoopPipe { ! protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { sg2d.loops.drawGlyphListAALoop.DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); } --- 32,44 ---- /** * A delegate pipe of SG2D for drawing anti-aliased text with * a solid source colour to an opaque destination. */ ! public class AATextRenderer extends GlyphListLoopPipe ! implements LoopBasedPipe ! { protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl) { sg2d.loops.drawGlyphListAALoop.DrawGlyphListAA(sg2d, sg2d.surfaceData, gl); }