org.gwtopenmaps.openlayers.client.util
Class JFloatArrayImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JFloatArrayImpl

public class JFloatArrayImpl
extends Object


Constructor Summary
JFloatArrayImpl()
           
 
Method Summary
static float get(JSObject array, int index)
           
static float getAsFloat(JSObject array, int pos)
           
static void push(JSObject array, float f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFloatArrayImpl

public JFloatArrayImpl()
Method Detail

get

public static float get(JSObject array,
                        int index)

getAsFloat

public static float getAsFloat(JSObject array,
                               int pos)

push

public static void push(JSObject array,
                        float f)


Copyright © 2011 sourceforge. All Rights Reserved.