|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.terminal.SpecialGraphic
public class SpecialGraphic
Represents "Special Graphic Character Set" in VT100 terminal. For character map see VT100 User's Manual. "Singleton" pattern [Gamma94]. "Strategy" pattern [Gamma94].
Method Summary | |
---|---|
char |
encode(char ch)
Encodes giving character. |
static SpecialGraphic |
getInstance()
Returns one and only one instance of this type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SpecialGraphic getInstance()
public char encode(char ch)
encode
in interface CharacterSet
ch
- character to be encoded.
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |