public class DummyGraphics2d
extends java.awt.Graphics2D | Constructor and Description |
|---|
DummyGraphics2d() |
DummyGraphics2d(java.io.PrintStream log) |
DummyGraphics2d(java.io.PrintStream log, java.awt.Graphics2D g2D) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRenderingHints(java.util.Map<?,?> hints) |
void |
clearRect(int x, int y, int width, int height) |
void |
clip(java.awt.Shape s) |
void |
clipRect(int x, int y, int width, int height) |
void |
copyArea(int x, int y, int width, int height, int dx, int dy) |
java.awt.Graphics |
create() |
java.awt.Graphics |
create(int x, int y, int width, int height) |
void |
dispose() |
void |
draw(java.awt.Shape s) |
void |
draw3DRect(int x, int y, int width, int height, boolean raised) |
void |
drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) |
void |
drawBytes(byte[] data, int offset, int length, int x, int y) |
void |
drawChars(char[] data, int offset, int length, int x, int y) |
void |
drawGlyphVector(java.awt.font.GlyphVector g, float x, float y) |
void |
drawImage(java.awt.image.BufferedImage img, java.awt.image.BufferedImageOp op, int x, int y) |
boolean |
drawImage(java.awt.Image img, java.awt.geom.AffineTransform xform, java.awt.image.ImageObserver obs) |
boolean |
drawImage(java.awt.Image img, int x, int y, java.awt.Color bgcolor, java.awt.image.ImageObserver observer) |
boolean |
drawImage(java.awt.Image img, int x, int y, java.awt.image.ImageObserver observer) |
boolean |
drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver observer) |
boolean |
drawImage(java.awt.Image img, int x, int y, int width, int height, java.awt.image.ImageObserver observer) |
boolean |
drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver observer) |
boolean |
drawImage(java.awt.Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.ImageObserver observer) |
void |
drawLine(int x1, int y1, int x2, int y2) |
void |
drawOval(int x, int y, int width, int height) |
void |
drawPolygon(int[] xPoints, int[] yPoints, int nPoints) |
void |
drawPolygon(java.awt.Polygon p) |
void |
drawPolyline(int[] xPoints, int[] yPoints, int nPoints) |
void |
drawRect(int x, int y, int width, int height) |
void |
drawRenderableImage(java.awt.image.renderable.RenderableImage img, java.awt.geom.AffineTransform xform) |
void |
drawRenderedImage(java.awt.image.RenderedImage img, java.awt.geom.AffineTransform xform) |
void |
drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) |
void |
drawString(java.text.AttributedCharacterIterator iterator, float x, float y) |
void |
drawString(java.text.AttributedCharacterIterator iterator, int x, int y) |
void |
drawString(java.lang.String s, float x, float y) |
void |
drawString(java.lang.String str, int x, int y) |
void |
fill(java.awt.Shape s) |
void |
fill3DRect(int x, int y, int width, int height, boolean raised) |
void |
fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) |
void |
fillOval(int x, int y, int width, int height) |
void |
fillPolygon(int[] xPoints, int[] yPoints, int nPoints) |
void |
fillPolygon(java.awt.Polygon p) |
void |
fillRect(int x, int y, int width, int height) |
void |
fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) |
java.awt.Color |
getBackground() |
java.awt.Shape |
getClip() |
java.awt.Rectangle |
getClipBounds() |
java.awt.Rectangle |
getClipBounds(java.awt.Rectangle r) |
java.awt.Color |
getColor() |
java.awt.Composite |
getComposite() |
java.awt.GraphicsConfiguration |
getDeviceConfiguration() |
java.awt.Font |
getFont() |
java.awt.FontMetrics |
getFontMetrics() |
java.awt.FontMetrics |
getFontMetrics(java.awt.Font f) |
java.awt.font.FontRenderContext |
getFontRenderContext() |
java.awt.Paint |
getPaint() |
java.lang.Object |
getRenderingHint(java.awt.RenderingHints.Key hintKey) |
java.awt.RenderingHints |
getRenderingHints() |
java.awt.Stroke |
getStroke() |
java.awt.geom.AffineTransform |
getTransform() |
boolean |
hit(java.awt.Rectangle rect, java.awt.Shape s, boolean onStroke) |
boolean |
hitClip(int x, int y, int width, int height) |
void |
rotate(double theta) |
void |
rotate(double theta, double x, double y) |
void |
scale(double sx, double sy) |
void |
setBackground(java.awt.Color color) |
void |
setClip(int x, int y, int width, int height) |
void |
setClip(java.awt.Shape clip) |
void |
setColor(java.awt.Color c) |
void |
setComposite(java.awt.Composite comp) |
void |
setFont(java.awt.Font font) |
void |
setPaint(java.awt.Paint paint) |
void |
setPaintMode() |
void |
setRenderingHint(java.awt.RenderingHints.Key hintKey, java.lang.Object hintValue) |
void |
setRenderingHints(java.util.Map<?,?> hints) |
void |
setStroke(java.awt.Stroke s) |
void |
setTransform(java.awt.geom.AffineTransform Tx) |
void |
setXORMode(java.awt.Color c1) |
void |
shear(double shx, double shy) |
java.lang.String |
toString() |
void |
transform(java.awt.geom.AffineTransform Tx) |
void |
translate(double tx, double ty) |
void |
translate(int x, int y) |
public DummyGraphics2d()
public DummyGraphics2d(java.io.PrintStream log)
public DummyGraphics2d(java.io.PrintStream log,
java.awt.Graphics2D g2D) public void addRenderingHints(java.util.Map<?,?> hints)
addRenderingHints in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 addRenderingHints)
public void clip(java.awt.Shape s)
clip in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的剪辑)
public void draw(java.awt.Shape s)
draw in class
java.awt.Graphics2D
(在类 java.awt.Graphics2D 中绘制)
public void drawGlyphVector(java.awt.font.GlyphVector g,
float x,
float y)
drawGlyphVector in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawGlyphVector)
public void drawImage(java.awt.image.BufferedImage img,
java.awt.image.BufferedImageOp op,
int x,
int y)
drawImage in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawImage)
public boolean drawImage(java.awt.Image img,
java.awt.geom.AffineTransform xform,
java.awt.image.ImageObserver obs)
drawImage in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawImage)
public void drawRenderableImage(java.awt.image.renderable.RenderableImage img,
java.awt.geom.AffineTransform xform)
drawRenderableImage in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawRenderableImage)
public void drawRenderedImage(java.awt.image.RenderedImage img,
java.awt.geom.AffineTransform xform)
drawRenderedImage in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawRenderedImage)
public void drawString(java.lang.String s,
float x,
float y)
drawString in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawString)
public void fill(java.awt.Shape s)
fill in class
java.awt.Graphics2D
(填写类 java.awt.Graphics2D)
public java.awt.Color getBackground()
getBackground in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getBackground)
public java.awt.Composite getComposite()
getComposite in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getComposite)
public java.awt.GraphicsConfiguration getDeviceConfiguration()
getDeviceConfiguration in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getDeviceConfiguration)
public java.awt.font.FontRenderContext getFontRenderContext()
getFontRenderContext in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getFontRenderContext)
public java.awt.Paint getPaint()
getPaint in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getPaint)
public java.lang.Object getRenderingHint(java.awt.RenderingHints.Key hintKey)
getRenderingHint in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getRenderingHint)
public java.awt.RenderingHints getRenderingHints()
getRenderingHints in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getRenderingHints)
public java.awt.Stroke getStroke()
getStroke in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getStroke)
public java.awt.geom.AffineTransform getTransform()
getTransform in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 getTransform)
public boolean hit(java.awt.Rectangle rect,
java.awt.Shape s,
boolean onStroke)
hit in class
java.awt.Graphics2D
(命中类 java.awt.Graphics2D)
public void rotate(double theta)
rotate in class
java.awt.Graphics2D
(在类 java.awt.Graphics2D 中旋转)
public void rotate(double theta,
double x,
double y)
rotate in class
java.awt.Graphics2D
(在类 java.awt.Graphics2D 中旋转)
public void scale(double sx,
double sy)
scale in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的缩放)
public void setBackground(java.awt.Color color)
setBackground in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setBackground)
public void setComposite(java.awt.Composite comp)
setComposite in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setComposite)
public void setPaint(java.awt.Paint paint)
setPaint in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setPaint)
public void setRenderingHint(java.awt.RenderingHints.Key hintKey,
java.lang.Object hintValue)
setRenderingHint in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setRenderingHint)
public void setRenderingHints(java.util.Map<?,?> hints)
setRenderingHints in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setRenderingHints)
public void setStroke(java.awt.Stroke s)
setStroke in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setStroke)
public void setTransform(java.awt.geom.AffineTransform Tx)
setTransform in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 setTransform)
public void shear(double shx,
double shy)
shear in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的剪切)
public void transform(java.awt.geom.AffineTransform Tx)
transform in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的变换)
public void translate(double tx,
double ty)
translate in class
java.awt.Graphics2D
(在类 java.awt.Graphics2D 中翻译)
public void clearRect(int x,
int y,
int width,
int height)
clearRect in class
java.awt.Graphics
(类 java.awt.Graphics 中的 clearRect)
public void clipRect(int x,
int y,
int width,
int height)
clipRect in class
java.awt.Graphics
(类 java.awt.Graphics 中的 clipRect)
public void copyArea(int x,
int y,
int width,
int height,
int dx,
int dy)
copyArea in class
java.awt.Graphics
(类 java.awt.Graphics 中的 copyArea)
public java.awt.Graphics create()
create in class
java.awt.Graphics
(在类 java.awt.Graphics 中创建)
public java.awt.Graphics create(int x,
int y,
int width,
int height)
create in class
java.awt.Graphics
public void dispose()
dispose in class
java.awt.Graphics
(在类 java.awt.Graphics 中处理)
public void draw3DRect(int x,
int y,
int width,
int height,
boolean raised)
draw3DRect in class
java.awt.Graphics2D
public void drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
drawArc in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawArc)
public void drawBytes(byte[] data,
int offset,
int length,
int x,
int y)
drawBytes in class
java.awt.Graphics
public void drawChars(char[] data,
int offset,
int length,
int x,
int y)
drawChars in class
java.awt.Graphics
public boolean drawImage(java.awt.Image img,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public boolean drawImage(java.awt.Image img,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public boolean drawImage(java.awt.Image img,
int x,
int y,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public boolean drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.Color bgcolor,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public boolean drawImage(java.awt.Image img,
int x,
int y,
int width,
int height,
java.awt.image.ImageObserver observer)
drawImage in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawImage)
public void drawLine(int x1,
int y1,
int x2,
int y2)
drawLine in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawLine)
public void drawOval(int x,
int y,
int width,
int height)
drawOval in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawOval)
public void drawPolygon(java.awt.Polygon p)
drawPolygon in class
java.awt.Graphics
public void drawPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolygon in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawPolygon)
public void drawPolyline(int[] xPoints,
int[] yPoints,
int nPoints)
drawPolyline in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawPolyline)
public void drawRect(int x,
int y,
int width,
int height)
drawRect in class
java.awt.Graphics
public void drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
drawRoundRect in class
java.awt.Graphics
(类 java.awt.Graphics 中的 drawRoundRect)
public void drawString(java.text.AttributedCharacterIterator iterator,
float x,
float y)
drawString in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawString)
public void drawString(java.text.AttributedCharacterIterator iterator,
int x,
int y)
drawString in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawString)
public void drawString(java.lang.String str,
int x,
int y)
drawString in class
java.awt.Graphics2D
(类 java.awt.Graphics2D 中的 drawString)
public void fill3DRect(int x,
int y,
int width,
int height,
boolean raised)
fill3DRect in class
java.awt.Graphics2D
public void fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
fillArc in class
java.awt.Graphics
(类 java.awt.Graphics 中的 fillArc)
public void fillOval(int x,
int y,
int width,
int height)
fillOval in class
java.awt.Graphics
(类 java.awt.Graphics 中的 fillOval)
public void fillPolygon(java.awt.Polygon p)
fillPolygon in class
java.awt.Graphics
public void fillPolygon(int[] xPoints,
int[] yPoints,
int nPoints)
fillPolygon in class
java.awt.Graphics
(类 java.awt.Graphics 中的 fillPolygon)
public void fillRect(int x,
int y,
int width,
int height)
fillRect in class
java.awt.Graphics
(类 java.awt.Graphics 中的 fillRect)
public void fillRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
fillRoundRect in class
java.awt.Graphics
(类 java.awt.Graphics 中的 fillRoundRect)
public java.awt.Shape getClip()
getClip in class
java.awt.Graphics
(类 java.awt.Graphics 中的 getClip)
public java.awt.Rectangle getClipBounds()
getClipBounds in class
java.awt.Graphics
(类 java.awt.Graphics 中的 getClipBounds)
public java.awt.Rectangle getClipBounds(java.awt.Rectangle r)
getClipBounds in class
java.awt.Graphics
public java.awt.Color getColor()
getColor in class
java.awt.Graphics
(类 java.awt.Graphics 中的 getColor)
public java.awt.Font getFont()
getFont in class
java.awt.Graphics
(类 java.awt.Graphics 中的 getFont)
public java.awt.FontMetrics getFontMetrics()
getFontMetrics in class
java.awt.Graphics
public java.awt.FontMetrics getFontMetrics(java.awt.Font f)
getFontMetrics in class
java.awt.Graphics
(类 java.awt.Graphics 中的 getFontMetrics)
public boolean hitClip(int x,
int y,
int width,
int height)
hitClip in class
java.awt.Graphics
public void setClip(java.awt.Shape clip)
setClip in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setClip)
public void setClip(int x,
int y,
int width,
int height)
setClip in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setClip)
public void setColor(java.awt.Color c)
setColor in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setColor)
public void setFont(java.awt.Font font)
setFont in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setFont)
public void setPaintMode()
setPaintMode in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setPaintMode)
public void setXORMode(java.awt.Color c1)
setXORMode in class
java.awt.Graphics
(类 java.awt.Graphics 中的 setXORMode)
public java.lang.String toString()
toString in class
java.awt.Graphics
public void translate(int x,
int y)
translate in class
java.awt.Graphics2D
(在类 java.awt.Graphics2D 中翻译)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.