Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.awt.j2d.AbstractGraphicsState
gnu.awt.j2d.IntegerGraphicsState
public class IntegerGraphicsState
extends AbstractGraphicsState
Nested Class Summary | |
static interface |
|
Constructor Summary | |
|
Method Summary | |
void |
|
Object |
|
void |
|
void |
|
void | |
void |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
Shape |
|
Rectangle | |
FontMetrics |
|
boolean | |
void |
|
void |
|
void |
|
void | |
void | |
void | |
void | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class gnu.awt.j2d.AbstractGraphicsState | |
clearRect , clone , copyArea , dispose , draw , drawArc , drawImage , drawLine , drawOval , drawPolygon , drawPolyline , drawRoundRect , drawString , drawString , fill , fillArc , fillOval , fillPolygon , fillRect , fillRoundRect , getClip , getClipBounds , getFontMetrics , hit , rotate , rotate , scale , setClip , setColor , setFont , setFrontend , setPaintMode , setXORMode , shear , translate , 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 width, int height)
- Overrides:
- clearRect in interface AbstractGraphicsState
public void copyArea(int x, int y, int width, int height, int dx, int dy)
- Overrides:
- copyArea in interface AbstractGraphicsState
public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle)
- Overrides:
- drawArc in interface AbstractGraphicsState
public boolean drawImage(Image image, int x, int y, ImageObserver observer)
- Overrides:
- drawImage in interface AbstractGraphicsState
public void drawLine(int x1, int y1, int x2, int y2)
- Overrides:
- drawLine in interface AbstractGraphicsState
public void drawOval(int x, int y, int width, int height)
- Overrides:
- drawOval in interface AbstractGraphicsState
public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints)
- Overrides:
- drawPolygon in interface AbstractGraphicsState
public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints)
- Overrides:
- drawPolyline in interface AbstractGraphicsState
public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
- Overrides:
- drawRoundRect in interface AbstractGraphicsState
public void drawString(String text, float x, float y)
- Overrides:
- drawString in interface AbstractGraphicsState
public void drawString(String text, int x, int y)
- Overrides:
- drawString in interface AbstractGraphicsState
public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)
- Overrides:
- fillArc in interface AbstractGraphicsState
public void fillOval(int x, int y, int width, int height)
- Overrides:
- fillOval in interface AbstractGraphicsState
public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints)
- Overrides:
- fillPolygon in interface AbstractGraphicsState
public void fillRect(int x, int y, int width, int height)
- Overrides:
- fillRect in interface AbstractGraphicsState
public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight)
- Overrides:
- fillRoundRect in interface AbstractGraphicsState
public Rectangle getClipBounds()
- Overrides:
- getClipBounds in interface AbstractGraphicsState
public FontMetrics getFontMetrics(Font font)
- Overrides:
- getFontMetrics in interface AbstractGraphicsState
public boolean hit(Rectangle rect, Shape text, boolean onStroke)
- Overrides:
- hit in interface AbstractGraphicsState
public void rotate(double theta, double x, double y)
- Overrides:
- rotate in interface AbstractGraphicsState
public void scale(double scaleX, double scaleY)
- Overrides:
- scale in interface AbstractGraphicsState
public void setXORMode(Color altColor)
- Overrides:
- setXORMode in interface AbstractGraphicsState
public void shear(double shearX, double shearY)
- Overrides:
- shear in interface AbstractGraphicsState
public void translate(double tx, double ty)
- Overrides:
- translate in interface AbstractGraphicsState