public class ShapeUtil
extends java.lang.Object
Offer methods which helps to process shapes objects.
| Constructor and Description |
|---|
ShapeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Shape |
geometryPathToGraphicsPath(IGeometryPath geometryPath)
Deprecated.
This method will be removed after release of version 24.7.
|
static IGeometryPath |
graphicsPathToGeometryPath(java.awt.Shape graphicsPath)
Deprecated.
This method will be removed after release of version 24.7.
|
@Deprecated public static IGeometryPath graphicsPathToGeometryPath(java.awt.Shape graphicsPath)
Converts a Shape to the IGeometryPath
graphicsPath - Graphics path
@Deprecated public static java.awt.Shape geometryPathToGraphicsPath(IGeometryPath geometryPath)
Converts IGeometryPath to 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) method.
geometryPath - Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.