Class enchant.ui.Button
- Defined in: ui.enchant.js
- Extends enchant.Entity
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.ui.Button(text, theme, height, width)
ボタンオブジェクトを作成する。
|
Field Attributes | Field Name and Description |
---|---|
Text color settings.
|
|
フォントの指定
|
|
フォントサイズ
|
|
表示するテキスト
|
- 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.ui.Button(text, theme, height, width)
ボタンオブジェクトを作成する。
- Parameters:
- text
- theme
- height
- width
Field Detail
color
Text color settings.
CSS 'color' can be set to same format as properties.
font
フォントの指定
size
フォントサイズ
text
表示するテキスト