Class CGSize


  • public final class CGSize
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CGSize()  
        CGSize​(double width, double height)  
      protected CGSize​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double height()  
      void setHeight​(double value)  
      void setWidth​(double value)  
      double width()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CGSize

        public CGSize()
      • CGSize

        protected CGSize​(org.moe.natj.general.Pointer peer)
      • CGSize

        public CGSize​(double width,
                      double height)
    • Method Detail

      • width

        public double width()
      • setWidth

        public void setWidth​(double value)
      • height

        public double height()
      • setHeight

        public void setHeight​(double value)