fcmodeler.attributes
Interface NodeVisualAttributeValue

All Known Implementing Classes:
NodeShapeValue, FillValue, ColorValue

public interface NodeVisualAttributeValue

A specific value of a node visual attribute.

Since:
JDK1.3
Version:
$Revision: 1.1 $
Author:
Julie Dickerson , Zach Cox

Method Summary
 void setNodeValue(NodeFigure figure)
          Sets the visual attribute of the specified node figure to the value contained in this visual attribute value.
 void setPermanentNodeValue(NodeFigure figure)
          Sets the permanent visual attribute of the specified node figure to the value contained in this visual attribute value.
 

Method Detail

setNodeValue

public void setNodeValue(NodeFigure figure)
Sets the visual attribute of the specified node figure to the value contained in this visual attribute value.
Parameters:
figure - the node figure to update.

setPermanentNodeValue

public void setPermanentNodeValue(NodeFigure figure)
Sets the permanent visual attribute of the specified node figure to the value contained in this visual attribute value.
Parameters:
figure - the node figure to update.