Class | Description |
---|---|
TMFFAlignColumn |
TMFFAlignColumn aligns portions of a sub-expression into a single column when
splitting the sub-expression across multiple lines.
|
TMFFConstants |
Constants used in mmj.tmff package.
|
TMFFFlat |
TMFFFlat renders a formula into a single line of text.
|
TMFFFormat |
TMFFFormat holds an instantiated TMFFScheme and a format number assigned by
the user.
|
TMFFMethod |
TMFFMethod is the base class for text mode formula formatting (TMFF) methods.
|
TMFFPreferences |
Holds user settings/preferences used by the Text Mode Formula Formatting
(TMFF) code and provides helper routines to invoke formula rendering methods.
|
TMFFScheme |
TMFFScheme holds an instantiated TMFFMethod and a name assigned by a user to
the Scheme.
|
TMFFStateParams |
TMFFStateParams holds the state data used throughout processing in the TMFF
rendering code.
|
TMFFTwoColumnAlignment |
TMFFTwoColumnAlignment aligns portions of a sub-expression into a two columns
when splitting the sub-expression across multiple lines: the left column is
used for constants and the right column is used for variables.
|
TMFFUnformatted |
TMFFUnformatted overrides basic the TMFFMethod renderFormula method to
provide the old, unformatted output used previously in mmj2.
|
Enum | Description |
---|---|
TMFFConstants.AlignType |
List of alignment type names as input by users.
|
Exception | Description |
---|---|
TMFFException |
Used internally in the TMFF classes of mmj.lang.
|