Uses of Enum Class
org.jjazz.chordleadsheet.api.item.ChordRenderingInfo.Feature
Packages that use ChordRenderingInfo.Feature
-
Uses of ChordRenderingInfo.Feature in org.jjazz.chordleadsheet.api.item
Methods in org.jjazz.chordleadsheet.api.item that return ChordRenderingInfo.FeatureModifier 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.Methods in org.jjazz.chordleadsheet.api.item that return types with arguments of type ChordRenderingInfo.FeatureModifier and TypeMethodDescriptionChordRenderingInfo.getFeatures()
Get a copy of the rendering features.Methods in org.jjazz.chordleadsheet.api.item with parameters of type ChordRenderingInfo.FeatureModifier 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.Constructor parameters in org.jjazz.chordleadsheet.api.item with type arguments of type ChordRenderingInfo.FeatureModifierConstructorDescriptionChordRenderingInfo
(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)