uk.ac.ic.doc.automed.p2p.gui.graph
Class GraphUI.Transform

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.gui.graph.GraphUI.Transform
Enclosing class:
GraphUI

public static class GraphUI.Transform
extends java.lang.Object

CONSTANTS


Field Summary
static int CHANGE_COLOR
           
static int CIRCLE
           
static int LINE_TO_ARC
           
 
Constructor Summary
GraphUI.Transform()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CIRCLE

public static final int CIRCLE
See Also:
Constant Field Values

LINE_TO_ARC

public static final int LINE_TO_ARC
See Also:
Constant Field Values

CHANGE_COLOR

public static final int CHANGE_COLOR
See Also:
Constant Field Values
Constructor Detail

GraphUI.Transform

public GraphUI.Transform()