Uses of Class
org.jjazz.chordleadsheet.api.item.ChordRenderingInfo
Packages that use ChordRenderingInfo
-
Uses of ChordRenderingInfo in org.jjazz.chordleadsheet.api.item
Methods in org.jjazz.chordleadsheet.api.item that return ChordRenderingInfoModifier and TypeMethodDescriptionExtChordSymbol.getRenderingInfo()
ChordRenderingInfo.getTransposed
(int t) Return a new object transposed by the specified semi-tons (StandardScaleInstance startNote is impacted).Methods in org.jjazz.chordleadsheet.api.item with parameters of type ChordRenderingInfoModifier and TypeMethodDescriptionstatic AltExtChordSymbol
AltExtChordSymbol.get
(String s, ChordRenderingInfo rInfo) static ExtChordSymbol
ExtChordSymbol.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 ChordRenderingInfoModifierConstructorDescriptionChordRenderingInfo
(ChordRenderingInfo cri, EnumSet<ChordRenderingInfo.Feature> features) ExtChordSymbol
(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.