com.aspose.diagram

Class RotationTypeValue

  • java.lang.Object
    • com.aspose.diagram.RotationTypeValue
public class RotationTypeValue 
extends java.lang.Object

Utility class containing constants. Specifies the type of projection of the effect properties of a shape

Field Summary
static final intNONE
Specifies no 3D effects rotation.
static final intPARALLEL
Specifies that a parallel projection is applied to the 3D effect properties.
static final intPERSPECTIVE
Specifies that the shape rotates in perspective projection.
static final intOBLIQUE_FROM_TOP_LEFT
Specifies that the shape rotates in oblique projection from the top left corner of the bounding box of the shape.
static final intOBLIQUE_FROM_TOP_RIGHT
Specifies that the shape rotates oblique projection from the top right corner of the bounding box of the shape.
static final intOBLIQUE_FROM_BOTTOM_LEFT
Specifies that the shape rotates oblique projection from the bottom left corner of the bounding box of the shape.
static final intOBLIQUE_FROM_BOTTOM_RIGHT
Specifies that the shape rotates oblique projection from the bottom right corner of the bounding box of the shape.
static final intUNDEFINED
No light rig.
 

    • Field Detail

      • NONE

        public static final int NONE
        Specifies no 3D effects rotation.
      • 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.
      • 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.
      • 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.
      • UNDEFINED

        public static final int UNDEFINED
        No light rig.