|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.reg.InfoPlugGUI
public class InfoPlugGUI
Information about GUI of the plug.
Field Summary | |
---|---|
static Color |
colorActive
Color of selected plug. |
static Color |
colorConnect
Color of connected plug. |
static Color |
colorMandatory
Color of unconnected mandatory plug. |
static Color |
colorNonMandatory
Color of unconnected non-mandatory plug. |
static Color |
colorOpposite
Color of opposite plug to selected plug. |
PlugGUI |
gui
Plug's visual representation. |
Map<String,Object> |
nextInfo
This is space for all other information. |
int |
orientation
Plug orientation. |
boolean |
selected
Is the plug selected? |
boolean |
visible
Visibility of plug in group. |
int |
x
X-coordinate of plug on module. |
int |
y
Y-coordinate of plug on module. |
Constructor Summary | |
---|---|
InfoPlugGUI()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int orientation
public int x
public int y
public boolean visible
public boolean selected
public Map<String,Object> nextInfo
public PlugGUI gui
PlugGUIImproved
public static Color colorConnect
public static Color colorMandatory
public static Color colorNonMandatory
public static Color colorOpposite
public static Color colorActive
Constructor Detail |
---|
public InfoPlugGUI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |