Uses of Class
zombie.core.Styles.AlphaOp

Packages that use AlphaOp
zombie.core.Styles   
 

Uses of AlphaOp in zombie.core.Styles
 

Methods in zombie.core.Styles that return AlphaOp
 AlphaOp TransparentStyle.getAlphaOp()
           
 AlphaOp Style.getAlphaOp()
           
 AlphaOp LightingStyle.getAlphaOp()
           
 AlphaOp AbstractStyle.getAlphaOp()
           
static AlphaOp AlphaOp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlphaOp[] AlphaOp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.