public final class StandardNumLabelsOption
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static StandardNumLabelsOption |
NoLabelRestrictions
No restrictions.
|
static StandardNumLabelsOption |
OneLabelPerName
One label per name.
|
static StandardNumLabelsOption |
OneLabelPerPart
One label per feature part.
|
static StandardNumLabelsOption |
OneLabelPerShape
One label per feature.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardNumLabelsOption |
valueOf(java.lang.String name) |
static StandardNumLabelsOption[] |
values() |
public static final StandardNumLabelsOption NoLabelRestrictions
public static final StandardNumLabelsOption OneLabelPerName
public static final StandardNumLabelsOption OneLabelPerShape
public static final StandardNumLabelsOption OneLabelPerPart
public static StandardNumLabelsOption[] values()
public static StandardNumLabelsOption valueOf(java.lang.String name)