|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.dataview.LocalDataView2D
public class LocalDataView2D
A view showing only objects in a local range.
| Field Summary | |
|---|---|
protected ISpaceObject |
object
The space object, which is the center of the view. |
protected Object |
range
The range of the view. |
protected Space2D |
space
The space. |
| Fields inherited from interface jadex.application.space.envsupport.dataview.IDataView |
|---|
SIMPLE_VIEW_2D |
| Constructor Summary | |
|---|---|
LocalDataView2D()
|
|
| Method Summary | |
|---|---|
Object[] |
getObjects()
Returns a list of objects in this view |
String |
getType()
Returns the type of the view. |
void |
init(IEnvironmentSpace space,
Map props)
Set the space of this view. |
void |
update(IEnvironmentSpace space)
Updates the view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Space2D space
protected ISpaceObject object
protected Object range
| Constructor Detail |
|---|
public LocalDataView2D()
| Method Detail |
|---|
public String getType()
getType in interface IDataViewpublic Object[] getObjects()
getObjects in interface IDataViewpublic void update(IEnvironmentSpace space)
update in interface IDataViewspace - the space of the view
public void init(IEnvironmentSpace space,
Map props)
init in interface IDataView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||