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 float
getBottom()
float
getLeft()
float
getRight()
float
getTop()
void
setBottom(float bottom)
void
setLeft(float left)
void
setRight(float right)
void
setTop(float top)
org.json.JSONObject
toJson()
-
-
-
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()
-
-