|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fraction | |
|---|---|
| abc.notation | This package defines all classes related to tunes in abc notation. |
| abc.parser | This package contains classes for parsing tunes in abc notation. |
| Uses of Fraction in abc.notation |
|---|
| Subclasses of Fraction in abc.notation | |
|---|---|
class |
TimeSignature
This class enables you to describe any time signatures like 4/4, 6/8 ... |
| Methods in abc.notation with parameters of type Fraction | |
|---|---|
float |
Fraction.multipliedBy(Fraction fraction)
Multiplies this fraction by the specified fraction and returns the result as a float. |
| Uses of Fraction in abc.parser |
|---|
| Methods in abc.parser with parameters of type Fraction | |
|---|---|
static AbcToolkit.DurationDescription |
AbcToolkit.getAbsoluteDurationFor(Fraction relativeDuration,
short defaultDuration)
Returns the absolute note duration for the specified relative note with taking into account the default note length. |
|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||