org.sourceforge.sparklines.xhtml
Class BodyTag
java.lang.Object
org.sourceforge.sparklines.xhtml.BodyTag
- All Implemented Interfaces:
- XhtmlTag
public final class BodyTag
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bodyTag
public static BodyTag bodyTag(BlockLevelTag... blockLevelTags)
withClass
public T withClass(ClassName className)
withId
public T withId(Id id)
withStyle
public T withStyle(Style style)
withTitle
public T withTitle(Title title)
withDirection
public T withDirection(TextDirection textDirection)
withLanguage
public T withLanguage(LanguageCode languageCode)
asWriteableToXml
public final Tag asWriteableToXml()
- Specified by:
asWriteableToXml in interface XhtmlTag