public final class MaplexPolygonPlacementMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MaplexPolygonPlacementMethod |
CurvedAroundPolygon
Curved outside the polygon.
|
static MaplexPolygonPlacementMethod |
CurvedInPolygon
Curved in the polygon.
|
static MaplexPolygonPlacementMethod |
HorizontalAroundPolygon
Horizontal around the polygon.
|
static MaplexPolygonPlacementMethod |
HorizontalInPolygon
Horizontal in the polygon.
|
static MaplexPolygonPlacementMethod |
RepeatAlongBoundary
Boundary placement.
|
static MaplexPolygonPlacementMethod |
StraightInPolygon
Straight in the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static MaplexPolygonPlacementMethod |
valueOf(java.lang.String name) |
static MaplexPolygonPlacementMethod[] |
values() |
public static final MaplexPolygonPlacementMethod HorizontalInPolygon
public static final MaplexPolygonPlacementMethod StraightInPolygon
public static final MaplexPolygonPlacementMethod CurvedInPolygon
public static final MaplexPolygonPlacementMethod HorizontalAroundPolygon
public static final MaplexPolygonPlacementMethod RepeatAlongBoundary
public static final MaplexPolygonPlacementMethod CurvedAroundPolygon
public static MaplexPolygonPlacementMethod[] values()
public static MaplexPolygonPlacementMethod valueOf(java.lang.String name)