|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.util.RectUtils
public class RectUtils
Constructor Summary | |
---|---|
RectUtils()
|
Method Summary | |
---|---|
static java.awt.geom.Rectangle2D |
union(java.awt.geom.Rectangle2D src1,
java.awt.geom.Rectangle2D src2)
Unions the pair of source Rectangle2D objects and puts the
result into the returned Rectangle2D object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RectUtils()
Method Detail |
---|
public static java.awt.geom.Rectangle2D union(java.awt.geom.Rectangle2D src1, java.awt.geom.Rectangle2D src2)
Rectangle2D
objects and puts the
result into the returned Rectangle2D
object. This method
extends the Rectangle2D version by checking for null parameters, the
returned value will also be null
if the two input
rectangles are null
src1
- the first of a pair of Rectangle2D
objects to
be combined with each othersrc2
- the second of a pair of Rectangle2D
objects to
be combined with each other
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |