|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SingleByteEncoding
The interface defines a 1-byte character encoding (with 256 characters).
Field Summary | |
---|---|
static char |
NOT_FOUND_CODE_POINT
Code point that is used if no code point for a specific character has been found. |
Method Summary | |
---|---|
java.lang.String[] |
getCharNameMap()
Returns the array of character names for this encoding. |
java.lang.String |
getName()
Returns the encoding's name. |
char[] |
getUnicodeCharMap()
Returns a character array with Unicode scalar values which can be used to map encoding code points to Unicode values. |
char |
mapChar(char c)
Maps a Unicode character to a code point in the encoding. |
Field Detail |
---|
static final char NOT_FOUND_CODE_POINT
Method Detail |
---|
java.lang.String getName()
char mapChar(char c)
c
- the Unicode character to map
java.lang.String[] getCharNameMap()
char[] getUnicodeCharMap()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |