Module CubeColourDialog :: Class LineDescription
[hide private]
[frames] | no frames]

Class LineDescription

source code

object --+
         |
        LineDescription

Simple class to store description and constants for a line in 2D space.

Instance Methods [hide private]
  __init__(self, x=0, y=0, slope=None, c=None)
Default class constructor.

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


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, x=0, y=0, slope=None, c=None)
(Constructor)

source code 
Default class constructor. Used internally. Do not call it in your code!
Overrides: object.__init__