Uses of Class
cz.cuni.jagrlib.piece.Deformations.DeformationType

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

Uses of Deformations.DeformationType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as Deformations.DeformationType
protected  Deformations.DeformationType Deformations.type
          Actual function type.
 

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