Uses of Class
eu.bandm.music.comp.FieldsFromIntervals.Item
Packages that use FieldsFromIntervals.Item
- 
Uses of FieldsFromIntervals.Item in eu.bandm.music.comp
Fields in eu.bandm.music.comp declared as FieldsFromIntervals.ItemModifier and TypeFieldDescription(package private) final @Opt FieldsFromIntervals.ItemFieldsFromIntervals.Item.preThe preceding field, which is enhanced by this step.protected FieldsFromIntervals.ItemFieldsFromIntervals.rootThe start element of the fields' tree, representing a field with just one pitch =0.Fields in eu.bandm.music.comp with type parameters of type FieldsFromIntervals.ItemModifier and TypeFieldDescriptionprotected final List<FieldsFromIntervals.Item> FieldsFromIntervals.resultsAll found fields after executingFieldsFromIntervals.resolve().Methods in eu.bandm.music.comp with parameters of type FieldsFromIntervals.ItemModifier and TypeMethodDescriptionint[]FieldsFromIntervals.asArray(FieldsFromIntervals.Item item) Return a given field as an item of integers which represent the pitch classes.protected voidFieldsFromIntervals.asMusicXML(FieldsFromIntervals.Item item, int number, List<eu.bandm.music.small_musicXml.Element_part> music_results, List<eu.bandm.music.small_musicXml.Element_score_part> index_results) Encode one field as an ascending sequence of note heads in music XML.FieldsFromIntervals.asPitches(FieldsFromIntervals.Item item, TwelveToneFunctionalRepresentation repr) Convert one field into a sequence of pitches.voidFieldsFromIntervals.dump(PrintStream ps, @Opt FieldsFromIntervals.Item i) Print the pitch classes of all its predecessors, followed by that of "i".voidFieldsFromIntervals.prolongate(FieldsFromIntervals.Item start) If the Item / field represented by the itme has already 12 / all pitch classes, then store it inFieldsFromIntervals.results.Constructors in eu.bandm.music.comp with parameters of type FieldsFromIntervals.ItemModifierConstructorDescription(package private)Item(FieldsFromIntervals.Item pre, int interval) Constructor for a derivation step which enhances the field by adding a further pitch class on the top of an existing field.