Uses of Enum
toxi.processing.ArrowModifier.Type
-
Uses of ArrowModifier.Type in toxi.processing
Modifier 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.ModifierConstructorDescriptionArrowModifier
(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.