net.avh4.framework.uilayer.scene
Class SceneLabel

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

public class SceneLabel
extends SceneElement


Field Summary
protected  int color
           
protected  Font font
           
protected  int fontSize
           
protected  String text
           
 
Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement
height, name, width, x, y
 
Constructor Summary
SceneLabel(String text, int x, int y, Font font, int fontSize, int color)
           
SceneLabel(String text, int x, int y, String customFontResource, int fontSize, int color)
           
 
Method Summary
 
Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement
getHeight, getName, getWidth, getX, getY, setHeight, setWidth, setX, setY
 
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 Font font

fontSize

protected final int fontSize

color

protected final int color
Constructor Detail

SceneLabel

public SceneLabel(String text,
                  int x,
                  int y,
                  Font font,
                  int fontSize,
                  int color)

SceneLabel

public SceneLabel(String text,
                  int x,
                  int y,
                  String customFontResource,
                  int fontSize,
                  int color)


Copyright © 2012. All Rights Reserved.