public interface

TextPipe

sun.java2d.pipe.TextPipe
Known Indirect Subclasses

Class Overview

This interface defines the set of calls that pipeline objects can use to pass on responsibility for drawing various text representations.

Summary

Public Methods
abstract void drawChars(SunGraphics2D g2d, char[] data, int offset, int length, int x, int y)
abstract void drawGlyphVector(SunGraphics2D g2d, GlyphVector g, float x, float y)
abstract void drawString(SunGraphics2D g2d, String s, double x, double y)

Public Methods

public abstract void drawChars (SunGraphics2D g2d, char[] data, int offset, int length, int x, int y)

public abstract void drawGlyphVector (SunGraphics2D g2d, GlyphVector g, float x, float y)

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