public abstract class

GlyphListPipe

extends Object
implements TextPipe
java.lang.Object
   ↳ sun.java2d.pipe.GlyphListPipe
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A delegate pipe of SG2D for drawing text.

Summary

Public Constructors
GlyphListPipe()
Public Methods
void drawChars(SunGraphics2D sg2d, char[] data, int offset, int length, int ix, int iy)
void drawGlyphVector(SunGraphics2D sg2d, GlyphVector gv, float x, float y)
void drawString(SunGraphics2D sg2d, String s, double x, double y)
Protected Methods
void drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint)
abstract void drawGlyphList(SunGraphics2D sg2d, GlyphList gl)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.java2d.pipe.TextPipe

Public Constructors

public GlyphListPipe ()

Public Methods

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

public void drawGlyphVector (SunGraphics2D sg2d, GlyphVector gv, float x, float y)

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

Protected Methods

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

protected abstract void drawGlyphList (SunGraphics2D sg2d, GlyphList gl)