Uses of Class
cz.cuni.jagrlib.piece.TestImageFunctions.FunctionType

Packages that use TestImageFunctions.FunctionType
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of TestImageFunctions.FunctionType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as TestImageFunctions.FunctionType
protected  TestImageFunctions.FunctionType TestImageFunctions.type
          Actual function type.
 

Methods in cz.cuni.jagrlib.piece that return TestImageFunctions.FunctionType
static TestImageFunctions.FunctionType TestImageFunctions.FunctionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestImageFunctions.FunctionType[] TestImageFunctions.FunctionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.