Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポリゴンを使用して開いた長方形を描画しようとしています。
int[] xPoints = {1,1,3,3}; int[] xPoints = {0,5,5,0}; polygone = new Polygon(xPoints, yPoints, 4); g2d.draw(polygone);
ポリゴンを開く方法はありますか?
ここjava.awt.geom.Path2Dで使用されている、またはここに示されている を参照してください。java.awt.geom.GeneralPath
java.awt.geom.Path2D
java.awt.geom.GeneralPath