Uses of Interface
uk.ed.inf.graph.colour.IEdgeColourHandler

Packages that use IEdgeColourHandler
uk.ed.inf.graph.colour   
 

Uses of IEdgeColourHandler in uk.ed.inf.graph.colour
 

Methods in uk.ed.inf.graph.colour that return IEdgeColourHandler
 IEdgeColourHandler<N,E> IEdgeColourHandlerFactory.createColourHandler()
           
 IEdgeColourHandler<N,E> IEdgeColourHandler.createCopy()
          Create a copy of this colour handler.
 IEdgeColourHandler<N,E> IColouredEdge.getColourHandler()