public class RotatedRect
extends java.lang.Object
Constructor and Description |
---|
RotatedRect() |
RotatedRect(double[] vals) |
RotatedRect(Point c,
Size s,
double a) |
Modifier and Type | Method and Description |
---|---|
Rect |
boundingRect() |
RotatedRect |
clone() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
points(Point[] pt) |
void |
set(double[] vals) |
java.lang.String |
toString() |
public Rect boundingRect()
public RotatedRect clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void points(Point[] pt)
public void set(double[] vals)
public java.lang.String toString()
toString
in class java.lang.Object