public final class PlacementClip
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PlacementClip |
ClipAtBoundary
Markers are clipped at the boundary of the polygon.
|
static PlacementClip |
DoNotClip
Markers are not clipped and may extend past the boundary of the polygon.
|
static PlacementClip |
DoNotTouchBoundary
Markers are not drawn if they touch the boundary of the polygon.
|
static PlacementClip |
RemoveIfCenterOutsideBoundary
Markers are not drawn if their center falls outside of the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementClip |
valueOf(java.lang.String name) |
static PlacementClip[] |
values() |
public static final PlacementClip ClipAtBoundary
public static final PlacementClip RemoveIfCenterOutsideBoundary
public static final PlacementClip DoNotTouchBoundary
public static final PlacementClip DoNotClip
public static PlacementClip[] values()
public static PlacementClip valueOf(java.lang.String name)