samples.preview_new_graphdraw.impl
Class SimpleVertexRenderer

java.lang.Object
  extended by samples.preview_new_graphdraw.impl.SimpleVertexRenderer
All Implemented Interfaces:
VertexRenderer

public class SimpleVertexRenderer
extends Object
implements VertexRenderer

Author:
Scott To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
SimpleVertexRenderer()
           
 
Method Summary
 void renderVertex(Graphics g, VisVertex vc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleVertexRenderer

public SimpleVertexRenderer()
Method Detail

renderVertex

public void renderVertex(Graphics g,
                         VisVertex vc)
Specified by:
renderVertex in interface VertexRenderer