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.java2d.AbstractGraphics2D
gnu.java.awt.peer.x.GLGraphics
public class GLGraphics
extends AbstractGraphics2D
Field Summary |
Fields inherited from class gnu.java.awt.java2d.AbstractGraphics2D | |
HashMap , |
Method Summary | |
protected @Override | |
void |
|
void |
|
void |
|
void |
|
protected ColorModel | |
GraphicsConfiguration | |
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 , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public void clearRect(int x, int y, int w, int h)
- Overrides:
- clearRect in interface AbstractGraphics2D
public void drawLine(int x1, int y1, int x2, int y2)
- Overrides:
- drawLine in interface AbstractGraphics2D
public void drawRect(int x, int y, int w, int h)
- Overrides:
- drawRect in interface AbstractGraphics2D
public void fillRect(int x, int y, int w, int h)
- Overrides:
- fillRect in interface AbstractGraphics2D
protected ColorModel getColorModel()
- Overrides:
- getColorModel in interface AbstractGraphics2D
public GraphicsConfiguration getDeviceConfiguration()
- Overrides:
- getDeviceConfiguration in interface Graphics2D
public void setBackground(Color b)
- Overrides:
- setBackground in interface AbstractGraphics2D