fcmodeler.attributes
Class DefaultEdgeValues

java.lang.Object
  |
  +--fcmodeler.attributes.DefaultEdgeValues

public final class DefaultEdgeValues
extends java.lang.Object

A factory for default edge visual attribute values.

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

Method Summary
static ColorValue getColor()
          Returns the black color value.
static ConnectorEndValue getConnectorEnd()
           
static DashValue getDash()
          Returns the dash value [0.0, 0.0].
static EdgeVisualAttributeValue getDefault(VisualAttribute attribute)
          Returns the default value of the specified visual attribute.
static EdgeVisualAttributeValue getDefault(VisualAttributeValue value)
          Returns the default value for the visual attribute of the specified visual attribute value.
static LineWidthValue getLineWidth()
          Returns the line width value 1.0.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColor

public static ColorValue getColor()
Returns the black color value.
Returns:
the black color value.

getDash

public static DashValue getDash()
Returns the dash value [0.0, 0.0].
Returns:
the dash value [0.0, 0.0].

getConnectorEnd

public static ConnectorEndValue getConnectorEnd()

getDefault

public static EdgeVisualAttributeValue getDefault(VisualAttribute attribute)
Returns the default value of the specified visual attribute.
Parameters:
attribute - the visual attribute.
Returns:
the default value of the visual attribute.

getDefault

public static EdgeVisualAttributeValue getDefault(VisualAttributeValue value)
Returns the default value for the visual attribute of the specified visual attribute value.
Parameters:
value - the visual attribute value.
Returns:
the default visual attribute value.

getLineWidth

public static LineWidthValue getLineWidth()
Returns the line width value 1.0.
Returns:
the line width value 1.0.