public class

ProcessPath

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

Summary

Nested Classes
class ProcessPath.DrawHandler  
interface ProcessPath.EndSubPathHandler  
class ProcessPath.ProcessHandler  
Constants
float EPSF
int EPSFX
int PH_MODE_DRAW_CLIP
int PH_MODE_FILL_CLIP
Fields
public static ProcessPath.EndSubPathHandler noopEndSubPathHandler
Public Constructors
ProcessPath()
Public Methods
static boolean drawPath(ProcessPath.DrawHandler dhnd, ProcessPath.EndSubPathHandler endSubPath, Path2D.Float p2df, int transX, int transY)
static boolean drawPath(ProcessPath.DrawHandler dhnd, Path2D.Float p2df, int transX, int transY)
static boolean fillPath(ProcessPath.DrawHandler dhnd, Path2D.Float p2df, int transX, int transY)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final float EPSF

Constant Value: 9.765625E-4

public static final int EPSFX

Constant Value: 1 (0x00000001)

public static final int PH_MODE_DRAW_CLIP

Constant Value: 0 (0x00000000)

public static final int PH_MODE_FILL_CLIP

Constant Value: 1 (0x00000001)

Fields

public static ProcessPath.EndSubPathHandler noopEndSubPathHandler

Public Constructors

public ProcessPath ()

Public Methods

public static boolean drawPath (ProcessPath.DrawHandler dhnd, ProcessPath.EndSubPathHandler endSubPath, Path2D.Float p2df, int transX, int transY)

public static boolean drawPath (ProcessPath.DrawHandler dhnd, Path2D.Float p2df, int transX, int transY)

public static boolean fillPath (ProcessPath.DrawHandler dhnd, Path2D.Float p2df, int transX, int transY)