|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeShape
An interface defining the methods necessary to render a node shape in GraphGraphics.
Method Summary | |
---|---|
boolean |
computeEdgeIntersection(float xMin,
float yMin,
float xMax,
float yMax,
float ptX,
float ptY,
float[] returnVal)
Computes the intersection of the node shape with and edge. |
Shape |
getShape(float xMin,
float yMin,
float xMax,
float yMax)
Returns a Shape object scaled to fit within the bounding box defined by the input parameters. |
byte |
getType()
A legacy method to interact cleanly with the current implementation of GraphGraphics. |
Method Detail |
---|
byte getType()
Shape getShape(float xMin, float yMin, float xMax, float yMax)
boolean computeEdgeIntersection(float xMin, float yMin, float xMax, float yMax, float ptX, float ptY, float[] returnVal)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |