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