Class CGSize


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

      Fields 
      Modifier and Type Field Description
      double height  
      static int sizeof  
      double width  
    • Constructor Summary

      Constructors 
      Constructor Description
      CGSize()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public double width
      • height

        public double height
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • CGSize

        public CGSize()