Package guidoengine
Class limitparams
- java.lang.Object
-
- guidoengine.limitparams
-
public class limitparams extends java.lang.ObjectClass 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 guidodategetEndDate()intgetHighPitch()intgetLowPitch()guidodategetStartDate()protected static voidInit()Internal jni initialization method.voidsetEndDate(guidodate endDate)voidsetHighPitch(int highPitch)voidsetLowPitch(int lowPitch)voidsetStartDate(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)
-
-