Returns the visual height of the object.
Default height is -1, which is interpreted as "unspecified".
The height in units specified by heightUnits property.
Get the value of an object parameter.
Parameters are optional information, and they are passed to the
instantiated object. Parameters are are stored as name value pairs.
Value of parameter or null if not found.
Returns the visual width of the object.
Default width is -1, which is interpreted as "unspecified".
The width in units specified by widthUnits property.
Sets the visual height of the object.
Default height is -1, which is interpreted as "unspecified".
Parameters: height - The height in units specified by heightUnits property.
Set an object parameter.
Parameters are optional information, and they are passed to the
instantiated object. Parameters are are stored as name value pairs.
This overrides the previous value assigned to this parameter.
Parameters: name - - The name of the parameter. Parameters: value - - The value of the parameter.
Sets the visual width of the object.
Default width is -1, which is interpreted as "unspecified".
Parameters: width - The width in units specified by widthUnits property.