我一直在使用java api 2D,我试图找出如何使用镜面效果颜色制作方形填充,例如,
g.drawRect(0,0,40,40)
g.fill(Color) //is it possible to get a translucid color? like a mirror effect
答案 0 :(得分:2)
您希望在绘制Stroke
时更改Graphics
上下文使用的Shape
。请查看Stroking and Filling Graphics Primitives了解更多详情