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

/openjdk7/jdk/test/javax/swing/plaf/nimbus/
H A DTest6741426.java38 static final int WIDTH = 160; field in class:Test6741426
46 new BufferedImage(WIDTH, HEIGHT, BufferedImage.TYPE_INT_ARGB);
47 tf.setSize(WIDTH, HEIGHT);
H A DColorCustomizationTest.java45 final static int WIDTH = 200; field in class:ColorCustomizationTest
57 g = new BufferedImage(WIDTH, HEIGHT, BufferedImage.TYPE_INT_ARGB).getGraphics();
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/
H A DTest6635110.java39 static final int WIDTH = 160; field in class:Test6635110
42 new BufferedImage(WIDTH, HEIGHT, BufferedImage.TYPE_INT_ARGB);
56 c.setSize(WIDTH, HEIGHT);
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6505027.java57 private static final int WIDTH = 450; field in class:Test6505027
75 frame.setBounds(OFFSET, OFFSET, WIDTH, HEIGHT);
H A DTest6325652.java43 private static final int WIDTH = 300; field in class:Test6325652
101 internal.setBounds(10 * index, 10 * index, WIDTH, HEIGHT);
/openjdk7/jdk/test/javax/swing/
H A DSwingTest.java51 private static final int WIDTH = 640; field in class:SwingTest
90 this.frame.setSize(WIDTH, HEIGHT);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageObserver.java58 * <b>OR</b> of the following flags: <code>WIDTH</code>,
65 * flags: <code>WIDTH</code>, <code>HEIGHT</code>,
76 * @see #WIDTH
98 public static final int WIDTH = 1; field in interface:ImageObserver
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DJObjCRuntime.java41 public static final Width WIDTH = getWidth(); field in class:JObjCRuntime
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlAttr.java58 WIDTH; enum constant in enum:HtmlAttr
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageFactory.java41 public static int WIDTH = 256; field in class:ImageFactory
77 SampleModel sm = ccm.createCompatibleSampleModel(WIDTH, HEIGHT);
78 WritableRaster raster = ccm.createCompatibleWritableRaster(WIDTH,
87 BufferedImage image = new BufferedImage(WIDTH, HEIGHT,
123 SampleModel sm = dcm.createCompatibleSampleModel(WIDTH, HEIGHT);
124 WritableRaster raster = dcm.createCompatibleWritableRaster(WIDTH,
147 for (int i = 0; i < WIDTH; i++) {
164 for (int i = 0; i < WIDTH; i++) {
174 for (int i = 0; i < WIDTH; i++) {
184 for (int i = 0; i < WIDTH;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java56 final static int COLOR = 0, STYLE = 1, WIDTH = 2; field in class:CSSBorder
124 ATTRIBUTES[WIDTH][side]);
126 bw = (LengthValue) DEFAULTS[WIDTH];
H A DHTML.java376 public static final Attribute WIDTH = new Attribute("width"); field in class:HTML.Attribute
461 WIDTH,
673 * WIDTH, HEIGHT, ALIGN, NAME, HREF, REL, REV, TITLE, TARGET,
H A DCSS.java375 public static final Attribute WIDTH = field in class:CSS.Attribute
401 VERTICAL_ALIGN, WORD_SPACING, WHITE_SPACE, WIDTH,
517 valueConvertor.put(CSS.Attribute.WIDTH, lv);
912 htmlAttrToCssAttrMap.put(HTML.Attribute.WIDTH,
913 new CSS.Attribute[]{CSS.Attribute.WIDTH});
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java84 * <code>WEIGHT</code>, <code>WIDTH</code>, <code>POSTURE</code>,
90 * <li>The values for <code>WEIGHT</code>, <code>WIDTH</code>, and
125 * <td valign="TOP">{@link #WIDTH}</td>
448 public static final TextAttribute WIDTH = field in class:TextAttribute
453 * @see #WIDTH
460 * @see #WIDTH
467 * <code>WIDTH</code>.
468 * @see #WIDTH
475 * @see #WIDTH
482 * @see #WIDTH
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DParser.java59 private static final String WIDTH = "width"; field in class:Parser
69 OPTION, COLUMN, DATA, HEADER, WIDTH, FORMAT, ALIGN, SCALE
283 match(WIDTH);
467 } else if (lookahead.sval.compareTo(WIDTH) == 0) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java241 public static final String WIDTH = "Width"; field in class:SpringLayout
250 private static String[] ALL_HORIZONTAL = {WEST, WIDTH, EAST, HORIZONTAL_CENTER};
276 * EAST = WEST + WIDTH
278 * HORIZONTAL_CENTER = WEST + WIDTH/2
283 * For example, if you have specified the WIDTH and WEST (X) location
284 * the EAST is calculated as WEST + WIDTH. If you instead specified
285 * the WIDTH and EAST locations the WEST (X) location is then calculated
286 * as EAST - WIDTH.
310 * For example, if the <code>WEST</code>, <code>WIDTH</code> and
528 if (defined(horizontalHistory, EAST, WIDTH)) {
[all...]

Completed in 127 milliseconds