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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DRepaintArea.java34 * The <code>RepaintArea</code> is a geometric construct created for the
42 public class RepaintArea { class
62 * Constructs a new <code>RepaintArea</code>
65 public RepaintArea() { method in class:RepaintArea
69 * Constructs a new <code>RepaintArea</code> initialized to match
70 * the values of the specified RepaintArea.
72 * @param ra the <code>RepaintArea</code> from which to copy initial
73 * values to a newly constructed RepaintArea
76 private RepaintArea(RepaintArea r method in class:RepaintArea
[all...]

Completed in 30 milliseconds