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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AltExtChordSymbol
get
(String s, ChordRenderingInfo rInfo) getTransposedChordSymbol
(int t, Note.Alteration 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, isSameChordSymbol
Methods inherited from class org.jjazz.harmony.api.ChordSymbol
clone, dump, getBassNote, getChord, getChordType, getName, getOriginalName, getRandom, getRelativePitch, getRelativePitch, getRelativePitch, getRootNote, getSimplified, isSameChordType, toNoteString, toString
-
Constructor Details
-
AltExtChordSymbol
-
-
Method Details
-
get
- Throws:
ParseException
-
getTransposedChordSymbol
Description copied from class:ExtChordSymbol
Get a transposed ExtChordSymbol.- Overrides:
getTransposedChordSymbol
in classExtChordSymbol
- Parameters:
t
- The amount of transposition in semi-tons.alt
- If not null alteration is unchanged, otherwise use alt- Returns:
- A new transposed ExtChordSymbol.
-