Class SizeByReference

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped

    public class SizeByReference
    extends NumberByReference
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeByReference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Size getSize()  
      void setSize​(Size size)  
      • Methods inherited from class com.sun.jna.ptr.ByReference

        toString
      • Methods inherited from class com.sun.jna.PointerType

        equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SizeByReference

        public SizeByReference()
    • Method Detail

      • setSize

        public void setSize​(Size size)
      • getSize

        public Size getSize()