Uses of Class
dks.src.textureEditor.ETypeLayer

Packages that use ETypeLayer
dks.src.textureEditor   
 

Uses of ETypeLayer in dks.src.textureEditor
 

Methods in dks.src.textureEditor that return ETypeLayer
 ETypeLayer CLayer.getType()
           
static ETypeLayer ETypeLayer.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ETypeLayer[] ETypeLayer.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dks.src.textureEditor with parameters of type ETypeLayer
 void CLayer.setType(ETypeLayer type)