Interface JaxoRotationObject

All Known Implementing Classes:
JaxoBlob, JaxoLatexText, JaxoPSText, JaxoTextObject, JaxoVertex, JaxoVertexT1, JaxoVertexT2, JaxoVertexT3, JaxoVertexT4, JaxoVertexT6

public interface JaxoRotationObject
Interface for objects that can be rotated.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the rotationAngle property of this rotation object.
    void
    setRotationAngle(int angle)
    Sets the rotationAngle property of this rotation object.
  • Method Details

    • getRotationAngle

      int getRotationAngle()
      Returns the rotationAngle property of this rotation object.
      Returns:
      The rotationAngle property of this rotation object.
    • setRotationAngle

      void setRotationAngle(int angle)
      Sets the rotationAngle property of this rotation object.
      Parameters:
      angle - The rotationAngle (in degrees) of this rotation object.