libgdx API

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

Packages that use BitmapFont.TextBounds
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of BitmapFont.TextBounds in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d that return BitmapFont.TextBounds
 BitmapFont.TextBounds BitmapFontCache.addMultiLineText(java.lang.CharSequence str, float x, float y)
          Adds glyphs for the specified text, which may contain newlines (\n).
 BitmapFont.TextBounds BitmapFontCache.addMultiLineText(java.lang.CharSequence str, float x, float y, float alignmentWidth, BitmapFont.HAlignment alignment)
          Adds glyphs for the specified text, which may contain newlines (\n).
 BitmapFont.TextBounds BitmapFontCache.addText(java.lang.CharSequence str, float x, float y)
          Adds glyphs for the specified text.
 BitmapFont.TextBounds BitmapFontCache.addText(java.lang.CharSequence str, float x, float y, int start, int end)
          Adds glyphs for the the specified text.
 BitmapFont.TextBounds BitmapFontCache.addWrappedText(java.lang.CharSequence str, float x, float y, float wrapWidth)
          Adds glyphs for the specified text, which may contain newlines (\n) and is automatically wrapped within the specified width.
 BitmapFont.TextBounds BitmapFontCache.addWrappedText(java.lang.CharSequence str, float x, float y, float wrapWidth, BitmapFont.HAlignment alignment)
          Adds glyphs for the specified text, which may contain newlines (\n) and is automatically wrapped within the specified width.
 BitmapFont.TextBounds BitmapFont.draw(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y)
          Draws a string at the specified position.
 BitmapFont.TextBounds BitmapFont.draw(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y, int start, int end)
          Draws a string at the specified position.
 BitmapFont.TextBounds BitmapFont.drawMultiLine(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y)
          Draws a string, which may contain newlines (\n), at the specified position.
 BitmapFont.TextBounds BitmapFont.drawMultiLine(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y, float alignmentWidth, BitmapFont.HAlignment alignment)
          Draws a string, which may contain newlines (\n), at the specified position.
 BitmapFont.TextBounds BitmapFont.drawWrapped(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y, float wrapWidth)
          Draws a string, which may contain newlines (\n), with the specified position.
 BitmapFont.TextBounds BitmapFont.drawWrapped(SpriteBatch spriteBatch, java.lang.CharSequence str, float x, float y, float wrapWidth, BitmapFont.HAlignment alignment)
          Draws a string, which may contain newlines (\n), with the specified position.
 BitmapFont.TextBounds BitmapFontCache.getBounds()
          Returns the size of the cached string.
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str)
          Returns the bounds of the specified text.
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text.
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str, int start, int end)
          Returns the bounds of the specified text.
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str, int start, int end, BitmapFont.TextBounds textBounds)
          Returns the size of the specified string.
 BitmapFont.TextBounds BitmapFont.getMultiLineBounds(java.lang.CharSequence str)
          Returns the bounds of the specified text, which may contain newlines.
 BitmapFont.TextBounds BitmapFont.getMultiLineBounds(java.lang.CharSequence str, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text, which may contain newlines.
 BitmapFont.TextBounds BitmapFont.getWrappedBounds(java.lang.CharSequence str, float wrapWidth)
          Returns the bounds of the specified text, which may contain newlines and is wrapped within the specified width.
 BitmapFont.TextBounds BitmapFont.getWrappedBounds(java.lang.CharSequence str, float wrapWidth, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text, which may contain newlines and is wrapped within the specified width.
 BitmapFont.TextBounds BitmapFontCache.setMultiLineText(java.lang.CharSequence str, float x, float y)
          Clears any cached glyphs and adds glyphs for the specified text, which may contain newlines (\n).
 BitmapFont.TextBounds BitmapFontCache.setMultiLineText(java.lang.CharSequence str, float x, float y, float alignmentWidth, BitmapFont.HAlignment alignment)
          Clears any cached glyphs and adds glyphs for the specified text, which may contain newlines (\n).
 BitmapFont.TextBounds BitmapFontCache.setText(java.lang.CharSequence str, float x, float y)
          Clears any cached glyphs and adds glyphs for the specified text.
 BitmapFont.TextBounds BitmapFontCache.setText(java.lang.CharSequence str, float x, float y, int start, int end)
          Clears any cached glyphs and adds glyphs for the specified text.
 BitmapFont.TextBounds BitmapFontCache.setWrappedText(java.lang.CharSequence str, float x, float y, float wrapWidth)
          Clears any cached glyphs and adds glyphs for the specified text, which may contain newlines (\n) and is automatically wrapped within the specified width.
 BitmapFont.TextBounds BitmapFontCache.setWrappedText(java.lang.CharSequence str, float x, float y, float wrapWidth, BitmapFont.HAlignment alignment)
          Clears any cached glyphs and adds glyphs for the specified text, which may contain newlines (\n) and is automatically wrapped within the specified width.
 

Methods in com.badlogic.gdx.graphics.g2d with parameters of type BitmapFont.TextBounds
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text.
 BitmapFont.TextBounds BitmapFont.getBounds(java.lang.CharSequence str, int start, int end, BitmapFont.TextBounds textBounds)
          Returns the size of the specified string.
 BitmapFont.TextBounds BitmapFont.getMultiLineBounds(java.lang.CharSequence str, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text, which may contain newlines.
 BitmapFont.TextBounds BitmapFont.getWrappedBounds(java.lang.CharSequence str, float wrapWidth, BitmapFont.TextBounds textBounds)
          Returns the bounds of the specified text, which may contain newlines and is wrapped within the specified width.
 void BitmapFont.TextBounds.set(BitmapFont.TextBounds bounds)
           
 

Constructors in com.badlogic.gdx.graphics.g2d with parameters of type BitmapFont.TextBounds
BitmapFont.TextBounds(BitmapFont.TextBounds bounds)
           
 

Uses of BitmapFont.TextBounds in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui that return BitmapFont.TextBounds
 BitmapFont.TextBounds Label.getTextBounds()
           
 


libgdx API

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