|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextFont
This interface describes the container for all data of an interpreter context.
| Method Summary | |
|---|---|
Font |
getFont(java.lang.String name)
Getter for a current font register. |
CoreFontFactory |
getFontFactory()
Getter for the font factory. |
void |
setFont(java.lang.String name,
Font font,
boolean global)
Setter for font registers. |
void |
setFontFactory(CoreFontFactory fontFactory)
Setter for the font factory. |
| Method Detail |
|---|
Font getFont(java.lang.String name)
name - the name or the number of the register
null if none is setsetFont(String, Font, boolean)CoreFontFactory getFontFactory()
setFontFactory(CoreFontFactory)
void setFont(java.lang.String name,
Font font,
boolean global)
name - the name or the number of the registerfont - the new Font valueglobal - the indicator for the scope; true means all
groups; otherwise the current group is affected onlygetFont(String)void setFontFactory(CoreFontFactory fontFactory)
fontFactory - the font factory to set.getFontFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||