Class Rotation3D

System.Object
EasyXLS.Drawings.Formatting.Rotation3D

public class Rotation3D extends System.Object
This class stores the 3D-rotation for drawing objects. It allows to set the X, Y, Z axis rotation and object position.
  • Field Details

    • NO_ROTATION

      public const final System.String NO_ROTATION
      A constant indicating that no rotation is set. Embedded value is "none".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_LEFT_DOWN

      public const final System.String PARALLEL_ISOMETRIC_LEFT_DOWN
      A constant indicating the isometric left down rotation. Embedded value is "isometricLeftDown".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_RIGHT_UP

      public const final System.String PARALLEL_ISOMETRIC_RIGHT_UP
      A constant indicating the isometric right up rotation. Embedded value is "isometricRightUp".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_TOP_UP

      public const final System.String PARALLEL_ISOMETRIC_TOP_UP
      A constant indicating the isometric top up rotation. Embedded value is "isometricTopUp".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_BOTTOM_DOWN

      public const final System.String PARALLEL_ISOMETRIC_BOTTOM_DOWN
      A constant indicating the isometric top up rotation. Embedded value is "isometricBottomDown".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_1_LEFT

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_1_LEFT
      A constant indicating the isometric off axis 1 left rotation. Embedded value is "isometricOffAxis1Left".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_1_RIGHT

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_1_RIGHT
      A constant indicating the isometric off axis 1 right rotation. Embedded value is "isometricOffAxis1Right".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_1_TOP

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_1_TOP
      A constant indicating the isometric off axis 1 top rotation. Embedded value is "isometricOffAxis1Top".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_2_LEFT

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_2_LEFT
      A constant indicating the isometric off axis 2 left rotation. Embedded value is "isometricOffAxis2Left".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_2_RIGHT

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_2_RIGHT
      A constant indicating the isometric off axis 2 right rotation. Embedded value is "isometricOffAxis2Right".
      See Also:
      Constant Values
    • PARALLEL_ISOMETRIC_OFF_AXIS_2_TOP

      public const final System.String PARALLEL_ISOMETRIC_OFF_AXIS_2_TOP
      A constant indicating the isometric off axis 2 top rotation. Embedded value is "isometricOffAxis2Top".
      See Also:
      Constant Values
    • PERSPECTIVE_FRONT

      public const final System.String PERSPECTIVE_FRONT
      A constant indicating the perspective front rotation. Embedded value is "perspectiveFront".
      See Also:
      Constant Values
    • PERSPECTIVE_LEFT

      public const final System.String PERSPECTIVE_LEFT
      A constant indicating the perspective left rotation. Embedded value is "perspectiveLeft".
      See Also:
      Constant Values
    • PERSPECTIVE_RIGHT

      public const final System.String PERSPECTIVE_RIGHT
      A constant indicating the perspective right rotation. Embedded value is "perspectiveRight".
      See Also:
      Constant Values
    • PERSPECTIVE_BELOW

      public const final System.String PERSPECTIVE_BELOW
      A constant indicating the perspective below rotation. Embedded value is "perspectiveBelow".
      See Also:
      Constant Values
    • PERSPECTIVE_ABOVE

      public const final System.String PERSPECTIVE_ABOVE
      A constant indicating the perspective above rotation. Embedded value is "perspectiveAbove".
      See Also:
      Constant Values
    • PERSPECTIVE_RELAXED_MODERATELY

      public const final System.String PERSPECTIVE_RELAXED_MODERATELY
      A constant indicating the perspective relaxed moderately rotation. Embedded value is "perspectiveRelaxedModerately".
      See Also:
      Constant Values
    • PERSPECTIVE_RELAXED

      public const final System.String PERSPECTIVE_RELAXED
      A constant indicating the perspective relaxed rotation. Embedded value is "perspectiveRelaxed".
      See Also:
      Constant Values
    • PERSPECTIVE_CONTRASTING_LEFT

      public const final System.String PERSPECTIVE_CONTRASTING_LEFT
      A constant indicating the perspective contrasting left rotation. Embedded value is "perspectiveContrastingLeftFacing".
      See Also:
      Constant Values
    • PERSPECTIVE_CONTRASTING_RIGHT

      public const final System.String PERSPECTIVE_CONTRASTING_RIGHT
      A constant indicating the perspective contrasting right rotation. Embedded value is "perspectiveContrastingRightFacing".
      See Also:
      Constant Values
    • PERSPECTIVE_CONTRASTING_HEROIC_EXTREME_LEFT

      public const final System.String PERSPECTIVE_CONTRASTING_HEROIC_EXTREME_LEFT
      A constant indicating the perspective heroic extreme left rotation. Embedded value is "perspectiveHeroicExtremeLeftFacing".
      See Also:
      Constant Values
    • PERSPECTIVE_CONTRASTING_HEROIC_EXTREME_RIGHT

      public const final System.String PERSPECTIVE_CONTRASTING_HEROIC_EXTREME_RIGHT
      A constant indicating the perspective heroic extreme right rotation. Embedded value is "perspectiveHeroicExtremeRightFacing".
      See Also:
      Constant Values
    • OBLIQUE_TOP_LEFT

      public const final System.String OBLIQUE_TOP_LEFT
      A constant indicating the oblique top left rotation. Embedded value is "obliqueTopLeft".
      See Also:
      Constant Values
    • OBLIQUE_TOP_RIGHT

      public const final System.String OBLIQUE_TOP_RIGHT
      A constant indicating the oblique top right rotation. Embedded value is "obliqueTopRight".
      See Also:
      Constant Values
    • OBLIQUE_BOTTOM_LEFT

      public const final System.String OBLIQUE_BOTTOM_LEFT
      A constant indicating the oblique bottom left rotation. Embedded value is "obliqueBottomLeft".
      See Also:
      Constant Values
    • OBLIQUE_BOTTOM_RIGHT

      public const final System.String OBLIQUE_BOTTOM_RIGHT
      A constant indicating the oblique bottom right rotation. Embedded value is "obliqueBottomRight".
      See Also:
      Constant Values
    • ORTHOGRAPHIC_FRONT

      public const final System.String ORTHOGRAPHIC_FRONT
      A constant indicating the orthographic front rotation. Embedded value is "orthographicFront".
      See Also:
      Constant Values
  • Constructor Details

    • Rotation3D

      public Rotation3D()
      Defines an instance of the 3D formatting.
  • Method Details