net.sourceforge.plantuml.graphic
Class FontConfiguration

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.FontConfiguration

public class FontConfiguration
extends Object


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

FontConfiguration

public FontConfiguration(UFont font,
                         HtmlColor color)

FontConfiguration

public FontConfiguration(ISkinParam skinParam,
                         FontParam fontParam,
                         Stereotype stereo)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

resetFont

public FontConfiguration resetFont()

italic

public FontConfiguration italic()

underline

public FontConfiguration underline()

getFont

public UFont getFont()

getColor

public HtmlColor getColor()

getExtendedColor

public HtmlColor getExtendedColor()

containsStyle

public boolean containsStyle(FontStyle style)

getSpace

public int getSpace()

getAttributes

public Map<String,String> getAttributes()


Copyright © 2013. All Rights Reserved.