| Package | jp.progression.ui |
| Interface | public interface IToolTip extends jp.progression.core.impls.IDisposable |
| Implementors | ToolTip |
| Property | Defined by | ||
|---|---|---|---|
| backgroundColor : uint
ツールチップの背景色を取得または設定します。
| IToolTip | ||
| borderColor : uint
ツールチップのボーダー色を取得または設定します。
| IToolTip | ||
| target : Sprite [read-only]
関連付けられている Sprite インスタンスを取得します。
| IToolTip | ||
| text : String
ツールチップに表示するテキストを取得または設定します。
| IToolTip | ||
| textColor : uint
ツールチップのテキスト色を取得または設定します。
| IToolTip | ||
| textFormat : TextFormat
ツールチップに適用したい TextFormat を取得または設定します。
| IToolTip | ||
| backgroundColor | property |
backgroundColor:uint [read-write]ツールチップの背景色を取得または設定します。
Implementation public function get backgroundColor():uint
public function set backgroundColor(value:uint):void
| borderColor | property |
borderColor:uint [read-write]ツールチップのボーダー色を取得または設定します。
Implementation public function get borderColor():uint
public function set borderColor(value:uint):void
| target | property |
target:Sprite [read-only]関連付けられている Sprite インスタンスを取得します。
Implementation public function get target():Sprite
| text | property |
text:String [read-write]ツールチップに表示するテキストを取得または設定します。
Implementation public function get text():String
public function set text(value:String):void
| textColor | property |
textColor:uint [read-write]ツールチップのテキスト色を取得または設定します。
Implementation public function get textColor():uint
public function set textColor(value:uint):void
| textFormat | property |
textFormat:TextFormat [read-write]ツールチップに適用したい TextFormat を取得または設定します。
Implementation public function get textFormat():TextFormat
public function set textFormat(value:TextFormat):void