Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
gnu.java.awt.peer.gtk.GdkGraphics2D
public class GdkGraphics2D
extends Graphics2D
Method Summary | |
void |
|
void |
|
void | |
void |
|
void |
|
Graphics |
|
Graphics |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
static int[] |
|
Color | |
Shape |
|
Rectangle | |
protected Rectangle2D | |
Color |
|
Color | |
Composite | |
GraphicsConfiguration | |
Font |
|
FontMetrics | |
FontMetrics | |
FontRenderContext | |
Paint |
|
Object |
|
RenderingHints | |
Stroke | |
AffineTransform | |
boolean | |
void |
|
void |
|
void |
|
void | |
void | |
void |
|
void | |
void | |
void | |
void |
|
void | |
void | |
void | |
void | |
void | |
void |
|
void |
|
void |
|
void | |
void | |
void | |
void | |
void |
|
void |
|
String |
|
void | |
void |
|
void |
|
Methods inherited from class java.awt.Graphics2D | |
addRenderingHints , clip , draw , draw3DRect , drawGlyphVector , drawImage , drawImage , drawRenderableImage , drawRenderedImage , drawString , drawString , drawString , drawString , fill , fill3DRect , getBackground , getComposite , getDeviceConfiguration , getFontRenderContext , getPaint , getRenderingHint , getRenderingHints , getStroke , getTransform , hit , rotate , rotate , scale , setBackground , setComposite , setPaint , setRenderingHint , setRenderingHints , setStroke , setTransform , shear , transform , translate , translate |
Methods inherited from class java.awt.Graphics | |
clearRect , clipRect , copyArea , create , create , dispose , draw3DRect , drawArc , drawBytes , drawChars , drawImage , drawImage , drawImage , drawImage , drawImage , drawImage , drawLine , drawOval , drawPolygon , drawPolygon , drawPolyline , drawRect , drawRoundRect , drawString , drawString , fill3DRect , fillArc , fillOval , fillPolygon , fillPolygon , fillRect , fillRoundRect , finalize , getClip , getClipBounds , getClipBounds , getClipRect , getColor , getFont , getFontMetrics , getFontMetrics , hitClip , setClip , setClip , setColor , setFont , setPaintMode , setXORMode , toString , translate |
Methods inherited from class java.lang.Object | |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
public void addRenderingHints(Map hints)
- Overrides:
- addRenderingHints in interface Graphics2D
public void draw3DRect(int x, int y, int width, int height, boolean raised)
- Overrides:
- draw3DRect in interface Graphics2D
public void drawGlyphVector(GlyphVector gv, float x, float y)
- Overrides:
- drawGlyphVector in interface Graphics2D
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 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, AffineTransform xform, ImageObserver obs)
- Overrides:
- drawImage in interface Graphics2D
public void drawImage(BufferedImage image, BufferedImageOp op, int x, int y)
- Overrides:
- drawImage in interface Graphics2D
public void drawRenderableImage(RenderableImage image, AffineTransform xform)
- Overrides:
- drawRenderableImage in interface Graphics2D
public void drawRenderedImage(RenderedImage image, AffineTransform xform)
- Overrides:
- drawRenderedImage in interface Graphics2D
public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
- Overrides:
- drawRoundRect in interface Graphics
public void drawString(String str, float x, float y)
- Overrides:
- drawString in interface Graphics2D
public void drawString(String str, int x, int y)
- Overrides:
- drawString in interface Graphics2D
public void drawString(AttributedCharacterIterator ci, float x, float y)
- Overrides:
- drawString in interface Graphics2D
public void drawString(AttributedCharacterIterator ci, int x, int y)
- Overrides:
- drawString in interface Graphics2D
public void fill3DRect(int x, int y, int width, int height, boolean raised)
- Overrides:
- fill3DRect in interface Graphics2D
public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
- Overrides:
- fillRoundRect in interface Graphics
public GraphicsConfiguration getDeviceConfiguration()
- Overrides:
- getDeviceConfiguration in interface Graphics2D
public FontMetrics getFontMetrics(Font f)
- Overrides:
- getFontMetrics in interface Graphics
public FontRenderContext getFontRenderContext()
- Overrides:
- getFontRenderContext in interface Graphics2D
public Object getRenderingHint(RenderingHints.Key hintKey)
- Overrides:
- getRenderingHint in interface Graphics2D
public RenderingHints getRenderingHints()
- Overrides:
- getRenderingHints in interface Graphics2D
public boolean hit(Rectangle rect, Shape text, boolean onStroke)
- Overrides:
- hit in interface Graphics2D
public void setRenderingHint(RenderingHints.Key hintKey, Object hintValue)
- Overrides:
- setRenderingHint in interface Graphics2D
public void setRenderingHints(Map hints)
- Overrides:
- setRenderingHints in interface Graphics2D
public void setTransform(AffineTransform tx)
- Overrides:
- setTransform in interface Graphics2D