Set 'true' and output will contain intermediate points for straight lines longer than one pixel.
(boolean b)
| 342 | |
| 343 | /** Set 'true' and output will contain intermediate points for straight lines longer than one pixel. */ |
| 344 | public static void setAllPoints(boolean b) { |
| 345 | allPoints = b; |
| 346 | } |
| 347 | |
| 348 | /** Returns 'true' if output contains intermediate points for straight lines longer than one pixel. */ |
| 349 | public static boolean allPoints() { |