org.sourceforge.sparklines
Class PolylineTag

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

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


Constructor Summary
PolylineTag(Attribute pointsAttribute)
           
 
Method Summary
 Tag asTag()
           
 Attributes attributes()
           
 TagName name()
           
 Namespace namespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolylineTag

public PolylineTag(Attribute pointsAttribute)
Method Detail

name

public TagName name()

attributes

public Attributes attributes()

asTag

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

namespace

public Namespace namespace()