Top Description Constructors Methods
sun.java2d.pipe

public Class SolidTextRenderer

extends GlyphListLoopPipe
implements LoopBasedPipe
Class Inheritance
All Implemented Interfaces
sun.java2d.pipe.LoopBasedPipe
Imports
sun.awt.SunHints, sun.java2d.SunGraphics2D, sun.font.GlyphList

A delegate pipe of SG2D for drawing text with a solid source colour to an opaque destination.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
protected void
Inherited from sun.java2d.pipe.GlyphListLoopPipe:
drawGlyphList

Constructor Detail

SolidTextRendererback to summary
public SolidTextRenderer()

Method Detail

drawGlyphListback to summary
protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl)

Implements abstract sun.java2d.pipe.GlyphListPipe.drawGlyphList.