Interface JungVertexLocationFunction

All Known Implementing Classes:
JungRandomVertexLocationDecorator

public interface JungVertexLocationFunction
An interface for classes that return a location for an Node.
  • Method Details

    • getLocation

      double[] getLocation(Object o)
    • getLocation

      double[] getLocation(Object o, boolean status)
    • getVertexIterator

      Iterator getVertexIterator()