org.ujmp.jung
Class DefaultShapePickSupport

java.lang.Object
  extended by edu.uci.ics.jung.visualization.ShapePickSupport
      extended by org.ujmp.jung.DefaultShapePickSupport
All Implemented Interfaces:
edu.uci.ics.jung.visualization.GraphElementAccessor, edu.uci.ics.jung.visualization.PickSupport

public class DefaultShapePickSupport
extends edu.uci.ics.jung.visualization.ShapePickSupport


Field Summary
 
Fields inherited from class edu.uci.ics.jung.visualization.ShapePickSupport
hasGraphLayout, hasShapeFunctions, layoutTransformer, pickSize
 
Constructor Summary
DefaultShapePickSupport()
           
 
Method Summary
 edu.uci.ics.jung.graph.Edge getEdge(double x, double y)
           
 
Methods inherited from class edu.uci.ics.jung.visualization.ShapePickSupport
getLayoutTransformer, getVertex, setHasGraphLayout, setHasShapes, setLayout, setLayoutTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultShapePickSupport

public DefaultShapePickSupport()
Method Detail

getEdge

public edu.uci.ics.jung.graph.Edge getEdge(double x,
                                           double y)
Specified by:
getEdge in interface edu.uci.ics.jung.visualization.GraphElementAccessor
Overrides:
getEdge in class edu.uci.ics.jung.visualization.ShapePickSupport


Copyright © 2010. All Rights Reserved.