|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnicodeChar | |
|---|---|
| org.extex.backend.documentWriter.itextpdf | This package contains a backend of ExTeX which produce a PDF-file. |
| org.extex.backend.documentWriter.postscript.util | This package contains utility classes for the a PostScript DocumentWriter. |
| org.extex.core | This package contains the core data types for ExTeX. |
| org.extex.core.exception.helping | |
| org.extex.font | This package contains the core data types for fonts in ExTeX. |
| org.extex.font.fontparameter | |
| org.extex.font.format | |
| org.extex.font.format.afm | This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. |
| org.extex.font.format.tfm | This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. |
| org.extex.font.format.vf | This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. |
| org.extex.font.format.xtf | This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. |
| org.extex.font.manager | |
| org.extex.font.unicode | This package contains the mapping between the glyph name and the unicode name. |
| org.extex.interpreter | This package contains the macro expansion engine and all supporting classes. |
| org.extex.interpreter.context | This package contains the container for data in the interpreter. |
| org.extex.interpreter.max | This package contains the macro expansion engine and supporting classes. |
| org.extex.interpreter.max.context | This package contains a reference implementation for the
Context. |
| org.extex.language.hyphenation | This package contains the definitions and implementations for the treatment of hyphenations in ExTeX. |
| org.extex.language.hyphenation.base | This package contains the base hyphenation table implementation. |
| org.extex.language.hyphenation.liang | This package contains a implementation for an hyphenation engine. |
| org.extex.language.impl | This package contains implementations which describe a language. |
| org.extex.language.ligature | This package contains an implmentation of a ligature builder. |
| org.extex.language.ligature.impl | This package contains an implementation of a ligature builder. |
| org.extex.scanner.api | This package contains the scanner for ExTeX. |
| org.extex.scanner.api.exception | This package contains the exception classes for the scanner implementations. |
| org.extex.scanner.base | This package contains a basic implementation for a
TokenStream. |
| org.extex.scanner.stream.impl32 | This package contains the implementations for different
TokenStream implementations. |
| org.extex.scanner.type.token | This package contains the token types for the scanner of ExTeX. |
| org.extex.scanner.type.tokens | This package contains the basic tokens data types for ExTeX. |
| org.extex.typesetter | This package contains the typesetter definitions for ExTeX. |
| org.extex.typesetter.common | This package contains some common classes for any typesetters. |
| org.extex.typesetter.impl | This package contains an implmentation of a typesetter and its associated classes. |
| org.extex.typesetter.listMaker | This package contains implementations for list makers of several kind. |
| org.extex.typesetter.listMaker.math | This package contains implementations for math list makers. |
| org.extex.typesetter.tc.font | |
| org.extex.typesetter.tc.font.impl | |
| org.extex.typesetter.type.noad | This package contains the data structures for Noads. |
| org.extex.typesetter.type.node | This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. |
| org.extex.typesetter.type.node.factory | This package contains the definition of a node factory and some implemnetations for it. |
| org.extex.unit.base.register | This package contains register primitives for the |
| Uses of UnicodeChar in org.extex.backend.documentWriter.itextpdf |
|---|
| Methods in org.extex.backend.documentWriter.itextpdf with parameters of type UnicodeChar | |
|---|---|
static com.lowagie.text.pdf.BaseFont |
PdfFontFactory.getFont(BackendFont backendfont,
UnicodeChar uc)
Returns the font for the pdf backend. |
| Uses of UnicodeChar in org.extex.backend.documentWriter.postscript.util |
|---|
| Methods in org.extex.backend.documentWriter.postscript.util with parameters of type UnicodeChar | |
|---|---|
java.lang.String |
FontManager.add(Font font,
UnicodeChar c)
Receive the information that a character in a certain font has been used and should be remembered. |
| Uses of UnicodeChar in org.extex.core |
|---|
| Subclasses of UnicodeChar in org.extex.core | |
|---|---|
class |
ComposedUnicodeChar
This class provides a Unicode character with some combing characters attached to it. |
| Fields in org.extex.core declared as UnicodeChar | |
|---|---|
static UnicodeChar |
UnicodeChar.BREAK_PERMITTED_HERE
The field BREAK_PERMITTED_HERE contains the optional break. |
static UnicodeChar |
UnicodeChar.NEXT_LINE
The field NEXT_LINE contains the next line control character. |
static UnicodeChar |
UnicodeChar.NO_BREAK_HERE
The field NO_BREAK_HERE contains the break inhibitor. |
static UnicodeChar |
UnicodeChar.NO_BREAK_SPACE
The field NO_BREAK_SPACE contains the non-breakable space. |
static UnicodeChar |
UnicodeChar.SHY
The constant SHY contains the soft hyphenation character. |
static UnicodeChar |
UnicodeChar.SPACE
The field SPACE contains the space control character. |
| Methods in org.extex.core that return UnicodeChar | |
|---|---|
static UnicodeChar |
UnicodeChar.get(int code)
Creates a new object from a integer code point. |
static UnicodeChar |
UnicodeChar.get(java.lang.String unicodeName)
Creates a new object from a Unicode name. |
UnicodeChar |
UnicodeChar.lower()
Returns the lowercase character of this object. |
UnicodeChar |
UnicodeChar.upper()
Returns the uppercase character of this object. |
| Methods in org.extex.core with parameters of type UnicodeChar | |
|---|---|
static ComposedUnicodeChar |
ComposedUnicodeChar.get(UnicodeChar uc,
int comb)
This is a factory method for combining Unicode characters. |
| Uses of UnicodeChar in org.extex.core.exception.helping |
|---|
| Constructors in org.extex.core.exception.helping with parameters of type UnicodeChar | |
|---|---|
InvalidCharacterException(UnicodeChar uc)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.font |
|---|
| Methods in org.extex.font that return UnicodeChar | |
|---|---|
UnicodeChar |
ExtexFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
| Methods in org.extex.font with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
ExtexFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
ExtexFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
ExtexFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
ExtexFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
ExtexFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
ExtexFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
ExtexFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
boolean |
BackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
| Uses of UnicodeChar in org.extex.font.fontparameter |
|---|
| Methods in org.extex.font.fontparameter that return UnicodeChar | |
|---|---|
UnicodeChar |
FontParameter.getUnicode(java.lang.String name)
Returns the UnicodeChar for the glyph name or
null, if not found. |
| Methods in org.extex.font.fontparameter with parameters of type UnicodeChar | |
|---|---|
java.lang.String |
FontParameter.getGlyphname(UnicodeChar uc)
Returns the name of the glyph, or null, if not found. |
| Uses of UnicodeChar in org.extex.font.format |
|---|
| Methods in org.extex.font.format that return UnicodeChar | |
|---|---|
UnicodeChar |
NullExtexFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
| Methods in org.extex.font.format with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
NullExtexFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
NullExtexFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
NullExtexFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
NullExtexFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
NullExtexFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
NullExtexFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
NullExtexFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Uses of UnicodeChar in org.extex.font.format.afm |
|---|
| Methods in org.extex.font.format.afm that return UnicodeChar | |
|---|---|
UnicodeChar |
LoadableAfmFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
| Methods in org.extex.font.format.afm with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
LoadableAfmFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
LoadableAfmFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
LoadableAfmFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
LoadableAfmFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
LoadableAfmFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
LoadableAfmFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
LoadableAfmFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Uses of UnicodeChar in org.extex.font.format.tfm |
|---|
| Methods in org.extex.font.format.tfm that return UnicodeChar | |
|---|---|
UnicodeChar |
LoadableTfmFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
UnicodeChar |
LoadableTfmFont.getUnicodeChar(int pos)
Returns the Unicode char for the position or null, if not
found. |
| Methods in org.extex.font.format.tfm that return types with arguments of type UnicodeChar | |
|---|---|
java.util.Map<java.lang.Integer,UnicodeChar> |
U2tFactory.loadT2u(java.lang.String name,
ResourceFinder finder)
Returns the t2u map, or null, if the property file is not
found. |
java.util.Map<UnicodeChar,java.lang.Integer> |
U2tFactory.loadU2t(java.lang.String name,
ResourceFinder finder)
Returns the u2t map, or null, if the property file is not
found. |
| Methods in org.extex.font.format.tfm with parameters of type UnicodeChar | |
|---|---|
CharNode |
LoadableTfmFont.buildCharNode(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory)
Create a node for a Unicode character. |
FixedGlue |
LoadableTfmFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
LoadableTfmFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
LoadableTfmFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
LoadableTfmFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
LoadableTfmFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
LoadableTfmFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
LoadableTfmFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Uses of UnicodeChar in org.extex.font.format.vf |
|---|
| Methods in org.extex.font.format.vf that return UnicodeChar | |
|---|---|
UnicodeChar |
LoadableVfFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
| Methods in org.extex.font.format.vf with parameters of type UnicodeChar | |
|---|---|
CharNode |
LoadableVfFont.buildCharNode(UnicodeChar uc,
TypesettingContext tcArg,
NodeFactory factory,
TypesettingContextFactory tcFactory)
Create a node for a Unicode character. |
FixedGlue |
LoadableVfFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
LoadableVfFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
LoadableVfFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
LoadableVfFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
LoadableVfFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
LoadableVfFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
LoadableVfFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Constructors in org.extex.font.format.vf with parameters of type UnicodeChar | |
|---|---|
VfDvi2Node(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory,
CoreFontFactory fontfactory,
int charpos,
VfFont vfFont)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.font.format.xtf |
|---|
| Methods in org.extex.font.format.xtf that return UnicodeChar | |
|---|---|
UnicodeChar |
LoadableXtfFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
| Methods in org.extex.font.format.xtf with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
LoadableXtfFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
LoadableXtfFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
LoadableXtfFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
LoadableXtfFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
LoadableXtfFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
LoadableXtfFont.getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
LoadableXtfFont.hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Uses of UnicodeChar in org.extex.font.manager |
|---|
| Methods in org.extex.font.manager with parameters of type UnicodeChar | |
|---|---|
boolean |
XtfBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
AfmBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
BackendFontManagerList.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
boolean |
TfmBackendFontManager.recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
| Uses of UnicodeChar in org.extex.font.unicode |
|---|
| Methods in org.extex.font.unicode that return UnicodeChar | |
|---|---|
UnicodeChar |
GlyphName.getUnicode(java.lang.String name)
Returns the UnicodeChar for the glyph name or
null, if not found. |
| Methods in org.extex.font.unicode with parameters of type UnicodeChar | |
|---|---|
java.lang.String |
GlyphName.getGlyphname(UnicodeChar uc)
Returns the name of the glyph, or null, if not found. |
| Uses of UnicodeChar in org.extex.interpreter |
|---|
| Methods in org.extex.interpreter that return UnicodeChar | |
|---|---|
UnicodeChar |
TokenSource.scanCharacterCode(Context context,
Typesetter typesetter,
CodeToken primitive)
Scan the input stream for tokens making up a character code, this is a sequence of digits with category code OTHER. |
| Uses of UnicodeChar in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context that return UnicodeChar | |
|---|---|
UnicodeChar |
Context.escapechar()
Return the current escape character or \0 |
UnicodeChar |
Context.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
Context.getUccode(UnicodeChar lc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
| Methods in org.extex.interpreter.context with parameters of type UnicodeChar | |
|---|---|
MathDelimiter |
Context.getDelcode(UnicodeChar c)
Getter for the delimiter code mapping. |
UnicodeChar |
Context.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
MathCode |
Context.getMathcode(UnicodeChar uc)
Getter for the math code of a character. |
FixedCount |
Context.getSfcode(UnicodeChar uc)
Getter for the space factor code of a character. |
UnicodeChar |
Context.getUccode(UnicodeChar lc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
void |
Context.setCatcode(UnicodeChar c,
Catcode catcode,
boolean global)
Setter for the catcode of a character in the specified groups. |
void |
Context.setDelcode(UnicodeChar c,
MathDelimiter delimiter,
boolean global)
Setter for the delimiter code mapping. |
void |
Context.setLccode(UnicodeChar uc,
UnicodeChar lc,
boolean global)
Declare the translation from an upper case character to a lower case character. |
void |
Context.setMathcode(UnicodeChar uc,
MathCode code,
boolean global)
Setter for the math code of a character |
void |
Context.setSfcode(UnicodeChar uc,
Count code,
boolean global)
Setter for the space factor code in the specified groups. |
void |
Context.setUccode(UnicodeChar lc,
UnicodeChar uc,
boolean global)
Declare the translation from a lower case character to an upper case character. |
| Uses of UnicodeChar in org.extex.interpreter.max |
|---|
| Methods in org.extex.interpreter.max that return UnicodeChar | |
|---|---|
UnicodeChar |
Moritz.scanCharacterCode(Context context,
Typesetter typesetter,
CodeToken primitive)
Scan the input stream for tokens making up a character code, this is a sequence of digits with category code OTHER. |
| Uses of UnicodeChar in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context that return UnicodeChar | |
|---|---|
UnicodeChar |
ContextImpl.escapechar()
Return the current escape character or \0 |
UnicodeChar |
GroupImpl.getLccode(UnicodeChar lc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
Group.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
ContextImpl.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
GroupImpl.getUccode(UnicodeChar uc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
UnicodeChar |
Group.getUccode(UnicodeChar lc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
UnicodeChar |
ContextImpl.getUccode(UnicodeChar lc)
|
| Methods in org.extex.interpreter.max.context with parameters of type UnicodeChar | |
|---|---|
Catcode |
GroupImpl.getCatcode(UnicodeChar c)
Getter for the category code of a character. |
Catcode |
Group.getCatcode(UnicodeChar c)
Getter for the catcode of a character. |
Catcode |
ContextImpl.getCatcode(UnicodeChar uc)
Get the Catcode for a given Unicode character. |
MathDelimiter |
GroupImpl.getDelcode(UnicodeChar c)
Getter for the delimiter code of a character. |
MathDelimiter |
Group.getDelcode(UnicodeChar uc)
Getter for the delcode of a character. |
MathDelimiter |
ContextImpl.getDelcode(UnicodeChar c)
Getter for the delimiter code mapping. |
UnicodeChar |
GroupImpl.getLccode(UnicodeChar lc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
Group.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
ContextImpl.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
MathCode |
GroupImpl.getMathcode(UnicodeChar c)
Getter for the math code of a character. |
MathCode |
Group.getMathcode(UnicodeChar uc)
Getter for the math code of a character. |
MathCode |
ContextImpl.getMathcode(UnicodeChar uc)
Getter for the math code of a character. |
FixedCount |
GroupImpl.getSfcode(UnicodeChar c)
Getter for the space factor code of a character. |
FixedCount |
Group.getSfcode(UnicodeChar uc)
Getter for the space factor code of a character. |
FixedCount |
ContextImpl.getSfcode(UnicodeChar uc)
Getter for the space factor code of a character. |
UnicodeChar |
GroupImpl.getUccode(UnicodeChar uc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
UnicodeChar |
Group.getUccode(UnicodeChar lc)
Getter for the uccode mapping of lower case characters to their upper case equivalent. |
UnicodeChar |
ContextImpl.getUccode(UnicodeChar lc)
|
void |
GroupImpl.setCatcode(UnicodeChar uc,
Catcode code,
boolean global)
Setter for the catcode of a character in the specified groups. |
void |
Group.setCatcode(UnicodeChar c,
Catcode code,
boolean global)
Setter for the catcode of a character in the specified groups. |
void |
ContextImpl.setCatcode(UnicodeChar c,
Catcode catcode,
boolean global)
Setter for the catcode of a character in the specified groups. |
void |
GroupImpl.setDelcode(UnicodeChar uc,
MathDelimiter code,
boolean global)
Setter for the delimiter code of a character. |
void |
Group.setDelcode(UnicodeChar uc,
MathDelimiter code,
boolean global)
Setter for the delcode of a character. |
void |
ContextImpl.setDelcode(UnicodeChar c,
MathDelimiter delimiter,
boolean global)
Setter for the delimiter code mapping. |
void |
GroupImpl.setLccode(UnicodeChar lc,
UnicodeChar uc,
boolean global)
Declare the translation from an upper case character to a lower case character. |
void |
Group.setLccode(UnicodeChar uc,
UnicodeChar lc,
boolean global)
Declare the translation from an upper case character to a lower case character. |
void |
ContextImpl.setLccode(UnicodeChar uc,
UnicodeChar lc,
boolean global)
Declare the translation from an upper case character to a lower case character. |
void |
GroupImpl.setMathcode(UnicodeChar uc,
MathCode code,
boolean global)
Setter for the math code of a character. |
void |
Group.setMathcode(UnicodeChar uc,
MathCode code,
boolean global)
Setter for the math code of a character. |
void |
ContextImpl.setMathcode(UnicodeChar uc,
MathCode code,
boolean global)
Setter for the math code of a character |
void |
GroupImpl.setSfcode(UnicodeChar uc,
Count code,
boolean global)
Setter for the space factor code of a character. |
void |
Group.setSfcode(UnicodeChar uc,
Count code,
boolean global)
Setter for the space factor code of a character. |
void |
ContextImpl.setSfcode(UnicodeChar uc,
Count code,
boolean global)
Setter for the space factor code in the specified groups. |
void |
GroupImpl.setUccode(UnicodeChar uc,
UnicodeChar lc,
boolean global)
Declare the translation from a lower case character to an upper case character. |
void |
Group.setUccode(UnicodeChar lc,
UnicodeChar uc,
boolean global)
Declare the translation from a lower case character to an upper case character. |
void |
ContextImpl.setUccode(UnicodeChar lc,
UnicodeChar uc,
boolean global)
Declare the translation from a lower case character to an upper case character. |
| Uses of UnicodeChar in org.extex.language.hyphenation |
|---|
| Methods in org.extex.language.hyphenation with parameters of type UnicodeChar | |
|---|---|
boolean |
Hyphenator.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
Insert the hyphenation marks for a horizontal list of nodes. |
| Uses of UnicodeChar in org.extex.language.hyphenation.base |
|---|
| Methods in org.extex.language.hyphenation.base that return UnicodeChar | |
|---|---|
UnicodeChar |
BaseHyphenationTable.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Methods in org.extex.language.hyphenation.base with parameters of type UnicodeChar | |
|---|---|
UnicodeChar |
BaseHyphenationTable.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
boolean |
BaseHyphenationTable.hyphenate(NodeList nodes,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
Insert the hyphenation marks for a horizontal list of nodes. |
| Uses of UnicodeChar in org.extex.language.hyphenation.liang |
|---|
| Methods in org.extex.language.hyphenation.liang with parameters of type UnicodeChar | |
|---|---|
boolean |
LiangsHyphenationTable.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
|
| Uses of UnicodeChar in org.extex.language.impl |
|---|
| Methods in org.extex.language.impl that return UnicodeChar | |
|---|---|
UnicodeChar |
FutureLanguage.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Methods in org.extex.language.impl with parameters of type UnicodeChar | |
|---|---|
UnicodeChar |
FutureLanguage.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
boolean |
FutureLanguage.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
Insert the hyphenation marks for a horizontal list of nodes. |
| Uses of UnicodeChar in org.extex.language.ligature |
|---|
| Methods in org.extex.language.ligature that return UnicodeChar | |
|---|---|
UnicodeChar |
LigatureBuilder.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Methods in org.extex.language.ligature with parameters of type UnicodeChar | |
|---|---|
UnicodeChar |
LigatureBuilder.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Uses of UnicodeChar in org.extex.language.ligature.impl |
|---|
| Methods in org.extex.language.ligature.impl that return UnicodeChar | |
|---|---|
UnicodeChar |
LigatureBuilderImpl.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
UnicodeChar |
EmptyLigatureBuilder.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Methods in org.extex.language.ligature.impl with parameters of type UnicodeChar | |
|---|---|
UnicodeChar |
LigatureBuilderImpl.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
UnicodeChar |
EmptyLigatureBuilder.getLigature(UnicodeChar c1,
UnicodeChar c2,
Font f)
Get a single ligature of to characters. |
| Uses of UnicodeChar in org.extex.scanner.api |
|---|
| Methods in org.extex.scanner.api with parameters of type UnicodeChar | |
|---|---|
Catcode |
Tokenizer.getCatcode(UnicodeChar c)
Getter for the category code of a character. |
| Uses of UnicodeChar in org.extex.scanner.api.exception |
|---|
| Methods in org.extex.scanner.api.exception that return UnicodeChar | |
|---|---|
UnicodeChar |
InvalidCharacterScannerException.getC()
Getter for the invalid character. |
| Constructors in org.extex.scanner.api.exception with parameters of type UnicodeChar | |
|---|---|
InvalidCharacterScannerException(UnicodeChar c)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.scanner.base |
|---|
| Methods in org.extex.scanner.base that return UnicodeChar | |
|---|---|
protected UnicodeChar |
TokenStreamImpl.getChar(Tokenizer tokenizer)
Return the next character to process. |
protected UnicodeChar |
TokenStreamImpl.getRawChar()
Get the next character from the input line. |
| Uses of UnicodeChar in org.extex.scanner.stream.impl32 |
|---|
| Fields in org.extex.scanner.stream.impl32 declared as UnicodeChar | |
|---|---|
protected UnicodeChar |
TokenStreamImpl.saveChar
The field saveChar contains the saved look-ahead character. |
| Methods in org.extex.scanner.stream.impl32 that return UnicodeChar | |
|---|---|
protected UnicodeChar |
TokenStreamImpl.getChar(Tokenizer tokenizer)
Return the next character to process. |
protected UnicodeChar |
TokenStreamImpl32.getChar(Tokenizer tokenizer)
Return the next character to process. |
protected UnicodeChar |
TokenStreamImpl.getRawChar()
Get the next character from the input line. |
| Uses of UnicodeChar in org.extex.scanner.type.token |
|---|
| Methods in org.extex.scanner.type.token that return UnicodeChar | |
|---|---|
UnicodeChar |
Token.getChar()
Getter for the value. |
UnicodeChar |
AbstractToken.getChar()
Getter for the value. |
| Methods in org.extex.scanner.type.token with parameters of type UnicodeChar | |
|---|---|
Token |
TokenFactoryImpl.createToken(Catcode code,
UnicodeChar c,
java.lang.String namespace)
Get an instance of a token with a given Catcode and Unicode character value. |
Token |
TokenFactory.createToken(Catcode code,
UnicodeChar c,
java.lang.String namespace)
Get an instance of a token with a given Catcode and Unicode character value. |
Token |
TokenFactoryImpl.createToken(Catcode code,
UnicodeChar esc,
java.lang.String value,
java.lang.String namespace)
Get an instance of a token with a given Catcode and value. |
Token |
TokenFactory.createToken(Catcode code,
UnicodeChar esc,
java.lang.String value,
java.lang.String namespace)
Get an instance of a token with a given Catcode and value. |
java.lang.String |
Token.toText(UnicodeChar esc)
Return the printable representation of this token as it can be read back in. |
java.lang.String |
ControlSequenceToken.toText(UnicodeChar esc)
Return the printable representation of this token as it can be read back in. |
java.lang.String |
AbstractToken.toText(UnicodeChar esc)
Return the printable representation of this token as it can be read back in. |
Token |
TokenFactoryImpl.visitActive(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
Active characters are cached. |
Token |
TokenFactoryImpl.visitComment(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
Comments are ignored thus null is returned in any case. |
Token |
TokenFactoryImpl.visitCr(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
There is only one CrToken. |
Token |
TokenFactoryImpl.visitEscape(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
This visit method is invoked on an escape token. |
Token |
TokenFactoryImpl.visitIgnore(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
Ignored characters are simply ignored;-) |
Token |
TokenFactoryImpl.visitInvalid(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
Invalid characters are ignored; even without any error message. |
Token |
TokenFactoryImpl.visitLeftBrace(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
A left brace token is expected to take a single character only. |
Token |
TokenFactoryImpl.visitLetter(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
A letter token is expected to take a single character only. |
Token |
TokenFactoryImpl.visitMacroParam(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitMathShift(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitOther(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitRightBrace(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitSpace(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
There is only one space token. |
Token |
TokenFactoryImpl.visitSubMark(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitSupMark(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
Token |
TokenFactoryImpl.visitTabMark(java.lang.String value,
UnicodeChar uchar,
java.lang.String namespace)
|
| Constructors in org.extex.scanner.type.token with parameters of type UnicodeChar | |
|---|---|
AbstractToken(UnicodeChar uc)
Creates a new object for a Unicode character. |
|
ActiveCharacterToken(UnicodeChar uc,
java.lang.String theNamespace)
Creates a new object. |
|
ControlSequenceToken(UnicodeChar esc,
java.lang.String name,
java.lang.String namespace)
Creates a new object from the first character of a String. |
|
CrToken(UnicodeChar value)
Creates a new object. |
|
LeftBraceToken(UnicodeChar uc)
Creates a new object. |
|
LetterToken(UnicodeChar uc)
Creates a new object. |
|
MacroParamToken(UnicodeChar uc)
Creates a new object. |
|
MathShiftToken(UnicodeChar uc)
Creates a new object. |
|
OtherToken(UnicodeChar uc)
Creates a new object. |
|
RightBraceToken(UnicodeChar uc)
Creates a new object. |
|
SubMarkToken(UnicodeChar uc)
Creates a new object. |
|
SupMarkToken(UnicodeChar uc)
Creates a new object. |
|
TabMarkToken(UnicodeChar uc)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.scanner.type.tokens |
|---|
| Methods in org.extex.scanner.type.tokens with parameters of type UnicodeChar | |
|---|---|
java.lang.String |
Tokens.toText(UnicodeChar esc)
Return a String, which shows all tokens (in text format) in the list. |
java.lang.String |
FixedTokens.toText(UnicodeChar esc)
Return a String, which shows all tokens (in text format) in the list. |
| Uses of UnicodeChar in org.extex.typesetter |
|---|
| Methods in org.extex.typesetter that return UnicodeChar | |
|---|---|
UnicodeChar |
TypesetterOptions.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
PageContext.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
| Methods in org.extex.typesetter with parameters of type UnicodeChar | |
|---|---|
CharNode |
CharNodeBuilder.buildCharNode(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory)
Create a node for a Unicode character. |
UnicodeChar |
TypesetterOptions.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
UnicodeChar |
PageContext.getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
| Uses of UnicodeChar in org.extex.typesetter.common |
|---|
| Methods in org.extex.typesetter.common with parameters of type UnicodeChar | |
|---|---|
static void |
FontUtil.charWarning(java.util.logging.Logger logger,
TypesetterOptions context,
Font font,
UnicodeChar c)
This method produces a log entry for lost characters if the count register tracinglostchars is greater than zero. |
| Uses of UnicodeChar in org.extex.typesetter.impl |
|---|
| Methods in org.extex.typesetter.impl with parameters of type UnicodeChar | |
|---|---|
void |
TypesetterImpl.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
void |
NullTypesetterImpl.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
boolean |
TypesetterImpl.letter(UnicodeChar uc,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
boolean |
NullTypesetterImpl.letter(UnicodeChar uc,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
| Uses of UnicodeChar in org.extex.typesetter.listMaker |
|---|
| Methods in org.extex.typesetter.listMaker with parameters of type UnicodeChar | |
|---|---|
void |
TokenDelegateListMaker.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
void |
HorizontalListMaker.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
void |
InnerVerticalListMaker.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
boolean |
TokenDelegateListMaker.letter(UnicodeChar uc,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
boolean |
HorizontalListMaker.letter(UnicodeChar symbol,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
boolean |
InnerVerticalListMaker.letter(UnicodeChar symbol,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
| Uses of UnicodeChar in org.extex.typesetter.listMaker.math |
|---|
| Methods in org.extex.typesetter.listMaker.math with parameters of type UnicodeChar | |
|---|---|
void |
MathListMaker.cr(Context context,
TypesettingContext tc,
UnicodeChar uc)
Process a carriage return. |
boolean |
MathListMaker.letter(UnicodeChar symbol,
TypesettingContext tc,
Context context,
TokenSource source,
Locator locator)
Add a letter to the current list or treat it in some other appropriate way. |
| Uses of UnicodeChar in org.extex.typesetter.tc.font |
|---|
| Methods in org.extex.typesetter.tc.font that return UnicodeChar | |
|---|---|
UnicodeChar |
Font.getHyphenChar()
Returns the hyphen character. |
UnicodeChar |
Font.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two characters. |
UnicodeChar |
Font.getSkewChar()
Returns the skew char. |
| Methods in org.extex.typesetter.tc.font with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
Font.getDepth(UnicodeChar uc)
Returns the depth of the character. |
long |
Font.getEfCode(UnicodeChar uc)
Getter for the ef code. |
FixedGlue |
Font.getHeight(UnicodeChar uc)
Returns the height of a character. |
FixedDimen |
Font.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of a character. |
FixedDimen |
Font.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two characters. |
UnicodeChar |
Font.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two characters. |
FixedGlue |
Font.getWidth(UnicodeChar uc)
Returns the width of a character. |
boolean |
Font.hasGlyph(UnicodeChar uc)
Determine whether the glyph for a given character is present in this font. |
void |
Font.setEfCode(UnicodeChar uc,
long code)
Setter for the ef code. |
void |
Font.setHyphenChar(UnicodeChar uc)
Set the hyphen character. |
void |
Font.setSkewChar(UnicodeChar uc)
Set the skew character. |
| Uses of UnicodeChar in org.extex.typesetter.tc.font.impl |
|---|
| Methods in org.extex.typesetter.tc.font.impl that return UnicodeChar | |
|---|---|
UnicodeChar |
NullFont.getHyphenChar()
Returns the hyphen char. |
UnicodeChar |
FontImpl.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two characters. |
UnicodeChar |
NullFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
UnicodeChar |
NullFont.getSkewChar()
Returns the skew character. |
| Methods in org.extex.typesetter.tc.font.impl with parameters of type UnicodeChar | |
|---|---|
FixedGlue |
FontImpl.getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedGlue |
NullFont.getDepth(UnicodeChar uc)
Returns the depth of the char. |
long |
NullFont.getEfCode(UnicodeChar uc)
Getter for the ef code. |
FixedGlue |
FontImpl.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedGlue |
NullFont.getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
FontImpl.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
NullFont.getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
FontImpl.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two characters. |
FixedDimen |
NullFont.getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
FontImpl.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two characters. |
UnicodeChar |
NullFont.getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedGlue |
FontImpl.getWidth(UnicodeChar uc)
Returns the width of a character. |
FixedGlue |
NullFont.getWidth(UnicodeChar uc)
Returns the width of the character. |
boolean |
FontImpl.hasGlyph(UnicodeChar uc)
Determine whether the glyph for a given character is present in this font. |
boolean |
NullFont.hasGlyph(UnicodeChar uc)
Determine whether the glyph for a given character is present in this font. |
void |
NullFont.setEfCode(UnicodeChar uc,
long code)
Setter for the ef code. |
void |
NullFont.setHyphenChar(UnicodeChar uc)
Set the hyphen char. |
void |
NullFont.setSkewChar(UnicodeChar uc)
Set the skew char. |
| Uses of UnicodeChar in org.extex.typesetter.type.noad |
|---|
| Methods in org.extex.typesetter.type.noad that return UnicodeChar | |
|---|---|
UnicodeChar |
MathGlyph.getCharacter()
Getter for character. |
| Constructors in org.extex.typesetter.type.noad with parameters of type UnicodeChar | |
|---|---|
MathGlyph(int family,
UnicodeChar character)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.typesetter.type.node |
|---|
| Methods in org.extex.typesetter.type.node that return UnicodeChar | |
|---|---|
UnicodeChar |
CharNode.getCharacter()
Getter for character. |
| Constructors in org.extex.typesetter.type.node with parameters of type UnicodeChar | |
|---|---|
CharNode(TypesettingContext context,
UnicodeChar uc)
Creates a new object. |
|
LigatureNode(TypesettingContext context,
UnicodeChar uc,
CharNode left,
CharNode right)
Creates a new object. |
|
VirtualCharNode(TypesettingContext context,
UnicodeChar uc)
Creates a new object. |
|
| Uses of UnicodeChar in org.extex.typesetter.type.node.factory |
|---|
| Methods in org.extex.typesetter.type.node.factory with parameters of type UnicodeChar | |
|---|---|
Node |
SimpleUnicodeNodeFactory.getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
Node |
NodeFactory.getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a character node. |
Node |
CachingNodeFactory.getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
Node |
SimpleNodeFactory.getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
Node |
CachingUnicodeNodeFactory.getNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance for the node. |
VirtualCharNode |
NodeFactory.getVirtualCharNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a virtual character node. |
VirtualCharNode |
SimpleNodeFactory.getVirtualCharNode(TypesettingContext typesettingContext,
UnicodeChar uc)
Create a new instance of a virtual character node. |
| Uses of UnicodeChar in org.extex.unit.base.register |
|---|
| Methods in org.extex.unit.base.register that return UnicodeChar | |
|---|---|
UnicodeChar |
CharCode.getCharacter()
Getter for character. |
| Constructors in org.extex.unit.base.register with parameters of type UnicodeChar | |
|---|---|
CharCode(CodeToken token,
UnicodeChar uc)
Creates a new object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||