Uses of Class
org.scijava.ItemIO
-
Packages that use ItemIO Package Description org.scijava org.scijava.command org.scijava.module org.scijava.plugin -
-
Uses of ItemIO in org.scijava
Methods in org.scijava that return ItemIO Modifier and Type Method Description static ItemIOItemIO. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemIO[]ItemIO. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ItemIO in org.scijava.command
Methods in org.scijava.command that return ItemIO Modifier and Type Method Description ItemIOCommandModuleItem. getIOType() -
Uses of ItemIO in org.scijava.module
Methods in org.scijava.module that return ItemIO Modifier and Type Method Description ItemIOAbstractModuleItem. getIOType()ItemIODefaultMutableModuleItem. getIOType()ItemIOModuleItem. getIOType()Gets the input/output type of the item.Methods in org.scijava.module with parameters of type ItemIO Modifier and Type Method Description voidDefaultMutableModuleItem. setIOType(ItemIO ioType)voidMutableModuleItem. setIOType(ItemIO ioType) -
Uses of ItemIO in org.scijava.plugin
Methods in org.scijava.plugin that return ItemIO Modifier and Type Method Description ItemIOtype()Defines the input/output type of the parameter.
-