|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Noad | The interface Noad is a type of data structure which represents mathematical constructions. |
| SimpleNoad | This is a marker interface for simple Noads. |
| Class Summary | |
|---|---|
| AbstractNoad | This is the abstract base class for Noads. |
| AbstractNucleusNoad | This abstract noad represents a Noad with a nucleus. |
| AccentNoad | This Noad represents some mathematical material with an accent above. |
| BinaryNoad | This Noad represents a binary operator. |
| CharNoad | This class provides a container for a mathematical character. |
| ChoiceNoad | This noad provides a switch construction depending on the current style. |
| CloseNoad | This Noad represents a closing delimiter. |
| FractionNoad | This Noad represents some mathematical material stacked above some other mathematical material. |
| GlueNoad | This Noad carries a muglue value. |
| InnerNoad | This noad is used to represent mathematical material which has additional white-space around it under certain circumstances. |
| KernNoad | This Noad carries a kerning value in math units. |
| LeftNoad | This Noad carries a delimiter which is set on the left side of the math material. |
| MathGlyph | This class provides a container for a mathematical glyph. |
| MathList | This class provides a container for Noads and Nodes. |
| MiddleNoad | This Noad carries a delimiter which is set in the middle between math material surrounding it. |
| NoadFactory | This class is a factory for CharNoades. |
| NoadList | This class provides a container for a list of Noads. |
| NodeNoad | This noad contains a node which is passed through the math apparatus. |
| OpenNoad | This Noad represents an open delimiter. |
| OperatorNoad | This Noad represents an operator. |
| OrdinaryNoad | This Noad represents an ordinary character. |
| OverlinedNoad | This class provides an over-lining for the nucleus. |
| PunctationNoad | This Noad represents a punctation mark. |
| RadicalNoad | This noad represents mathematical material under a radical sign. |
| RelationNoad | This Noad represents a relation symbol. |
| RightNoad | This Noad carries a delimiter which is set on the right side of the math material following it. |
| StyleNoad | This Noad indicates a change in the style to be used for the further processing. |
| UnderlinedNoad | This class provides an underlining for the nucleus. |
| VCenterNoad | This class represents a Noad with vertically centered material. |
This package contains the data structures for Noads.
A Noad is the intermediate
data strcuture which is used for processing mathamatical material. Finally
Noads are translated into Nodes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||