List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file aiken.gav.appengine.pangaea.client.channel.Channel.java
/**
* License http://www.apache.org/licenses/LICENSE-2.0.html
* Also available in the COPYING file in this folder.
*
* Original source http://code.google.com/p/dance-dance-robot/
*
From source file aiken.gav.appengine.pangaea.client.channel.Socket.java
public class Socket extends JavaScriptObject { protected Socket() { } }
From source file annis.gui.widgets.gwt.client.ui.JITVisualization.java
/** * Wraps the visualization into a java class. * * @author Benjamin Weienfels <b.pixeldrama@gmail.com> */ public class JITVisualization extends JavaScriptObject {
From source file ar.com.macsgroup.graphics.gwtraphael.client.core.implementations.BBoxJS.java
public class BBoxJS extends JavaScriptObject implements BBox { protected BBoxJS() { } public final native int getWidth()/*-{
From source file ar.com.macsgroup.graphics.gwtraphael.client.core.implementations.RaphaelElementJS.java
public final class RaphaelElementJS extends JavaScriptObject implements RaphaelElement { protected RaphaelElementJS() { } @SuppressWarnings("unchecked")
From source file ar.com.macsgroup.graphics.gwtraphael.client.core.implementations.RaphaelJS.java
public final class RaphaelJS extends JavaScriptObject implements Raphael { protected RaphaelJS() { }; public static final native RaphaelJS newInstance(int xPosition, int yPosition, int width, int height) /*-{
From source file ar.com.macsgroup.graphics.gwtraphael.client.core.implementations.RaphaelSetJS.java
public final class RaphaelSetJS extends JavaScriptObject implements RaphaelSet { protected RaphaelSetJS() { } public RaphaelSetJS attr(Attribute attribute) {
From source file at.ait.dme.yuma.client.map.tagcloud.raphael.BaseRaphaelElement.java
/** * Base class for Raphael vector drawing elements. * * @author Rainer Simon */ public class BaseRaphaelElement extends JavaScriptObject {
From source file at.ait.dme.yuma.client.map.tagcloud.raphael.BBox.java
/** * Raphael Bounding Box element. * * @author Rainer Simon */ public class BBox extends JavaScriptObject {
From source file at.ait.dme.yuma.client.map.tagcloud.raphael.Raphael.java
/** * Wrapper for the Raphael main class. * * @author Rainer Simon */ public class Raphael extends JavaScriptObject {