Uses of Enum
toxi.processing.ArrowModifier.Type
Packages that use ArrowModifier.Type
-
Uses of ArrowModifier.Type in toxi.processing
Fields in toxi.processing declared as ArrowModifier.TypeMethods in toxi.processing that return ArrowModifier.TypeModifier and TypeMethodDescriptionstatic ArrowModifier.Type
Returns the enum constant of this type with the specified name.static ArrowModifier.Type[]
ArrowModifier.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in toxi.processing with parameters of type ArrowModifier.TypeModifierConstructorDescriptionArrowModifier
(float length, float theta, ArrowModifier.Type type) Constructs a new modifier instance.ArrowModifier
(float length, float theta, ArrowModifier.Type type, boolean drawLine) Constructs a new modifier instance.