Class MKMapSize


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

      Constructors 
      Modifier Constructor Description
        MKMapSize()  
        MKMapSize​(double width, double height)  
      protected MKMapSize​(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

      • MKMapSize

        public MKMapSize()
      • MKMapSize

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

        public MKMapSize​(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)