Package apple.struct

Class FixedRect


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

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

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

      • FixedRect

        public FixedRect()
      • FixedRect

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

        public FixedRect​(int left,
                         int top,
                         int right,
                         int bottom)
    • Method Detail

      • left

        public int left()
      • setLeft

        public void setLeft​(int value)
      • top

        public int top()
      • setTop

        public void setTop​(int value)
      • right

        public int right()
      • setRight

        public void setRight​(int value)
      • bottom

        public int bottom()
      • setBottom

        public void setBottom​(int value)