fcmodeler.attributes
Interface EdgeVisualAttributeValue

All Known Implementing Classes:
ConnectorEndValue, DashValue, LineWidthValue, ColorValue

public interface EdgeVisualAttributeValue

A specific value of an edge visual attribute.

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

Method Summary
 void setEdgeValue(EdgeFigure figure)
          Sets the visual attribute of the specified edge figure to the value contained in this visual attribute value.
 void setPermanentEdgeValue(EdgeFigure figure)
          Sets the permanent visual attribute of the specified edge figure to the value contained in this visual attribute value.
 

Method Detail

setEdgeValue

public void setEdgeValue(EdgeFigure figure)
Sets the visual attribute of the specified edge figure to the value contained in this visual attribute value.
Parameters:
figure - the edge figure to update.

setPermanentEdgeValue

public void setPermanentEdgeValue(EdgeFigure figure)
Sets the permanent visual attribute of the specified edge figure to the value contained in this visual attribute value.
Parameters:
figure - the edge figure to update.