|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object DefaultGraphCell net.clackrouter.router.graph.Wire
public abstract class Wire
Cell object for a JGraph GraphModel that represents an edge between two ComponentCells.
Nested Class Summary | |
---|---|
static class |
Wire.WireRouting
|
Field Summary | |
---|---|
protected java.lang.Object |
source
Source and target of the edge. |
protected java.lang.Object |
target
Source and target of the edge. |
Constructor Summary | |
---|---|
Wire(java.lang.String name,
ClackView clackview)
|
Method Summary | |
---|---|
java.util.Map |
changeAttributes(java.util.Map change)
Override parent method to ensure non-null points. |
protected void |
checkDefaults()
Override parent method to ensure non-null points. |
java.lang.Object |
clone()
Create a clone of the cell. |
ClackView |
getClackView()
|
java.lang.Object |
getSource()
Returns the source of the edge. |
java.lang.Object |
getTarget()
Returns the target of the edge. |
void |
setSource(java.lang.Object port)
Sets the source of the edge. |
void |
setTarget(java.lang.Object port)
Returns the target of edge . |
void |
setWireView(WireView v)
|
void |
wireUsed()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object source
protected java.lang.Object target
Constructor Detail |
---|
public Wire(java.lang.String name, ClackView clackview)
Method Detail |
---|
public ClackView getClackView()
public void setWireView(WireView v)
public void wireUsed()
protected void checkDefaults()
public java.util.Map changeAttributes(java.util.Map change)
public java.lang.Object getSource()
public java.lang.Object getTarget()
public void setSource(java.lang.Object port)
public void setTarget(java.lang.Object port)
edge
.
public java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |