org.sourceforge.sparklines.xhtml
Class HtmlTag

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

public final class HtmlTag
extends java.lang.Object


Method Summary
 Tag asWriteableToXml()
           
static HtmlTag htmlTag(HeadTag headTag, BodyTag bodyTag)
           
 T withDirection(TextDirection textDirection)
           
 T withLanguage(LanguageCode languageCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

htmlTag

public static HtmlTag htmlTag(HeadTag headTag,
                              BodyTag bodyTag)

withDirection

public T withDirection(TextDirection textDirection)

withLanguage

public T withLanguage(LanguageCode languageCode)

asWriteableToXml

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