org.sourceforge.sparklines.xhtml
Class BlockLevelTag

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

public class BlockLevelTag
extends java.lang.Object


Method Summary
 Tag asWriteableToXml()
           
static BlockLevelTag divTag(BlockLevelTag... blockLevelTag)
           
static BlockLevelTag h1Tag(Text... texts)
           
static BlockLevelTag h2Tag(Text... texts)
           
static BlockLevelTag h3Tag(Text... texts)
           
static BlockLevelTag h4Tag(Text... texts)
           
static BlockLevelTag h5Tag(Text... texts)
           
static BlockLevelTag h6Tag(Text... texts)
           
static BlockLevelTag paragraphTag(Text text)
           
 T withClass(ClassName className)
           
 T withDirection(TextDirection textDirection)
           
 T withId(Id id)
           
 T withLanguage(LanguageCode languageCode)
           
 T withStyle(Style style)
           
 T withTitle(Title title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

paragraphTag

public static BlockLevelTag paragraphTag(Text text)

h1Tag

public static BlockLevelTag h1Tag(Text... texts)

h2Tag

public static BlockLevelTag h2Tag(Text... texts)

h3Tag

public static BlockLevelTag h3Tag(Text... texts)

h4Tag

public static BlockLevelTag h4Tag(Text... texts)

h5Tag

public static BlockLevelTag h5Tag(Text... texts)

h6Tag

public static BlockLevelTag h6Tag(Text... texts)

divTag

public static BlockLevelTag divTag(BlockLevelTag... blockLevelTag)

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