List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.akjava.gwt.three.client.js.core.Clock.java
public class Clock extends JavaScriptObject { protected Clock() { } public final native boolean isAutoStart()/*-{ return this.autoStart;
From source file com.akjava.gwt.three.client.js.core.EventDispatcher.java
public class EventDispatcher extends JavaScriptObject { protected EventDispatcher() { } public final native void apply(JavaScriptObject object)/*-{ this.apply(object);
From source file com.akjava.gwt.three.client.js.core.Raycaster.java
/** * This class makes raycasting easier. Raycasting is used for picking and more. */ public class Raycaster extends JavaScriptObject { protected Raycaster() { }
From source file com.akjava.gwt.three.client.js.extras.animation.AnimationMorphTarget.java
/** * removed or renamed on r65? * @author aki * */ public class AnimationMorphTarget extends JavaScriptObject {
From source file com.akjava.gwt.three.client.js.extras.animation.KeyFrameAnimation.java
public class KeyFrameAnimation extends JavaScriptObject { protected KeyFrameAnimation() { } public final native Object3D getRoot()/*-{ return this.root;
From source file com.akjava.gwt.three.client.js.extras.animation.MorphAnimation.java
public class MorphAnimation extends JavaScriptObject { protected MorphAnimation() { } public final native MorphAnimMesh getMesh()/*-{ return this.mesh;
From source file com.akjava.gwt.three.client.js.extras.core.Curve.java
public class Curve extends JavaScriptObject { protected Curve() { } public final native Vector2 getPoint(double t)/*-{ return this.getPoint(t);
From source file com.akjava.gwt.three.client.js.extras.curves.CubicBezierCurve3.java
public class CubicBezierCurve3 extends JavaScriptObject { protected CubicBezierCurve3() { } public final native Vector3 getV0()/*-{ return this.v0;
From source file com.akjava.gwt.three.client.js.extras.curves.LineCurve3.java
public class LineCurve3 extends JavaScriptObject { protected LineCurve3() { } public final native Vector3 getV1()/*-{ return this.v1;
From source file com.akjava.gwt.three.client.js.extras.curves.QuadraticBezierCurve3.java
public class QuadraticBezierCurve3 extends JavaScriptObject { protected QuadraticBezierCurve3() { } public final native Vector3 getV0()/*-{ return this.v0;