Inheritance diagram for manas.GGates.MyView:
Public Member Functions | |
MyView () | |
MyView (Object arg0) | |
CellViewRenderer | getRenderer () |
CellHandle | getHandle (GraphContext context) |
Point2D | getPerimeterPoint (EdgeView edge, Point2D source, Point2D p) |
Static Protected Attributes | |
static MyRenderer | renderer = new MyRenderer() |
Classes | |
class | MyRenderer |
|
|
|
|
|
Returns a cell handle for the view.
Implements org.jgraph.graph.AbstractCellView. |
|
Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p. The specified point is expected not to intersect the bounds. Note: You must override this method if you use a different renderer. This is because this method relies on the VertexRenderer interface, which can not be safely assumed for subclassers. Reimplemented from org.jgraph.graph.AbstractCellView. |
|
Obtains the renderer instance for this view
Implements org.jgraph.graph.AbstractCellView. |
|
|