Package apple.struct

Class Rect


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

      Constructors 
      Modifier Constructor Description
        Rect()  
        Rect​(short top, short left, short bottom, short right)  
      protected Rect​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short bottom()  
      short left()  
      short right()  
      void setBottom​(short value)  
      void setLeft​(short value)  
      void setRight​(short value)  
      void setTop​(short value)  
      short top()  
      • 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

      • Rect

        public Rect()
      • Rect

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

        public Rect​(short top,
                    short left,
                    short bottom,
                    short right)
    • Method Detail

      • top

        public short top()
      • setTop

        public void setTop​(short value)
      • left

        public short left()
      • setLeft

        public void setLeft​(short value)
      • bottom

        public short bottom()
      • setBottom

        public void setBottom​(short value)
      • right

        public short right()
      • setRight

        public void setRight​(short value)