Searched refs:triangle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java37 * hue and a triangle that varies saturation and brightness.
45 private ColorTriangle triangle; field in class:GTKColorChooserPanel
164 triangle = new ColorTriangle();
165 triangle.setName("GTKColorChooserPanel.triangle");
217 add(triangle, new GridBagConstraints(0, 0, 1, 5, 0, 0,
451 triangle.setColor(hue, saturation, brightness);
509 * Flag indicating the angle, or hue, has changed and the triangle
518 * Indicates the triangle is being dragged.
530 * Indicates the triangle ha
[all...]

Completed in 31 milliseconds