public enum StiLabelRotationMode extends java.lang.Enum<StiLabelRotationMode> implements IStiEnum
| Enum Constant and Description |
|---|
Automatic
Labels are rotated.
|
None
No label rotation.
|
SurroundIn
Labels surround radial scale with character’s base line is directed towards the center of the
scale.
|
SurroundOut
Labels surround radial scale with character’s base line is directed backwards the center of
the scale.
|
| Modifier and Type | Field and Description |
|---|---|
int |
intValue |
| Modifier and Type | Method and Description |
|---|---|
static StiLabelRotationMode |
forValue(int value) |
int |
getValue() |
static StiLabelRotationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiLabelRotationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiLabelRotationMode None
public static final StiLabelRotationMode Automatic
public static final StiLabelRotationMode SurroundIn
public static final StiLabelRotationMode SurroundOut
public static StiLabelRotationMode[] values()
for (StiLabelRotationMode c : StiLabelRotationMode.values()) System.out.println(c);
public static StiLabelRotationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static StiLabelRotationMode forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.