有没有办法画那个圆圈渐变

发布于 2024-11-06 21:51:01 字数 124 浏览 1 评论 0原文

我正在尝试用 Java 制作类似于 LED 二极管的东西(我扩展了 JPanel 并覆盖了 Paint 方法)。我在面板中心绘制半径=20px的圆圈(绿色打开,红色关闭)。有什么方法可以绘制圆形渐变(rcenter 较暗,边缘较亮)?

I am trying to make something similar to LED diode in Java ( I extend JPanel and override paint method ). I draw cicrle in center of panel with radius =20px ( green on, red off). Is there any way to paint that circle gradient ( darker in rcenter and lighte at edge ) ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缱绻入梦 2024-11-13 21:51:01

是:使用 RadialGradientPaint 绘制圆圈。

Yes: use a RadialGradientPaint to draw the circle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文