|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeAnchors | |
---|---|
cytoscape.render.immed | |
cytoscape.render.stateful |
Uses of EdgeAnchors in cytoscape.render.immed |
---|
Methods in cytoscape.render.immed with parameters of type EdgeAnchors | |
---|---|
void |
GraphGraphics.drawEdgeFull(byte arrow0Type,
float arrow0Size,
Paint arrow0Paint,
byte arrow1Type,
float arrow1Size,
Paint arrow1Paint,
float x0,
float y0,
EdgeAnchors anchors,
float x1,
float y1,
float edgeThickness,
Stroke edgeStroke,
Paint edgePaint)
Draws an edge with medium to high detail, depending on parameters specified. |
boolean |
GraphGraphics.getEdgePath(byte arrow0Type,
float arrow0Size,
byte arrow1Type,
float arrow1Size,
float x0,
float y0,
EdgeAnchors anchors,
float x1,
float y1,
GeneralPath path)
Computes the path that an edge takes; this method is useful if a user interface would allow user selection of edges, for example. |
Uses of EdgeAnchors in cytoscape.render.stateful |
---|
Methods in cytoscape.render.stateful that return EdgeAnchors | |
---|---|
EdgeAnchors |
EdgeDetails.anchors(int edge)
Returns edge anchors to use when rendering this edge. |
Methods in cytoscape.render.stateful with parameters of type EdgeAnchors | |
---|---|
static boolean |
GraphRenderer.computeEdgeEndpoints(GraphGraphics grafx,
float[] srcNodeExtents,
byte srcNodeShape,
byte srcArrow,
float srcArrowSize,
EdgeAnchors anchors,
float[] trgNodeExtents,
byte trgNodeShape,
byte trgArrow,
float trgArrowSize,
float[] rtnValSrc,
float[] rtnValTrg)
Calculates the edge endpoints given two nodes, any edge anchors, and any arrows. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |