public static enum InpaintingAlgorithm.Method extends Enum<InpaintingAlgorithm.Method>
Enum Constant and Description |
---|
NavierStokesEtAl |
ShiftMap |
TeleaEtAl |
Modifier and Type | Method and Description |
---|---|
int |
getNativeValue() |
boolean |
isxPhoto() |
static InpaintingAlgorithm.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InpaintingAlgorithm.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InpaintingAlgorithm.Method TeleaEtAl
public static final InpaintingAlgorithm.Method NavierStokesEtAl
public static final InpaintingAlgorithm.Method ShiftMap
public static InpaintingAlgorithm.Method[] values()
for (InpaintingAlgorithm.Method c : InpaintingAlgorithm.Method.values()) System.out.println(c);
public static InpaintingAlgorithm.Method 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 int getNativeValue()
public boolean isxPhoto()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.