org.rubato.rubettes.bigbang.view.subview.graph
Class VertexFactory

java.lang.Object
  extended by org.rubato.rubettes.bigbang.view.subview.graph.VertexFactory
All Implemented Interfaces:
org.apache.commons.collections15.Factory<CompositionState>

public class VertexFactory
extends java.lang.Object
implements org.apache.commons.collections15.Factory<CompositionState>


Constructor Summary
VertexFactory(edu.uci.ics.jung.algorithms.layout.Layout<CompositionState,AbstractOperation> layout)
           
 
Method Summary
 CompositionState create()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexFactory

public VertexFactory(edu.uci.ics.jung.algorithms.layout.Layout<CompositionState,AbstractOperation> layout)
Method Detail

create

public CompositionState create()
Specified by:
create in interface org.apache.commons.collections15.Factory<CompositionState>