bicliqueviz
Class CustomVertexRenderer

java.lang.Object
  extended by edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer<VertexObj,EdgeObj>
      extended by bicliqueviz.CustomVertexRenderer
All Implemented Interfaces:
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex<VertexObj,EdgeObj>

public class CustomVertexRenderer
extends edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer<VertexObj,EdgeObj>

Class for custom vertex rendering

Author:
Martin Schwartz

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP
 
Constructor Summary
CustomVertexRenderer()
           
 
Method Summary
 
Methods inherited from class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
paintVertex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomVertexRenderer

public CustomVertexRenderer()