Package edu.uci.ics.jung.samples
Class VertexImageShaperDemo.PickWithIconListener<V>
java.lang.Object
edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener<V>
- All Implemented Interfaces:
ItemListener
,EventListener
- Enclosing class:
VertexImageShaperDemo
public static class VertexImageShaperDemo.PickWithIconListener<V>
extends Object
implements ItemListener
When Vertices are picked, add a checkmark icon to the imager.
Remove the icon when a Vertex is unpicked
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
imager
-
checked
Icon checked
-
-
Constructor Details
-
PickWithIconListener
-
-
Method Details
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-