Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.geometry
Class Dimension

java.lang.Object
  extended by org.jboss.arquillian.ajocado.geometry.Dimension

public class Dimension
extends Object

Dimensions of object rendered by browser.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
Dimension(int width, int height)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension(int width,
                 int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

toString

public String toString()
Overrides:
toString in class Object

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.