java.lang.Object
edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction<V>
- All Implemented Interfaces:
com.google.common.base.Function<V,Paint>
, Function<V,Paint>
- Enclosing class:
ShortestPathDemo
public class ShortestPathDemo.MyVertexDrawPaintFunction<V>
extends Object
implements com.google.common.base.Function<V,Paint>
-
Constructor Summary
Constructors
-
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
-
Constructor Details
-
MyVertexDrawPaintFunction
public MyVertexDrawPaintFunction()
-
Method Details
-
apply
- Specified by:
apply
in interface com.google.common.base.Function<V,Paint>
- Specified by:
apply
in interface Function<V,Paint>