public class SpecialCharacter extends Object
Constructor and Description |
---|
SpecialCharacter() |
Modifier and Type | Method and Description |
---|---|
SpecialCharacter |
get(int i) |
Map<Integer,SpecialCharacter> |
getSequences() |
CharacterType |
getType() |
int |
getVisibleCharacters()
Return the number of characters this is displayed as on the terminal.
|
boolean |
hasType() |
void |
put(int i,
CharacterType typeForSequence) |
void |
put(int i,
CharacterType typeForSequence,
int visibleCharactersForSequence) |
void |
put(int i,
SpecialCharacter sequence) |
void |
setType(CharacterType type) |
void |
setVisibleCharacters(int visibleCharacters) |
String |
toString() |
public void put(int i, CharacterType typeForSequence)
public void put(int i, CharacterType typeForSequence, int visibleCharactersForSequence)
public void put(int i, SpecialCharacter sequence)
public SpecialCharacter get(int i)
public CharacterType getType()
public void setType(CharacterType type)
type
- the type to setpublic boolean hasType()
public Map<Integer,SpecialCharacter> getSequences()
public int getVisibleCharacters()
public void setVisibleCharacters(int visibleCharacters)
visibleCharacters
- the visibleCharacters to setCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries