Modifier and Type | Method and Description |
---|---|
static DottedChart.AttributeType |
DottedChart.AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DottedChart.AttributeType[] |
DottedChart.AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
DottedChart.getAttribute(DottedChart.AttributeType type) |
void |
DottedChart.setAttribute(DottedChart.AttributeType type,
Attribute attribute,
boolean signalChange) |
Modifier and Type | Method and Description |
---|---|
protected void |
DottedChartPanel.handleAttributeChangeEvent(javax.swing.JComboBox<Attribute> combo,
DottedChart.AttributeType type,
java.lang.String name) |