The iterator for this class is not multi-threaded safe, which means that the LinePath class does not guarantee that modifications to the geometry of this LinePath object do not affect any iterations of that geometry that are already in process.
()
| 265 | * geometry that are already in process. |
| 266 | */ |
| 267 | public PathIterator getPathIterator() { |
| 268 | return new PathIterator(this); |
| 269 | } |
| 270 | |
| 271 | |
| 272 | /** |
no outgoing calls
no test coverage detected