bicliqueviz
Class CommunitySizeShape

java.lang.Object
  extended by edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer<VertexObj>
      extended by bicliqueviz.CommunitySizeShape
All Implemented Interfaces:
edu.uci.ics.jung.visualization.decorators.SettableVertexShapeTransformer<VertexObj>, org.apache.commons.collections15.Transformer<VertexObj,java.awt.Shape>

public class CommunitySizeShape
extends edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer<VertexObj>
implements org.apache.commons.collections15.Transformer<VertexObj,java.awt.Shape>

Class for defining community shape and size

Author:
Martin Schwartz

Field Summary
static float SCALER
           
 
Fields inherited from class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
DEFAULT_ASPECT_RATIO, DEFAULT_SIZE
 
Constructor Summary
CommunitySizeShape()
           
 
Method Summary
 java.awt.Shape transform(VertexObj v)
           
 
Methods inherited from class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
setAspectRatioTransformer, setSizeTransformer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALER

public static final float SCALER
See Also:
Constant Field Values
Constructor Detail

CommunitySizeShape

public CommunitySizeShape()
Method Detail

transform

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