Package | Description |
---|---|
jadex.extension.envsupport.dataview | |
jadex.extension.envsupport.environment | |
jadex.extension.envsupport.observer.gui |
Modifier and Type | Class and Description |
---|---|
class |
GeneralDataView2D
A general 2D view that presents all Objects in a Space2D to the observer.
|
class |
GeneralDataView3D
A general 2D view that presents all Objects in a Space2D to the observer.
|
class |
LocalDataView2D
A view showing only objects in a local range.
|
Modifier and Type | Method and Description |
---|---|
IDataView |
IEnvironmentSpace.getDataView(String name)
Gets a specific dataview.
|
IDataView |
AbstractEnvironmentSpace.getDataView(String name)
Gets a specific view.
|
Modifier and Type | Method and Description |
---|---|
void |
IEnvironmentSpace.addDataView(String name,
IDataView view)
Adds a dataview to the space.
|
void |
AbstractEnvironmentSpace.addDataView(String name,
IDataView view)
Adds a view to the space.
|
Modifier and Type | Method and Description |
---|---|
IDataView |
ObserverCenter.getSelectedDataView()
Returns the selected dataview.
|
Modifier and Type | Method and Description |
---|---|
void |
ObserverCenter.addDataView(String name,
IDataView dataview)
Adds an additional dataview.
|
Copyright © 2012. All Rights Reserved.