|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.ui.fixtures
Class UniversePanelLayout
java.lang.Objectbe.lassi.ui.fixtures.UniversePanelLayout
public class UniversePanelLayout
- extends java.lang.Object
| Field Summary | |
|---|---|
static int |
COLUMN_COUNT
|
static int |
ROW_COUNT
|
| Constructor Summary | |
|---|---|
UniversePanelLayout()
|
|
| Method Summary | |
|---|---|
int |
getChannel(int x,
int y)
|
boolean |
isOutside(int x,
int y)
|
void |
setBounds(java.awt.Rectangle bounds)
|
int |
xChannel(int channelId)
|
int |
yChannel(int channelId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
COLUMN_COUNT
public static final int COLUMN_COUNT
- See Also:
- Constant Field Values
ROW_COUNT
public static final int ROW_COUNT
- See Also:
- Constant Field Values
| Constructor Detail |
|---|
UniversePanelLayout
public UniversePanelLayout()
| Method Detail |
|---|
getChannel
public int getChannel(int x,
int y)
isOutside
public boolean isOutside(int x,
int y)
setBounds
public void setBounds(java.awt.Rectangle bounds)
xChannel
public int xChannel(int channelId)
yChannel
public int yChannel(int channelId)
|
Lighting Assistant 1.2 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
be.lassi.ui.fixtures.UniversePanelLayout