public final class GeometricEffectOffsetTangentMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static GeometricEffectOffsetTangentMethod |
BeginningOfLine
BeginningOfLine - the tangent offset is applied from the beginning of the line.
|
static GeometricEffectOffsetTangentMethod |
EndOfLine
EndOfLine - the tangent offset is applied from the end of the line.
|
| Modifier and Type | Method and Description |
|---|---|
static GeometricEffectOffsetTangentMethod |
valueOf(java.lang.String name) |
static GeometricEffectOffsetTangentMethod[] |
values() |
public static final GeometricEffectOffsetTangentMethod BeginningOfLine
public static final GeometricEffectOffsetTangentMethod EndOfLine
public static GeometricEffectOffsetTangentMethod[] values()
public static GeometricEffectOffsetTangentMethod valueOf(java.lang.String name)