Searched defs:Graphics2D (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java42 * This <code>Graphics2D</code> class extends the
49 * All coordinates passed to a <code>Graphics2D</code> object are specified
51 * used by applications. The <code>Graphics2D</code> object contains
58 * Some <code>Graphics2D</code> objects can be used to capture rendering
62 * captured, the <code>Graphics2D</code> <code>Transform</code> is set up
69 * occur in the device space, but all <code>Graphics2D</code> methods take
72 * Every <code>Graphics2D</code> object is associated with a target that
77 * <code>Graphics2D</code> object.
79 * When creating a <code>Graphics2D</code> object, the
82 * the target of the <code>Graphics2D</cod
407 public abstract class Graphics2D extends Graphics { class in inherits:Graphics
421 protected Graphics2D() { method in class:Graphics2D
[all...]

Completed in 30 milliseconds