spellcast.gestures
Class GestureFactory

java.lang.Object
  extended by spellcast.gestures.GestureFactory

Deprecated.

public final class GestureFactory
extends java.lang.Object

The GestureFactory provides the Flyweight methods for creating Gestures. Do not use. Replaced with Enumerated type Gesture.

Version:
$Revision: 1.1 $
Author:
Barrie Treloar

Method Summary
 Gesture getAntispell()
          Deprecated. The Flyweight creation method for the Antispell display Gesture.
 Gesture getClap()
          Deprecated. The Flyweight creation method for the Clap Gesture.
 Gesture getDigit()
          Deprecated. The Flyweight creation method for the Digit Gesture.
 Gesture getEmptyHand()
          Deprecated. The Flyweight creation method for the EmptyHand Gesture.
 Gesture getFingers()
          Deprecated. The Flyweight creation method for the Fingers Gesture.
 Gesture getKnife()
          Deprecated. The Flyweight creation method for the Knife Gesture.
 Gesture getPalm()
          Deprecated. The Flyweight creation method for the Palm Gesture.
 Gesture getSnap()
          Deprecated. The Flyweight creation method for the Snap Gesture.
 Gesture getTwoHandedPalm()
          Deprecated. The Flyweight creation method for the two handed palm Gesture.
 Gesture getUnclear()
          Deprecated. The Flyweight creation method for the Unclear display Gesture.
 Gesture getWave()
          Deprecated. The Flyweight creation method for the Wave Gesture.
static GestureFactory instance()
          Deprecated. The instance of the GestureFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static GestureFactory instance()
Deprecated. 
The instance of the GestureFactory.

Returns:
The instance of the GestureFactory.

getEmptyHand

public Gesture getEmptyHand()
Deprecated. 
The Flyweight creation method for the EmptyHand Gesture.

Returns:
an EmptyHand Gesture.

getPalm

public Gesture getPalm()
Deprecated. 
The Flyweight creation method for the Palm Gesture.

Returns:
a Palm Gesture.

getDigit

public Gesture getDigit()
Deprecated. 
The Flyweight creation method for the Digit Gesture.

Returns:
a Digit Gesture.

getFingers

public Gesture getFingers()
Deprecated. 
The Flyweight creation method for the Fingers Gesture.

Returns:
a Fingers Gesture.

getWave

public Gesture getWave()
Deprecated. 
The Flyweight creation method for the Wave Gesture.

Returns:
a Wave Gesture.

getClap

public Gesture getClap()
Deprecated. 
The Flyweight creation method for the Clap Gesture.

Returns:
a Clap Gesture.

getSnap

public Gesture getSnap()
Deprecated. 
The Flyweight creation method for the Snap Gesture.

Returns:
a Snap Gesture.

getKnife

public Gesture getKnife()
Deprecated. 
The Flyweight creation method for the Knife Gesture.

Returns:
a KnifeGesture.

getAntispell

public Gesture getAntispell()
Deprecated. 
The Flyweight creation method for the Antispell display Gesture.

Returns:
an Antispell display Gesture.

getUnclear

public Gesture getUnclear()
Deprecated. 
The Flyweight creation method for the Unclear display Gesture.

Returns:
an Unclear display Gesture.

getTwoHandedPalm

public Gesture getTwoHandedPalm()
Deprecated. 
The Flyweight creation method for the two handed palm Gesture.

Returns:
a two handed Palm Gesture.


Copyright © 2001-2005 Spellcast. All Rights Reserved.