Package com.snowbound.common.utils
Class PercentRect
- java.lang.Object
-
- com.snowbound.common.utils.PercentRect
-
- All Implemented Interfaces:
java.io.Serializable
public class PercentRect extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PercentRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBottom()floatgetLeft()floatgetRight()floatgetTop()voidsetBottom(float bottom)voidsetLeft(float left)voidsetRight(float right)voidsetTop(float top)org.json.JSONObjecttoJson()
-
-
-
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()
-
-