|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--giden.CORE.UiNodeInfo
Copyright (c) 1993-2004 C. R. Coullard, D. S. Dilworth, J. H. Owen,
All Rights Reserved.
We make no representations or warranties about the suitability of
the software, either express or implied, including but not limited
to the implied warranties of merchantability, fitness for a
particular purpose, or non-infringement. We shall not be liable for
any damages suffered by user as a result of using, modifying or
distributing this software or its derivatives.
UiNodeInfo provides data members that define how an node is drawn by the GUI.
Copyright (c) 1993-2001 C. R. Coullard, D. S. Dilworth, J. H. Owen, All Rights Reserved.
UserIO
, Serialized FormField Summary | |
java.awt.Color |
color
The color to draw this node |
java.lang.String |
label
The text label for this node |
int |
radius
The radius of the node |
boolean |
visible
true if the node should be drawn |
int |
x
The x coordinate of the node |
int |
y
The y coordinate of the node |
Constructor Summary | |
UiNodeInfo()
Internal method |
|
UiNodeInfo(java.lang.String label,
java.awt.Color color)
Internal method |
Method Summary | |
UiNodeInfo |
UiClone()
Internal method |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.awt.Color color
public java.lang.String label
public boolean visible
public int radius
public int x
public int y
Constructor Detail |
public UiNodeInfo()
public UiNodeInfo(java.lang.String label, java.awt.Color color)
Method Detail |
public UiNodeInfo UiClone()
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |