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

/frameworks/base/awt/java/awt/
H A DGraphics2D.java32 * The Graphics2D class extends Graphics class and provides more capabilities
37 * <li>Color - current Graphics2D color;</li>
38 * <li>Font - current Graphics2D font;</li>
40 * <li>Transform - current Graphics2D Transformation;</li>
47 public abstract class Graphics2D extends Graphics { class in inherits:Graphics
50 * Instantiates a new Graphics2D object. This constructor should never be
53 protected Graphics2D() { method in class:Graphics2D
227 * Gets the current composite of the Graphics2D.
248 * Gets the current Paint of Graphics2D.
250 * @return the current Paint of Graphics2D
[all...]

Completed in 221 milliseconds