Package muntjac :: Package addon :: Package invient :: Package demo :: Module invient_demo_win :: Class DemoSeriesType
[hide private]
[frames] | no frames]

Class DemoSeriesType

source code

object --+
         |
        DemoSeriesType

Instance Methods [hide private]
 
__init__(self, seriesType, name)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getSeriesType(self) source code
 
getName(self) source code

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

Class Methods [hide private]
 
values(cls) source code
Class Variables [hide private]
  LINE = DemoSeriesType(SeriesType.LINE, 'Line')
  SPLINE = DemoSeriesType(SeriesType.SPLINE, 'Spline')
  SCATTER = DemoSeriesType(SeriesType.SCATTER, 'Scatter')
  AREA = DemoSeriesType(SeriesType.AREA, 'Area - Line')
  AREASPLINE = DemoSeriesType(SeriesType.AREASPLINE, 'Area - Spl...
  BAR = DemoSeriesType(SeriesType.BAR, 'Bar')
  COLUMN = DemoSeriesType(SeriesType.COLUMN, 'Column')
  PIE = DemoSeriesType(SeriesType.PIE, 'Pie')
  COMBINATION = DemoSeriesType(SeriesType.COMMONSERIES, 'Combina...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, seriesType, name)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

AREASPLINE

Value:
DemoSeriesType(SeriesType.AREASPLINE, 'Area - Spline')

COMBINATION

Value:
DemoSeriesType(SeriesType.COMMONSERIES, 'Combination')