org.sourceforge.sparklines.xhtml
Class HeadTag

java.lang.Object
  extended by org.sourceforge.sparklines.xhtml.HeadTag
All Implemented Interfaces:
XhtmlTag

public final class HeadTag
extends java.lang.Object


Method Summary
 Tag asWriteableToXml()
           
static HeadTag headTag(TitleTag titleTag, org.sourceforge.sparklines.xhtml.HeadChild... children)
           
 T withDirection(TextDirection textDirection)
           
 T withLanguage(LanguageCode languageCode)
           
 HeadTag withProfile(Profile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

headTag

public static HeadTag headTag(TitleTag titleTag,
                              org.sourceforge.sparklines.xhtml.HeadChild... children)

withProfile

public HeadTag withProfile(Profile profile)

withDirection

public T withDirection(TextDirection textDirection)

withLanguage

public T withLanguage(LanguageCode languageCode)

asWriteableToXml

public final Tag asWriteableToXml()
Specified by:
asWriteableToXml in interface XhtmlTag