additv.controls
Class AFloatVector4

java.lang.Object
  extended by additv.controls.AControllable
      extended by additv.controls.AFloatVector4
All Implemented Interfaces:
AControllableI, ASpreadI

public class AFloatVector4
extends AControllable


Field Summary
 AFloatAbstract w
           
 AFloatAbstract x
           
 AFloatAbstract y
           
 AFloatAbstract z
           
 
Fields inherited from class additv.controls.AControllable
name, oscP5
 
Constructor Summary
AFloatVector4(java.lang.String name, AFloatAbstract x, AFloatAbstract y, AFloatAbstract z, AFloatAbstract w)
           
 
Method Summary
 int getSpreadCount()
           
 float getW()
           
 float getX()
           
 float getY()
           
 float getZ()
           
 void set(float x, float y, float z, float w)
           
 void setW(float w)
           
 void setX(float x)
           
 void setY(float y)
           
 void setZ(float z)
           
 
Methods inherited from class additv.controls.AControllable
addListener, getName, setSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public AFloatAbstract x

y

public AFloatAbstract y

z

public AFloatAbstract z

w

public AFloatAbstract w
Constructor Detail

AFloatVector4

public AFloatVector4(java.lang.String name,
                     AFloatAbstract x,
                     AFloatAbstract y,
                     AFloatAbstract z,
                     AFloatAbstract w)
Method Detail

set

public void set(float x,
                float y,
                float z,
                float w)

setX

public void setX(float x)

setY

public void setY(float y)

setZ

public void setZ(float z)

setW

public void setW(float w)

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

getW

public float getW()

getSpreadCount

public int getSpreadCount()