Uses of Class
cz.cuni.jagrlib.piece.ClusterDotDither.DotType

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

Uses of ClusterDotDither.DotType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as ClusterDotDither.DotType
protected  ClusterDotDither.DotType ClusterDotDither.shape
          Actual dot shape.
 

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