|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 fot 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 |
public FixedCount getCountOption(java.lang.String name)
name
- the name of the register
public FixedDimen getDimenOption(java.lang.String name)
name
- the name of the register
public Font getFont(java.lang.String name)
name
- the name or the number of the register
null
if none is setpublic FixedGlue getGlueOption(java.lang.String name)
name
- the name of the register
public Muskip getMuskip(java.lang.String name)
name
- the name of the register
public UnicodeChar getLccode(UnicodeChar uc)
uc
- the upper case character
public java.lang.String getNamespace()
public ParagraphShape getParshape()
null
if no special shape
is presentpublic TokenFactory getTokenFactory()
public TypesettingContext getTypesettingContext()
public TypesettingContextFactory getTypesettingContextFactory()
public void setParshape(ParagraphShape shape)
shape
- the new paragraph shapepublic 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 |