PyFlex  1.0
Riser cross section analysis
timehist.PlotData Class Reference
Inheritance diagram for timehist.PlotData:
Collaboration diagram for timehist.PlotData:

Public Member Functions

def __init__ (self, treedata, colorlist, colortaken, add_remove)
 
def update (self, active, color_taken)
 

Public Attributes

 label
 
 layer
 
 type
 
 addRemove
 
 color
 
 colorindex
 

Detailed Description

Class for making plot data. Keeps track of what color it should be and whether it should be removed or added
Several plot data instances keep track of each other through colortaken and colorlist Could be made class
variable really

Definition at line 1625 of file timehist.py.

Constructor & Destructor Documentation

def timehist.PlotData.__init__ (   self,
  treedata,
  colorlist,
  colortaken,
  add_remove 
)

Definition at line 1631 of file timehist.py.

Member Function Documentation

def timehist.PlotData.update (   self,
  active,
  color_taken 
)
:param active: Whether the plot should be active or not
:param color_taken: list of which colors that are currently in use in the plot

Definition at line 1644 of file timehist.py.

Member Data Documentation

timehist.PlotData.addRemove

Definition at line 1635 of file timehist.py.

timehist.PlotData.color

Definition at line 1640 of file timehist.py.

timehist.PlotData.colorindex

Definition at line 1641 of file timehist.py.

timehist.PlotData.label

Definition at line 1632 of file timehist.py.

timehist.PlotData.layer

Definition at line 1633 of file timehist.py.

timehist.PlotData.type

Definition at line 1634 of file timehist.py.


The documentation for this class was generated from the following file: