bicliqueviz
Class VertexFillColour

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

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

Class for the vertex fill colour

Author:
the1schwartz

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

Constructor Detail

VertexFillColour

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

transform

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