List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.github.gwtcannonjs.client.objects.WheelInfoOptions.java
public class WheelInfoOptions extends JavaScriptObject { protected WheelInfoOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.shapes.ContactPoint.java
public class ContactPoint extends JavaScriptObject { protected ContactPoint() { // A JavaScriptObject cannot be created directly } public final native Vec3 getPoint() /*-{
From source file com.github.gwtcannonjs.client.shapes.HeightfieldOptions.java
public class HeightfieldOptions extends JavaScriptObject { protected HeightfieldOptions() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.shapes.Shape.java
/** * Base class for shapes */ public class Shape extends JavaScriptObject { public static int SPHERE;
From source file com.github.gwtcannonjs.client.solver.Solver.java
/** * Constraint equation solver base class. */ public class Solver extends JavaScriptObject { protected Solver() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.utils.Event.java
public class Event extends JavaScriptObject { protected Event() { // A JavaScriptObject cannot be created directly } public final native String getType() /*-{
From source file com.github.gwtcannonjs.client.utils.EventTarget.java
/** * Base class for objects that dispatches events. */ public class EventTarget extends JavaScriptObject { protected EventTarget() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.utils.Pool.java
/** * For pooling objects that can be reused. */ public class Pool<T extends JavaScriptObject> extends JavaScriptObject { protected Pool() { // A JavaScriptObject cannot be created directly
From source file com.github.gwtcannonjs.client.utils.TupleDictionary.java
public class TupleDictionary extends JavaScriptObject { protected TupleDictionary() { // A JavaScriptObject cannot be created directly } /**
From source file com.github.gwtcannonjs.client.world.Narrowphase.java
/** * Helper class for the World. Generates ContactEquations. */ public class Narrowphase extends JavaScriptObject { protected Narrowphase() { // A JavaScriptObject cannot be created directly