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

NameTypeDescription
geometryPathGeometryPathIGeometryPath element.

Returns

Shape