Searched defs:setToRotation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java642 Tx.setToRotation(theta);
686 Tx.setToRotation(theta, anchorx, anchory);
712 Tx.setToRotation(vecx, vecy);
747 Tx.setToRotation(vecx, vecy, anchorx, anchory);
1809 public void setToRotation(double theta) { method in class:AffineTransform
1870 public void setToRotation(double theta, double anchorx, double anchory) { method in class:AffineTransform
1871 setToRotation(theta);
1893 * setToRotation(Math.atan2(vecy, vecx));
1900 public void setToRotation(double vecx, double vecy) { method in class:AffineTransform
1955 public void setToRotation(doubl method in class:AffineTransform
[all...]

Completed in 36 milliseconds