Searched defs:anchorx (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
674 * @param anchorx the X coordinate of the rotation anchor point
682 double anchorx,
686 Tx.setToRotation(theta, anchorx, anchory);
729 * anchorx, anchory);
734 * @param anchorx the X coordinate of the rotation anchor point
743 double anchorx,
747 Tx.setToRotation(vecx, vecy, anchorx, anchory);
777 * anchorx, anchor
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 58 milliseconds