Methods
-
<static> focusOn( obj, weight )
qualifier
-
Description
Specifies the object to focus on automatically Accepts an AutoFocusObject (which is just a wrapper for a FocusOn object, but with extra method: avoid, weight)
Parameters
Name Type Description obj
Qualifiers.FocusOn The object to focus on.
weight
number Details
-
getName()
qualifier
-
Description
Get the name of the of the object
Details
-
addValue( value ) → {this}
-
Description
Adds a value for the this qualifier instance
Parameters
Name Type Description value
any Returns
Details
-
getWeight()
qualifier
-
Description
Get the weight for the object
Details
-
setDelimiter( delimiter )
-
Description
Sets the delimiter for this instance
Parameters
Name Type Description delimiter
Details
-
toString()
qualifier
-
Description
Return the string representation of this QualifierValue
Details
-
weight( w ) → {this}
qualifier
-
Description
Sets the importance level of the object within the automatic gravity algorithm
Parameters
Name Type Description w
numebr The focus weight for the object
Returns
Details
-
avoid() → {this}
qualifier
-
Description
Attempts to avoid the detected object in the image
Returns
Details