|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sky.monome.frame.AbstractWindow<T,F> sky.monome.frame.AbstractFrameWindow<SizedFrame,MirroredFrameWindow> sky.monome.frame.MirroredFrameWindow
public class MirroredFrameWindow
Window that makes a movable view over a frame with a static translation offset and with a mirroring effect at frame bounds.
The mirroring effect needs an instance of SizedFrame
instead of
Frame
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class sky.monome.frame.AbstractWindow |
---|
AbstractWindow.WindowType |
Field Summary |
---|
Fields inherited from class sky.monome.frame.AbstractFrameWindow |
---|
xOffset, yOffset |
Fields inherited from class sky.monome.frame.AbstractWindow |
---|
eventListenerList, frame, windowContainer |
Constructor Summary | |
---|---|
MirroredFrameWindow(SizedFrame sizedFrame)
Constructs a mirrored frame window with the specified sized frame. |
Method Summary | |
---|---|
LedButtonCouple.LedState |
get(int x,
int y)
Returns the led state at specified coordinates. |
Methods inherited from class sky.monome.frame.AbstractFrameWindow |
---|
move, translate |
Methods inherited from class sky.monome.frame.AbstractWindow |
---|
addFrameListener, fireFrameChanged, getFrameListeners, getOnFrame, removeFrameListener, set, setOnFrame, setWindowContainer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MirroredFrameWindow(SizedFrame sizedFrame)
sizedFrame
- Sized frame over which this windows makes a view.Method Detail |
---|
public LedButtonCouple.LedState get(int x, int y)
x
- X-coordinate of the led state needed.y
- Y-coordinate of the led state needed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |