ReflectionEffectType

Contents
[ ]

Inheritance: java.lang.Object

public final class ReflectionEffectType

Fields

Field Description
CUSTOM Custom reflection effect.
FULL_REFLECTION_4_PT_OFFSET Full reflection, 4 pt offset.
FULL_REFLECTION_8_PT_OFFSET Full reflection, 8 pt offset.
FULL_REFLECTION_TOUCHING Full reflection, touching.
HALF_REFLECTION_4_PT_OFFSET Half reflection, 4 pt offset.
HALF_REFLECTION_8_PT_OFFSET Half reflection, 8 pt offset.
HALF_REFLECTION_TOUCHING Half reflection, touching.
NONE No reflection effect.
TIGHT_REFLECTION_4_PT_OFFSET Tight reflection, 4 pt offset.
TIGHT_REFLECTION_8_PT_OFFSET Tight reflection, 8 pt offset.
TIGHT_REFLECTION_TOUCHING Tight reflection, touching.

Methods

Method Description
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:

Parameter Type Description
arg0 java.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:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int