Class CGAffineTransform


  • public class CGAffineTransform
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double a  
      double b  
      double c  
      double d  
      static int sizeof  
      double tx  
      double ty  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        public double a
      • b

        public double b
      • c

        public double c
      • d

        public double d
      • tx

        public double tx
      • ty

        public double ty
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • CGAffineTransform

        public CGAffineTransform()