Uses of Class
org.esa.snap.rcp.magicwand.MagicWandModel.PixelTest
-
Packages that use MagicWandModel.PixelTest Package Description org.esa.snap.rcp.magicwand -
-
Uses of MagicWandModel.PixelTest in org.esa.snap.rcp.magicwand
Methods in org.esa.snap.rcp.magicwand that return MagicWandModel.PixelTest Modifier and Type Method Description MagicWandModel.PixelTest
MagicWandModel. getPixelTest()
static MagicWandModel.PixelTest
MagicWandModel.PixelTest. valueOf(String name)
Returns the enum constant of this type with the specified name.static MagicWandModel.PixelTest[]
MagicWandModel.PixelTest. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.esa.snap.rcp.magicwand with parameters of type MagicWandModel.PixelTest Modifier and Type Method Description void
MagicWandModel. setPixelTest(MagicWandModel.PixelTest pixelTest)
-