|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharNode | |
de.dante.extex.backend.documentWriter.dvi | This package contains the definitions for a DocumentWriter for dvi-Files. |
de.dante.extex.backend.documentWriter.pdf | This package contains a backend of ExTeX which produce a PDF-file. |
de.dante.extex.backend.documentWriter.postscript.util | This package contains utility classes for the a PostScript DocumentWriter. |
de.dante.extex.backend.documentWriter.svg | This package contains a backend of ExTeX which dumps the information in a SVG format. |
de.dante.extex.backend.documentWriter.text | This package contains a backend of ExTeX which dumps the information as text in a readable format to the output file (very simple). |
de.dante.extex.backend.documentWriter.xml | This package contains a backend of ExTeX which dumps the information in a XML format. |
de.dante.extex.language.hyphenation.base | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.hyphenation.liang | This package contains a implementation for an hyphenation engine. |
de.dante.extex.language.impl | This package contains implementations which describe a language. |
de.dante.extex.language.word | This package contains classes for treatment of words. |
de.dante.extex.language.word.impl | This package contains implementation for the treatment of words. |
de.dante.extex.typesetter.type | This package contains type definitions for the typesetter. |
de.dante.extex.typesetter.type.node | This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. |
Uses of CharNode in de.dante.extex.backend.documentWriter.dvi |
Methods in de.dante.extex.backend.documentWriter.dvi with parameters of type CharNode | |
void |
DviWriter.writeNode(CharNode node)
Write a char node to the dvi file. |
java.lang.Object |
DebugNodeVisitor.visitChar(CharNode node,
java.lang.Object value)
Call the visitChar to inspect. |
Uses of CharNode in de.dante.extex.backend.documentWriter.pdf |
Methods in de.dante.extex.backend.documentWriter.pdf with parameters of type CharNode | |
java.lang.Object |
PdfNodeVisitor.visitChar(CharNode node,
java.lang.Object value)
|
Uses of CharNode in de.dante.extex.backend.documentWriter.postscript.util |
Methods in de.dante.extex.backend.documentWriter.postscript.util with parameters of type CharNode | |
java.lang.Object |
PsBoxConverter.visitChar(CharNode node,
java.lang.Object oOut)
|
java.lang.Object |
PsBasicConverter.visitChar(CharNode node,
java.lang.Object oOut)
|
Uses of CharNode in de.dante.extex.backend.documentWriter.svg |
Methods in de.dante.extex.backend.documentWriter.svg with parameters of type CharNode | |
java.lang.Object |
SVGDocumentWriter.visitChar(CharNode node,
java.lang.Object value)
|
Uses of CharNode in de.dante.extex.backend.documentWriter.text |
Methods in de.dante.extex.backend.documentWriter.text with parameters of type CharNode | |
java.lang.Object |
TextDocumentWriter.visitChar(CharNode node,
java.lang.Object value)
|
Uses of CharNode in de.dante.extex.backend.documentWriter.xml |
Methods in de.dante.extex.backend.documentWriter.xml with parameters of type CharNode | |
java.lang.Object |
XMLDocumentWriter.visitChar(CharNode node,
java.lang.Object value)
|
Uses of CharNode in de.dante.extex.language.hyphenation.base |
Methods in de.dante.extex.language.hyphenation.base with parameters of type CharNode | |
boolean |
BaseHyphenationTable.hyphenateOne(NodeList nodes,
TypesetterOptions context,
int start,
UnicodeCharList word,
CharNode hyphenNode)
Hyphenate a single word. |
void |
BaseHyphenationTable.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
|
Uses of CharNode in de.dante.extex.language.hyphenation.liang |
Methods in de.dante.extex.language.hyphenation.liang with parameters of type CharNode | |
boolean |
LiangsHyphenationTable.hyphenateOne(NodeList nodelist,
TypesetterOptions context,
int start,
UnicodeCharList word,
CharNode hyphenNode)
|
Uses of CharNode in de.dante.extex.language.impl |
Methods in de.dante.extex.language.impl with parameters of type CharNode | |
void |
FutureLanguage.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
|
Uses of CharNode in de.dante.extex.language.word |
Methods in de.dante.extex.language.word with parameters of type CharNode | |
void |
WordTokenizer.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
Insert hyphenation points into a list of nodes. |
Uses of CharNode in de.dante.extex.language.word.impl |
Methods in de.dante.extex.language.word.impl with parameters of type CharNode | |
void |
ExTeXWords.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
|
Uses of CharNode in de.dante.extex.typesetter.type |
Methods in de.dante.extex.typesetter.type that return CharNode | |
CharNode[] |
Node.getChars()
Getter for the array of characters enclosed in this node. |
Methods in de.dante.extex.typesetter.type with parameters of type CharNode | |
java.lang.Object |
NodeVisitor.visitChar(CharNode node,
java.lang.Object value)
This method is called when a CharNode
has been encountered. |
java.lang.Object |
AbstractNodeVisitor.visitChar(CharNode node,
java.lang.Object value)
|
Uses of CharNode in de.dante.extex.typesetter.type.node |
Subclasses of CharNode in de.dante.extex.typesetter.type.node | |
class |
LigatureNode
The ligature node represents a ligature of several characters. |
class |
VirtualCharNode
This class exposes itself as character node but contains an hlist internally. |
Fields in de.dante.extex.typesetter.type.node declared as CharNode | |
protected static CharNode[] |
AbstractNode.NO_CHARS
The constant NO_CHAR contains the empty array of CharNode. |
Methods in de.dante.extex.typesetter.type.node that return CharNode | |
CharNode[] |
VirtualCharNode.getChars()
|
CharNode[] |
LigatureNode.getChars()
|
CharNode |
LigatureNode.getLeft()
Getter for left node. |
CharNode |
LigatureNode.getRight()
Getter for right node. |
CharNode[] |
GenericNodeList.getChars()
|
CharNode[] |
CharNode.getChars()
|
CharNode[] |
AbstractNode.getChars()
|
Constructors in de.dante.extex.typesetter.type.node with parameters of type CharNode | |
LigatureNode(TypesettingContext context,
UnicodeChar uc,
CharNode left,
CharNode right)
Creates a new object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |