public static enum AbstractChemistryManipulator.OutputType extends Enum<AbstractChemistryManipulator.OutputType>
OutputType image type| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AbstractChemistryManipulator.OutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChemistryManipulator.OutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractChemistryManipulator.OutputType PNG
public static final AbstractChemistryManipulator.OutputType GIF
public static final AbstractChemistryManipulator.OutputType JPG
public static AbstractChemistryManipulator.OutputType[] values()
for (AbstractChemistryManipulator.OutputType c : AbstractChemistryManipulator.OutputType.values()) System.out.println(c);
public static AbstractChemistryManipulator.OutputType 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 String toString()
toString in class Enum<AbstractChemistryManipulator.OutputType>Copyright © 2016. All rights reserved.