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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPaint.java33 * This <code>Paint</code> interface defines how color patterns
35 * implementing the <code>Paint</code> interface is added to the
39 * Instances of classes implementing <code>Paint</code> must be
52 public interface Paint extends Transparency { interface in inherits:Transparency
58 * used or ignored on various implementations of the {@code Paint} interface.
62 * Implementations of the {@code Paint} interface are allowed to use or ignore
75 * Implementations of the {@code Paint} interface
80 * Implementations of the {@code Paint} interface
85 * Implementations of the {@code Paint} interface
90 * Implementations of the {@code Paint} interfac
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DPaint.java33 public abstract class Paint { class
36 class Matte extends Paint {
168 class AbstractGradient extends Paint {

Completed in 31 milliseconds