Java Swing Tutorial - Graphics2D Example
Method
- Java Graphics2D .drawGlyphVector (GlyphVector g, float x, float y)
- Java Graphics2D.drawString(String str, int x, int y)
- Java Graphics2D.fill(Shape s)
- Java Graphics2D.rotate(double theta)
- Java Graphics2D.rotate(double theta, double x, double y)
- Java Graphics2D.scale(double sx, double sy)
- Java Graphics2D .setComposite (Composite comp)
- Java Graphics2D .setRenderingHint (RenderingHints .Key hintKey, Object hintValue)
- Java Graphics2D .setRenderingHints (Map ,?> hints)
- Java Graphics2D.setStroke(Stroke s)
- Java Graphics2D .setTransform (AffineTransform Tx)
- Java Graphics2D.shear(double shx, double shy)
- Java Graphics2D .transform (AffineTransform Tx)
- Java Graphics2D.translate(double tx, double ty)
- Java Graphics2D.translate(int x, int y)