Packageorg.ow2.kerneos.core.view.window
Classpublic class ModuleSnapshotTooltip
InheritanceModuleSnapshotTooltip Inheritance mx.containers.Box
Implements mx.binding.IBindingClient, mx.core.IToolTip



Public Properties
 PropertyDefined By
  bitmapData : ByteArray
The bytes of the snapshot image displayed.
ModuleSnapshotTooltip
  fadeIn : Fade
ModuleSnapshotTooltip
  snapshotGlowFilter : GlowFilter
ModuleSnapshotTooltip
  snapshotHeight : Number = 180
The height of the snapshot image.
ModuleSnapshotTooltip
  snapshotWidth : Number = 180
The width of the snapshot image.
ModuleSnapshotTooltip
  text : String
The tooltip text (not displayed).
ModuleSnapshotTooltip
Public Methods
 MethodDefined By
  
Constructor.
ModuleSnapshotTooltip
Property Detail
bitmapDataproperty
public var bitmapData:ByteArray

The bytes of the snapshot image displayed.

This property can be used as the source for data binding.

fadeInproperty 
public var fadeIn:Fade

This property can be used as the source for data binding.

snapshotGlowFilterproperty 
public var snapshotGlowFilter:GlowFilter

This property can be used as the source for data binding.

snapshotHeightproperty 
public var snapshotHeight:Number = 180

The height of the snapshot image.

This property can be used as the source for data binding.

snapshotWidthproperty 
public var snapshotWidth:Number = 180

The width of the snapshot image.

This property can be used as the source for data binding.

textproperty 
text:String

The tooltip text (not displayed).


Implementation
    public function get text():String
    public function set text(value:String):void
Constructor Detail
ModuleSnapshotTooltip()Constructor
public function ModuleSnapshotTooltip()

Constructor.