Enum GraffitiCharts
java.lang.Object
java.lang.Enum<GraffitiCharts>
de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings.GraffitiCharts
- All Implemented Interfaces:
ChartComponent,Serializable,Comparable<GraffitiCharts>,java.lang.constant.Constable
public enum GraffitiCharts extends Enum<GraffitiCharts> implements ChartComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description JComponentgetChart(GraphElement ge)static GraffitiChartsgetChartStyleFromString(String type)StringgetComboboxText()ImageIcongetIcon()StringgetName()StringgetShortDescription()static booleanisHide(String diagramStyle)static booleanisNoAutoOrHide(String diagramStyle)static booleanisNotHeatmap(String diagramStyle)StringtoString()static GraffitiChartsvalueOf(String name)Returns the enum constant of this type with the specified name.static GraffitiCharts[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
LINE
-
BAR
-
BAR_FLAT
-
PIE
-
PIE3D
-
HEATMAP
-
HIDDEN
-
AUTOMATIC
-
LEGEND_ONLY
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getChart
- Specified by:
getChartin interfaceChartComponent
-
getIcon
- Specified by:
getIconin interfaceChartComponent
-
getName
- Specified by:
getNamein interfaceChartComponent
-
toString
- Overrides:
toStringin classEnum<GraffitiCharts>
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceChartComponent
-
getComboboxText
- Specified by:
getComboboxTextin interfaceChartComponent
-
getChartStyleFromString
-
isNoAutoOrHide
-
isHide
-
isNotHeatmap
-