1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for Java
  4. /
  5. com.groupdocs.watermark.search
  6. /
  7. IRotatableTwoDObject

IRotatableTwoDObject

On this page

All Implemented Interfaces: com.groupdocs.watermark.search.ITwoDObject

public interface IRotatableTwoDObject extends ITwoDObject

Represents any rotatable two dimensional object in a content structure.

Methods

Method Description
getRotateAngle() Gets the rotate angle of the object in degrees.

getRotateAngle()

public abstract double getRotateAngle()

Gets the rotate angle of the object in degrees.

Returns: double - The rotate angle of the object in degrees.

On this page