org.sourceforge.sparklines
Class SvgTag

java.lang.Object
  extended by org.sourceforge.sparklines.SvgTag
All Implemented Interfaces:
BaseSvgTag

public final class SvgTag
extends java.lang.Object
implements BaseSvgTag


Constructor Summary
SvgTag(SvgDimension width, SvgDimension height, Tag child)
           
 
Method Summary
 Tag asTag()
           
 Attributes attributes()
           
 TagName name()
           
 Namespace namespace()
           
 void writeTo(XmlWriter xmlWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgTag

public SvgTag(SvgDimension width,
              SvgDimension height,
              Tag child)
Method Detail

name

public TagName name()

attributes

public Attributes attributes()

asTag

public Tag asTag()
Specified by:
asTag in interface BaseSvgTag

writeTo

public void writeTo(XmlWriter xmlWriter)
             throws XmlWriterException
Throws:
XmlWriterException

namespace

public Namespace namespace()