Package | danmaq.nineball.struct.font |
Class | public class CFontTransformBit |
Subclasses | CFontTransform |
通常、ユーザはこのクラスよりもサブクラスである CFontTransformを使用することの方が多いでしょう。
See also
Property | Defined by | ||
---|---|---|---|
alpha : Number
透明度を取得します。
| CFontTransformBit | ||
clone : CFontTransformBit
[read-only]
オブジェクトのコピーを取得します。
| CFontTransformBit | ||
color : uint
色を取得します。
| CFontTransformBit | ||
rotate : Number
回転角度を取得します。
| CFontTransformBit | ||
smoothing : Boolean アンチエイリアスを施すかどうかが格納されます。
| CFontTransformBit |
Method | Defined by | ||
---|---|---|---|
CFontTransformBit(pos:Point = null, scale:Point = null, rotate:Number = 0, alpha:Number = 1, color:uint = 0xFFFFFF, smoothing:Boolean = false)
コンストラクタ。
| CFontTransformBit | ||
toString():String
オブジェクトのストリング表現を取得します。
このクラスでは、設定された値の一覧を文字列形式で習得します。
| CFontTransformBit |
Constant | Defined by | ||
---|---|---|---|
pos : Point 座標が格納されます。
| CFontTransformBit | ||
scale : Point 拡大率が格納されます。
| CFontTransformBit |
alpha | property |
alpha:Number
[read-write]透明度を取得します。
Implementation public function get alpha():Number
public function set alpha(value:Number):void
clone | property |
clone:CFontTransformBit
[read-only]オブジェクトのコピーを取得します。
Implementation public function get clone():CFontTransformBit
color | property |
color:uint
[read-write]色を取得します。
Implementation public function get color():uint
public function set color(value:uint):void
rotate | property |
rotate:Number
[read-write]回転角度を取得します。
Implementation public function get rotate():Number
public function set rotate(value:Number):void
smoothing | property |
public var smoothing:Boolean
アンチエイリアスを施すかどうかが格納されます。
CFontTransformBit | () | constructor |
public function CFontTransformBit(pos:Point = null, scale:Point = null, rotate:Number = 0, alpha:Number = 1, color:uint = 0xFFFFFF, smoothing:Boolean = false)
コンストラクタ。
Parameterspos:Point (default = null ) — 座標
|
|
scale:Point (default = null ) — 拡大率
|
|
rotate:Number (default = 0 ) — 回転角度
|
|
alpha:Number (default = 1 ) — 透過度
|
|
color:uint (default = 0xFFFFFF ) — 乗算するカラーコード
|
|
smoothing:Boolean (default = false ) — アンチエイリアスを施すかどうか
|
toString | () | method |
public function toString():String
オブジェクトのストリング表現を取得します。 このクラスでは、設定された値の一覧を文字列形式で習得します。
ReturnsString |
pos | constant |
public const pos:Point
座標が格納されます。
scale | constant |
public const scale:Point
拡大率が格納されます。