|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeList | |
|---|---|
| org.extex.backend.documentWriter.pdf | This package contains a backend of ExTeX which produce a PDF-file. |
| org.extex.backend.documentWriter.postscript | This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. |
| org.extex.engine.typesetter.page | This package contains the backend support for pages of the core engine of
|
| org.extex.interpreter.type.box | This package contains the basic box data types for ExTeX. |
| 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.language.word | This package contains classes for treatment of words. |
| org.extex.language.word.impl | This package contains implementation for the treatment of words. |
| org.extex.pdf.api | This package contains utility classes for |
| org.extex.pdf.api.node | This package contains the basic data types for nodes targeted towards a
|
| org.extex.typesetter | This package contains the typesetter definitions for ExTeX. |
| org.extex.typesetter.core.paragraphBuilder.trivial | This package contains an implementation of a paragraph builder for ExTeX. |
| 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.pageBuilder | This package contains definition and implementation of a page builder. |
| org.extex.typesetter.pageBuilder.impl | This package contains an implementation of a page builder. |
| org.extex.typesetter.pageBuilder.trivial | This package contains an implementation of a page builder. |
| org.extex.typesetter.paragraphBuilder | This package contains the definitions of a paragraph builder for
|
| org.extex.typesetter.paragraphBuilder.impl | This package contains an implementation of a paragraph builder for ExTeX. |
| org.extex.typesetter.tex.paragraph | This package contains the definitions of a paragraph builder for ExTeX. |
| org.extex.typesetter.type | This package contains type definitions for the typesetter. |
| org.extex.typesetter.type.math | This package contains math data types for ExTeX. |
| org.extex.typesetter.type.noad | This package contains the data structures for Noads. |
| org.extex.typesetter.type.noad.util | This package contains some utility classes 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.page | This package contains type definitions for the pages and supporting classes. |
| org.extex.unit.tex.table | This package contains primitives for the typesetting of tables. |
| org.extex.unit.tex.table.util | This package contains utility classes for the processing of alignment tables. |
| Uses of NodeList in org.extex.backend.documentWriter.pdf |
|---|
| Methods in org.extex.backend.documentWriter.pdf with parameters of type NodeList | |
|---|---|
PdfXForm |
PdfDocumentWriter.getXForm(java.lang.String attr,
java.lang.String resources,
NodeList list)
Factory method to construct a PdfXForm node. |
| Uses of NodeList in org.extex.backend.documentWriter.postscript |
|---|
| Methods in org.extex.backend.documentWriter.postscript with parameters of type NodeList | |
|---|---|
protected void |
AbstractPostscriptWriter.writeHighResBoundingBox(java.io.PrintStream stream,
NodeList nodes)
Write a HiResBoundingBox DSC to an output stream. |
| Uses of NodeList in org.extex.engine.typesetter.page |
|---|
| Methods in org.extex.engine.typesetter.page that return NodeList | |
|---|---|
NodeList |
PageImpl.getNodes()
Getter for nodes. |
| Methods in org.extex.engine.typesetter.page with parameters of type NodeList | |
|---|---|
Page |
PageFactoryImpl.newInstance(NodeList nodes,
PageContext pageContext,
Typesetter typesetter)
Get a new instance of a page. |
| Constructors in org.extex.engine.typesetter.page with parameters of type NodeList | |
|---|---|
PageImpl(NodeList nodes,
FixedCount[] pageNo)
Creates a new object. |
|
| Uses of NodeList in org.extex.interpreter.type.box |
|---|
| Methods in org.extex.interpreter.type.box that return NodeList | |
|---|---|
NodeList |
Box.getNodes()
Getter for nodes. |
| Constructors in org.extex.interpreter.type.box with parameters of type NodeList | |
|---|---|
Box(NodeList list)
Creates a new object. |
|
| Uses of NodeList in org.extex.language.hyphenation |
|---|
| Methods in org.extex.language.hyphenation with parameters of type NodeList | |
|---|---|
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 NodeList in org.extex.language.hyphenation.base |
|---|
| Methods in org.extex.language.hyphenation.base with parameters of type NodeList | |
|---|---|
int |
BaseHyphenationTable.findWord(NodeList nodes,
int start,
UnicodeCharList word)
Extract a word from a node list. |
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. |
boolean |
BaseHyphenationTable.hyphenateOne(NodeList nodes,
TypesetterOptions context,
int start,
UnicodeCharList word,
CharNode hyphenNode)
Hyphenate a single word. |
int |
BaseHyphenationTable.insertLigatures(NodeList list,
int start)
Take a node list and transform character sequences into ligatures where appropriate. |
void |
BaseHyphenationTable.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
Insert hyphenation points into a list of nodes. |
| Uses of NodeList in org.extex.language.hyphenation.liang |
|---|
| Methods in org.extex.language.hyphenation.liang with parameters of type NodeList | |
|---|---|
boolean |
LiangsHyphenationTable.hyphenate(NodeList nodelist,
TypesetterOptions context,
UnicodeChar hyphen,
int start,
boolean forall,
NodeFactory nodeFactory)
|
boolean |
LiangsHyphenationTable.hyphenateOne(NodeList nodelist,
TypesetterOptions context,
int start,
UnicodeCharList word,
CharNode hyphenNode)
|
| Uses of NodeList in org.extex.language.impl |
|---|
| Methods in org.extex.language.impl with parameters of type NodeList | |
|---|---|
int |
FutureLanguage.findWord(NodeList nodes,
int start,
UnicodeCharList word)
Extract a word from a node list. |
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. |
int |
FutureLanguage.insertLigatures(NodeList list,
int start)
Take a node list and transform character sequences into ligatures where appropriate. |
void |
FutureLanguage.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
Insert hyphenation points into a list of nodes. |
| Uses of NodeList in org.extex.language.ligature |
|---|
| Methods in org.extex.language.ligature with parameters of type NodeList | |
|---|---|
int |
LigatureBuilder.insertLigatures(NodeList list,
int start)
Take a node list and transform character sequences into ligatures where appropriate. |
| Uses of NodeList in org.extex.language.ligature.impl |
|---|
| Methods in org.extex.language.ligature.impl with parameters of type NodeList | |
|---|---|
int |
LigatureBuilderImpl.insertLigatures(NodeList list,
int start)
Take a node list and transform character sequences into ligatures where appropriate. |
int |
EmptyLigatureBuilder.insertLigatures(NodeList list,
int start)
Take a node list and transform character sequences into ligatures where appropriate. |
| Uses of NodeList in org.extex.language.word |
|---|
| Methods in org.extex.language.word with parameters of type NodeList | |
|---|---|
int |
WordTokenizer.findWord(NodeList nodes,
int start,
UnicodeCharList word)
Extract a word from a node list. |
void |
WordTokenizer.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
Insert hyphenation points into a list of nodes. |
| Uses of NodeList in org.extex.language.word.impl |
|---|
| Methods in org.extex.language.word.impl with parameters of type NodeList | |
|---|---|
int |
ExTeXWords.findWord(NodeList nodes,
int start,
UnicodeCharList word)
|
int |
TeXWords.findWord(NodeList nodes,
int start,
UnicodeCharList word)
|
void |
ExTeXWords.insertShy(NodeList nodes,
int insertionPoint,
boolean[] spec,
CharNode hyphenNode)
|
| Uses of NodeList in org.extex.pdf.api |
|---|
| Methods in org.extex.pdf.api with parameters of type NodeList | |
|---|---|
PdfXForm |
PdftexSupport.getXForm(java.lang.String attr,
java.lang.String resources,
NodeList list)
Factory method to construct a PdfXForm node. |
| Uses of NodeList in org.extex.pdf.api.node |
|---|
| Methods in org.extex.pdf.api.node that return NodeList | |
|---|---|
NodeList |
PdfXForm.getNodes()
Getter for nodes. |
NodeList |
PdfObject.getNodes()
Getter for nodes. |
| Constructors in org.extex.pdf.api.node with parameters of type NodeList | |
|---|---|
PdfObject(NodeList nodes)
Creates a new object. |
|
PdfXForm(NodeList nodes)
Creates a new object. |
|
| Uses of NodeList in org.extex.typesetter |
|---|
| Methods in org.extex.typesetter that return NodeList | |
|---|---|
NodeList |
ListManager.buildParagraph(HorizontalListNode nodes)
Invoke the paragraph builder on a list of nodes. |
NodeList |
ListMaker.complete(TypesetterOptions context)
Close the node list. |
| Methods in org.extex.typesetter with parameters of type NodeList | |
|---|---|
void |
ListMaker.addAndAdjust(NodeList list,
TypesetterOptions options)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
ParagraphObserver.atParagraph(NodeList nodes)
Callback to be invoked when a paragraph is complete. |
void |
Typesetter.shipout(NodeList nodes)
Send a list of nodes to the document writer. |
| Uses of NodeList in org.extex.typesetter.core.paragraphBuilder.trivial |
|---|
| Methods in org.extex.typesetter.core.paragraphBuilder.trivial that return NodeList | |
|---|---|
NodeList |
TrivialBuilder.build(HorizontalListNode nodes)
Break a horizontal list into lines. |
| Uses of NodeList in org.extex.typesetter.impl |
|---|
| Methods in org.extex.typesetter.impl that return NodeList | |
|---|---|
NodeList |
TypesetterImpl.buildParagraph(HorizontalListNode nodes)
Invoke the paragraph builder on a list of nodes. |
NodeList |
TypesetterImpl.complete(TypesetterOptions context)
Close the node list. |
NodeList |
NullTypesetterImpl.complete(TypesetterOptions context)
Close the node list. |
| Methods in org.extex.typesetter.impl with parameters of type NodeList | |
|---|---|
void |
TypesetterImpl.addAndAdjust(NodeList list,
TypesetterOptions options)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
NullTypesetterImpl.addAndAdjust(NodeList list,
TypesetterOptions options)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
TypesetterImpl.shipout(NodeList nodes)
This is the entry point for the document writer. |
void |
NullTypesetterImpl.shipout(NodeList nodes)
Send a list of nodes to the document writer. |
| Uses of NodeList in org.extex.typesetter.listMaker |
|---|
| Methods in org.extex.typesetter.listMaker that return NodeList | |
|---|---|
NodeList |
RestrictedHorizontalListMaker.complete(TypesetterOptions context)
Close the node list. |
NodeList |
HorizontalListMaker.complete(TypesetterOptions context)
Close the node list. |
NodeList |
InnerVerticalListMaker.complete(TypesetterOptions context)
Close the node list. |
| Methods in org.extex.typesetter.listMaker with parameters of type NodeList | |
|---|---|
void |
VerticalListMaker.addAndAdjust(NodeList nodes,
TypesetterOptions context)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
HorizontalListMaker.addAndAdjust(NodeList list,
TypesetterOptions options)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
InnerVerticalListMaker.addAndAdjust(NodeList list,
TypesetterOptions options)
Add a node list to the current list maker and adjust the spacing between the elements of the list. |
void |
AlignmentList.cr(Context context,
TokenSource source,
NodeList noalign)
This method is invoked when a row in the alignment is complete and the cells can be integrated. |
| Uses of NodeList in org.extex.typesetter.listMaker.math |
|---|
| Methods in org.extex.typesetter.listMaker.math that return NodeList | |
|---|---|
NodeList |
DisplaymathListMaker.complete(TypesetterOptions context)
Close the node list. |
NodeList |
MathListMaker.complete(TypesetterOptions context)
Close the node list. |
| Uses of NodeList in org.extex.typesetter.pageBuilder |
|---|
| Methods in org.extex.typesetter.pageBuilder with parameters of type NodeList | |
|---|---|
void |
PageBuilder.flush(NodeList nodes,
Typesetter typesetter)
This method is used when the page builder has received its last nodes. |
void |
PageBuilder.shipout(NodeList nodes,
Typesetter typesetter)
This method is used when the page builder has received its last nodes. |
| Uses of NodeList in org.extex.typesetter.pageBuilder.impl |
|---|
| Methods in org.extex.typesetter.pageBuilder.impl with parameters of type NodeList | |
|---|---|
void |
PageBuilderImpl.flush(NodeList nodes,
Typesetter typesetter)
This method is used when the page builder has received its last nodes. |
void |
PageBuilderImpl.shipout(NodeList nodes,
Typesetter typesetter)
This method is used when the page builder has received its last nodes. |
| Uses of NodeList in org.extex.typesetter.pageBuilder.trivial |
|---|
| Methods in org.extex.typesetter.pageBuilder.trivial with parameters of type NodeList | |
|---|---|
void |
TrivialPageBuilder.flush(NodeList nodes,
Typesetter typesetter)
This method is used when the page builder has received its last nodes. |
void |
TrivialPageBuilder.shipout(NodeList nodes,
Typesetter typesetter)
|
| Uses of NodeList in org.extex.typesetter.paragraphBuilder |
|---|
| Methods in org.extex.typesetter.paragraphBuilder that return NodeList | |
|---|---|
NodeList |
ParagraphBuilder.build(HorizontalListNode nodes)
Break a horizontal list into lines. |
| Uses of NodeList in org.extex.typesetter.paragraphBuilder.impl |
|---|
| Methods in org.extex.typesetter.paragraphBuilder.impl that return NodeList | |
|---|---|
NodeList |
ParagraphBuilderImpl.build(HorizontalListNode nodes)
Break a horizontal list into lines. |
| Uses of NodeList in org.extex.typesetter.tex.paragraph |
|---|
| Methods in org.extex.typesetter.tex.paragraph that return NodeList | |
|---|---|
NodeList |
TeXParagraphBuilder.build(HorizontalListNode nodes)
Break a horizontal list into lines. |
| Uses of NodeList in org.extex.typesetter.type |
|---|
| Subinterfaces of NodeList in org.extex.typesetter.type | |
|---|---|
interface |
OrientedNodeList
This interface unites the features of a node list and an oriented node. |
| Methods in org.extex.typesetter.type that return NodeList | |
|---|---|
NodeList |
NodeList.copy()
Clone the current object. |
| Uses of NodeList in org.extex.typesetter.type.math |
|---|
| Methods in org.extex.typesetter.type.math with parameters of type NodeList | |
|---|---|
void |
MathDelimiter.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
MathDelimiter.typeset(NodeList list,
MathContext mathContext,
FixedDimen height,
FixedDimen depth)
Translate a MathDelimter into a NodeList. |
| Uses of NodeList in org.extex.typesetter.type.noad |
|---|
| Methods in org.extex.typesetter.type.noad with parameters of type NodeList | |
|---|---|
static int |
OrdinaryNoad.make_ord(NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate an OrdNoad into a NodeList. |
void |
MathGlyph.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
OperatorNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
ChoiceNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
NodeNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
BinaryNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
MathList.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
Noad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
CharNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList nodes,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
FractionNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
StyleNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
KernNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
GlueNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
LeftNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
UnderlinedNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
OrdinaryNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
OverlinedNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
PunctationNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
RelationNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
RightNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
InnerNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
VCenterNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
CloseNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
OpenNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
RadicalNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
AccentNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger)
Translate a Noad into a NodeList. |
void |
LeftNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger,
Dimen height,
Dimen depth)
Translate a Noad into a NodeList. |
void |
MiddleNoad.typeset(Noad previousNoad,
NoadList noads,
int index,
NodeList list,
MathContext mathContext,
java.util.logging.Logger logger,
Dimen height,
Dimen depth)
Translate a Noad into a NodeList. |
| Uses of NodeList in org.extex.typesetter.type.noad.util |
|---|
| Methods in org.extex.typesetter.type.noad.util with parameters of type NodeList | |
|---|---|
void |
MathSpacing.addC |