Class VTInt32Size


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

      Constructors 
      Modifier Constructor Description
        VTInt32Size()  
        VTInt32Size​(int width, int height)  
      protected VTInt32Size​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int height()  
      void setHeight​(int value)  
      void setWidth​(int value)  
      int 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

      • VTInt32Size

        public VTInt32Size()
      • VTInt32Size

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

        public VTInt32Size​(int width,
                           int height)
    • Method Detail

      • width

        public int width()
      • setWidth

        public void setWidth​(int value)
      • height

        public int height()
      • setHeight

        public void setHeight​(int value)