graphics.graph
Class PickBean

java.lang.Object
  extended by graphics.graph.PickBean

public final class PickBean
extends java.lang.Object

PickBean is a nice example of a bean, that uses the Singleton Pattern. this is the nodes that was selected by the gui.mouse.m2.mouse.


Method Summary
 graphics.graph.Node getPick()
           
static PickBean getPickBean()
           
 void setPick(graphics.graph.Node n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPickBean

public static PickBean getPickBean()

getPick

public graphics.graph.Node getPick()

setPick

public void setPick(graphics.graph.Node n)