Class enchant.Label
Label クラス.
- Defined in: enchant.js
- Extends enchant.Entity
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
文字色の指定.
|
|
フォントの指定.
|
|
表示するテキスト.
|
|
テキストの水平位置の指定.
|
- Fields borrowed from class enchant.Entity:
- backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, height, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible, width
- Fields borrowed from class enchant.Node:
- age, parentNode, scene, x, y
Method Summary
- Methods borrowed from class enchant.Entity:
- disableCollection
- enableCollection
- intersect
- rotate
- scale
- within
- Methods borrowed from class enchant.Node:
- moveBy
- moveTo
- Methods borrowed from class enchant.EventTarget:
- addEventListener
- clearEventListener
- dispatchEvent
- on
- removeEventListener
Class Detail
enchant.Label()
Field Detail
{String}
color
文字色の指定.
CSSの'color'プロパティと同様の形式で指定できる.
{String}
font
フォントの指定.
CSSの'font'プロパティと同様の形式で指定できる.
{String}
text
表示するテキスト.
DOM レンダラを利用している場合 (DOMScene 以下にある場合) 改行タグ (br) も利用できますが,
ユーザから入力したり, サーバから取得した文字列を表示する場合, XSS 脆弱性などに注意してください.
Canvas レンダラを利用できる場合でも, 改行タグ (br, BR) は改行に変換されます.
{String}
textAlign
テキストの水平位置の指定.
CSSの'text-align'プロパティと同様の形式で指定できる.