Class _CALayerIvars


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

      Constructors 
      Modifier Constructor Description
        _CALayerIvars()  
        _CALayerIvars​(int refcount, int magic, org.moe.natj.general.ptr.VoidPtr layer)  
      protected _CALayerIvars​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.moe.natj.general.ptr.VoidPtr layer()  
      int magic()  
      int refcount()  
      void setLayer​(org.moe.natj.general.ptr.VoidPtr value)  
      void setMagic​(int value)  
      void setRefcount​(int value)  
      • 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

      • _CALayerIvars

        public _CALayerIvars()
      • _CALayerIvars

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

        public _CALayerIvars​(int refcount,
                             int magic,
                             org.moe.natj.general.ptr.VoidPtr layer)
    • Method Detail

      • refcount

        public int refcount()
      • setRefcount

        public void setRefcount​(int value)
      • magic

        public int magic()
      • setMagic

        public void setMagic​(int value)
      • layer

        public org.moe.natj.general.ptr.VoidPtr layer()
      • setLayer

        public void setLayer​(org.moe.natj.general.ptr.VoidPtr value)