Class Geometry<T extends com.google.gwt.core.client.JavaScriptObject>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Geometry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.core.client.JsArray<T> getCoordinates()  
      java.lang.String type()  
      • Methods inherited from class com.google.gwt.core.client.JsArray

        get, join, join, length, push, set, setLength, shift, unshift
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Geometry

        protected Geometry()
    • Method Detail

      • type

        public final java.lang.String type()
      • getCoordinates

        public final com.google.gwt.core.client.JsArray<T> getCoordinates()