| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Package floatcanvas :: Module FloatCanvas :: Class Line |
|
DrawObject --+
|
LineOnlyMixin --+
|
PointsObjectMixin --+
|
Line
The Line class takes a list of 2-tuples, or a NX2 NumPy Float array of point coordinates.
It will draw a straight line if there are two points, and a polyline if there are more than two.
| Method Summary | |
|---|---|
__init__(self,
Points,
LineColor,
LineStyle,
LineWidth,
InForeground)
| |
| Class Variable Summary |
|---|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:24 2005 | http://epydoc.sf.net |