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.
如何绘制以 0,0 坐标和所有正方向值开始的 y 轴、x 轴的二维图形?
它必须从画布的左下角开始。y 轴和 x 轴也需要在画布中绘制。
使用一个AffineTransform(或它们的组合)翻转 y 值,并将 0,0 移动到组件的左下角。
AffineTransform