TopographyCreatorModel

The data of the DrawPanel. Its holds the whole data of one scenario.


Field: cursorColor [Color]

---


Field: topographyBuilder [TopographyBuilder]

container of all ScenarioElements, separates the real panelModel (Topography) from the PanelModel (that holds information about selection, color, scaling and so on).


Field: boundId [int]

---


Field: copiedElement [ScenarioElement]

the last copied element, can be null.


Field: prototypeShape [VShape]

a copy of the topography element that will be moved, can be null.


Field: prototypeVisble [boolean]

indicate that the prototype is availible != null and visible.


Field: typeAccessStack [ScenarioElementType>]

the stack of accessed categories


Field: scenarioObserver [Observer]

---


Field: font [Font]

Font to be used to display statistical informations.


Field: scalingFactor [double]

this is the scalingfactor for the obstacles, targets and sources (if the user want to scale the topography). Not only a view-attribute.


Field: currentType [ScenarioElementType]

---


Field: scenario [Scenario]

---


Field: cursor [Cursor]

---