edu.uci.ics.jung.visualization.transform.shape
Class Intersector

java.lang.Object
  extended by edu.uci.ics.jung.visualization.transform.shape.Intersector

public class Intersector
extends Object


Field Summary
protected  Rectangle rectangle
           
 
Constructor Summary
Intersector(Rectangle rectangle)
           
Intersector(Rectangle rectangle, Line2D line)
           
 
Method Summary
 Line2D getLine()
           
 Set getPoints()
           
 Rectangle getRectangle()
           
 void intersectLine(Line2D line)
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rectangle

protected Rectangle rectangle
Constructor Detail

Intersector

public Intersector(Rectangle rectangle)
Parameters:
rectangle -

Intersector

public Intersector(Rectangle rectangle,
                   Line2D line)
Parameters:
rectangle -
line -
Method Detail

intersectLine

public void intersectLine(Line2D line)

getLine

public Line2D getLine()

getPoints

public Set getPoints()

getRectangle

public Rectangle getRectangle()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)


Copyright © 2009. All Rights Reserved.