|
Cytoscape 2.8.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EdgeAnchors
Specifies edge anchor points to use when rendering edges in full detail mode.
| Method Summary | |
|---|---|
void |
getAnchor(int anchorIndex,
float[] anchorArr,
int offset)
Writes an edge anchor point into the array provided, at offset specified. |
int |
numAnchors()
Returns the number of edge anchors. |
| Method Detail |
|---|
int numAnchors()
void getAnchor(int anchorIndex,
float[] anchorArr,
int offset)
array index information written offset X coordinate of anchor offset+1 Y coordinate of anchor
IndexOutOfBoundsException - if anchorIndex is not in the
range [0, numAnchors()-1].
|
Cytoscape 2.8.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||