public static class

FillRect.General

extends FillRect
java.lang.Object
   ↳ sun.java2d.loops.GraphicsPrimitive
     ↳ sun.java2d.loops.FillRect
       ↳ sun.java2d.loops.FillRect.General

Summary

[Expand]
Inherited Constants
From class sun.java2d.loops.GraphicsPrimitive
Fields
public MaskFill fillop
[Expand]
Inherited Fields
From class sun.java2d.loops.FillRect
From class sun.java2d.loops.GraphicsPrimitive
Public Constructors
FillRect.General(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Public Methods
void FillRect(SunGraphics2D sg2d, SurfaceData dest, int x, int y, int w, int h)
All FillRect implementors must have this invoker method
[Expand]
Inherited Methods
From class sun.java2d.loops.FillRect
From class sun.java2d.loops.GraphicsPrimitive
From class java.lang.Object

Fields

public MaskFill fillop

Public Constructors

public FillRect.General (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Public Methods

public void FillRect (SunGraphics2D sg2d, SurfaceData dest, int x, int y, int w, int h)

All FillRect implementors must have this invoker method