Uses of Enum Class
org.jjazz.chordleadsheet.api.item.ChordRenderingInfo.Feature
-
Uses of ChordRenderingInfo.Feature in org.jjazz.chordleadsheet.api.item
Modifier and TypeMethodDescriptionChordRenderingInfo.getAccentFeature()
Get the accent feature if it's used.static ChordRenderingInfo.Feature
Returns the enum constant of this class with the specified name.static ChordRenderingInfo.Feature[]
ChordRenderingInfo.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionChordRenderingInfo.getFeatures()
Get a copy of the rendering features.Modifier and TypeMethodDescriptionboolean
ChordRenderingInfo.hasAllFeatures
(ChordRenderingInfo.Feature f1, ChordRenderingInfo.Feature... fx) Test if this object features contains the specified features.boolean
ChordRenderingInfo.hasOneFeature
(ChordRenderingInfo.Feature f1, ChordRenderingInfo.Feature... fx) Test if this object features contains one of the specified features.ModifierConstructorDescriptionChordRenderingInfo
(EnumSet<ChordRenderingInfo.Feature> features) Create an object with specified Features and default values.ChordRenderingInfo
(EnumSet<ChordRenderingInfo.Feature> features, StandardScaleInstance scale) Create a new object with the specified parameters.ChordRenderingInfo
(ChordRenderingInfo cri, EnumSet<ChordRenderingInfo.Feature> features)