Uses of Class
org.jjazz.harmony.api.ChordType
Packages that use ChordType
Package
Description
The models for chord leadsheet items.
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
-
Uses of ChordType in org.jjazz.chordleadsheet.api.item
Constructors in org.jjazz.chordleadsheet.api.item with parameters of type ChordTypeModifierConstructorDescriptionExtChordSymbol(Note rootDg, Note bassDg, ChordType ct) Create an ExtChordSymbol with a standard RenderingInfo and no alternate chord symbol.ExtChordSymbol(Note rootDg, Note bassDg, ChordType ct, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create an ExtChordSymbol from the specified parameters. -
Uses of ChordType in org.jjazz.harmony.api
Methods in org.jjazz.harmony.api that return ChordTypeModifier and TypeMethodDescriptionChordSymbol.getChordType()ChordTypeDatabase.getChordType(int i) Get a chord type from the database.ChordTypeDatabase.getChordType(String s) Get a chord type from the database from a String description.ChordTypeDatabase.getChordType(List<Degree> degrees) Get the ChordType which match the specified degrees.ChordTypeDatabase.getChordTypes()Get all the ChordTypes of the database.ChordType.getSimplified(int nbMaxDegrees) Get a simplified ChordType by keeping only the first nbMaxDegrees degrees.Methods in org.jjazz.harmony.api with parameters of type ChordTypeModifier and TypeMethodDescriptionvoidAdd an alias for the specified chord type.ChordTypeDatabase.getAliases(ChordType ct) Get the aliases of the specified chord type.intChordTypeDatabase.getChordTypeIndex(ChordType ct) The index of the ct in the database.intChordType.getSimilarityIndex(ChordType ct) Compute how much "similar" is the specified ChordType with this object.voidChordTypeDatabase.resetAliases(ChordType ct) Constructors in org.jjazz.harmony.api with parameters of type ChordTypeModifierConstructorDescriptionChordSymbol(Note rootDg, ChordType ct) ChordSymbol(Note rootDg, Note bassDg, ChordType ct)