public enum ImageEnergyType extends Enum<ImageEnergyType>
Enum Constant and Description |
---|
None |
PerpendicularGradient |
PerpendicularIntensity |
SmoothingForce |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ImageEnergyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageEnergyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageEnergyType PerpendicularIntensity
public static final ImageEnergyType PerpendicularGradient
public static final ImageEnergyType None
public static final ImageEnergyType SmoothingForce
public static ImageEnergyType[] values()
for (ImageEnergyType c : ImageEnergyType.values()) System.out.println(c);
public static ImageEnergyType 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<ImageEnergyType>
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.