| java.lang.Object java.awt.Graphics javax.swing.DebugGraphics
DebugGraphics | public class DebugGraphics extends Graphics (Code) | |
DebugGraphics
Implementation Notes:
- The
serialVersionUID fields are explicitly declared as a performance
optimization, not as a guarantee of serialization compatibility.
|
Method Summary | |
public void | clearRect(int x, int y, int width, int height) | public void | clipRect(int x, int y, int width, int height) | public void | copyArea(int x, int y, int width, int height, int destX, int destY) | public Graphics | create() | public Graphics | create(int x, int y, int width, int height) | public void | dispose() | public void | draw3DRect(int x, int y, int width, int height, boolean raised) | public void | drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) | public void | drawBytes(byte[] data, int offset, int length, int x, int y) | public void | drawChars(char[] data, int offset, int length, int x, int y) | public boolean | drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) | public boolean | drawImage(Image img, int x, int y, ImageObserver observer) | public boolean | drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) | public boolean | drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) | 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) | public boolean | drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) | public void | drawLine(int x1, int y1, int x2, int y2) | public void | drawOval(int x, int y, int width, int height) | public void | drawPolygon(int[] xPoints, int[] yPoints, int nPoints) | public void | drawPolyline(int[] xPoints, int[] yPoints, int nPoints) | public void | drawRect(int x, int y, int width, int height) | public void | drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) | public void | drawString(AttributedCharacterIterator iterator, int x, int y) | public void | drawString(String str, int x, int y) | public void | fill3DRect(int x, int y, int width, int height, boolean raised) | public void | fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) | public void | fillOval(int x, int y, int width, int height) | public void | fillPolygon(int[] xPoints, int[] yPoints, int nPoints) | public void | fillRect(int x, int y, int width, int height) | public void | fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) | public static Color | flashColor() | public static int | flashCount() | public static int | flashTime() | public Shape | getClip() | public Rectangle | getClipBounds() | public Color | getColor() | public int | getDebugOptions() | public Font | getFont() | public FontMetrics | getFontMetrics() | public FontMetrics | getFontMetrics(Font f) | public boolean | isDrawingBuffer() | public static PrintStream | logStream() | public void | setClip(int x, int y, int width, int height) | public void | setClip(Shape shape) | public void | setColor(Color c) | public void | setDebugOptions(int options) | public static void | setFlashColor(Color flashColor) | public static void | setFlashCount(int flashCount) | public static void | setFlashTime(int flashTime) | public void | setFont(Font font) | public static void | setLogStream(PrintStream stream) | public void | setPaintMode() | public void | setXORMode(Color c) | public void | translate(int x, int y) |
BUFFERED_OPTION | final public static int BUFFERED_OPTION(Code) | | |
FLASH_OPTION | final public static int FLASH_OPTION(Code) | | |
LOG_OPTION | final public static int LOG_OPTION(Code) | | |
NONE_OPTION | final public static int NONE_OPTION(Code) | | |
DebugGraphics | public DebugGraphics()(Code) | | |
clearRect | public void clearRect(int x, int y, int width, int height)(Code) | | |
clipRect | public void clipRect(int x, int y, int width, int height)(Code) | | |
copyArea | public void copyArea(int x, int y, int width, int height, int destX, int destY)(Code) | | |
create | public Graphics create(int x, int y, int width, int height)(Code) | | |
dispose | public void dispose()(Code) | | |
draw3DRect | public void draw3DRect(int x, int y, int width, int height, boolean raised)(Code) | | |
drawArc | public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)(Code) | | |
drawBytes | public void drawBytes(byte[] data, int offset, int length, int x, int y)(Code) | | |
drawChars | public void drawChars(char[] data, int offset, int length, int x, int y)(Code) | | |
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)(Code) | | |
drawImage | public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)(Code) | | |
drawLine | public void drawLine(int x1, int y1, int x2, int y2)(Code) | | |
drawOval | public void drawOval(int x, int y, int width, int height)(Code) | | |
drawPolygon | public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)(Code) | | |
drawPolyline | public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)(Code) | | |
drawRect | public void drawRect(int x, int y, int width, int height)(Code) | | |
drawRoundRect | public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
drawString | public void drawString(String str, int x, int y)(Code) | | |
fill3DRect | public void fill3DRect(int x, int y, int width, int height, boolean raised)(Code) | | |
fillArc | public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)(Code) | | |
fillOval | public void fillOval(int x, int y, int width, int height)(Code) | | |
fillPolygon | public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)(Code) | | |
fillRect | public void fillRect(int x, int y, int width, int height)(Code) | | |
fillRoundRect | public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code) | | |
flashCount | public static int flashCount()(Code) | | |
flashTime | public static int flashTime()(Code) | | |
getDebugOptions | public int getDebugOptions()(Code) | | |
isDrawingBuffer | public boolean isDrawingBuffer()(Code) | | |
setClip | public void setClip(int x, int y, int width, int height)(Code) | | |
setDebugOptions | public void setDebugOptions(int options)(Code) | | |
setFlashColor | public static void setFlashColor(Color flashColor)(Code) | | |
setFlashCount | public static void setFlashCount(int flashCount)(Code) | | |
setFlashTime | public static void setFlashTime(int flashTime)(Code) | | |
setPaintMode | public void setPaintMode()(Code) | | |
translate | public void translate(int x, int y)(Code) | | |
Methods inherited from java.awt.Graphics | abstract public void clearRect(int x, int y, int width, int height)(Code)(Java Doc) abstract public void clipRect(int x, int y, int width, int height)(Code)(Java Doc) abstract public void copyArea(int x, int y, int width, int height, int dx, int dy)(Code)(Java Doc) abstract public Graphics create()(Code)(Java Doc) public Graphics create(int x, int y, int width, int height)(Code)(Java Doc) abstract public void dispose()(Code)(Java Doc) public void draw3DRect(int x, int y, int width, int height, boolean raised)(Code)(Java Doc) abstract public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)(Code)(Java Doc) public void drawBytes(byte data, int offset, int length, int x, int y)(Code)(Java Doc) public void drawChars(char data, int offset, int length, int x, int y)(Code)(Java Doc) abstract public boolean drawImage(Image img, int x, int y, ImageObserver observer)(Code)(Java Doc) abstract public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer)(Code)(Java Doc) abstract public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer)(Code)(Java Doc) abstract public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer)(Code)(Java Doc) abstract public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer)(Code)(Java Doc) abstract 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)(Code)(Java Doc) abstract public void drawLine(int x1, int y1, int x2, int y2)(Code)(Java Doc) abstract public void drawOval(int x, int y, int width, int height)(Code)(Java Doc) abstract public void drawPolygon(int xPoints, int yPoints, int nPoints)(Code)(Java Doc) public void drawPolygon(Polygon p)(Code)(Java Doc) abstract public void drawPolyline(int xPoints, int yPoints, int nPoints)(Code)(Java Doc) public void drawRect(int x, int y, int width, int height)(Code)(Java Doc) abstract public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code)(Java Doc) abstract public void drawString(String str, int x, int y)(Code)(Java Doc) abstract public void drawString(AttributedCharacterIterator iterator, int x, int y)(Code)(Java Doc) public void fill3DRect(int x, int y, int width, int height, boolean raised)(Code)(Java Doc) abstract public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)(Code)(Java Doc) abstract public void fillOval(int x, int y, int width, int height)(Code)(Java Doc) abstract public void fillPolygon(int xPoints, int yPoints, int nPoints)(Code)(Java Doc) public void fillPolygon(Polygon p)(Code)(Java Doc) abstract public void fillRect(int x, int y, int width, int height)(Code)(Java Doc) abstract public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)(Code)(Java Doc) public void finalize()(Code)(Java Doc) abstract public Shape getClip()(Code)(Java Doc) abstract public Rectangle getClipBounds()(Code)(Java Doc) public Rectangle getClipBounds(Rectangle r)(Code)(Java Doc) public Rectangle getClipRect()(Code)(Java Doc) abstract public Color getColor()(Code)(Java Doc) abstract public Font getFont()(Code)(Java Doc) public FontMetrics getFontMetrics()(Code)(Java Doc) abstract public FontMetrics getFontMetrics(Font f)(Code)(Java Doc) public boolean hitClip(int x, int y, int width, int height)(Code)(Java Doc) abstract public void setClip(int x, int y, int width, int height)(Code)(Java Doc) abstract public void setClip(Shape clip)(Code)(Java Doc) abstract public void setColor(Color c)(Code)(Java Doc) abstract public void setFont(Font font)(Code)(Java Doc) abstract public void setPaintMode()(Code)(Java Doc) abstract public void setXORMode(Color c1)(Code)(Java Doc) public String toString()(Code)(Java Doc) abstract public void translate(int x, int y)(Code)(Java Doc)
|
|
|