Modifier and Type | Field and Description |
---|---|
pack-priv ShapeDrawPipe |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | drawArc(SunGraphics2D sg, int x, int y, int w, int h, int start, int extent)
Implements sun.
|
public void | drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2)
Implements sun.
|
public void | drawOval(SunGraphics2D sg, int x, int y, int w, int h)
Implements sun.
|
public void | drawPolygon(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints)
Implements sun.
|
public void | drawPolyline(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints)
Implements sun.
|
public void | drawRect(SunGraphics2D sg, int x, int y, int w, int h)
Implements sun.
|
public void | drawRoundRect(SunGraphics2D sg, int x, int y, int w, int h, int aW, int aH)
Implements sun.
|
public void | fillArc(SunGraphics2D sg, int x, int y, int w, int h, int start, int extent)
Implements sun.
|
public void | fillOval(SunGraphics2D sg, int x, int y, int w, int h)
Implements sun.
|
public void | fillPolygon(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints)
Implements sun.
|
public void | fillRect(SunGraphics2D sg, int x, int y, int w, int h)
Implements sun.
|
public void | fillRoundRect(SunGraphics2D sg, int x, int y, int w, int h, int aW, int aH)
Implements sun.
|
private Shape |
outpipe | back to summary |
---|---|
pack-priv ShapeDrawPipe outpipe |
PixelToShapeConverter | back to summary |
---|---|
public PixelToShapeConverter(ShapeDrawPipe pipe) |
drawArc | back to summary |
---|---|
public void drawArc(SunGraphics2D sg, int x, int y, int w, int h, int start, int extent) Implements sun. |
drawLine | back to summary |
---|---|
public void drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) Implements sun. |
drawOval | back to summary |
---|---|
public void drawOval(SunGraphics2D sg, int x, int y, int w, int h) Implements sun. |
drawPolygon | back to summary |
---|---|
public void drawPolygon(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints) Implements sun. |
drawPolyline | back to summary |
---|---|
public void drawPolyline(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints) Implements sun. |
drawRect | back to summary |
---|---|
public void drawRect(SunGraphics2D sg, int x, int y, int w, int h) Implements sun. |
drawRoundRect | back to summary |
---|---|
public void drawRoundRect(SunGraphics2D sg, int x, int y, int w, int h, int aW, int aH) Implements sun. |
fillArc | back to summary |
---|---|
public void fillArc(SunGraphics2D sg, int x, int y, int w, int h, int start, int extent) Implements sun. |
fillOval | back to summary |
---|---|
public void fillOval(SunGraphics2D sg, int x, int y, int w, int h) Implements sun. |
fillPolygon | back to summary |
---|---|
public void fillPolygon(SunGraphics2D sg, int[] xPoints, int[] yPoints, int nPoints) Implements sun. |
fillRect | back to summary |
---|---|
public void fillRect(SunGraphics2D sg, int x, int y, int w, int h) Implements sun. |
fillRoundRect | back to summary |
---|---|
public void fillRoundRect(SunGraphics2D sg, int x, int y, int w, int h, int aW, int aH) Implements sun. |
makePoly | back to summary |
---|---|
private Shape makePoly(int[] xPoints, int[] yPoints, int nPoints, boolean close) |