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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DColorType.java30 * Each <code>SynthStyle</code> has a set of <code>ColorType</code>s that
32 * {@link SynthStyle#getColor(SynthContext, ColorType)} method.
51 * protected Color getColorForState(SynthContext context, ColorType type){
63 public class ColorType { class
65 * ColorType for the foreground of a region.
67 public static final ColorType FOREGROUND = new ColorType("Foreground");
70 * ColorType for the background of a region.
72 public static final ColorType BACKGROUND = new ColorType("Backgroun
111 protected ColorType(String description) { method in class:ColorType
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java49 * pageAttributes.setColor(PageAttributes.ColorType.MONOCHROME);
66 public static final class ColorType extends AttributeValue { class in class:PageAttributes
75 * The ColorType instance to use for specifying color printing.
77 public static final ColorType COLOR = new ColorType(I_COLOR);
79 * The ColorType instance to use for specifying monochrome printing.
81 public static final ColorType MONOCHROME = new ColorType(I_MONOCHROME);
83 private ColorType(int type) { method in class:PageAttributes.ColorType
901 private ColorType colo
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h137 } ColorType; typedef in typeref:enum:_ColorType
726 GtkStateType state_type, ColorType color_type);

Completed in 36 milliseconds