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

Class enchant.Label

Erstellt ein Label Objekt.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Text Farbe.
 
Text Eigenschaften.
 
Darzustellender Text.
 
Spezifiziert die horizontale Ausrichtung des Textes.
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
Text Farbe. Kann im gleichen Format wie die CSS 'color' Eigenschaft angegeben werden.
{String} font
Text Eigenschaften. Kann im gleichen Format wie die CSS 'font' Eigenschaft angegeben werden.
{String} text
Darzustellender Text.
{String} textAlign
Spezifiziert die horizontale Ausrichtung des Textes. Kann im gleichen Format wie die CSS 'text-align' Eigenschaft angegeben werden.