Class PercentRect

  • All Implemented Interfaces:
    java.io.Serializable

    public class PercentRect
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PercentRect

        public PercentRect()
    • Method Detail

      • getTop

        public float getTop()
      • getLeft

        public float getLeft()
      • setLeft

        public void setLeft​(float left)
      • getRight

        public float getRight()
      • setRight

        public void setRight​(float right)
      • getBottom

        public float getBottom()
      • setBottom

        public void setBottom​(float bottom)
      • setTop

        public void setTop​(float top)
      • toJson

        public org.json.JSONObject toJson()