Class Intersector
- java.lang.Object
-
- org.jungrapht.visualization.transform.shape.Intersector
-
public class Intersector extends Object
-
-
Constructor Summary
Constructors Constructor Description Intersector(Rectangle rectangle)
Intersector(Rectangle rectangle, Line2D line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Line2D
getLine()
Set<Point2D>
getPoints()
Rectangle
getRectangle()
void
intersectLine(Line2D line)
String
toString()
-
-
-
Field Detail
-
rectangle
protected Rectangle rectangle
-
-