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