geometryPathToGraphicsPath
geometryPathToGraphicsPath(GeometryPath geometryPath) method
Converts IGeometryPath to java.awt.Shape. GraphicsPath can be transformed in a different ways using its convenient methods and then transformed back into the IGeometryPath to use in GeometryShape via #graphicsPathToGeometryPath(java.awt.Shape graphicsPath) method.
Parameters
| Name | Type | Description |
|---|---|---|
| geometryPath | GeometryPath | IGeometryPath element. |
Returns
Shape