| sun.java2d.windows.DDRenderer sun.java2d.d3d.D3DRenderer
Method Summary | |
native void | devFillSpans(long pData, long pCtx, SpanIterator si, long iterator, int transx, int transy) | native boolean | doDrawLineD3D(long pData, long pCtx, int x1, int y1, int x2, int y2) | native void | doDrawPoly(long pData, long pCtx, int transx, int transy, int[] xpoints, int[] ypoints, int npoints, boolean isclosed) | native boolean | doDrawRectD3D(long pData, long pCtx, int x, int y, int w, int h) | native boolean | doFillRectD3D(long pData, long pCtx, int x, int y, int width, int height) | public void | draw(SunGraphics2D sg2d, Shape s) | public void | drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) | public void | drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) | public void | drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) | public void | drawPolygon(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints) | public void | drawPolyline(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints) | public void | drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) | public void | drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) | public void | fill(SunGraphics2D sg2d, Shape s) | public void | fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) | public void | fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) | public void | fillPolygon(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints) | public void | fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) | public void | fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) | D3DRenderer | traceWrapD3D() |
devFillSpans | native void devFillSpans(long pData, long pCtx, SpanIterator si, long iterator, int transx, int transy)(Code) | | |
doDrawLineD3D | native boolean doDrawLineD3D(long pData, long pCtx, int x1, int y1, int x2, int y2)(Code) | | |
doDrawPoly | native void doDrawPoly(long pData, long pCtx, int transx, int transy, int[] xpoints, int[] ypoints, int npoints, boolean isclosed)(Code) | | |
doDrawRectD3D | native boolean doDrawRectD3D(long pData, long pCtx, int x, int y, int w, int h)(Code) | | |
doFillRectD3D | native boolean doFillRectD3D(long pData, long pCtx, int x, int y, int width, int height)(Code) | | |
draw | public void draw(SunGraphics2D sg2d, Shape s)(Code) | | |
drawArc | public void drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle)(Code) | | |
drawLine | public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2)(Code) | | |
drawOval | public void drawOval(SunGraphics2D sg2d, int x, int y, int width, int height)(Code) | | |
drawPolygon | public void drawPolygon(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints)(Code) | | |
drawPolyline | public void drawPolyline(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints)(Code) | | |
drawRect | public void drawRect(SunGraphics2D sg2d, int x, int y, int width, int height)(Code) | | |
drawRoundRect | public void drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
fill | public void fill(SunGraphics2D sg2d, Shape s)(Code) | | |
fillArc | public void fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle)(Code) | | |
fillOval | public void fillOval(SunGraphics2D sg2d, int x, int y, int width, int height)(Code) | | |
fillPolygon | public void fillPolygon(SunGraphics2D sg2d, int xpoints, int ypoints, int npoints)(Code) | | |
fillRect | public void fillRect(SunGraphics2D sg2d, int x, int y, int width, int height)(Code) | | |
fillRoundRect | public void fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
Methods inherited from sun.java2d.windows.DDRenderer | native public void devCopyArea(SurfaceData sData, int srcx, int srcy, int dx, int dy, int w, int h)(Code)(Java Doc) public void doFillSpans(SunGraphics2D sg2d, SpanIterator si)(Code)(Java Doc) public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2)(Code)(Java Doc) public void drawRect(SunGraphics2D sg2d, int x, int y, int width, int height)(Code)(Java Doc) public void fillRect(SunGraphics2D sg2d, int x, int y, int width, int height)(Code)(Java Doc) public DDRenderer traceWrapDD()(Code)(Java Doc)
|
|
|