Serves as class for a sparkLine stub object using a SOAP Central
service at http://soap.rianvanstaden.com:2020
If run directly, the module creates two test sparkline PNG files
called smooth.png and discrete.png
| Method Summary |
| |
__init__(self,
datalist)
Constructor for sparkLine |
| String
|
getAttribute(self,
attrib)
Get an attribute of the sparkLine |
| List of Integers
|
getData(self)
Get the dataset of the sparkLine |
| Binary representation of a PNG image
|
getSparkLine(self)
Get the sparkLine PNG representation. |
| String, one of "discrete" or "smooth"
|
getType(self)
Get the type of the sparkLine |
| |
setAttribute(self,
attrib,
value)
Set an attribute of the sparkLine |
| |
setData(self,
data)
Set the dataset of the sparkLine |
| |
setType(self,
type)
Set the type of the sparkLine |