org.ros.android.view.visualization
Class TextureBitmapUtilities

java.lang.Object
  extended by org.ros.android.view.visualization.TextureBitmapUtilities

public class TextureBitmapUtilities
extends java.lang.Object


Constructor Summary
TextureBitmapUtilities()
           
 
Method Summary
static Bitmap createSquareBitmap(int[] pixels, int width, int height, int fillColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureBitmapUtilities

public TextureBitmapUtilities()
Method Detail

createSquareBitmap

public static Bitmap createSquareBitmap(int[] pixels,
                                        int width,
                                        int height,
                                        int fillColor)