jas.graph.layout
Class RegularCircleLayout
java.lang.Object
  
jas.graph.layout.RegularCircleLayout
- All Implemented Interfaces: 
 - ILayout
 
public class RegularCircleLayout
- extends java.lang.Object
- implements ILayout
  
- Author:
 
  - Riccardo Boero
 
| 
Constructor Summary | 
RegularCircleLayout(org._3pq.jgrapht.Graph graph,
                    java.awt.Dimension dimension)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RegularCircleLayout
public RegularCircleLayout(org._3pq.jgrapht.Graph graph,
                           java.awt.Dimension dimension)
getDimension
public java.awt.Dimension getDimension()
- Specified by:
 getDimension in interface ILayout
 
 
getGraph
public org._3pq.jgrapht.Graph getGraph()
- Specified by:
 getGraph in interface ILayout
 
 
init
public void init()
- Specified by:
 init in interface ILayout
 
 
setDimension
public void setDimension(java.awt.Dimension dimension)
- Specified by:
 setDimension in interface ILayout
 
 
setGraph
public void setGraph(org._3pq.jgrapht.Graph graph)
- Specified by:
 setGraph in interface ILayout
 
 
update
public void update()
- Specified by:
 update in interface ILayout