Class AltExtChordSymbol
java.lang.Object
org.jjazz.harmony.api.ChordSymbol
org.jjazz.chordleadsheet.api.item.ExtChordSymbol
org.jjazz.chordleadsheet.api.item.AltExtChordSymbol
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
VoidAltExtChordSymbol
Used as the alternate content of an ExtChordSymbol.
Same as ExtChordSymbol except it can't have itself an alternate content.
This is an immutable class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis enables XStream instance configuration even for private classes or classes from non-public packages of Netbeans modules. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AltExtChordSymbolget(String s, ChordRenderingInfo rInfo) getTransposedChordSymbol(int t, Note.Accidental alt) Get a transposed ExtChordSymbol.Methods inherited from class org.jjazz.chordleadsheet.api.item.ExtChordSymbol
createRandomChordSymbol, equals, fitNote, get, get, getAlternateChordSymbol, getAlternateFilter, getChordSymbol, getCopy, getRenderingInfo, hashCode, isStandardMethods inherited from class org.jjazz.harmony.api.ChordSymbol
clone, dump, getBassNote, getChord, getChordType, getDefaultAccidental, getName, getOriginalName, getRandom, getRelativePitch, getRelativePitch, getRelativePitch, getRootNote, getSimplified, isSameChordType, isSlashChord, toNoteString, toString
-
Constructor Details
-
AltExtChordSymbol
-
-
Method Details
-
get
- Throws:
ParseException
-
getTransposedChordSymbol
Description copied from class:ExtChordSymbolGet a transposed ExtChordSymbol.- Overrides:
getTransposedChordSymbolin classExtChordSymbol- Parameters:
t- The amount of transposition in semitones.alt- Ifnull, accidental is unchanged; otherwise use alt.- Returns:
- A new transposed ExtChordSymbol.
-