Package | org.ow2.kerneos.core.view.window |
Class | public class ModuleSnapshotTooltip |
Inheritance | ModuleSnapshotTooltip ![]() |
Implements | mx.binding.IBindingClient, mx.core.IToolTip |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | ModuleSnapshotTooltip |
bitmapData | property |
public var bitmapData:ByteArray
The bytes of the snapshot image displayed.
This property can be used as the source for data binding.
fadeIn | property |
public var fadeIn:Fade
This property can be used as the source for data binding.
snapshotGlowFilter | property |
public var snapshotGlowFilter:GlowFilter
This property can be used as the source for data binding.
snapshotHeight | property |
public var snapshotHeight:Number = 180
The height of the snapshot image.
This property can be used as the source for data binding.
snapshotWidth | property |
public var snapshotWidth:Number = 180
The width of the snapshot image.
This property can be used as the source for data binding.
text | property |
text:String
The tooltip text (not displayed).
public function get text():String
public function set text(value:String):void
ModuleSnapshotTooltip | () | Constructor |
public function ModuleSnapshotTooltip()
Constructor.