Class: oTransformNamesObject

$. oTransformNamesObject

$.oTransformNamesObject is an array like object with static length that exposes getter setters for each transformation name used by the oTransformSwitchNode. It can use the same methods as any array.

new $.oTransformNamesObject(instance)

openHarmony/openHarmony_node.js, line 2405
Constructor for the $.oTransformNamesObject class
Name Type Description
instance $.oTransformSwitchNode the transform Node instance using this object
Properties:
Name Type Description
length int the number of valid elements in the object.

Members

lengthint

The length of the array of names on the oTransformSwitchNode node. Corresponds to the transformationnames.size subAttribute.