Interface PickedInfo<T>
-
- All Known Subinterfaces:
PickedState<T>
- All Known Implementing Classes:
AbstractPickedState
,MultiPickedState
public interface PickedInfo<T>
An interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPicked(T t)
-
-
-
Method Detail
-
isPicked
boolean isPicked(T t)
-
-