sky.monome.frame
Interface SizedFrame

All Superinterfaces:
Frame
All Known Implementing Classes:
CharacterFrame, DefaultFrame, PictureFrame

public interface SizedFrame
extends Frame

Frame that have fixed size.

Author:
PJ Skyman

Method Summary
 int getHeight()
          Returns the height of this sized frame.
 int getWidth()
          Returns the width of this sized frame.
 
Methods inherited from interface sky.monome.frame.Frame
get, set
 

Method Detail

getWidth

int getWidth()
Returns the width of this sized frame.

Returns:
The width of this sized frame.

getHeight

int getHeight()
Returns the height of this sized frame.

Returns:
The height of this sized frame.