com.badlogic.gdx.graphics.g2d
Class BitmapFont.TextBounds

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.BitmapFont.TextBounds
Enclosing class:
BitmapFont

public static class BitmapFont.TextBounds
extends Object

Arbitrarily definable text boundary


Field Summary
 float height
           
 float width
           
 
Constructor Summary
BitmapFont.TextBounds()
           
BitmapFont.TextBounds(BitmapFont.TextBounds bounds)
           
 
Method Summary
 void set(BitmapFont.TextBounds bounds)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public float width

height

public float height
Constructor Detail

BitmapFont.TextBounds

public BitmapFont.TextBounds()

BitmapFont.TextBounds

public BitmapFont.TextBounds(BitmapFont.TextBounds bounds)
Method Detail

set

public void set(BitmapFont.TextBounds bounds)


Copyright © 2014. All Rights Reserved.