bicliqueviz
Class CommunityToolTip

java.lang.Object
  extended by bicliqueviz.CommunityToolTip
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<VertexObj,java.lang.String>

public class CommunityToolTip
extends java.lang.Object
implements org.apache.commons.collections15.Transformer<VertexObj,java.lang.String>

Tool tip for communities (the main graph)

Author:
Martin Schwartz

Constructor Summary
CommunityToolTip()
           
 
Method Summary
 java.lang.String transform(VertexObj v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunityToolTip

public CommunityToolTip()
Method Detail

transform

public java.lang.String transform(VertexObj v)
Specified by:
transform in interface org.apache.commons.collections15.Transformer<VertexObj,java.lang.String>