public final class GeometricEffectDonutMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GeometricEffectDonutMethod |
Bevelled
Bevelled - follows the shortest straight path across a convex corner of the polygon.
|
static GeometricEffectDonutMethod |
Mitered
Mitered - matches the exact shape around a convex corner of the polygon.
|
static GeometricEffectDonutMethod |
Rounded
Rounded - follows a path of equal distance around a convex corner of the polygon.
|
static GeometricEffectDonutMethod |
Square
Square - follows a straight path across the corner of a line or polygon.
|
static GeometricEffectDonutMethod |
TrueBuffer
TrueBuffer - uses the buffer algorithm to follow a path around convex corners.
|
| Modifier and Type | Method and Description |
|---|---|
static GeometricEffectDonutMethod |
valueOf(java.lang.String name) |
static GeometricEffectDonutMethod[] |
values() |
public static final GeometricEffectDonutMethod Mitered
public static final GeometricEffectDonutMethod Bevelled
public static final GeometricEffectDonutMethod Rounded
public static final GeometricEffectDonutMethod Square
public static final GeometricEffectDonutMethod TrueBuffer
public static GeometricEffectDonutMethod[] values()
public static GeometricEffectDonutMethod valueOf(java.lang.String name)