giden.CORE
Class UiNodeInfo

java.lang.Object
  |
  +--giden.CORE.UiNodeInfo
All Implemented Interfaces:
java.io.Serializable

public class UiNodeInfo
extends java.lang.Object
implements java.io.Serializable

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.

Version:
4.0a 2004 08 27
Author:
D. S. Dilworth
See Also:
UserIO, Serialized Form

Field 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

color

public java.awt.Color color
The color to draw this node

label

public java.lang.String label
The text label for this node

visible

public boolean visible
true if the node should be drawn

radius

public int radius
The radius of the node

x

public int x
The x coordinate of the node

y

public int y
The y coordinate of the node
Constructor Detail

UiNodeInfo

public UiNodeInfo()
Internal method

UiNodeInfo

public UiNodeInfo(java.lang.String label,
                  java.awt.Color color)
Internal method
Method Detail

UiClone

public UiNodeInfo UiClone()
Internal method