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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java657 * Tx.translate(anchorx, anchory); // S3: final translation
659 * Tx.translate(-anchorx, -anchory); // S1: translate anchor to origin
675 * @param anchory the Y coordinate of the rotation anchor point
683 double anchory)
686 Tx.setToRotation(theta, anchorx, anchory);
729 * anchorx, anchory);
735 * @param anchory the Y coordinate of the rotation anchor point
744 double anchory)
747 Tx.setToRotation(vecx, vecy, anchorx, anchory);
777 * anchorx, anchory);
681 getRotateInstance(double theta, double anchorx, double anchory) argument
741 getRotateInstance(double vecx, double vecy, double anchorx, double anchory) argument
790 getQuadrantRotateInstance(int numquadrants, double anchorx, double anchory) argument
1460 rotate(double theta, double anchorx, double anchory) argument
1537 rotate(double vecx, double vecy, double anchorx, double anchory) argument
1590 quadrantRotate(int numquadrants, double anchorx, double anchory) argument
1870 setToRotation(double theta, double anchorx, double anchory) argument
1955 setToRotation(double vecx, double vecy, double anchorx, double anchory) argument
2042 setToQuadrantRotation(int numquadrants, double anchorx, double anchory) argument
[all...]

Completed in 551 milliseconds