Class PickableVertexIconTransformer<V>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPickableVertexIconTransformer(PickedInfo<V> pi, Icon icon, Icon picked_icon) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
icon
-
picked_icon
-
pi
-
-
Constructor Details
-
PickableVertexIconTransformer
- Parameters:
pi- specifies which vertices report as "picked"icon-Iconused to represent verticespicked_icon-Iconused to represent picked vertices
-
-
Method Details
-
apply
-