public class

FillRect

extends GraphicsPrimitive
java.lang.Object
   ↳ sun.java2d.loops.GraphicsPrimitive
     ↳ sun.java2d.loops.FillRect
Known Direct Subclasses

Class Overview

FillRect 1) draw solid color rectangle onto destination surface 2) must accept output area [x, y, dx, dy] from within the surface description data for clip rect

Summary

Nested Classes
class FillRect.General  
[Expand]
Inherited Constants
From class sun.java2d.loops.GraphicsPrimitive
Fields
public static final String methodSignature
public static final int primTypeID
[Expand]
Inherited Fields
From class sun.java2d.loops.GraphicsPrimitive
Public Constructors
FillRect(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Protected Constructors
FillRect(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
static FillRect locate(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
GraphicsPrimitive makePrimitive(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
GraphicsPrimitive traceWrap()
[Expand]
Inherited Methods
From class sun.java2d.loops.GraphicsPrimitive
From class java.lang.Object

Fields

public static final String methodSignature

public static final int primTypeID

Public Constructors

public FillRect (long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Protected Constructors

protected FillRect (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

public static FillRect locate (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

public GraphicsPrimitive makePrimitive (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

public GraphicsPrimitive traceWrap ()