public abstract class

GlyphListLoopPipe

extends GlyphListPipe
java.lang.Object
   ↳ sun.java2d.pipe.GlyphListPipe
     ↳ sun.java2d.pipe.GlyphListLoopPipe
Known Direct Subclasses

Class Overview

A delegate pipe of SG2D which implements redispatching of for the src mode loops in the drawGlyphVector case where the installed loop may not match the glyphvector.

Summary

Public Constructors
GlyphListLoopPipe()
Protected Methods
void drawGlyphList(SunGraphics2D sg2d, GlyphList gl, int aaHint)
[Expand]
Inherited Methods
From class sun.java2d.pipe.GlyphListPipe
From class java.lang.Object
From interface sun.java2d.pipe.TextPipe

Public Constructors

public GlyphListLoopPipe ()

Protected Methods

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