Package ipsk.swing.symbols.unicode
Class BasicLatin
- java.lang.Object
 - 
- ipsk.swing.symbols.unicode.DefaultCodePage
 - 
- ipsk.swing.symbols.unicode.BasicLatin
 
 
 
- 
- All Implemented Interfaces:
 CodePage
public class BasicLatin extends DefaultCodePage
An instance of the classBasicLatinrepresents the range of Unicode characters fromU0000toU007F, which is called "Basic Latin".- Version:
 - $Revision: 1.1 $
 - Author:
 - Simone Leonardi
 - See Also:
 - http://www.unicode.org/charts/
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BasicLatin()Creates a newBasicLatininstance.
The variablefirstCharacteris set to 0, the variablelastCharacteris set to 127 and the variablenameis set to "Basic Latin". 
- 
Method Summary
- 
Methods inherited from class ipsk.swing.symbols.unicode.DefaultCodePage
getFirstCharacter, getLastCharacter, getName, setFirstCharacter, setLastCharacter, setName 
 - 
 
 -