Interface ILcdRotation

All Known Implementing Classes:
TLcdS52Symbol

public interface ILcdRotation
An interface for objects that can be rotated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRotationAngle(double aRotation)
    Sets the rotation for this object.
  • Method Details

    • setRotationAngle

      void setRotationAngle(double aRotation)
      Sets the rotation for this object.
      Parameters:
      aRotation - the rotation for this object.