Class Transform


  • public class Transform
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Transform()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] getScale()  
      double[] getTranslate()  
      void setScale​(double[] scale)  
      void setTranslate​(double[] translate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Transform

        public Transform()
    • Method Detail

      • setScale

        public void setScale​(double[] scale)
      • getScale

        public double[] getScale()
      • setTranslate

        public void setTranslate​(double[] translate)
      • getTranslate

        public double[] getTranslate()