|
|||||||||
| Home >> All >> java >> awt >> [ geom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt.geom
Class Area.Intersection

java.lang.Objectjava.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)
|
|||||||||
| Home >> All >> java >> awt >> [ geom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.awt.geom.Area.Intersection