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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java1071 public abstract void shear(double shx, double shy); method in class:Graphics2D
1102 * or <code>shear</code> methods. The <code>setTransform</code>
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java1328 // rotations where the shear and scale values are swapped and negated.
1360 // If there was a shear, then this rotation has no
1365 // No shear means the SCALE state may toggle when
1702 public void shear(double shx, double shy) { method in class:AffineTransform
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java287 public void shear(double shx, double shy) { method in class:PeekGraphics
288 mGraphics.shear(shx, shy);
H A DProxyGraphics2D.java223 public void shear(double shx, double shy) { method in class:ProxyGraphics2D
224 mGraphics.shear(shx, shy);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1517 public void shear(double shx, double shy) { method in class:SunGraphics2D
1518 transform.shear(shx, shy);

Completed in 109 milliseconds