Uses of Interface
sky.monome.frame.SizedFrame

Packages that use SizedFrame
sky.monome.frame Package of all classes relative to frames. 
 

Uses of SizedFrame in sky.monome.frame
 

Classes in sky.monome.frame that implement SizedFrame
 class CharacterFrame
          Frame which displays a character.
 class DefaultFrame
          Sized frame in its simpliest form.
 class PictureFrame
          Frame that displays a RenderedImage.
 

Constructors in sky.monome.frame with parameters of type SizedFrame
BoundedFrameWindow(SizedFrame sizedFrame)
          Constructs a bounded frame window with the specified sized frame.
InertiaBoundedFrameWindow(SizedFrame sizedFrame)
          Constructs an inertia bounded frame window with the specified sized frame.
InertiaMirroredFrameWindow(SizedFrame sizedFrame)
          Constructs an inertia mirrored frame window with the specified sized frame.
MirroredFrameWindow(SizedFrame sizedFrame)
          Constructs a mirrored frame window with the specified sized frame.