|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.attributes.ConnectorEndValue
Constructor Summary | |
ConnectorEndValue()
Creates a new ConnectorEndValue using a ArrowheadExt as the default ConnectorEnd |
|
ConnectorEndValue(diva.canvas.connector.ConnectorEnd connectorEnd)
Creates a new ConnectorEndValue using the specified connector end. |
|
ConnectorEndValue(java.lang.String connectorEnd)
Creates a new ConnectorEndValue using the specified string description of the connector end. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares the specified object with this visual attribute value for equality. |
VisualAttribute |
getAttribute()
|
diva.canvas.connector.ConnectorEnd |
getConnectorEnd()
Returns the connector end of this connector end value. |
int |
hashCode()
Returns the hash code for this visual attribute value. |
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. |
java.lang.String |
toString()
Returns a string representation of this visual attribute value. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConnectorEndValue()
ConnectorEndValue
using a ArrowheadExt
as the default ConnectorEnd
public ConnectorEndValue(diva.canvas.connector.ConnectorEnd connectorEnd)
ConnectorEndValue
using the specified connector end. The supplied
ConnectorEnd
is cloned in order to create a defensive copy.connectorEnd
- the connector end to use for this connector end value.public ConnectorEndValue(java.lang.String connectorEnd)
ConnectorEndValue
using the specified string description of the connector end.connectorEnd
- the string description of the connector end for this connector end value.Method Detail |
public boolean equals(java.lang.Object o)
equals
in interface VisualAttributeValue
equals
in class java.lang.Object
o
- the object to be compared for equality with this visual attribute value.true
if the specified object is equal to this visual attribute value.public VisualAttribute getAttribute()
getAttribute
in interface VisualAttributeValue
public int hashCode()
hashCode
in interface VisualAttributeValue
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface VisualAttributeValue
toString
in class java.lang.Object
public diva.canvas.connector.ConnectorEnd getConnectorEnd()
public void setEdgeValue(EdgeFigure figure)
setEdgeValue
in interface EdgeVisualAttributeValue
figure
- the edge figure to update.public void setPermanentEdgeValue(EdgeFigure figure)
setPermanentEdgeValue
in interface EdgeVisualAttributeValue
figure
- the edge figure to update.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |