20 |
|
|
21 |
from color import Color |
from color import Color |
22 |
|
|
23 |
from classification import Classification |
import classification |
24 |
|
|
25 |
from table import Table |
from table import Table |
26 |
|
|
142 |
self.shapetable = Table(filename) |
self.shapetable = Table(filename) |
143 |
self.table = self.shapetable |
self.table = self.shapetable |
144 |
|
|
145 |
self.__classification = Classification(self) |
self.__classification = classification.Classification(self) |
146 |
self.__classification.SetDefaultStroke(stroke) |
self.__classification.SetDefaultStroke(stroke) |
147 |
self.__classification.SetDefaultStrokeWidth(stroke_width) |
self.__classification.SetDefaultStrokeWidth(stroke_width) |
148 |
self.__classification.SetDefaultFill(fill) |
self.__classification.SetDefaultFill(fill) |