public interface

ShapeDrawPipe

sun.java2d.pipe.ShapeDrawPipe
Known Indirect Subclasses

Class Overview

This interface defines the set of calls that pipeline objects can use to pass on responsibility for drawing generic Shape objects.

Summary

Public Methods
abstract void draw(SunGraphics2D sg, Shape s)
abstract void fill(SunGraphics2D sg, Shape s)

Public Methods

public abstract void draw (SunGraphics2D sg, Shape s)

public abstract void fill (SunGraphics2D sg, Shape s)