I have java general path with random points. I want to crop one side of it and get straight line.
How to make it?
Area
基于第一个GeneralPath
基于此构造函数。我会打电话mainArea
的。Rectangle2D
基于该线创建一个,同时覆盖其左侧的区域。我会打电话lineArea
的。 Area.subtract(Area)
使用mainArea.subtract(lineArea);
在这个答案中可以看到一个例子。