libgdx API

Uses of Class
com.badlogic.gdx.utils.FloatArray

Packages that use FloatArray
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.utils   
 

Uses of FloatArray in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d with parameters of type FloatArray
 void BitmapFont.computeGlyphAdvancesAndPositions(java.lang.CharSequence str, FloatArray glyphAdvances, FloatArray glyphPositions)
          Computes the glyph advances for the given character sequence and stores them in the provided FloatArray.
 

Uses of FloatArray in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils with parameters of type FloatArray
 void FloatArray.addAll(FloatArray array)
           
 void FloatArray.addAll(FloatArray array, int offset, int length)
           
 

Constructors in com.badlogic.gdx.utils with parameters of type FloatArray
FloatArray(FloatArray array)
          Creates a new array containing the elements in the specific array.
 


libgdx API

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