org.jgraph.util
public class RectUtils extends Object
Method Summary | |
---|---|
static Rectangle2D | union(Rectangle2D src1, Rectangle2D src2)
Unions the pair of source Rectangle2D objects and puts the
result into the returned Rectangle2D object. |
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
Parameters: src1
the first of a pair of Rectangle2D
objects to
be combined with each other src2
the second of a pair of Rectangle2D
objects to
be combined with each other