Secure iNet Factory

com.jscape.inet.terminal
Class SpecialGraphic

java.lang.Object
  extended by com.jscape.inet.terminal.SpecialGraphic
All Implemented Interfaces:
CharacterSet

public class SpecialGraphic
extends java.lang.Object
implements CharacterSet

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

getInstance

public static SpecialGraphic getInstance()
Returns one and only one instance of this type.

Returns:
one and only one instance of this type.

encode

public char encode(char ch)
Encodes giving character.

Specified by:
encode in interface CharacterSet
Parameters:
ch - character to be encoded.
Returns:
encoded character.

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved