Top Fields Constructors Methods
sun.java2d.loops

pack-priv Class SetDrawLineANY

Located in compilation unit of sun.java2d.loops.GeneralRenderer.

extends DrawLine
Class Inheritance

Field Summary

Inherited from sun.java2d.loops.DrawLine:
methodSignatureprimTypeID

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public void
DrawLine(SunGraphics2D sg2d, SurfaceData sData, int x1, int y1, int x2, int y2)

Overrides sun.java2d.loops.DrawLine.DrawLine.

All DrawLine implementors must have this invoker method
Inherited from sun.java2d.loops.DrawLine:
locatetraceWrap

Constructor Detail

SetDrawLineANYback to summary
pack-priv SetDrawLineANY()

Method Detail

DrawLineback to summary
public void DrawLine(SunGraphics2D sg2d, SurfaceData sData, int x1, int y1, int x2, int y2)

Overrides sun.java2d.loops.DrawLine.DrawLine.

Doc from sun.java2d.loops.DrawLine.DrawLine.

All DrawLine implementors must have this invoker method