public static enum

ConfigChooser.ConfigChooserMatcher

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.andengine.opengl.view.ConfigChooser.ConfigChooserMatcher

Summary

Enum Values
ConfigChooser.ConfigChooserMatcher  ANY   
ConfigChooser.ConfigChooserMatcher  LOOSE_DEPTH_AND_STENCIL   
ConfigChooser.ConfigChooserMatcher  LOOSE_STENCIL   
ConfigChooser.ConfigChooserMatcher  STRICT   
Public Methods
abstract boolean matches(int pRedSize, int pGreenSize, int pBlueSize, int pAlphaSize, int pDepthSize, int pStencilSize)
static ConfigChooser.ConfigChooserMatcher valueOf(String name)
final static ConfigChooserMatcher[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ConfigChooser.ConfigChooserMatcher ANY

public static final ConfigChooser.ConfigChooserMatcher LOOSE_DEPTH_AND_STENCIL

public static final ConfigChooser.ConfigChooserMatcher LOOSE_STENCIL

public static final ConfigChooser.ConfigChooserMatcher STRICT

Public Methods

public abstract boolean matches (int pRedSize, int pGreenSize, int pBlueSize, int pAlphaSize, int pDepthSize, int pStencilSize)

public static ConfigChooser.ConfigChooserMatcher valueOf (String name)

public static final ConfigChooserMatcher[] values ()