public void
clearRect
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.clearRect.
public void
clipRect
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.clipRect.
public void
copyArea
(int x, int y, int width, int height, int destX, int destY)
[Specified in Graphics]
Graphics.copyArea.
public Graphics
create
()
[Specified in Graphics]
Graphics.create to return a DebugGraphics object.
public Graphics
create
(int x, int y, int width, int height)
[Overrides Graphics]
Graphics.create to return a DebugGraphics object.
pack-privatestatic int
debugComponentCount
()
public void
draw3DRect
(int x, int y, int width, int height, boolean raised)
[Overrides Graphics]
Graphics.draw3DRect.
public void
drawArc
(int x, int y, int width, int height, int startAngle, int arcAngle)
[Specified in Graphics]
Graphics.drawArc.
public void
drawBytes
(byte[] data, int offset, int length, int x, int y)
[Overrides Graphics]
Graphics.drawBytes.
public void
drawChars
(char[] data, int offset, int length, int x, int y)
[Overrides Graphics]
Graphics.drawChars.
public boolean
drawImage
(Image img, int x, int y, Color bgcolor, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public boolean
drawImage
(Image img, int x, int y, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public boolean
drawImage
(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public boolean
drawImage
(Image img, int x, int y, int width, int height, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public boolean
drawImage
(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public boolean
drawImage
(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)
[Specified in Graphics]
Graphics.drawImage.
public void
drawLine
(int x1, int y1, int x2, int y2)
[Specified in Graphics]
Graphics.drawLine.
public void
drawOval
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.drawOval.
public void
drawPolygon
(int[] xPoints, int[] yPoints, int nPoints)
[Specified in Graphics]
Graphics.drawPolygon.
public void
drawPolyline
(int[] xPoints, int[] yPoints, int nPoints)
[Specified in Graphics]
Graphics.drawPolyline.
public void
drawRect
(int x, int y, int width, int height)
[Overrides Graphics]
Graphics.drawRect.
public void
drawRoundRect
(int x, int y, int width, int height, int arcWidth, int arcHeight)
[Specified in Graphics]
Graphics.drawRoundRect.
public void
drawString
(AttributedCharacterIterator iterator, int x, int y)
[Specified in Graphics]
Graphics.drawString.
public void
drawString
(String aString, int x, int y)
[Specified in Graphics]
Graphics.drawString.
public void
fill3DRect
(int x, int y, int width, int height, boolean raised)
[Overrides Graphics]
Graphics.fill3DRect.
public void
fillArc
(int x, int y, int width, int height, int startAngle, int arcAngle)
[Specified in Graphics]
Graphics.fillArc.
public void
fillOval
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.fillOval.
public void
fillPolygon
(int[] xPoints, int[] yPoints, int nPoints)
[Specified in Graphics]
Graphics.fillPolygon.
public void
fillRect
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.fillRect.
public void
fillRoundRect
(int x, int y, int width, int height, int arcWidth, int arcHeight)
[Specified in Graphics]
Graphics.fillRoundRect.
pack-privatestatic int
getDebugOptions
(JComponent component)
public FontMetrics
getFontMetrics
(Font f)
[Specified in Graphics]
Graphics.getFontMetrics.
pack-privatestatic DebugGraphicsInfo
info
()
public void
setClip
(int x, int y, int width, int height)
[Specified in Graphics]
Graphics.setClip.
public void
setColor
(Color aColor)
[Specified in Graphics]
publicstatic void
setFlashCount
(int flashCount)
public void
setFont
(Font aFont)
[Specified in Graphics]
publicstatic void
setLogStream
(PrintStream stream)