Package muntjac :: Package addon :: Package invient :: Module invient_charts_config :: Class ImageMarker
[hide private]
[frames] | no frames]

Class ImageMarker

source code

object --+        
         |        
    Marker --+    
             |    
AbstractMarker --+
                 |
                ImageMarker

This marker can take url of an image which will be used as a marker for a point or all points of a series.

The url of an image must be with respect to root of the web application.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
__init__(self, imageURL, enabled=True)
Creates this marker with specified arguments.
source code
 
getImageURL(self) source code
 
setImageURL(self, imageURL) source code
 
__str__(self)
str(x)
source code

Inherited from AbstractMarker: getEnabled, getFillColor, getLineColor, getLineWidth, getRadius, setEnabled, setFillColor, setLineColor, setLineWidth, setRadius

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, imageURL, enabled=True)
(Constructor)

source code 

Creates this marker with specified arguments.

Parameters:
  • imageURL -
    • URL of an image
  • enabled -
    • If false then this marker will not be applied to a point. What this means is that the data points of a line chart will not stand out.
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)