|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypesetterOptions
This interface describes the possibilities of the typesetter to access its options.
| Method Summary | |
|---|---|
FixedCount |
getCountOption(java.lang.String name)
Getter for a count register. |
FixedDimen |
getDimenOption(java.lang.String name)
Getter for a dimen register. |
Font |
getFont(java.lang.String name)
Getter for a current font register. |
FixedGlue |
getGlueOption(java.lang.String name)
Getter for a glue register. |
UnicodeChar |
getLccode(UnicodeChar uc)
Getter for the lccode mapping of upper case characters to their lower case equivalent. |
Muskip |
getMuskip(java.lang.String name)
Getter for a muskip register. |
java.lang.String |
getNamespace()
Getter for the current name space. |
ParagraphShape |
getParshape()
Getter for the paragraph shape. |
TokenFactory |
getTokenFactory()
Getter for the token factory. |
TypesettingContext |
getTypesettingContext()
Getter for the typesetting context. |
TypesettingContextFactory |
getTypesettingContextFactory()
Getter for the typesetting context factory. |
void |
setCountOption(java.lang.String name,
long value)
Setter for a count register. |
void |
setParshape(ParagraphShape shape)
Setter for the paragraph shape. |
| Method Detail |
|---|
FixedCount getCountOption(java.lang.String name)
name - the name of the register
FixedDimen getDimenOption(java.lang.String name)
name - the name of the register
Font getFont(java.lang.String name)
name - the name or the number of the register
null if none is setFixedGlue getGlueOption(java.lang.String name)
name - the name of the register
Muskip getMuskip(java.lang.String name)
name - the name of the register
UnicodeChar getLccode(UnicodeChar uc)
uc - the upper case character
java.lang.String getNamespace()
ParagraphShape getParshape()
null if no special shape
is presentTokenFactory getTokenFactory()
TypesettingContext getTypesettingContext()
TypesettingContextFactory getTypesettingContextFactory()
void setParshape(ParagraphShape shape)
shape - the new paragraph shape
void setCountOption(java.lang.String name,
long value)
throws GeneralException
name - the name of the registervalue - the value
GeneralException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||