Package guidoengine
Class guidopageformat
- java.lang.Object
-
- guidoengine.guidopageformat
-
public class guidopageformat extends java.lang.ObjectGuido page format The Guido language includes a\\pageFormattag to specify the page layout within the score descritpion. When a guido score description doesn't include this\\pageFormattag, the guido engine applies a default page format. The guidopageformat is basically a data structure used to control the default page format strategy of the score layout engine.
-
-
Field Summary
Fields Modifier and Type Field Description floatfHeightfloatfMarginbottomfloatfMarginleftfloatfMarginrightfloatfMargintopfloatfWidth
-
Constructor Summary
Constructors Constructor Description guidopageformat()guidopageformat(float w, float h, float ml, float mt, float mr, float mb)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidGetDefault()Retrieve the engine default page format.protected static voidInit()Internal jni initialization method.voidprint()Print utility.voidSetDefault()Sets the engine default score page format.
-
-
-
Method Detail
-
GetDefault
public final void GetDefault()
Retrieve the engine default page format.
-
SetDefault
public final void SetDefault()
Sets the engine default score page format. The default page format is used when no\\pageFormattag is present. Parameters are Guido internal units. Default values for the default page format are: - paper size: A4 - left margin: 2cm - right margin: 2cm - top margin: 5cm - bottom margin: 3cm
-
print
public void print()
Print utility.
-
Init
protected static void Init()
Internal jni initialization method. Automatically called at package init.
-
-