Documentation of 'edu.uci.ics.jung.visualization.layout.PersistentLayout' Java class
PersistentLayout
edu.uci.ics.jung.visualization.layout

Interface PersistentLayout<V,E>

  • All Superinterfaces:
    com.google.common.base.Function<V,java.awt.geom.Point2D>, Layout<V,E>
    All Known Implementing Classes:
    PersistentLayoutImpl


    public interface PersistentLayout<V,E>
    extends Layout<V,E>
    interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locations
    • Method Detail

      • persist

        void persist(java.lang.String fileName)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • restore

        void restore(java.lang.String fileName)
              throws java.io.IOException,
                     java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • lock

        void lock(boolean state)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.