RotationTypeValue

Contents
[ ]

Inheritance: java.lang.Object

public final class RotationTypeValue

Specifies the type of projection of the effect properties of a shape

Fields

Field Description
NONE Specifies no 3D effects rotation.
OBLIQUE_FROM_BOTTOM_LEFT Specifies that the shape rotates oblique projection from the bottom left corner of the bounding box of the shape.
OBLIQUE_FROM_BOTTOM_RIGHT Specifies that the shape rotates oblique projection from the bottom right corner of the bounding box of the shape.
OBLIQUE_FROM_TOP_LEFT Specifies that the shape rotates in oblique projection from the top left corner of the bounding box of the shape.
OBLIQUE_FROM_TOP_RIGHT Specifies that the shape rotates oblique projection from the top right corner of the bounding box of the shape.
PARALLEL Specifies that a parallel projection is applied to the 3D effect properties.
PERSPECTIVE Specifies that the shape rotates in perspective projection.
UNDEFINED No light rig.

Methods

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

NONE

public static final int NONE

Specifies no 3D effects rotation.

OBLIQUE_FROM_BOTTOM_LEFT

public static final int OBLIQUE_FROM_BOTTOM_LEFT

Specifies that the shape rotates oblique projection from the bottom left corner of the bounding box of the shape.

OBLIQUE_FROM_BOTTOM_RIGHT

public static final int OBLIQUE_FROM_BOTTOM_RIGHT

Specifies that the shape rotates oblique projection from the bottom right corner of the bounding box of the shape.

OBLIQUE_FROM_TOP_LEFT

public static final int OBLIQUE_FROM_TOP_LEFT

Specifies that the shape rotates in oblique projection from the top left corner of the bounding box of the shape.

OBLIQUE_FROM_TOP_RIGHT

public static final int OBLIQUE_FROM_TOP_RIGHT

Specifies that the shape rotates oblique projection from the top right corner of the bounding box of the shape.

PARALLEL

public static final int PARALLEL

Specifies that a parallel projection is applied to the 3D effect properties.

PERSPECTIVE

public static final int PERSPECTIVE

Specifies that the shape rotates in perspective projection.

UNDEFINED

public static final int UNDEFINED

No light rig.

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