Uses of Class
net.sourceforge.plantuml.FontParam

Packages that use FontParam
net.sourceforge.plantuml   
net.sourceforge.plantuml.graph   
net.sourceforge.plantuml.posimo   
net.sourceforge.plantuml.skin.rose   
 

Uses of FontParam in net.sourceforge.plantuml
 

Methods in net.sourceforge.plantuml that return FontParam
static FontParam FontParam.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FontParam[] FontParam.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.plantuml with parameters of type FontParam
 Font SkinParamBackcolored.getFont(FontParam fontParam, String stereotype)
           
 Font SkinParam.getFont(FontParam fontParam, String stereotype)
           
 Font ISkinParam.getFont(FontParam fontParam, String stereotype)
           
 String SkinParamBackcolored.getFontFamily(FontParam param, String stereotype)
           
 String SkinParam.getFontFamily(FontParam param, String stereotype)
           
 String ISkinParam.getFontFamily(FontParam param, String stereotype)
           
 HtmlColor SkinParamBackcolored.getFontHtmlColor(FontParam param, String stereotype)
           
 HtmlColor SkinParam.getFontHtmlColor(FontParam param, String stereotype)
           
 HtmlColor ISkinParam.getFontHtmlColor(FontParam param, String stereotype)
           
 int SkinParamBackcolored.getFontSize(FontParam param, String stereotype)
           
 int SkinParam.getFontSize(FontParam param, String stereotype)
           
 int ISkinParam.getFontSize(FontParam param, String stereotype)
           
 int SkinParamBackcolored.getFontStyle(FontParam param, String stereotype)
           
 int SkinParam.getFontStyle(FontParam param, String stereotype)
           
 int ISkinParam.getFontStyle(FontParam param, String stereotype)
           
 

Uses of FontParam in net.sourceforge.plantuml.graph
 

Constructors in net.sourceforge.plantuml.graph with parameters of type FontParam
MethodsOrFieldsArea2(List<Member> attributes, FontParam fontParam, ISkinParam skinParam)
           
 

Uses of FontParam in net.sourceforge.plantuml.posimo
 

Constructors in net.sourceforge.plantuml.posimo with parameters of type FontParam
EntityImageBlock(IEntity entity, Rose rose, ISkinParam param, Collection<Link> links, FontParam titleParam)
           
 

Uses of FontParam in net.sourceforge.plantuml.skin.rose
 

Methods in net.sourceforge.plantuml.skin.rose with parameters of type FontParam
 Color Rose.getFontColor(ISkinParam skin, FontParam fontParam)
           
 



Copyright © 2011. All Rights Reserved.