Package sky.monome.frame

Package of all classes relative to frames.

See:
          Description

Interface Summary
Frame Frame that can be shown or used in multiple ways.
SizedFrame Frame that have fixed size.
 

Class Summary
AbstractFrameWindow<T extends Frame,F extends AbstractFrameWindow<T,F>> Window that makes a movable view over a frame with a static translation offset.
AbstractInertiaFrameWindow<T extends Frame,F extends AbstractInertiaFrameWindow<T,F>> Window that makes a movable view over a frame with an inertia translation offset.
AbstractWindow<T extends Frame,F extends AbstractWindow<T,F>> Window that makes a movable view over a frame.
BoundedFrameWindow Window that makes a movable view over a frame with a static translation offset that cannot exceed frame bounds.
CharacterFrame Frame which displays a character.
DefaultFrame Sized frame in its simpliest form.
FrameWindow Window that makes a movable view over a frame with a static translation offset and without any mirroring effect at frame bounds.
InertiaBoundedFrameWindow Window that makes a movable view over a frame with an inertia translation offset that cannot exceed frame bounds.
InertiaFrameWindow Window that makes a movable view over a frame with an inertia translation offset and without any mirroring effect at frame bounds.
InertiaMirroredFrameWindow Window that makes a movable view over a frame with an inertia translation offset and with a mirroring effect at frame bounds.
MirroredFrameWindow Window that makes a movable view over a frame with a static translation offset and with a mirroring effect at frame bounds.
PictureFrame Frame that displays a RenderedImage.
 

Enum Summary
AbstractWindow.WindowType Type of window.
 

Package sky.monome.frame Description

Package of all classes relative to frames.