org.jgraph.cellview
Class JGraphEllipseView

java.lang.Object
  extended byVertexView
      extended byorg.jgraph.cellview.JGraphEllipseView

public class JGraphEllipseView
extends VertexView

See Also:
Serialized Form

Nested Class Summary
static class JGraphEllipseView.JGraphEllipseRenderer
           
 
Field Summary
static JGraphEllipseView.JGraphEllipseRenderer renderer
           
 
Constructor Summary
JGraphEllipseView()
           
JGraphEllipseView(java.lang.Object cell)
           
 
Method Summary
 java.awt.geom.Point2D getPerimeterPoint(java.awt.geom.Point2D source, java.awt.geom.Point2D p)
          Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p.
 CellViewRenderer getRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

public static transient JGraphEllipseView.JGraphEllipseRenderer renderer
Constructor Detail

JGraphEllipseView

public JGraphEllipseView()

JGraphEllipseView

public JGraphEllipseView(java.lang.Object cell)
Method Detail

getPerimeterPoint

public java.awt.geom.Point2D getPerimeterPoint(java.awt.geom.Point2D source,
                                               java.awt.geom.Point2D p)
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.


getRenderer

public CellViewRenderer getRenderer()
Returns: