Modifier and Type | Method and Description |
---|---|
javax.swing.ImageIcon |
getImageIcon(java.lang.String description) |
javax.swing.JLabel |
getImageLabel(java.lang.String description) |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.net.URL |
getResource() |
static GfxFigs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GfxFigs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GfxFigs FigLog2Log_ExistingListLabel
public static final GfxFigs FigLog2Log_MultiAttribs
public static final GfxFigs FigLog2Log_NestedCalls
public static final GfxFigs FigLog2Log_StructredNames
public static final GfxFigs FigLog2Log_PatternNames
public static final GfxFigs FigLog2Log_Classifier
public static final GfxFigs FigPreset_Software
public static final GfxFigs FigPreset_Normal
public static final GfxFigs FigCancel_Manual
public static final GfxFigs FigCancel_NestedCalls
public static final GfxFigs FigCancel_Quality
public static GfxFigs[] values()
for (GfxFigs c : GfxFigs.values()) System.out.println(c);
public static GfxFigs valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.io.InputStream getInputStream()
public java.net.URL getResource()
public javax.swing.ImageIcon getImageIcon(java.lang.String description)
public javax.swing.JLabel getImageLabel(java.lang.String description)