Class MTLScissorRect


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

      Constructors 
      Modifier Constructor Description
        MTLScissorRect()  
        MTLScissorRect​(long x, long y, long width, long height)  
      protected MTLScissorRect​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long height()  
      void setHeight​(long value)  
      void setWidth​(long value)  
      void setX​(long value)  
      void setY​(long value)  
      long width()  
      long x()  
      long y()  
      • 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

      • MTLScissorRect

        public MTLScissorRect()
      • MTLScissorRect

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

        public MTLScissorRect​(long x,
                              long y,
                              long width,
                              long height)
    • Method Detail

      • x

        public long x()
      • setX

        public void setX​(long value)
      • y

        public long y()
      • setY

        public void setY​(long value)
      • width

        public long width()
      • setWidth

        public void setWidth​(long value)
      • height

        public long height()
      • setHeight

        public void setHeight​(long value)