| java.lang.Object sun.java2d.x11.X11Renderer
X11Renderer | public class X11Renderer implements PixelDrawPipe,PixelFillPipe,ShapeDrawPipe(Code) | | |
Inner Class :public static class X11TracingRenderer extends X11Renderer | |
Method Summary | |
native void | XDoPath(SunGraphics2D sg2d, long pXSData, long xgc, int transX, int transY, Path2D.Float p2df, boolean isFill) | native void | XDrawArc(long pXSData, long xgc, int x, int y, int w, int h, int angleStart, int angleExtent) | native void | XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2) | native void | XDrawOval(long pXSData, long xgc, int x, int y, int w, int h) | native void | XDrawPoly(long pXSData, long xgc, int transx, int transy, int[] xpoints, int[] ypoints, int npoints, boolean isclosed) | native void | XDrawRect(long pXSData, long xgc, int x, int y, int w, int h) | native void | XDrawRoundRect(long pXSData, long xgc, int x, int y, int w, int h, int arcW, int arcH) | native void | XFillArc(long pXSData, long xgc, int x, int y, int w, int h, int angleStart, int angleExtent) | native void | XFillOval(long pXSData, long xgc, int x, int y, int w, int h) | native void | XFillPoly(long pXSData, long xgc, int transx, int transy, int[] xpoints, int[] ypoints, int npoints) | native void | XFillRect(long pXSData, long xgc, int x, int y, int w, int h) | native void | XFillRoundRect(long pXSData, long xgc, int x, int y, int w, int h, int arcW, int arcH) | native void | XFillSpans(long pXSData, long xgc, SpanIterator si, long iterator, int transx, int transy) | native void | devCopyArea(long sdOps, long xgc, int srcx, int srcy, int dstx, int dsty, int w, int h) | 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) | public static X11Renderer | getInstance() |
XDoPath | native void XDoPath(SunGraphics2D sg2d, long pXSData, long xgc, int transX, int transY, Path2D.Float p2df, boolean isFill)(Code) | | |
XDrawArc | native void XDrawArc(long pXSData, long xgc, int x, int y, int w, int h, int angleStart, int angleExtent)(Code) | | |
XDrawLine | native void XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2)(Code) | | |
XDrawOval | native void XDrawOval(long pXSData, long xgc, int x, int y, int w, int h)(Code) | | |
XDrawPoly | native void XDrawPoly(long pXSData, long xgc, int transx, int transy, int[] xpoints, int[] ypoints, int npoints, boolean isclosed)(Code) | | |
XDrawRect | native void XDrawRect(long pXSData, long xgc, int x, int y, int w, int h)(Code) | | |
XDrawRoundRect | native void XDrawRoundRect(long pXSData, long xgc, int x, int y, int w, int h, int arcW, int arcH)(Code) | | |
XFillArc | native void XFillArc(long pXSData, long xgc, int x, int y, int w, int h, int angleStart, int angleExtent)(Code) | | |
XFillOval | native void XFillOval(long pXSData, long xgc, int x, int y, int w, int h)(Code) | | |
XFillPoly | native void XFillPoly(long pXSData, long xgc, int transx, int transy, int[] xpoints, int[] ypoints, int npoints)(Code) | | |
XFillRect | native void XFillRect(long pXSData, long xgc, int x, int y, int w, int h)(Code) | | |
XFillRoundRect | native void XFillRoundRect(long pXSData, long xgc, int x, int y, int w, int h, int arcW, int arcH)(Code) | | |
XFillSpans | native void XFillSpans(long pXSData, long xgc, SpanIterator si, long iterator, int transx, int transy)(Code) | | |
devCopyArea | native void devCopyArea(long sdOps, long xgc, int srcx, int srcy, int dstx, int dsty, int w, int h)(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) | | |
|
|