Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Class and Description |
---|---|
class |
ArcToPathSegment
Arc segment of the geometry path
|
class |
ClosePathSegment
Close path segment of the geometry path
|
class |
CubicBezierToPathSegment
Cubic Bezier curve segment of the geometry path
|
class |
LineToPathSegment
Line segment of the geometry path
|
class |
MoveToPathSegment
MoveTo segment of the geometry path
|
class |
QuadraticBezierToPathSegment
Quadratic Bezier curve segment of the geometry path
|
Modifier and Type | Method and Description |
---|---|
List<PathSegment> |
GeometryPath.getPathData()
List of PathSegmen objects
|
Modifier and Type | Method and Description |
---|---|
GeometryPath |
GeometryPath.addPathDataItem(PathSegment pathDataItem) |
Modifier and Type | Method and Description |
---|---|
GeometryPath |
GeometryPath.pathData(List<PathSegment> pathData) |
void |
GeometryPath.setPathData(List<PathSegment> pathData) |
Copyright © 2023. All rights reserved.