Class RP_STD_Fill
java.lang.Object
org.jjazz.rhythm.api.RP_State
org.jjazz.rhythm.api.rhythmparameters.RP_STD_Fill
- All Implemented Interfaces:
RhythmParameter<String>
,RpEnumerable<String>
Standard RhythmParameter: is there a fill at the end of a SongPart.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRP_STD_Fill
(boolean isPrimary) Possible values: "" (default), "always", "random_rare", "random", "break"RP_STD_Fill
(boolean isPrimary, String defaultVal, String... possibleValues) -
Method Summary
Methods inherited from class org.jjazz.rhythm.api.RP_State
calculatePercentage, calculateValue, convertValue, equals, getDefaultValue, getDescription, getDisplayName, getDisplayValue, getId, getMaxValue, getMinValue, getNextValue, getPossibleValues, getPreviousValue, getValueDescription, hashCode, isCompatibleWith, isPrimary, isValidValue, loadFromString, saveAsString, toString
Methods inherited from interface org.jjazz.rhythm.api.RhythmParameter
cloneValue
-
Field Details
-
ID
-
VALUE_ALWAYS
- See Also:
-
VALUE_RANDOM
- See Also:
-
VALUE_RANDOM_RARE
- See Also:
-
VALUE_BREAK
- See Also:
-
-
Constructor Details
-
RP_STD_Fill
public RP_STD_Fill(boolean isPrimary) Possible values: "" (default), "always", "random_rare", "random", "break"- Parameters:
isPrimary
-
-
RP_STD_Fill
-
-
Method Details
-
getFillRp
-