Class PickableEdgePaintTransformer<E>
java.lang.Object
edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPickableEdgePaintTransformer(PickedInfo<E> pi, Paint draw_paint, Paint picked_paint) -
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
-
pi
-
draw_paint
-
picked_paint
-
-
Constructor Details
-
PickableEdgePaintTransformer
- Parameters:
pi- specifies which vertices report as "picked"draw_paint-Paintused to draw edge shapespicked_paint-Paintused to draw picked edge shapes
-
-
Method Details
-
apply
-