|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
de.dante.extex.interpreter.context | This package contains the container for data in the interpreter. |
de.dante.extex.interpreter.context.impl | This package contains a reference implementation for the
Context . |
de.dante.extex.interpreter.context.tc | This package contains the declarations for a typesetting context. |
de.dante.extex.interpreter.primitives.omega.dir | This package contains primitives defined in Omega for directions. |
Uses of Direction in de.dante.extex.interpreter.context |
Methods in de.dante.extex.interpreter.context that return Direction | |
Direction |
Context.popDirection()
Pop a direction from the direction stack. |
Methods in de.dante.extex.interpreter.context with parameters of type Direction | |
void |
Context.pushDirection(Direction dir)
Push a direction onto the direction stack. |
void |
Context.set(Direction direction,
boolean global)
Setter for the direction in the current typesetting context. |
Uses of Direction in de.dante.extex.interpreter.context.impl |
Methods in de.dante.extex.interpreter.context.impl that return Direction | |
Direction |
ContextImpl.popDirection()
|
Methods in de.dante.extex.interpreter.context.impl with parameters of type Direction | |
void |
ContextImpl.pushDirection(Direction dir)
|
void |
ContextImpl.set(Direction direction,
boolean global)
|
Uses of Direction in de.dante.extex.interpreter.context.tc |
Fields in de.dante.extex.interpreter.context.tc declared as Direction | |
static Direction |
Direction.LR
The constant LR contains the direction for left-to-right languages. |
static Direction |
Direction.RL
The constant RL contains the direction for right-to-left languages. |
Methods in de.dante.extex.interpreter.context.tc that return Direction | |
Direction |
TypesettingContextImpl.getDirection()
|
Direction |
TypesettingContext.getDirection()
Getter for the writing direction. |
Methods in de.dante.extex.interpreter.context.tc with parameters of type Direction | |
void |
TypesettingContextImpl.setDirection(Direction theDirection)
|
TypesettingContext |
TypesettingContextFactory.newInstance(TypesettingContext context,
Direction direction)
Factory method to acquire an instance of the TypesettingContext. |
void |
ModifiableTypesettingContext.setDirection(Direction direction)
Setter for the writing direction. |
Uses of Direction in de.dante.extex.interpreter.primitives.omega.dir |
Methods in de.dante.extex.interpreter.primitives.omega.dir that return Direction | |
protected Direction |
AbstractDirCode.scanDir(TokenSource source,
Context context)
Scan a direction specification. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |