Package plugins.adufour.vars.lang

Interface Summary
VarTrigger.TriggerListener  
 

Class Summary
Var<T> Top-level class defining a generic variable.
VarArray<T> Convenience class defining a generic array of elements based on the specified inner type.
The type of the underlying array cannot be changed.
VarBoolean Boolean variable
VarChannel  
VarDouble  
VarDoubleArray Deprecated. For optimized performances on large arrays, consider using the VarDoubleArrayNative instead
VarDoubleArrayNative Class defining a variable with a native array of type double[].
VarEnum<T extends Enum<T>>  
VarFile  
VarFileArray Specialized implementation of Var to manipulate file arrays
VarFloat  
VarFloatArray Deprecated. For optimized performances on large arrays, consider using the VarFloatArrayNative instead
VarFloatArrayNative Class defining a variable with a native array of type float[].
VarGenericArray<A> Class defining a variable holding an array of arbitrary type (including Java primitives).
VarImagePlus  
VarInteger  
VarIntegerArray Deprecated. For optimized performances on large arrays, consider using the VarIntegerArrayNative instead
VarIntegerArrayNative Class defining a variable with a native array of type int[].
VarMutable Variable holding a value with mutable type, i.e.
VarMutableArray Variable holding an array of mutable type
VarNumber<N extends Number> Class bringing support for variables handling comparable types
VarObject  
VarPlugin<P extends Plugin> Variable that manipulates a plug-in definition
VarPoint5D  
VarROIArray  
VarSequence  
VarSequenceArray  
VarString  
VarSwimmingObject  
VarTrigger Variable providing a trigger (i.e.