|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.plantuml.graphic.FontConfiguration
public class FontConfiguration
| Constructor Summary | |
|---|---|
FontConfiguration(ISkinParam skinParam,
FontParam fontParam,
Stereotype stereo)
|
|
FontConfiguration(UFont font,
HtmlColor color)
|
|
| Method Summary | |
|---|---|
boolean |
containsStyle(FontStyle style)
|
Map<String,String> |
getAttributes()
|
HtmlColor |
getColor()
|
HtmlColor |
getExtendedColor()
|
UFont |
getFont()
|
int |
getSpace()
|
FontConfiguration |
italic()
|
FontConfiguration |
resetFont()
|
String |
toString()
|
FontConfiguration |
underline()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FontConfiguration(UFont font,
HtmlColor color)
public FontConfiguration(ISkinParam skinParam,
FontParam fontParam,
Stereotype stereo)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic FontConfiguration resetFont()
public FontConfiguration italic()
public FontConfiguration underline()
public UFont getFont()
public HtmlColor getColor()
public HtmlColor getExtendedColor()
public boolean containsStyle(FontStyle style)
public int getSpace()
public Map<String,String> getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||