Uses of Class
com.openinventor.imageviz.engines.imagemanipulation.imageediting.SoDeinterlaceFramesProcessing2d.SplitModes
-
Packages that use SoDeinterlaceFramesProcessing2d.SplitModes Package Description com.openinventor.imageviz.engines.imagemanipulation.imageediting -
-
Uses of SoDeinterlaceFramesProcessing2d.SplitModes in com.openinventor.imageviz.engines.imagemanipulation.imageediting
Fields in com.openinventor.imageviz.engines.imagemanipulation.imageediting with type parameters of type SoDeinterlaceFramesProcessing2d.SplitModes Modifier and Type Field Description SoSFEnum<SoDeinterlaceFramesProcessing2d.SplitModes>
SoDeinterlaceFramesProcessing2d. splitMode
Select the split mode.Methods in com.openinventor.imageviz.engines.imagemanipulation.imageediting that return SoDeinterlaceFramesProcessing2d.SplitModes Modifier and Type Method Description static SoDeinterlaceFramesProcessing2d.SplitModes
SoDeinterlaceFramesProcessing2d.SplitModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDeinterlaceFramesProcessing2d.SplitModes
SoDeinterlaceFramesProcessing2d.SplitModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDeinterlaceFramesProcessing2d.SplitModes[]
SoDeinterlaceFramesProcessing2d.SplitModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-