com.maryanovsky.gwtutils.client.geom
Interface SizeView

All Known Implementing Classes:
Size

public interface SizeView

Provides a view of Size without allowing modifications.

Author:
Maryanovsky Alexander

Method Summary
 int getHeight()
          Returns the height.
 int getWidth()
          Returns the width.
 boolean isEmpty()
          Returns true if either the width or height are 0.
 

Method Detail

getWidth

int getWidth()
Returns the width.


getHeight

int getHeight()
Returns the height.


isEmpty

boolean isEmpty()
Returns true if either the width or height are 0.