org.sourceforge.sparklines.xhtml
Class LinkTag
java.lang.Object
org.sourceforge.sparklines.xhtml.LinkTag
- All Implemented Interfaces:
- XhtmlTag
public final class LinkTag
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
linkTag
public static LinkTag linkTag()
withCharacterSet
public LinkTag withCharacterSet(CharacterSet characterSet)
withHref
public LinkTag withHref(Href href)
withHrefLanguage
public LinkTag withHrefLanguage(LanguageCode languageCode)
withMedium
public LinkTag withMedium(Medium medium)
withRelationships
public LinkTag withRelationships(Relationships relationships)
withRelationships
public LinkTag withRelationships(Relationship relationship,
Relationship... relationships)
withReverseLinks
public LinkTag withReverseLinks(Relationships relationships)
withMimeType
public LinkTag withMimeType(MimeType mimeType)
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