public interface NetView
Modifier and Type | Method and Description |
---|---|
ConfigurationPanel |
getConfigurationPanel() |
InfoData |
getInfoData() |
ModelDecorationData |
getModelDecorationData() |
void |
updateData()
Called on a background thread whenever the input data changed.
|
void |
updateUI()
Called on the EDT thread after the data has been updated
|
void updateData() throws NetVisualizationException
NetVisualizationException
ModelDecorationData getModelDecorationData()
InfoData getInfoData()
void updateUI()
ConfigurationPanel getConfigurationPanel()