libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle

Packages that use Label.LabelStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of Label.LabelStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui that return Label.LabelStyle
 Label.LabelStyle Label.getStyle()
          Returns the label's style.
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Label.LabelStyle
 void Label.setStyle(Label.LabelStyle style)
           
 Dialog Dialog.text(java.lang.String text, Label.LabelStyle labelStyle)
          Adds a label to the content table.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Label.LabelStyle
Label.LabelStyle(Label.LabelStyle style)
           
Label(java.lang.CharSequence text, Label.LabelStyle style)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)