Class ShortestPathDemo.MyVertexDrawPaintFunction<V>

  • All Implemented Interfaces:
    org.apache.commons.collections4.Transformer<V,​java.awt.Paint>
    Enclosing class:
    ShortestPathDemo

    public class ShortestPathDemo.MyVertexDrawPaintFunction<V>
    extends java.lang.Object
    implements org.apache.commons.collections4.Transformer<V,​java.awt.Paint>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Paint transform​(V v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyVertexDrawPaintFunction

        public MyVertexDrawPaintFunction()
    • Method Detail

      • transform

        public java.awt.Paint transform​(V v)
        Specified by:
        transform in interface org.apache.commons.collections4.Transformer<V,​java.awt.Paint>