Package | com.gestureworks.cml.components |
Class | public class PanoramicViewer |
Inheritance | PanoramicViewer ![]() |
It is composed of the following:
The width and height of the component are automatically set to the dimensions of the Panoramic element unless it is previously specifed by the component.
See also
Property | Defined By | ||
---|---|---|---|
panoramic : *
Sets the panoramic element. | PanoramicViewer |
Method | Defined By | ||
---|---|---|---|
Constructor
| PanoramicViewer | ||
dispose():void [override]
Dispose method to nullify the attributes and remove listener
| PanoramicViewer | ||
init():void [override]
Initialization function
| PanoramicViewer |
Method | Defined By | ||
---|---|---|---|
updateLayout(event:* = null):void [override] | PanoramicViewer |
panoramic | property |
panoramic:*
Sets the panoramic element. This can be set using a simple CSS selector (id or class) or directly to a display object. Regardless of how this set, a corresponding display object is always returned.
public function get panoramic():*
public function set panoramic(value:any):void
PanoramicViewer | () | Constructor |
public function PanoramicViewer()
Constructor
dispose | () | method |
override public function dispose():void
Dispose method to nullify the attributes and remove listener
init | () | method |
override public function init():void
Initialization function
updateLayout | () | method |
override protected function updateLayout(event:* = null):void
Parameters
event:* (default = null )
|