Package 

Class ScaleXY

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float scaleX
      private float scaleY
    • Constructor Summary

      Constructors 
      Constructor Description
      ScaleXY(float sx, float sy)
      ScaleXY()
    • Method Summary

      Modifier and Type Method Description
      float getScaleX()
      float getScaleY()
      void set(float scaleX, float scaleY)
      boolean equals(float scaleX, float scaleY)
      String toString()
      • Methods inherited from class java.lang.Object

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

      • ScaleXY

        ScaleXY(float sx, float sy)
      • ScaleXY

        ScaleXY()