|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphGraphics | |
---|---|
cytoscape.render.immed | |
cytoscape.render.stateful |
Uses of GraphGraphics in cytoscape.render.immed |
---|
Methods in cytoscape.render.immed with parameters of type GraphGraphics | |
---|---|
void |
GraphGraphics.importCustomNodeShapes(GraphGraphics grafx)
If this is a new instance, imports the custom node shapes from the GraphGraphics specified into this GraphGraphics. |
Uses of GraphGraphics in cytoscape.render.stateful |
---|
Methods in cytoscape.render.stateful with parameters of type GraphGraphics | |
---|---|
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. |
static int |
GraphRenderer.renderGraph(FixedGraph graph,
SpacialIndex2D nodePositions,
GraphLOD lod,
NodeDetails nodeDetails,
EdgeDetails edgeDetails,
IntHash nodeBuff,
GraphGraphics grafx,
Paint bgPaint,
double xCenter,
double yCenter,
double scaleFactor)
Renders a graph. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |