com.jgraph.io.svg
public class SVGVertexRenderer extends VertexRenderer
Field Summary | |
---|---|
protected int | shape
Holds the shape of the current view. |
Method Summary | |
---|---|
Point2D | getEllipsePerimeterPoint(VertexView view, Point2D source, Point2D p)
Utility method to return the perimeter point for a circle.
|
Point2D | getPerimeterPoint(VertexView view, Point2D source, Point2D p) |
void | installAttributes(CellView view) |
Parameters: view The view that defines the bounds of the circle. source The start point of theline to intersect with the circle. p The end point of the line to intersect with the circle.
Returns: The interaction of the circle and the line between source and p.