protected static enum Wiki_Editor.Format extends Enum<Wiki_Editor.Format>
Modifier and Type | Method and Description |
---|---|
static Wiki_Editor.Format |
byExtension(String extension) |
static Wiki_Editor.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wiki_Editor.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(ij.ImagePlus imp,
String fullFilename) |
public static final Wiki_Editor.Format JPEG
public static final Wiki_Editor.Format PNG
public static Wiki_Editor.Format[] values()
for (Wiki_Editor.Format c : Wiki_Editor.Format.values()) System.out.println(c);
public static Wiki_Editor.Format valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic void write(ij.ImagePlus imp, String fullFilename)
public static Wiki_Editor.Format byExtension(String extension)
Copyright © 2015–2021 Fiji. All rights reserved.