public class

DrawPath

extends GraphicsPrimitive
java.lang.Object
   ↳ sun.java2d.loops.GraphicsPrimitive
     ↳ sun.java2d.loops.DrawPath

Class Overview

DrawPath 1. draw single-width line path onto destination surface 2. must accept output area [x, y, dx, dy] from within the surface description data for clip rect

Summary

[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
DrawPath(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Protected Constructors
DrawPath(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)
Public Methods
void DrawPath(SunGraphics2D sg2d, SurfaceData sData, int transX, int transY, Path2D.Float p2df)
All DrawPath implementors must have this invoker method
static DrawPath 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 DrawPath (long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Protected Constructors

protected DrawPath (SurfaceType srctype, CompositeType comptype, SurfaceType dsttype)

Public Methods

public void DrawPath (SunGraphics2D sg2d, SurfaceData sData, int transX, int transY, Path2D.Float p2df)

All DrawPath implementors must have this invoker method

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

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

public GraphicsPrimitive traceWrap ()