Package guidoengine
Class guidopaint
- java.lang.Object
-
- guidoengine.guidopaint
-
public class guidopaint extends java.lang.Object
Guido score drawing descriptor guidopaint is basically a data structure used for clipping. Only systems that intersect with this rectangle will be drawn. Coordinates should be given in internal units.
-
-
Constructor Summary
Constructors Constructor Description guidopaint()
guidopaint(int left, int top, int right, int bottom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static void
Init()
Internal jni initialization method.void
print()
Print utility.
-