Interface JungVertexLocationFunction

  • All Known Implementing Classes:
    JungRandomVertexLocationDecorator

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

      • getLocation

        double[] getLocation​(Object o)
      • getLocation

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

        Iterator getVertexIterator()