public interface IDataView
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | SIMPLE_VIEW_2D | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object[] | getObjects()Returns a list of objects in this view | 
| java.lang.String | getType()Returns the type of the view. | 
| void | init(IEnvironmentSpace space,
    java.util.Map properties)Initialize the view. | 
| void | update(IEnvironmentSpace space)Updates the view. | 
static final java.lang.String SIMPLE_VIEW_2D
void init(IEnvironmentSpace space, java.util.Map properties)
java.lang.String getType()
java.lang.Object[] getObjects()
void update(IEnvironmentSpace space)
space - the space of the view