Uses of Class
at.wisch.joystick.ffeffect.ExtendedEffect

Packages that use ExtendedEffect
at.wisch.joystick   
at.wisch.joystick.ffeffect   
 

Uses of ExtendedEffect in at.wisch.joystick
 

Methods in at.wisch.joystick that return ExtendedEffect
 ExtendedEffect FFJoystick.getSimpleEffect()
          Gets a simple effect.
 

Uses of ExtendedEffect in at.wisch.joystick.ffeffect
 

Subclasses of ExtendedEffect in at.wisch.joystick.ffeffect
 class ConstantEffect
          The Class ConstantEffect.
 class CustomEffect
          Deprecated. CustomEffect is not supported for all controllers on all operating systems. Use a series of other effects instead.
 class PeriodicEffect
          The Class PeriodicEffect.
 class RampEffect
          The Class RampEffect.
 class SawtoothDownEffect
          The Class SawtoothDownEffect.
 class SawtoothUpEffect
          The Class SawtoothUpEffect.
 class SineEffect
          The Class SineEffect.
 class SquareEffect
          The Class SquareEffect.
 class TriangleEffect
          The Class TriangleEffect.