|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
edu.uci.ics.jung.graph.decorators.EdgeShape.Line
public static class EdgeShape.Line
An edge shape that renders as a straight line between the vertex endpoints.
Field Summary |
---|
Fields inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction |
---|
control_offset_increment |
Constructor Summary | |
---|---|
EdgeShape.Line()
|
Method Summary | |
---|---|
Shape |
getShape(Edge e)
Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the SimpleLoop shared instance. |
Methods inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction |
---|
setControlOffsetIncrement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeShape.Line()
Method Detail |
---|
public Shape getShape(Edge e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |