Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
Modifier and Type | Field and Description |
---|---|
private SOMLibDataInformation |
MapPNode.dataInfo |
private SOMLibDataInformation |
GeneralUnitPNode.dataInfo |
Constructor and Description |
---|
GeneralUnitPNode(Unit u,
CommonSOMViewerStateData state,
SOMLibClassInformation classInfo,
SOMLibDataInformation dataInfo,
double width,
double height) |
GeneralUnitPNode(Unit u,
CommonSOMViewerStateData state,
SOMLibClassInformation classInfo,
SOMLibDataInformation dataInfo,
Point[][] locations,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
SOMLibDataInformation |
SharedSOMVisualisationData.getDataInfo() |