public class ViewInterestPointLists extends ViewId
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,InterestPointList> |
lookup |
| Constructor and Description |
|---|
ViewInterestPointLists(int timepointId,
int setupId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterestPointList(String label,
InterestPointList pointList) |
boolean |
contains(String label) |
HashMap<String,InterestPointList> |
getHashMap() |
InterestPointList |
getInterestPointList(String label) |
compareTo, equals, getTimePointId, getViewSetupId, hashCodeprotected final HashMap<String,InterestPointList> lookup
public ViewInterestPointLists(int timepointId,
int setupId)
public boolean contains(String label)
public HashMap<String,InterestPointList> getHashMap()
public InterestPointList getInterestPointList(String label)
public void addInterestPointList(String label, InterestPointList pointList)
Copyright © 2015–2021 Fiji. All rights reserved.