Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.geom
Class Area.Intersection  view Area.Intersection download Area.Intersection.java

java.lang.Object
  extended byjava.awt.geom.Area.Intersection
Enclosing class:
Area

private class Area.Intersection
extends java.lang.Object

A small wrapper class to store intersection points


Field Summary
(package private)  Point2D p
           
(package private)  Area.Segment seg
           
(package private)  double ta
           
(package private)  double tb
           
 
Constructor Summary
Area.Intersection(Point2D p, double ta, double tb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

Point2D p

ta

double ta

tb

double tb

seg

Area.Segment seg
Constructor Detail

Area.Intersection

public Area.Intersection(Point2D p,
                         double ta,
                         double tb)