public class DEdge
extends org.jgraph.graph.DefaultEdge
implements java.lang.Cloneable
| Constructor and Description |
|---|
DEdge() |
DEdge(LineStyle anLineStyle) |
DEdge(LineStyle anLineStyle,
java.util.ArrayList<java.awt.Point> points) |
DEdge(java.lang.Object object) |
DEdge(java.lang.Object object,
org.jgraph.graph.AttributeMap attributeMap) |
DEdge(java.lang.Object object,
LineStyle anLineStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearLineBegin()
clearLineBegin
|
protected void |
clearLineEnd()
clearLineEnd
|
protected void |
clearLineMiddle()
clearLineMiddle
|
java.lang.Object |
clone()
Create a clone of the cell.
|
LineStyle |
getLineStyle() |
protected float |
getLineWidth() |
void |
refresh() |
protected void |
resetLineBegin() |
protected void |
resetLineDash() |
protected void |
resetLineEnd() |
protected void |
resetLineMiddle() |
protected void |
resetLineNumber() |
protected void |
resetLineStyle() |
protected void |
setEditable(boolean editable)
setEditable
|
void |
setLineColor(java.awt.Color color)
setColor
|
protected void |
setLineDash(float[] dash) |
getSource, getTarget, setSource, setTargetaddPort, addPort, addPort, changeAttributes, getAttributes, getChildren, setAttributesadd, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic DEdge()
public DEdge(java.lang.Object object)
public DEdge(java.lang.Object object,
org.jgraph.graph.AttributeMap attributeMap)
public DEdge(java.lang.Object object,
LineStyle anLineStyle)
public DEdge(LineStyle anLineStyle)
public DEdge(LineStyle anLineStyle, java.util.ArrayList<java.awt.Point> points)
protected float getLineWidth()
public LineStyle getLineStyle()
protected void resetLineStyle()
protected void resetLineBegin()
protected void resetLineEnd()
protected void resetLineMiddle()
protected void resetLineDash()
protected void setLineDash(float[] dash)
protected void resetLineNumber()
protected void setEditable(boolean editable)
editable - booleanpublic void setLineColor(java.awt.Color color)
color - Colorpublic java.lang.Object clone()
org.jgraph.graph.DefaultEdgeclone in class org.jgraph.graph.DefaultEdgeprotected void clearLineBegin()
protected void clearLineEnd()
protected void clearLineMiddle()
public void refresh()