Modifier and Type | Field and Description |
---|---|
protected ISpaceObject |
object
The space object, which is the center of the view.
|
protected java.lang.Object |
range
The range of the view.
|
protected Space2D |
space
The space.
|
SIMPLE_VIEW_2D
Constructor and Description |
---|
LocalDataView2D() |
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 props)
Set the space of this view.
|
void |
update(IEnvironmentSpace space)
Updates the view.
|
protected Space2D space
protected ISpaceObject object
protected java.lang.Object range
public java.lang.String getType()
public java.lang.Object[] getObjects()
getObjects
in interface IDataView
public void update(IEnvironmentSpace space)
public void init(IEnvironmentSpace space, java.util.Map props)