com.jpemartin.jgt
Interface HasSize

All Known Implementing Classes:
BaseApp

public interface HasSize

This interface is implemented by stuff that has a width and height; more specifically this is meant to be used when a global setting of width and height should be shared across many objects


Method Summary
 int getHeight()
          the height of the object
 int getWidth()
          the width of the object
 

Method Detail

getWidth

int getWidth()
the width of the object


getHeight

int getHeight()
the height of the object