Interface ILcdRotationCapable

All Known Subinterfaces:
ILcdRotationCapableGXYView
All Known Implementing Classes:
TLcdGXYViewBufferedImage, TLcdGXYViewCanvas, TLcdGXYViewJPanel, TLcdGXYViewJPanelLightWeight, TLcdGXYViewPlanarImage, TLcdMapBufferedImage, TLcdMapCanvas, TLcdMapJPanel, TLcdMapJPanelLightWeight

public interface ILcdRotationCapable
Deprecated.
Use ILcdRotationCapableGXYView as this interface only applied to ILcdGXYView instances. .
Do not implement this interface!
It may change in future and is currently in internal investigation.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Deprecated.
    Returns the rotation of this ILcdGXYView.
    void
    setRotation(double aRotation)
    Deprecated.
    Sets the rotation of this ILcdGXYView.
    void
    setRotation(double aRotation, boolean aAdjusting)
    Deprecated.
    Sets the rotation of this ILcdGXYView.
  • Method Details

    • setRotation

      void setRotation(double aRotation)
      Deprecated.
      Sets the rotation of this ILcdGXYView. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.
      Parameters:
      aRotation - the new rotation value expressed in degrees (positive counter-clockwise).
      See Also:
    • setRotation

      void setRotation(double aRotation, boolean aAdjusting)
      Deprecated.
      Sets the rotation of this ILcdGXYView. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.
      Parameters:
      aRotation - the new rotation value expressed in degrees (positive counter-clockwise).
      aAdjusting - whether the value is adjusting.
      See Also:
    • getRotation

      double getRotation()
      Deprecated.
      Returns the rotation of this ILcdGXYView. The rotation is expressed in degrees and is positive counter-clockwise. The rotation is applied in the world reference system around the worldOrigin.
      Returns:
      the rotation of this ILcdGXYView. The rotation is expressed in degrees and is positive counter-clockwise.
      See Also: