Class MPSSize


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double depth()
      < The depth of the region
      double height()
      < The height of the region
      void setDepth​(double value)
      < The depth of the region
      void setHeight​(double value)
      < The height of the region
      void setWidth​(double value)
      < The width of the region
      double width()
      < The width of the region
      • 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

      • MPSSize

        public MPSSize()
      • MPSSize

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

        public MPSSize​(double width,
                       double height,
                       double depth)
    • Method Detail

      • width

        public double width()
        < The width of the region
      • setWidth

        public void setWidth​(double value)
        < The width of the region
      • height

        public double height()
        < The height of the region
      • setHeight

        public void setHeight​(double value)
        < The height of the region
      • depth

        public double depth()
        < The depth of the region
      • setDepth

        public void setDepth​(double value)
        < The depth of the region