public class OdEnhancedGeometry extends OdGraphicObject
The Enhanced geometry object.
| Constructor and Description |
|---|
OdEnhancedGeometry(OdObject parent)
Initializes a new instance of the
OdEnhancedGeometry class. |
| Modifier and Type | Method and Description |
|---|---|
OdGraphicObject[] |
getEnhancedPath()
Gets or sets the enhanced path.
|
String |
getType()
Gets or sets the type.
|
Rectangle |
getViewBox()
Gets or sets the view box.
|
void |
setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
|
void |
setType(String value)
Gets or sets the type.
|
void |
setViewBox(Rectangle value)
Gets or sets the view box.
|
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdEnhancedGeometry(OdObject parent)
Initializes a new instance of the OdEnhancedGeometry class.
parent - The parent.public OdGraphicObject[] getEnhancedPath()
Gets or sets the enhanced path.
public void setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
value - The enhanced path.public Rectangle getViewBox()
Gets or sets the view box.
public void setViewBox(Rectangle value)
Gets or sets the view box.
value - The view box.public String getType()
Gets or sets the type.
public void setType(String value)
Gets or sets the type.
value - The type.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.