com.hp.hpl.guess.prefuse
Class PrefuseNode

java.lang.Object
  extended byedu.berkeley.guir.prefuse.graph.DefaultEntity
      extended byedu.berkeley.guir.prefuse.graph.DefaultNode
          extended bycom.hp.hpl.guess.prefuse.PrefuseNode
All Implemented Interfaces:
edu.berkeley.guir.prefuse.graph.Entity, GraphElementListener, edu.berkeley.guir.prefuse.graph.Node, NodeListener

public class PrefuseNode
extends edu.berkeley.guir.prefuse.graph.DefaultNode
implements NodeListener


Constructor Summary
PrefuseNode()
           
 
Method Summary
 Object get(String field)
           
 void highlight(boolean state)
           
 void set(String field, Object value)
           
 void setLocation(double x, double y)
           
 void setLocation(double x, double y, double width, double height)
           
 
Methods inherited from class edu.berkeley.guir.prefuse.graph.DefaultNode
addEdge, addEdge, getEdge, getEdge, getEdgeCount, getEdges, getIndex, getIndex, getNeighbor, getNeighbors, isIncidentEdge, isNeighbor, removeAllNeighbors, removeEdge, removeEdge, removeNeighbor, removeNeighbor
 
Methods inherited from class edu.berkeley.guir.prefuse.graph.DefaultEntity
clearAttributes, getAttribute, getAttributes, setAttribute, setAttributes, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.berkeley.guir.prefuse.graph.Entity
clearAttributes, getAttribute, getAttributes, setAttribute, setAttributes
 

Constructor Detail

PrefuseNode

public PrefuseNode()
Method Detail

get

public Object get(String field)
Specified by:
get in interface GraphElementListener

set

public void set(String field,
                Object value)
Specified by:
set in interface GraphElementListener

highlight

public void highlight(boolean state)
Specified by:
highlight in interface GraphElementListener

setLocation

public void setLocation(double x,
                        double y)
Specified by:
setLocation in interface NodeListener

setLocation

public void setLocation(double x,
                        double y,
                        double width,
                        double height)
Specified by:
setLocation in interface NodeListener