Class MPSScaleTransform


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

      Constructors 
      Modifier Constructor Description
        MPSScaleTransform()  
        MPSScaleTransform​(double scaleX, double scaleY, double translateX, double translateY)  
      protected MPSScaleTransform​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double scaleX()
      < horizontal scaling factor
      double scaleY()
      < vertical scaling factor
      void setScaleX​(double value)
      < horizontal scaling factor
      void setScaleY​(double value)
      < vertical scaling factor
      void setTranslateX​(double value)
      < horizontal translation
      void setTranslateY​(double value)
      < vertical translation
      double translateX()
      < horizontal translation
      double translateY()
      < vertical translation
      • 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

      • MPSScaleTransform

        public MPSScaleTransform()
      • MPSScaleTransform

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

        public MPSScaleTransform​(double scaleX,
                                 double scaleY,
                                 double translateX,
                                 double translateY)
    • Method Detail

      • scaleX

        public double scaleX()
        < horizontal scaling factor
      • setScaleX

        public void setScaleX​(double value)
        < horizontal scaling factor
      • scaleY

        public double scaleY()
        < vertical scaling factor
      • setScaleY

        public void setScaleY​(double value)
        < vertical scaling factor
      • translateX

        public double translateX()
        < horizontal translation
      • setTranslateX

        public void setTranslateX​(double value)
        < horizontal translation
      • translateY

        public double translateY()
        < vertical translation
      • setTranslateY

        public void setTranslateY​(double value)
        < vertical translation