|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The typesetting context is a container for attributes describing the appearance of glyphs or other nodes.
Method Summary | |
void |
set(TypesettingContext context)
Setter for all components. |
void |
setColor(Color color)
Setter for the color. |
void |
setDirection(Direction direction)
Setter for the writing direction. |
void |
setFont(Font font)
Setter for the font component. |
void |
setLanguage(Language language)
Setter for the hyphenation table. |
Methods inherited from interface de.dante.extex.interpreter.context.tc.TypesettingContext |
getColor, getDirection, getFont, getLanguage |
Method Detail |
public void set(TypesettingContext context)
context
- the context to clonepublic void setColor(Color color)
color
- the new colorTypesettingContext.getColor()
public void setDirection(Direction direction)
direction
- the new directionTypesettingContext.getDirection()
public void setFont(Font font)
font
- the font to storeTypesettingContext.getFont()
public void setLanguage(Language language)
language
- the hyphenation tableTypesettingContext.getLanguage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |