Uses of Class
net.nexttext.behaviour.Behaviour

Packages that use Behaviour
net.nexttext   
net.nexttext.behaviour   
net.nexttext.behaviour.dform   
 

Uses of Behaviour in net.nexttext
 

Methods in net.nexttext that return Behaviour
 Behaviour Book.addGlyphBehaviour(AbstractAction action)
          Adds the given Action to the list of Behaviours applied to new TextObjectGlyphs.
 Behaviour Book.addGroupBehaviour(AbstractAction action)
          Adds the given Action to the list of Behaviours applied to new TextObjectGroups.
 Behaviour Book.addWordBehaviour(AbstractAction action)
          Adds the given Action to the list of Behaviours applied to new words.
 

Uses of Behaviour in net.nexttext.behaviour
 

Methods in net.nexttext.behaviour that return Behaviour
 Behaviour AbstractAction.makeBehaviour()
          Creates a new Behaviour and wraps this action in it.
 

Uses of Behaviour in net.nexttext.behaviour.dform
 

Methods in net.nexttext.behaviour.dform that return Behaviour
static Behaviour DFormFactory.chaosPull()
          Creates a ChaosPull behaviour that deforms when the left button is pressed and reform when not.
static Behaviour DFormFactory.pull()
          Creates a Pull behaviour that deforms when the left button is pressed and reform when not.
static Behaviour DFormFactory.reform()
          Creates a Reform behaviour.
static Behaviour DFormFactory.scale(float mag)
          Creates a Scale behaviour that scales when the left button is pressed and reforms when not.
static Behaviour DFormFactory.throb()