public class SweepDirection extends Object
The sweep direction. Determines which of the two possible arcs(selected by the Large Arc Flag) is used. Beginning at the starting point, one arc proceeds in the positive(clockwise) direction, while the other proceeds in the negative(counter-clockwise) direction.
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOCKWISE
The clockwise.
|
static String |
COUNTERCLOCKWISE
The counterclockwise.
|
| Constructor and Description |
|---|
SweepDirection() |
public static final String CLOCKWISE
The clockwise.
public static final String COUNTERCLOCKWISE
The counterclockwise.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.