org.wilmascope.graph
Interface Layable

All Known Implementing Classes:
DotEdgeLayout, DotNodeLayout, EdgeColumnLayout, EdgeForceLayout, EdgeLayout, FastEdgeLayout, FastNodeLayout, HDEdgeLayout, HDNodeLayout, MultiScaleEdgeLayout, MultiScaleNodeLayout, NodeColumnLayout, NodeForceLayout, NodeLayout

public interface Layable

Every GraphElement that expects to be placed by an automatic layout engine will have a reference to an object implementing this interface

Author:
Tim Dwyer

Method Summary
 void delete()
           
 

Method Detail

delete

void delete()