Packagejp.progression.ui
Interfacepublic interface IToolTip extends jp.progression.core.impls.IDisposable
ImplementorsToolTip

IToolTip インターフェイスは、対象にツールチップ機能を実装します。



Public Properties
 PropertyDefined by
  backgroundColor : uint
ツールチップの背景色を取得または設定します。
IToolTip
  borderColor : uint
ツールチップのボーダー色を取得または設定します。
IToolTip
  target : Sprite
[read-only] 関連付けられている Sprite インスタンスを取得します。
IToolTip
  text : String
ツールチップに表示するテキストを取得または設定します。
IToolTip
  textColor : uint
ツールチップのテキスト色を取得または設定します。
IToolTip
  textFormat : TextFormat
ツールチップに適用したい TextFormat を取得または設定します。
IToolTip
Property detail
backgroundColorproperty
backgroundColor:uint  [read-write]

ツールチップの背景色を取得または設定します。

Implementation
    public function get backgroundColor():uint
    public function set backgroundColor(value:uint):void
borderColorproperty 
borderColor:uint  [read-write]

ツールチップのボーダー色を取得または設定します。

Implementation
    public function get borderColor():uint
    public function set borderColor(value:uint):void
targetproperty 
target:Sprite  [read-only]

関連付けられている Sprite インスタンスを取得します。

Implementation
    public function get target():Sprite
textproperty 
text:String  [read-write]

ツールチップに表示するテキストを取得または設定します。

Implementation
    public function get text():String
    public function set text(value:String):void
textColorproperty 
textColor:uint  [read-write]

ツールチップのテキスト色を取得または設定します。

Implementation
    public function get textColor():uint
    public function set textColor(value:uint):void
textFormatproperty 
textFormat:TextFormat  [read-write]

ツールチップに適用したい TextFormat を取得または設定します。

Implementation
    public function get textFormat():TextFormat
    public function set textFormat(value:TextFormat):void