Top Description Constructors Methods
sun.java2d.pipe

public abstract Class GlyphListPipe

extends Object
implements TextPipe
Class Inheritance
All Implemented Interfaces
sun.java2d.pipe.TextPipe
Known Direct Subclasses
sun.java2d.pipe.TextRenderer, sun.font.X11TextRenderer, sun.font.XRTextRenderer, sun.java2d.pipe.BufferedTextPipe, sun.java2d.pipe.GlyphListLoopPipe
Imports
java.awt.font.FontRenderContext, .GlyphVector, .TextLayout, sun.java2d.SunGraphics2D, .SurfaceData, sun.font.GlyphList, sun.java2d.loops.FontInfo

A delegate pipe of SG2D for drawing text.

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
drawChars(SunGraphics2D sg2d, char[] data, int offset, int length, int ix, int iy)

Implements sun.java2d.pipe.TextPipe.drawChars.

protected abstract void
protected void
drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint)

public void
public void
drawString(SunGraphics2D sg2d, String s, double x, double y)

Implements sun.java2d.pipe.TextPipe.drawString.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

GlyphListPipeback to summary
public GlyphListPipe()

Method Detail

drawCharsback to summary
public void drawChars(SunGraphics2D sg2d, char[] data, int offset, int length, int ix, int iy)

Implements sun.java2d.pipe.TextPipe.drawChars.

drawGlyphListback to summary
protected abstract void drawGlyphList(SunGraphics2D sg2d, GlyphList gl)
drawGlyphListback to summary
protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint)
drawGlyphVectorback to summary
public void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv, float x, float y)

Implements sun.java2d.pipe.TextPipe.drawGlyphVector.

drawStringback to summary
public void drawString(SunGraphics2D sg2d, String s, double x, double y)

Implements sun.java2d.pipe.TextPipe.drawString.