jdk/test/sun/pisces/ThinLineTest.java
author weijun
Wed, 12 Dec 2012 18:39:34 +0800
changeset 14772 b5e046e17d8e
parent 5506 202f599c92aa
permissions -rw-r--r--
8004904: Makefile for ntlm Reviewed-by: erikj, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3927
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3927
diff changeset
     2
 * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
3927
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     4
 *
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     7
 * published by the Free Software Foundation.
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     8
 *
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    13
 * accompanied this code).
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    14
 *
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    18
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3927
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3927
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3927
diff changeset
    21
 * questions.
3927
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    22
 */
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    23
import java.awt.*;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    24
import java.awt.geom.Ellipse2D;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    25
import java.awt.image.BufferedImage;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    26
import java.io.File;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    27
import javax.imageio.ImageIO;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    28
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    29
/**
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    30
 * @author chrisn@google.com (Chris Nokleberg)
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    31
 * @author yamauchi@google.com (Hiroshi Yamauchi)
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    32
 */
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    33
public class ThinLineTest {
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    34
  private static final int PIXEL = 381;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    35
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    36
  public static void main(String[] args) throws Exception {
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    37
    BufferedImage image = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB);
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    38
    Graphics2D g = image.createGraphics();
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    39
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    40
    g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    41
    g.setPaint(Color.WHITE);
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    42
    g.fill(new Rectangle(image.getWidth(), image.getHeight()));
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    43
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    44
    g.scale(0.5 / PIXEL, 0.5 / PIXEL);
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    45
    g.setPaint(Color.BLACK);
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    46
    g.setStroke(new BasicStroke(PIXEL));
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    47
    g.draw(new Ellipse2D.Double(PIXEL * 50, PIXEL * 50, PIXEL * 300, PIXEL * 300));
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    48
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    49
    // To visually check it
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    50
    //ImageIO.write(image, "PNG", new File(args[0]));
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    51
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    52
    boolean nonWhitePixelFound = false;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    53
    for (int x = 0; x < 200; ++x) {
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    54
      if (image.getRGB(x, 100) != Color.WHITE.getRGB()) {
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    55
        nonWhitePixelFound = true;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    56
        break;
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    57
      }
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    58
    }
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    59
    if (!nonWhitePixelFound) {
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    60
      throw new RuntimeException("The thin line disappeared.");
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    61
    }
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    62
  }
d717df90e151 6829673: ThinLineTest: A line < 1 pixel disappears.
jgodinez
parents:
diff changeset
    63
}