MorseAlphabets
Inheritance: java.lang.Object, java.lang.Enum
public enum MorseAlphabets extends Enum<MorseAlphabets>
Represents set of alphabets supported for Morse code
Fields
Field | Description |
---|---|
Latin | The Latin Morse code alphabet. |
Greek | The Greek Morse code alphabet. |
Cyrillic | The Cyrillic code alphabet. |
Hebrew | The Hebrew code alphabet. |
Arabic | The Arabic code alphabet. |
Portuguese | The Portuguese code alphabet. |
Kurdish | The Kurdish code alphabet. |
Persian | The Persian (Farsi) code alphabet. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Latin
public static final MorseAlphabets Latin
The Latin Morse code alphabet.
Greek
public static final MorseAlphabets Greek
The Greek Morse code alphabet.
Cyrillic
public static final MorseAlphabets Cyrillic
The Cyrillic code alphabet.
Hebrew
public static final MorseAlphabets Hebrew
The Hebrew code alphabet.
Arabic
public static final MorseAlphabets Arabic
The Arabic code alphabet.
Portuguese
public static final MorseAlphabets Portuguese
The Portuguese code alphabet.
Kurdish
public static final MorseAlphabets Kurdish
The Kurdish code alphabet.
Persian
public static final MorseAlphabets Persian
The Persian (Farsi) code alphabet.
values()
public static MorseAlphabets[] values()
Returns: com.aspose.font.textutils.MorseAlphabets[]
valueOf(String name)
public static MorseAlphabets valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: MorseAlphabets