Class PickableVertexIconTransformer<V>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer<V>
public class PickableVertexIconTransformer<V>
extends Object
implements com.google.common.base.Function<V,Icon>
Supplies an Icon for each vertex according to the
Icon
parameters given in the constructor, so that picked and
non-picked vertices can be made to look different.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPickableVertexIconTransformer
(PickedInfo<V> pi, Icon icon, Icon picked_icon) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-Icon
used to represent verticespicked_icon
-Icon
used to represent picked vertices
-
-
Method Details