|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface AoiList
List of AOIs
| Method Summary | |
|---|---|
boolean |
add(AOI aoi)
Add an AOI to the list |
boolean |
addChangeListener(AoiListChangeListener aoiListChangeListener)
Add an AOI list change listener |
AOI |
get(int iIndex)
Get an AOI in the list at the requested index |
AOI[] |
getByType(java.lang.Class type)
Get all the AOIs of a particular class type |
AoiListChangeListener[] |
getChangeListeners()
Get the AOI list change listeners currently registered |
boolean |
remove(AOI aoi)
Remove an AOI from the list |
AOI |
remove(int iIndex)
Remove an AOI from the list at the requested index |
boolean |
removeChangeListener(AoiListChangeListener aoiListChangeListener)
Remove an AOI list change listener |
AOI[] |
toArray()
Convert the list to an array of AOIs |
| Method Detail |
|---|
boolean add(AOI aoi)
aoi - AOI to add to the list
boolean addChangeListener(AoiListChangeListener aoiListChangeListener)
aoiListChangeListener - listener to add
AOI get(int iIndex)
iIndex - index of the AOI
AOI[] getByType(java.lang.Class type)
type - class type of AOIs to search for
AoiListChangeListener[] getChangeListeners()
boolean remove(AOI aoi)
aoi - AOI to remove from the list
AOI remove(int iIndex)
iIndex - index of the AOI
boolean removeChangeListener(AoiListChangeListener aoiListChangeListener)
aoiListChangeListener - change listener to remove
AOI[] toArray()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||