66 |
|
|
67 |
"""Base class for the layers.""" |
"""Base class for the layers.""" |
68 |
|
|
69 |
def __init__(self, title, visible = 1): |
def __init__(self, title, visible = True): |
70 |
"""Initialize the layer. |
"""Initialize the layer. |
71 |
|
|
72 |
title -- the title |
title -- the title |
106 |
fill = Color.Transparent, |
fill = Color.Transparent, |
107 |
stroke = Color.Black, |
stroke = Color.Black, |
108 |
lineWidth = 1, |
lineWidth = 1, |
109 |
visible = 1): |
visible = True): |
110 |
"""Initialize the layer. |
"""Initialize the layer. |
111 |
|
|
112 |
title -- the title |
title -- the title |