| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm.commands | |
| com.aspose.cad.fileformats.cgm.enums |
| Modifier and Type | Method and Description |
|---|---|
ClosureType |
EllipticalArcClose.getClosureType() |
ClosureType |
CircularArc3PointClose.getType() |
ClosureType |
CircularArcCentreClose.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EllipticalArcClose.setClosureType(ClosureType value) |
| Constructor and Description |
|---|
CircularArc3PointClose(CgmFile container,
CgmPoint p1,
CgmPoint p2,
CgmPoint p3,
ClosureType closureType) |
CircularArcCentreClose(CgmFile container,
CgmPoint center,
double startDeltaX,
double startDeltaY,
double endDeltaX,
double endDeltaY,
double radius,
ClosureType closure) |
EllipticalArcClose(CgmFile container,
ClosureType type,
double startX,
double startY,
double endX,
double endY,
CgmPoint center,
CgmPoint first,
CgmPoint second) |
| Modifier and Type | Method and Description |
|---|---|
static ClosureType |
ClosureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClosureType[] |
ClosureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.