Package guidoengine
Class guidorect
- java.lang.Object
-
- guidoengine.guidorect
-
public final class guidorect extends java.lang.ObjectGuido rectangle descriptor guidorect is basically a data structure used by the score map API.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()intgetLeft()intgetRight()intgetTop()intheight()protected static voidInit()Internal jni initialization method.voidsetRect(double x, double y, double width, double height)intwidth()
-
-
-
Method Detail
-
height
public int height()
-
width
public int width()
-
getLeft
public int getLeft()
-
getTop
public int getTop()
-
getRight
public int getRight()
-
getBottom
public int getBottom()
-
setRect
public void setRect(double x, double y, double width, double height)
-
Init
protected static void Init()
Internal jni initialization method. Automatically called at package init.
-
-