|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notio.MarkerSet
Class that stores a set of marker objects. Markers are added to the set by specifying the set in the constructor for the marker.
Marker
, Serialized FormConstructor Summary | |
MarkerSet()
|
Method Summary | |
Marker |
getMarkerByIndividual(java.lang.Object individual)
Returns the marker associated with the specified individual or null. |
Marker |
getMarkerByMarkerID(java.lang.String markerID)
Returns the marker associated with the specified name or null. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MarkerSet()
Method Detail |
public Marker getMarkerByMarkerID(java.lang.String markerID)
markerID
- the marker ID being used to lookup.public Marker getMarkerByIndividual(java.lang.Object individual)
individual
- the individual being used to lookup.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |