com.hp.hpl.guess.ui
Interface NodeListener

All Superinterfaces:
GraphElementListener
All Known Subinterfaces:
GuessPNode
All Known Implementing Classes:
DumbNodeListener, GuessImageNode, GuessShapeNode, GuessTextNode, JungVisNode, PrefuseNode, TGNode

public interface NodeListener
extends GraphElementListener


Method Summary
 void setLocation(double x, double y)
           
 void setLocation(double x, double y, double width, double height)
           
 
Methods inherited from interface com.hp.hpl.guess.ui.GraphElementListener
get, highlight, set
 

Method Detail

setLocation

public void setLocation(double x,
                        double y)

setLocation

public void setLocation(double x,
                        double y,
                        double width,
                        double height)