Uses of Enum Class
org.jjazz.instrumentcomponents.guitardiagram.api.TGChordSettings.ChordMode
Packages that use TGChordSettings.ChordMode
Package
Description
Guitar diagram graphical components and related methods.
-
Uses of TGChordSettings.ChordMode in org.jjazz.instrumentcomponents.guitardiagram.api
Methods in org.jjazz.instrumentcomponents.guitardiagram.api that return TGChordSettings.ChordModeModifier and TypeMethodDescriptionTGChordSettings.getChordMode()TGChordSettings.ChordMode.next()static TGChordSettings.ChordModeReturns the enum constant of this class with the specified name.static TGChordSettings.ChordMode[]TGChordSettings.ChordMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.instrumentcomponents.guitardiagram.api with parameters of type TGChordSettings.ChordModeModifier and TypeMethodDescriptionvoidTGChordSettings.setChordMode(TGChordSettings.ChordMode mode)