ReflectionEffectType

Inheritance: java.lang.Object

public final class ReflectionEffectType

Fields

FieldDescription
CUSTOMCustom reflection effect.
FULL_REFLECTION_4_PT_OFFSETFull reflection, 4 pt offset.
FULL_REFLECTION_8_PT_OFFSETFull reflection, 8 pt offset.
FULL_REFLECTION_TOUCHINGFull reflection, touching.
HALF_REFLECTION_4_PT_OFFSETHalf reflection, 4 pt offset.
HALF_REFLECTION_8_PT_OFFSETHalf reflection, 8 pt offset.
HALF_REFLECTION_TOUCHINGHalf reflection, touching.
NONENo reflection effect.
TIGHT_REFLECTION_4_PT_OFFSETTight reflection, 4 pt offset.
TIGHT_REFLECTION_8_PT_OFFSETTight reflection, 8 pt offset.
TIGHT_REFLECTION_TOUCHINGTight reflection, touching.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CUSTOM

public static final int CUSTOM

Custom reflection effect.

FULL_REFLECTION_4_PT_OFFSET

public static final int FULL_REFLECTION_4_PT_OFFSET

Full reflection, 4 pt offset.

FULL_REFLECTION_8_PT_OFFSET

public static final int FULL_REFLECTION_8_PT_OFFSET

Full reflection, 8 pt offset.

FULL_REFLECTION_TOUCHING

public static final int FULL_REFLECTION_TOUCHING

Full reflection, touching.

HALF_REFLECTION_4_PT_OFFSET

public static final int HALF_REFLECTION_4_PT_OFFSET

Half reflection, 4 pt offset.

HALF_REFLECTION_8_PT_OFFSET

public static final int HALF_REFLECTION_8_PT_OFFSET

Half reflection, 8 pt offset.

HALF_REFLECTION_TOUCHING

public static final int HALF_REFLECTION_TOUCHING

Half reflection, touching.

NONE

public static final int NONE

No reflection effect.

TIGHT_REFLECTION_4_PT_OFFSET

public static final int TIGHT_REFLECTION_4_PT_OFFSET

Tight reflection, 4 pt offset.

TIGHT_REFLECTION_8_PT_OFFSET

public static final int TIGHT_REFLECTION_8_PT_OFFSET

Tight reflection, 8 pt offset.

TIGHT_REFLECTION_TOUCHING

public static final int TIGHT_REFLECTION_TOUCHING

Tight reflection, touching.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int