cz.cuni.jagrlib.reg
Class InfoPlugGUI

java.lang.Object
  extended by cz.cuni.jagrlib.reg.InfoPlugGUI

public class InfoPlugGUI
extends java.lang.Object

Information about GUI of the plug.

See Also:
InfoPlugGUI.java

Field Summary
static java.awt.Color colorActive
          Color of selected plug.
static java.awt.Color colorConnect
          Color of connected plug.
static java.awt.Color colorMandatory
          Color of unconnected mandatory plug.
static java.awt.Color colorNonMandatory
          Color of unconnected non-mandatory plug.
static java.awt.Color colorOpposite
          Color of opposite plug to selected plug.
 PlugGUI gui
          Plug's visual representation.
 java.util.Map<java.lang.String,java.lang.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

orientation

public int orientation
Plug orientation.


x

public int x
X-coordinate of plug on module.


y

public int y
Y-coordinate of plug on module.


visible

public boolean visible
Visibility of plug in group.


selected

public boolean selected
Is the plug selected? (for registry filtering)


nextInfo

public java.util.Map<java.lang.String,java.lang.Object> nextInfo
This is space for all other information.


gui

public PlugGUI gui
Plug's visual representation.

See Also:
PlugGUIImproved

colorConnect

public static java.awt.Color colorConnect
Color of connected plug.


colorMandatory

public static java.awt.Color colorMandatory
Color of unconnected mandatory plug.


colorNonMandatory

public static java.awt.Color colorNonMandatory
Color of unconnected non-mandatory plug.


colorOpposite

public static java.awt.Color colorOpposite
Color of opposite plug to selected plug.


colorActive

public static java.awt.Color colorActive
Color of selected plug.

Constructor Detail

InfoPlugGUI

public InfoPlugGUI()