Package | Description |
---|---|
libsidplay.sidtune | |
ui.entities.collection |
Modifier and Type | Method and Description |
---|---|
SidTune.Speed |
SidTune.getSongSpeed(int selected)
Gets the speed of the selected song.
|
static SidTune.Speed |
SidTune.Speed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidTune.Speed[] |
SidTune.Speed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<HVSCEntry,SidTune.Speed> |
HVSCEntry_.speed |
Modifier and Type | Method and Description |
---|---|
SidTune.Speed |
HVSCEntry.getSpeed() |
Modifier and Type | Method and Description |
---|---|
void |
HVSCEntry.setSpeed(SidTune.Speed speed) |
Copyright © 2018 Ken Händel. All rights reserved.