A C D E G H I K L M N O R S T U V X Y Z

V

valueOf(String) - Static method in enum logic.CanvasHandler.SurfaceDrawType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ui.GUI.NodeAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum logic.CanvasHandler.SurfaceDrawType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ui.GUI.NodeAction
Returns an array containing the constants of this enum type, in the order they are declared.
Vector2 - Class in data
two dimensional float vector
Vector2() - Constructor for class data.Vector2
x and y is set to 0
Vector2(float, float) - Constructor for class data.Vector2
vector constructor. sets x and y component to the given parameters
Vector3 - Class in data
three dimensional float vector
Vector3() - Constructor for class data.Vector3
x,y and z are set to 0
Vector3(float, float, float) - Constructor for class data.Vector3
vector constructor. sets x, y and z components to the given parameters
Visualization - Class in logic
class, that performs the animation by setting the euclidian coordinates of the nodes of the radial layout and defines ring styles
Visualization() - Constructor for class logic.Visualization
 

A C D E G H I K L M N O R S T U V X Y Z