bicliqueviz
Class VertexStroke

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

public class VertexStroke
extends java.lang.Object
implements org.apache.commons.collections15.Transformer<VertexObj,java.awt.Stroke>

Class for thickness of the edge of vertices

Author:
the1schwartz

Constructor Summary
VertexStroke(edu.uci.ics.jung.visualization.picking.PickedInfo<VertexObj> pi)
           
 
Method Summary
 java.awt.Stroke transform(VertexObj v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexStroke

public VertexStroke(edu.uci.ics.jung.visualization.picking.PickedInfo<VertexObj> pi)
Parameters:
pi - picked state of graph
Method Detail

transform

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