| Package | jp.progression.ui |
| Class | public class ToolTip |
| Implements | IToolTip |
| Property | Defined by | ||
|---|---|---|---|
| backgroundColor : uint
ツールチップの背景色を取得または設定します。
| ToolTip | ||
| borderColor : uint
ツールチップのボーダー色を取得または設定します。
| ToolTip | ||
| className : String [read-only]
インスタンスのクラス名を取得します。
Indicates the instance className of the Command.
| ToolTip | ||
| defaultBackgroundColor : uint [static]
初期値となるツールチップの背景色を取得または設定します。
| ToolTip | ||
| defaultBorderColor : uint [static]
初期値となるツールチップのボーダー色を取得または設定します。
| ToolTip | ||
| defaultDelay : Number [static]
初期値となるツールチップを表示するまでの遅延時間をミリ秒で取得または設定します。
| ToolTip | ||
| defaultFilters : Array [static]
初期値となるツールチップのフィルター設定を取得または設定します。
| ToolTip | ||
| defaultMaxWidth : Number [static]
初期値となるツールチップの最大幅を取得または設定します。
| ToolTip | ||
| defaultTextColor : uint [static]
初期値となるツールチップのテキスト色を取得または設定します。
| ToolTip | ||
| defaultTextFormat : TextFormat [static]
初期値となるツールチップの TextFormat を取得または設定します。
| ToolTip | ||
| delay : Number
ツールチップを表示するまでの遅延時間を秒で取得または設定します。
| ToolTip | ||
| filters : Array
ツールチップのフィルター設定を取得または設定します。
| ToolTip | ||
| maxWidth : Number
ツールチップの最大幅を取得または設定します。
| ToolTip | ||
| target : Sprite [read-only]
関連付けられている Sprite インスタンスを取得します。
| ToolTip | ||
| text : String
ツールチップに表示するテキストを取得または設定します。
この値が設定されていない状態では、ツールチップは表示されません。
| ToolTip | ||
| textColor : uint
ツールチップのテキスト色を取得または設定します。
| ToolTip | ||
| textFormat : TextFormat
ツールチップに適用したい TextFormat を取得または設定します。
| ToolTip | ||
| Method | Defined by | ||
|---|---|---|---|
|
ToolTip(target:Sprite)
新しい ToolTip インスタンスを作成します。
Creates a new ToolTip object.
| ToolTip | ||
|
dispose():void
保持しているデータを解放します。
dispose() メソッドが呼び出されると、それ以降はこのインスタンスのメソッドまたはプロパティを呼び出すと失敗し、例外がスローされます。
| ToolTip | ||
|
remove():void
[static]
表示されている ToolTip を強制的に消去します。
| ToolTip | ||
|
toString():String
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| ToolTip | ||
| backgroundColor | property |
backgroundColor:uint [read-write]ツールチップの背景色を取得または設定します。
Implementation public function get backgroundColor():uint
public function set backgroundColor(value:uint):void
See also
| borderColor | property |
borderColor:uint [read-write]ツールチップのボーダー色を取得または設定します。
Implementation public function get borderColor():uint
public function set borderColor(value:uint):void
See also
| className | property |
className:String [read-only]インスタンスのクラス名を取得します。 Indicates the instance className of the Command.
Implementation public function get className():String
| defaultBackgroundColor | property |
defaultBackgroundColor:uint [read-write]初期値となるツールチップの背景色を取得または設定します。
Implementation public static function get defaultBackgroundColor():uint
public function set defaultBackgroundColor(value:uint):void
See also
| defaultBorderColor | property |
defaultBorderColor:uint [read-write]初期値となるツールチップのボーダー色を取得または設定します。
Implementation public static function get defaultBorderColor():uint
public function set defaultBorderColor(value:uint):void
See also
| defaultDelay | property |
defaultDelay:Number [read-write]初期値となるツールチップを表示するまでの遅延時間をミリ秒で取得または設定します。
Implementation public static function get defaultDelay():Number
public function set defaultDelay(value:Number):void
See also
| defaultFilters | property |
defaultFilters:Array [read-write]初期値となるツールチップのフィルター設定を取得または設定します。
Implementation public static function get defaultFilters():Array
public function set defaultFilters(value:Array):void
See also
| defaultMaxWidth | property |
defaultMaxWidth:Number [read-write]初期値となるツールチップの最大幅を取得または設定します。
Implementation public static function get defaultMaxWidth():Number
public function set defaultMaxWidth(value:Number):void
See also
| defaultTextColor | property |
defaultTextColor:uint [read-write]初期値となるツールチップのテキスト色を取得または設定します。
Implementation public static function get defaultTextColor():uint
public function set defaultTextColor(value:uint):void
See also
| defaultTextFormat | property |
defaultTextFormat:TextFormat [read-write]初期値となるツールチップの TextFormat を取得または設定します。
Implementation public static function get defaultTextFormat():TextFormat
public function set defaultTextFormat(value:TextFormat):void
See also
| delay | property |
delay:Number [read-write]ツールチップを表示するまでの遅延時間を秒で取得または設定します。
Implementation public function get delay():Number
public function set delay(value:Number):void
See also
| filters | property |
filters:Array [read-write]ツールチップのフィルター設定を取得または設定します。
Implementation public function get filters():Array
public function set filters(value:Array):void
See also
| maxWidth | property |
maxWidth:Number [read-write]ツールチップの最大幅を取得または設定します。
Implementation public function get maxWidth():Number
public function set maxWidth(value:Number):void
See also
| 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
See also
| textFormat | property |
textFormat:TextFormat [read-write]ツールチップに適用したい TextFormat を取得または設定します。
Implementation public function get textFormat():TextFormat
public function set textFormat(value:TextFormat):void
See also
| ToolTip | () | constructor |
public function ToolTip(target:Sprite)新しい ToolTip インスタンスを作成します。 Creates a new ToolTip object.
Parameterstarget:Sprite — 関連付けたい Sprite インスタンスです。
|
| dispose | () | method |
public function dispose():void保持しているデータを解放します。 dispose() メソッドが呼び出されると、それ以降はこのインスタンスのメソッドまたはプロパティを呼び出すと失敗し、例外がスローされます。
| remove | () | method |
public static function remove():void表示されている ToolTip を強制的に消去します。
| toString | () | method |
public function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString — オブジェクトのストリング表現です。
A string representation of the object.
|