| Package | Description |
|---|---|
| com.aspose.cad.fileformats.cgm.commands | |
| com.aspose.cad.fileformats.cgm.enums |
| Modifier and Type | Method and Description |
|---|---|
ClippingMode |
EdgeClipping.getMode() |
ClippingMode |
MarkerClipping.getMode() |
ClippingMode |
LineClipping.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeClipping.setMode(ClippingMode value) |
void |
MarkerClipping.setMode(ClippingMode value) |
void |
LineClipping.setMode(ClippingMode value) |
| Constructor and Description |
|---|
EdgeClipping(CgmFile container,
ClippingMode mode) |
LineClipping(CgmFile container,
ClippingMode mode) |
MarkerClipping(CgmFile container,
ClippingMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static ClippingMode |
ClippingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClippingMode[] |
ClippingMode.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.