net.avh4.framework.uilayer.scene
Class SceneText

java.lang.Object
  extended by net.avh4.framework.uilayer.scene.SceneElement
      extended by net.avh4.framework.uilayer.scene.SceneText

public class SceneText
extends SceneElement


Field Summary
protected  int color
           
protected  String font
           
protected  int fontSize
           
protected  String text
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement
height, name, width, x, y
 
Constructor Summary
SceneText(String text, int x, int y, int width, String customFontResource, int fontSize, int color)
           
 
Method Summary
 void setText(String string)
           
 
Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement
getHeight, getName, getWidth, getX, getY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text

font

protected final String font

fontSize

protected final int fontSize

color

protected final int color
Constructor Detail

SceneText

public SceneText(String text,
                 int x,
                 int y,
                 int width,
                 String customFontResource,
                 int fontSize,
                 int color)
Method Detail

setText

public void setText(String string)


Copyright © 2011. All Rights Reserved.