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

Class PlotBand

source code

object --+
         |
        PlotBand
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, Id)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getColor(self) source code
 
setColor(self, color) source code
 
getRange(self) source code
 
setRange(self, rng) source code
 
getId(self) source code
 
getZIndex(self) source code
 
setZIndex(self, zIndex) source code
 
getLabel(self) source code
 
setLabel(self, label) source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, obj) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, Id)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)