Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2016-0-4 21:24

Class enchant.Label

Label クラス.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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

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'プロパティと同様の形式で指定できる.