|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModifiableTypesettingContext
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 org.extex.typesetter.tc.TypesettingContext |
|---|
getColor, getDirection, getFont, getLanguage |
| Method Detail |
|---|
void set(TypesettingContext context)
context - the context to clonevoid setColor(Color color)
color - the new colorTypesettingContext.getColor()void setDirection(Direction direction)
direction - the new directionTypesettingContext.getDirection()void setFont(Font font)
font - the font to storeTypesettingContext.getFont()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 | |||||||||