Uses of Class
org.jjazz.chordleadsheet.api.item.AltDataFilter
Packages that use AltDataFilter
-
Uses of AltDataFilter in org.jjazz.chordleadsheet.api.item
Methods in org.jjazz.chordleadsheet.api.item that return AltDataFilterModifier and TypeMethodDescriptionExtChordSymbol.getAlternateFilter()Get the optional filter used to check if we need to use the alternate chord symbol.Methods in org.jjazz.chordleadsheet.api.item with parameters of type AltDataFilterModifier and TypeMethodDescriptionstatic ExtChordSymbolExtChordSymbol.get(String s, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create a ChordSymbol from a chord string specification, with the specified RenderingInfo and alternate chord symbol.ExtChordSymbol.getCopy(ChordSymbol cs, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Get a copy of this ExtChordSymbol, possibly modified with the specified parameters.NCExtChordSymbol.getCopy(ChordSymbol cs, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Constructors in org.jjazz.chordleadsheet.api.item with parameters of type AltDataFilterModifierConstructorDescriptionExtChordSymbol(ChordSymbol cs, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create an ExtChordSymbol from the specified ChordSymbol with the specified parameters.ExtChordSymbol(Note rootDg, Note bassDg, ChordType ct, ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create an ExtChordSymbol from the specified parameters.NCExtChordSymbol(ChordRenderingInfo rInfo, AltExtChordSymbol altChordSymbol, AltDataFilter altFilter) Create a NC chord symbol with the specified parameters.