Package org.gephi.graph.spi
Interface LayoutData
-
public interface LayoutData
Interface for node metadata to handle custom layout attributes more efficiently.Layout implementations can implement this interface and use the
NodeProperties.setLayoutData(org.gephi.graph.spi.LayoutData)
method to associate any metadata with the node.