Package guidoengine
Class limitparams
- java.lang.Object
-
- guidoengine.limitparams
-
public class limitparams extends java.lang.Object
Class of parameter for piano roll.
-
-
Constructor Summary
Constructors Constructor Description limitparams()
limitparams(guidodate startDate, guidodate endDate, int lowPitch, int highPitch)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description guidodate
getEndDate()
int
getHighPitch()
int
getLowPitch()
guidodate
getStartDate()
protected static void
Init()
Internal jni initialization method.void
setEndDate(guidodate endDate)
void
setHighPitch(int highPitch)
void
setLowPitch(int lowPitch)
void
setStartDate(guidodate startDate)
-
-
-
Method Detail
-
Init
protected static void Init()
Internal jni initialization method. Automatically called at package init.
-
getStartDate
public guidodate getStartDate()
-
setStartDate
public void setStartDate(guidodate startDate)
-
getEndDate
public guidodate getEndDate()
-
setEndDate
public void setEndDate(guidodate endDate)
-
getLowPitch
public int getLowPitch()
-
setLowPitch
public void setLowPitch(int lowPitch)
-
getHighPitch
public int getHighPitch()
-
setHighPitch
public void setHighPitch(int highPitch)
-
-