-
-
-
-
Methods in org.graffiti.plugins.views.defaults with parameters of type EdgeGraphicAttribute
Modifier and Type |
Method |
Description |
abstract void |
LineEdgeShape.buildShape(EdgeGraphicAttribute graphics,
NodeShape source,
NodeShape target) |
Called when one of the nodes belonging to this edge has changed.
|
void |
PolyLineEdgeShape.buildShape(EdgeGraphicAttribute edgeAttr,
NodeShape sourceShape,
NodeShape targetShape) |
This method sets all necessary properties of an edge using the values
contained within the CollectionAttribute (like coordinates
etc.).
|
void |
QuadCurveEdgeShape.buildShape(EdgeGraphicAttribute edgeAttr,
NodeShape sourceShape,
NodeShape targetShape) |
This method sets all necessary properties of an edge using the values
contained within the CollectionAttribute (like coordinates
etc.).
|
void |
SmoothLineEdgeShape.buildShape(EdgeGraphicAttribute edgeAttr,
NodeShape sourceShape,
NodeShape targetShape) |
This method sets all necessary properties of an edge using the values
contained within the CollectionAttribute (like coordinates
etc.).
|
void |
StraightLineEdgeShape.buildShape(EdgeGraphicAttribute edgeAttr,
NodeShape sourceShape,
NodeShape targetShape) |
This method sets all necessary properties of an edge using the values
contained within the CollectionAttribute (like coordinates
etc.).
|