net.nexttext.behaviour.standard
Class StandardFactory

java.lang.Object
  extended by net.nexttext.behaviour.standard.StandardFactory

public class StandardFactory
extends java.lang.Object

The factory of Standard behaviours.


Constructor Summary
StandardFactory()
           
 
Method Summary
static AbstractBehaviour draggable()
           
static AbstractBehaviour followMouse()
           
static AbstractBehaviour randomMotion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardFactory

public StandardFactory()
Method Detail

randomMotion

public static final AbstractBehaviour randomMotion()

followMouse

public static AbstractBehaviour followMouse()

draggable

public static AbstractBehaviour draggable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object