<tfoot id='P1WVR'></tfoot>
  • <i id='P1WVR'><tr id='P1WVR'><dt id='P1WVR'><q id='P1WVR'><span id='P1WVR'><b id='P1WVR'><form id='P1WVR'><ins id='P1WVR'></ins><ul id='P1WVR'></ul><sub id='P1WVR'></sub></form><legend id='P1WVR'></legend><bdo id='P1WVR'><pre id='P1WVR'><center id='P1WVR'></center></pre></bdo></b><th id='P1WVR'></th></span></q></dt></tr></i><div id='P1WVR'><tfoot id='P1WVR'></tfoot><dl id='P1WVR'><fieldset id='P1WVR'></fieldset></dl></div>
  • <small id='P1WVR'></small><noframes id='P1WVR'>

      1. <legend id='P1WVR'><style id='P1WVR'><dir id='P1WVR'><q id='P1WVR'></q></dir></style></legend>
          <bdo id='P1WVR'></bdo><ul id='P1WVR'></ul>

        如何在 Java 中绘制一个看起来像样的圆圈

        时间:2023-09-30
            • <bdo id='Brisf'></bdo><ul id='Brisf'></ul>
                <tbody id='Brisf'></tbody>
              <i id='Brisf'><tr id='Brisf'><dt id='Brisf'><q id='Brisf'><span id='Brisf'><b id='Brisf'><form id='Brisf'><ins id='Brisf'></ins><ul id='Brisf'></ul><sub id='Brisf'></sub></form><legend id='Brisf'></legend><bdo id='Brisf'><pre id='Brisf'><center id='Brisf'></center></pre></bdo></b><th id='Brisf'></th></span></q></dt></tr></i><div id='Brisf'><tfoot id='Brisf'></tfoot><dl id='Brisf'><fieldset id='Brisf'></fieldset></dl></div>

              <small id='Brisf'></small><noframes id='Brisf'>

            • <legend id='Brisf'><style id='Brisf'><dir id='Brisf'><q id='Brisf'></q></dir></style></legend>
            • <tfoot id='Brisf'></tfoot>

                  本文介绍了如何在 Java 中绘制一个看起来像样的圆圈的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我尝试过使用具有相同高度和宽度的 drawOval 方法,但随着直径的增加,圆的外观变得更糟.无论大小,我该怎么做才能拥有一个像样的圆圈.我将如何在 java 或其他方法中实现抗锯齿.

                  I have tried using the method drawOval with equal height and width but as the diameter increases the circle becomes worse looking. What can I do to have a decent looking circle no matter the size. How would I implement anti-aliasing in java or some other method.

                  推荐答案

                  事实证明,Java2D(我假设是你正在使用的)在这方面已经相当出色了!这里有一个不错的教程:http://www.javaworld.com/javaworld/jw-08-1998/jw-08-media.html

                  As it turns out, Java2D (which I'm assuming is what you're using) is already pretty good at this! There's a decent tutorial here: http://www.javaworld.com/javaworld/jw-08-1998/jw-08-media.html

                  重要的一行是:

                  graphics.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                            RenderingHints.VALUE_ANTIALIAS_ON);
                  

                  这篇关于如何在 Java 中绘制一个看起来像样的圆圈的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:画一个圆的半径和点周围的边缘 下一篇:如何确定一个点是否在二维凸多边形内?

                  相关文章

                  最新文章

                    <small id='q0K1q'></small><noframes id='q0K1q'>

                    <i id='q0K1q'><tr id='q0K1q'><dt id='q0K1q'><q id='q0K1q'><span id='q0K1q'><b id='q0K1q'><form id='q0K1q'><ins id='q0K1q'></ins><ul id='q0K1q'></ul><sub id='q0K1q'></sub></form><legend id='q0K1q'></legend><bdo id='q0K1q'><pre id='q0K1q'><center id='q0K1q'></center></pre></bdo></b><th id='q0K1q'></th></span></q></dt></tr></i><div id='q0K1q'><tfoot id='q0K1q'></tfoot><dl id='q0K1q'><fieldset id='q0K1q'></fieldset></dl></div>
                  1. <tfoot id='q0K1q'></tfoot>
                      • <bdo id='q0K1q'></bdo><ul id='q0K1q'></ul>

                      <legend id='q0K1q'><style id='q0K1q'><dir id='q0K1q'><q id='q0K1q'></q></dir></style></legend>