Uses of Class
eu.bandm.music.entities.Clef
-
Uses of Clef in eu.bandm.music.entities
Modifier and TypeFieldDescriptionstatic final Clef
Clef.c
The c clef, indicating "c-1".protected Clef
ClefUsage.clef
The clef symbol used.static final Clef
Clef.f
The f clef, indicating "klein-f".static final Clef
Clef.g
The g clef, indicating "g-1".Modifier and TypeFieldDescriptionstatic final EntityCatalog<Clef>
Clef.catalog
The catalog holding the three standard clefs for f,c and g.ModifierConstructorDescriptionConvenience constructor, with no naming for this case of usage.Complete constructor, fixing all parameters.ModifierConstructorDescriptionprotected
Clef
(EntityCatalog<Clef> catalog, FunctionalPitch reference, Map<String, String> names) Only constructor, setting all parameters.