public final class EmphasisMark
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
NONE
No emphasis mark.
|
static int |
OVER_COMMA
Emphasis mark is a comma character displayed above text.
|
static int |
OVER_SOLID_CIRCLE
Emphasis mark is a solid black circle displayed above text.
|
static int |
OVER_WHITE_CIRCLE
Emphasis mark is an empty white circle displayed above text.
|
static int |
UNDER_SOLID_CIRCLE
Emphasis mark is a solid black circle displayed below text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String emphasisMarkName) |
static java.lang.String |
getName(int emphasisMark) |
static int[] |
getValues() |
static java.lang.String |
toString(int emphasisMark) |
public static final int NONE
public static final int OVER_SOLID_CIRCLE
public static final int OVER_COMMA
public static final int OVER_WHITE_CIRCLE
public static final int UNDER_SOLID_CIRCLE
public static final int length