class D3DRenderer extends BufferedRenderPipe
buf, rq| Constructor and Description |
|---|
D3DRenderer(RenderQueue rq) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
copyArea(SunGraphics2D sg2d,
int x,
int y,
int w,
int h,
int dx,
int dy) |
protected void |
drawPoly(int[] xPoints,
int[] yPoints,
int nPoints,
boolean isClosed,
int transX,
int transY) |
(package private) D3DRenderer |
traceWrap() |
protected void |
validateContext(SunGraphics2D sg2d)
Validates the state in the provided SunGraphics2D object and sets up
any special resources for this operation (e.g.
|
protected void |
validateContextAA(SunGraphics2D sg2d) |
draw, drawArc, drawLine, drawOval, drawParallelogram, drawPath, drawPoly, drawPolygon, drawPolyline, drawRect, drawRoundRect, fill, fillArc, fillOval, fillParallelogram, fillPath, fillPolygon, fillRect, fillRoundRect, fillSpans, getAAParallelogramPipeD3DRenderer(RenderQueue rq)
protected void validateContext(SunGraphics2D sg2d)
BufferedRenderPipevalidateContext in class BufferedRenderPipeprotected void validateContextAA(SunGraphics2D sg2d)
validateContextAA in class BufferedRenderPipevoid copyArea(SunGraphics2D sg2d, int x, int y, int w, int h, int dx, int dy)
protected void drawPoly(int[] xPoints, int[] yPoints, int nPoints, boolean isClosed, int transX, int transY)
drawPoly in class BufferedRenderPipeD3DRenderer traceWrap()