samples.graph
Class ShortestPathDemo.MyVertexPaintFunction
java.lang.Object
samples.graph.ShortestPathDemo.MyVertexPaintFunction
- All Implemented Interfaces:
- VertexPaintFunction
- Enclosing class:
- ShortestPathDemo
public class ShortestPathDemo.MyVertexPaintFunction
- extends Object
- implements VertexPaintFunction
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortestPathDemo.MyVertexPaintFunction
public ShortestPathDemo.MyVertexPaintFunction()
getDrawPaint
public Paint getDrawPaint(Vertex v)
- Specified by:
getDrawPaint
in interface VertexPaintFunction
getFillPaint
public Paint getFillPaint(Vertex v)
- Specified by:
getFillPaint
in interface VertexPaintFunction