|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectFont
Should a graphical entity choose to select a different font for its node drawing (for example, to show symbols) then it must implement this interface.
Method Summary | |
---|---|
java.lang.String |
fontName()
Determine font to use. |
int |
fontSize()
Determine font size to use. |
Method Detail |
---|
java.lang.String fontName()
int fontSize()
fontName()
return non-null, in
which case this should return the desired font size. If 0 is returned, then
the default font size is used.
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |