|
mxGraph 2.5.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.io.graphml.mxGraphMlShapeEdge
public class mxGraphMlShapeEdge
This class represents the properties of a JGraph edge.
Constructor Summary | |
---|---|
mxGraphMlShapeEdge()
Construct an empty Shape Edge Element. |
|
mxGraphMlShapeEdge(Element shapeEdgeElement)
Constructs a ShapeEdge from a xml shapeEdgeElement. |
|
mxGraphMlShapeEdge(String text,
String style)
Construct a Shape Edge with text and style. |
Method Summary | |
---|---|
Element |
generateElement(Document document)
Generates a ShapeEdge Element from this class. |
String |
getEdgeSource()
|
String |
getEdgeTarget()
|
String |
getStyle()
|
String |
getText()
|
void |
setEdgeSource(String edgeSource)
|
void |
setEdgeTarget(String edgeTarget)
|
void |
setStyle(String style)
|
void |
setText(String text)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxGraphMlShapeEdge(String text, String style)
text
- style
- public mxGraphMlShapeEdge(Element shapeEdgeElement)
shapeEdgeElement
- public mxGraphMlShapeEdge()
Method Detail |
---|
public Element generateElement(Document document)
document
- Document where the key Element will be inserted.
public String getText()
public void setText(String text)
public String getStyle()
public void setStyle(String style)
public String getEdgeSource()
public void setEdgeSource(String edgeSource)
public String getEdgeTarget()
public void setEdgeTarget(String edgeTarget)
|
mxGraph 2.5.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |