org.cruxframework.crux.plugin.gadget.client.features
Class ViewPortDimensions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.plugin.gadget.client.features.ViewPortDimensions

public class ViewPortDimensions
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Constructor Summary
protected ViewPortDimensions()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewPortDimensions

protected ViewPortDimensions()
Method Detail

getWidth

public final int getWidth()

getHeight

public final int getHeight()


Copyright © 2014. All rights reserved.