org.gwtopenmaps.openlayers.client.util
Class JDoubleArray

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.util.JArrayBase
          extended by org.gwtopenmaps.openlayers.client.util.JDoubleArray

public class JDoubleArray
extends JArrayBase


Constructor Summary
protected JDoubleArray(JSObject array)
           
 
Method Summary
static JDoubleArray create(double[] doubles)
           
 double get(int index)
           
static JDoubleArray narrowToJDoubleArray(JSObject array)
           
 void push(double d)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JArrayBase
length, narrowToJArray
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDoubleArray

protected JDoubleArray(JSObject array)
Method Detail

narrowToJDoubleArray

public static JDoubleArray narrowToJDoubleArray(JSObject array)

get

public double get(int index)

create

public static JDoubleArray create(double[] doubles)

push

public void push(double d)


Copyright © 2011 sourceforge. All Rights Reserved.