public final class

CustomComponent

extends Object
java.lang.Object
   ↳ sun.java2d.loops.CustomComponent

Class Overview

CustomComponent, collection of GraphicsPrimitive Basically, this collection of components performs conversion from ANY to ANY via opaque copy

Summary

Public Constructors
CustomComponent()
Public Methods
static Region getRegionOfInterest(SurfaceData src, SurfaceData dst, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h)
static void register()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CustomComponent ()

Public Methods

public static Region getRegionOfInterest (SurfaceData src, SurfaceData dst, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h)

public static void register ()