Class LocalDataView2D
- java.lang.Object
- 
- jadex.extension.envsupport.dataview.LocalDataView2D
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ISpaceObjectobjectThe space object, which is the center of the view.protected java.lang.ObjectrangeThe range of the view.protected Space2DspaceThe space.- 
Fields inherited from interface jadex.extension.envsupport.dataview.IDataViewSIMPLE_VIEW_2D
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalDataView2D()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getObjects()Returns a list of objects in this viewjava.lang.StringgetType()Returns the type of the view.voidinit(IEnvironmentSpace space, java.util.Map props)Set the space of this view.voidupdate(IEnvironmentSpace space)Updates the view.
 
- 
- 
- 
Field Detail- 
spaceprotected Space2D space The space.
 - 
objectprotected ISpaceObject object The space object, which is the center of the view.
 - 
rangeprotected java.lang.Object range The range of the view.
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() Returns the type of the view.
 - 
getObjectspublic java.lang.Object[] getObjects() Returns a list of objects in this view- Specified by:
- getObjectsin interface- IDataView
- Returns:
- list of objects
 
 - 
updatepublic void update(IEnvironmentSpace space) Updates the view.
 - 
initpublic void init(IEnvironmentSpace space, java.util.Map props) Set the space of this view.
 
- 
 
-