public class guidodrawdesc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
fHeight
Indicates the size of the drawing area.
|
boolean |
fIsprint
Flag for printing.
|
int |
fPage
The page number.
|
int |
fScrollx
Indicates the coordinates of the score point that will appear at the graphic
origin.
|
int |
fScrolly
Indicates the coordinates of the score point that will appear at the graphic
origin.
|
int |
fWidth
Indicates the size of the drawing area.
|
Constructor and Description |
---|
guidodrawdesc() |
guidodrawdesc(int w,
int h) |
Modifier and Type | Method and Description |
---|---|
protected static void |
Init()
Internal jni initialization method.
|
void |
print()
Print utility.
|
public int fPage
public int fScrollx
public int fScrolly
public int fWidth
public int fHeight
public boolean fIsprint