Class TGChordSettings
java.lang.Object
org.jjazz.instrumentcomponents.guitardiagram.api.TGChordSettings
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
int
int
int
float
float
int
static TGChordSettings
float
float
float
boolean
void
setBassGrade
(float bassGrade) void
void
setChordsToDisplay
(int chordsToDisplay) void
setEmptyStringChords
(boolean emptyStringChords) void
setFindChordsMax
(int max) void
setFindChordsMin
(int min) void
setFingeringGrade
(float fingeringGrade) void
setGoodChordSemanticsGrade
(float goodChordSemanticsGrade) void
setIncompleteChords
(int incomplete) void
setManyStringsGrade
(float manyStringsGrade) void
setRequiredBasicsGrade
(float requiredBasicsGrade) void
setSubsequentGrade
(float subsequentGrade)
-
Method Details
-
getInstance
-
getBassGrade
public float getBassGrade() -
setBassGrade
public void setBassGrade(float bassGrade) -
getChordsToDisplay
public int getChordsToDisplay() -
setChordsToDisplay
public void setChordsToDisplay(int chordsToDisplay) -
isEmptyStringChords
public boolean isEmptyStringChords() -
setEmptyStringChords
public void setEmptyStringChords(boolean emptyStringChords) -
getFingeringGrade
public float getFingeringGrade() -
setFingeringGrade
public void setFingeringGrade(float fingeringGrade) -
getGoodChordSemanticsGrade
public float getGoodChordSemanticsGrade() -
setGoodChordSemanticsGrade
public void setGoodChordSemanticsGrade(float goodChordSemanticsGrade) -
getManyStringsGrade
public float getManyStringsGrade() -
setManyStringsGrade
public void setManyStringsGrade(float manyStringsGrade) -
getRequiredBasicsGrade
public float getRequiredBasicsGrade() -
setRequiredBasicsGrade
public void setRequiredBasicsGrade(float requiredBasicsGrade) -
getSubsequentGrade
public float getSubsequentGrade() -
setSubsequentGrade
public void setSubsequentGrade(float subsequentGrade) -
getIncompleteChords
public int getIncompleteChords() -
setIncompleteChords
public void setIncompleteChords(int incomplete) -
getFindChordsMin
public int getFindChordsMin() -
setFindChordsMin
public void setFindChordsMin(int min) -
getFindChordsMax
public int getFindChordsMax() -
setFindChordsMax
public void setFindChordsMax(int max) -
getChordMode
-
setChordMode
-