Package guidoengine
Class guidorect
- java.lang.Object
-
- guidoengine.guidorect
-
public final class guidorect extends java.lang.Object
Guido 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 int
getBottom()
int
getLeft()
int
getRight()
int
getTop()
int
height()
protected static void
Init()
Internal jni initialization method.void
setRect(double x, double y, double width, double height)
int
width()
-
-
-
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.
-
-